@charset "UTF-8";.popup-manager-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:auto}.popup-manager-container:empty{pointer-events:none}.popup-manager-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-1;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.popup-manager-container.show-mask:before{opacity:1;visibility:visible}.popup-manager-container .popup{position:fixed;width:350px;max-width:90vw;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:16px;z-index:10000;pointer-events:auto;transition:opacity .3s ease,transform .3s ease;display:flex;flex-direction:column}.popup-manager-container .popup.popup-hidden{opacity:0;transform:translateY(20px);pointer-events:none}.popup-manager-container .popup__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex:0 0 auto}.popup-manager-container .popup__header-title{font-size:18px;font-weight:700;margin:0;color:#000;flex:1}.popup-manager-container .popup__header-close{background:none;border:none;font-size:24px;font-weight:700;cursor:pointer;color:#666;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.popup-manager-container .popup__header-close:hover{color:#000}.popup-manager-container .popup__divider{height:1px;background-color:#e0e0e0;margin-bottom:15px;flex:0 0 auto}.popup-manager-container .popup__content{margin-bottom:20px;color:#333;line-height:1.5;flex:1 1 auto;overflow-y:auto}.popup-manager-container .popup__buttons{display:flex;gap:10px;flex:0 0 auto}.popup-manager-container .popup__buttons .popup__button{flex:1;padding:10px;background:#000;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700}.popup-manager-container .popup__buttons .popup__button:hover{background:#333}.popup-manager-container .popup--info{background:#fff}.popup-manager-container .popup--animation{background:#fff8e1}.popup-manager-container .popup--animation .popup__content--animation{text-align:center;animation:fadeInUp .5s ease-out}.popup-manager-container .popup--media{background:#fff}.popup-manager-container .popup--media .popup__content--media{text-align:center}.popup-manager-container .popup--media .popup__content--media .popup__media{max-width:100%;max-height:200px;border-radius:4px;margin-bottom:10px}.popup-manager-container .popup--media .popup__content--media .popup__media-caption{font-size:14px;color:#666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/popup-manager.css.map */
