.subscribe_now{position:fixed;z-index:200;display:flex;align-items:center;gap:8px;padding:10px 14px 10px 16px;cursor:pointer;font-size:1.4rem;font-weight:600;letter-spacing:.02em}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:#0000008c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.popup-main{position:fixed;z-index:300;width:calc(100% - 32px)}.popup--center{top:50%;left:50%;transform:translate(-50%,-50%)}.popup--top{top:32px;left:50%;transform:translate(-50%)}.popup--bottom{bottom:32px;left:50%;transform:translate(-50%)}.popup--left{top:50%;left:32px;transform:translateY(-50%)}.popup--right{top:50%;right:32px;left:auto;transform:translateY(-50%)}.popup--top-left{top:32px;left:32px}.popup--top-right{top:32px;right:32px;left:auto}.popup--bottom-left{bottom:32px;left:32px}.popup--bottom-right{bottom:32px;right:32px;left:auto}.popup-wrap{width:100%;height:100%}.popup-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}.popup-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit}.popup-has-bg-image{background-size:cover;background-position:center;background-repeat:no-repeat}.popup-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;pointer-events:none}.popup-blob{position:absolute;z-index:1;border-radius:50%;pointer-events:none;will-change:transform;animation:blobFloat 8s ease-in-out infinite alternate}.popup-blob--1{width:55%;aspect-ratio:1;top:-20%;right:-15%;background:#ffffff2e;filter:blur(40px);animation-delay:0s}.popup-blob--2{width:45%;aspect-ratio:1;bottom:-18%;left:-12%;background:#ffffff24;filter:blur(32px);animation-delay:-4s}@keyframes blobFloat{0%{transform:translate(0) scale(1)}to{transform:translate(8px,-12px) scale(1.04)}}.popup-outer--redesigned{position:relative;z-index:2;display:flex;flex-direction:column;align-items:stretch;min-height:100%}.popup-outer--redesigned.popup-outer_image{flex-direction:row}.popup-main-image--top .popup-outer--redesigned.popup-outer_image{flex-direction:column}.popup-main-image--bottom .popup-outer--redesigned.popup-outer_image{flex-direction:column-reverse}.popup-main-image--right .popup-outer--redesigned.popup-outer_image{flex-direction:row-reverse}.popup-thumbnail{flex:0 0 45%;overflow:hidden;display:flex;align-items:center;justify-content:center}.popup-thumbnail img{width:100%;height:100%;display:block}.popup-main-image--top .popup-thumbnail,.popup-main-image--bottom .popup-thumbnail{flex:0 0 auto;max-height:260px}.popup-content--redesigned{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 40px 40px;background:transparent!important;position:relative}.popup-logo-wrap{margin-bottom:20px;display:flex;justify-content:center}.popup-logo{display:block;max-width:100%;height:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.popup-redesigned .popup-heading,.popup-redesigned .popup-subheading{margin:0 0 16px;text-align:center}.popup-redesigned .popup-text,.popup-redesigned .popup-text p{text-align:center;margin:0 0 20px}.popup-wraper-text{width:100%;display:flex;flex-direction:column;align-items:center;gap:0}.popup-wraper-text--start{align-items:flex-start;text-align:left}.popup-wraper-text--center{align-items:center;text-align:center}.popup-wraper-text--end{align-items:flex-end;text-align:right}.popup-cta-btn{display:block;width:100%;max-width:340px;margin:8px auto 0;text-decoration:none;text-align:center;white-space:nowrap;-webkit-appearance:none;appearance:none;line-height:normal;font-family:inherit}.popup-secondary-link{display:inline-block;margin-top:16px;font-size:1.4rem;font-weight:500;color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;cursor:pointer;transition:opacity .2s ease;opacity:.85}.popup-secondary-link:hover{opacity:1}.popup-disclaimer{margin-top:0;font-size:1.15rem;line-height:1.5;text-align:center;opacity:.75;max-width:340px}.popup-redesigned .newsletter-form{width:100%}.popup-redesigned .newsletter-form__inner{display:flex;flex-direction:column;gap:12px}.popup-redesigned .newsletter-form__field-wrapper{width:100%}.popup-redesigned .field{position:relative;display:flex;align-items:center}.popup-redesigned .field__input{flex:1;border-radius:50px;padding:14px 20px;background:#ffffffeb;border:none;outline:none;width:100%}.popup-redesigned .field__input:focus{box-shadow:0 0 0 3px #fff6}.popup-redesigned .field__label{display:none}.popup-redesigned .newsletter-form__button{margin-top:12px;border-radius:50px;padding:14px 32px}.popup-redesigned .popup-close,.popup-redesigned .modal-close-button,.popup-redesigned .popup-close--redesigned{display:none!important}.pop_bottom_content{position:relative;z-index:2;padding:24px 32px}.pop_bottom_info .popup-wrap{display:flex;flex-direction:column}.pop_bottom_info .popup-container{flex:1}.popup-redesigned .social-icons{margin-top:16px}@media screen and (max-width:767px){.popup-main{width:calc(100% - 24px);max-height:92dvh;overflow-y:auto}.popup-content--redesigned{padding:40px 24px 32px}.popup-outer--redesigned.popup-outer_image{flex-direction:column!important}.popup-thumbnail{flex:0 0 auto;max-height:200px;width:100%}.popup-cta-btn{max-width:100%}.popup-redesigned .popup-heading{font-size:clamp(20px,5vw,28px)}.popup-blob--1{width:70%}.popup-blob--2{width:60%}}@keyframes popupOpenFade{0%{opacity:0}to{opacity:1}}@keyframes popupOpenSlide{0%{opacity:0;transform:translate(-50%,calc(-50% + 30px))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes popupOpenZoom{0%{opacity:0;transform:translate(-50%,-50%) scale(.88)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes popupOpenSlideFade{0%{opacity:0;transform:translate(-50%,calc(-50% + 20px))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes popupExitFade{0%{opacity:1}to{opacity:0}}@keyframes popupExitSlide{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(-50% + 30px))}}@keyframes popupExitZoom{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.88)}}@keyframes popupExitSlideFade{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(-50% + 20px))}}.popup--top .popup-main,.popup--bottom .popup-main,.popup--left .popup-main,.popup--right .popup-main,.popup--top-left .popup-main,.popup--top-right .popup-main,.popup--bottom-left .popup-main,.popup--bottom-right .popup-main{transform:none}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-popup.css.map */
