.popup-wraper-text--start .newsletter-form__message,.popup-wraper-text--start .newsletter-form__inner{justify-content:left}.popup-wraper-text--center .newsletter-form__message,.popup-wraper-text--center .newsletter-form__inner{justify-content:center}.popup-wraper-text--end .newsletter-form__message,.popup-wraper-text--end .newsletter-form__inner{justify-content:end}.popup-scroll-hidden{overflow:hidden;width:100%}.popup-animated{animation-duration:.5s;animation-fill-mode:both}@keyframes popupOpenFade{0%{opacity:0}to{opacity:1}}@keyframes popupExitFade{0%{opacity:1}to{opacity:0}}@keyframes popupOpenSlide{0%{transform:translate3d(0,100vh,0);visibility:visible}to{transform:translateZ(0)}}@keyframes popupExitSlide{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100vh,0)}}@keyframes popupOpenZoom{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes popupExitZoom{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@keyframes popupOpenSlideFade{0%{opacity:0;transform:translate3d(0,40px,0);visibility:visible}to{opacity:1;transform:translateZ(0)}}@keyframes popupExitSlideFade{0%{opacity:1;transform:translateZ(0)}to{opacity:0;visibility:hidden;transform:translate3d(0,40px,0)}}.popupOpenFade{animation-name:popupOpenFade}.popupExitFade{animation-name:popupExitFade}.popupOpenSlide{animation-name:popupOpenSlide}.popupExitSlide{animation-name:popupExitSlide}.popupOpenZoom{animation-name:popupOpenZoom}.popupExitZoom{animation-name:popupExitZoom}.popupOpenSlideFade{animation-name:popupOpenSlideFade}.popupExitSlideFade{animation-name:popupExitSlideFade}@media(max-width:768px){.popup-main{max-width:calc(100vw - 40px);max-height:calc(100vh - 40)}}.popup-main-image--left .popup-outer_image .popup-content,.popup-main-image--right .popup-outer_image .popup-content{display:flex;flex-direction:column;justify-content:center}.popup-main .popup-heading{margin-top:0;margin-bottom:16px;font-size:calc(var(--font-heading-scale) * 3rem)}.popup-main .popup-heading p{margin:0}.popup-main .popup-heading p em{font-size:calc(var(--font-heading-scale) * 4rem)}@media screen and (min-width:576px){.popup-main .popup-heading p em{font-size:calc(var(--font-heading-scale) *70px)}}.popup-main .popup-text{margin-bottom:20px;font-size:calc(var(--font-body-scale) * 14px);line-height:1.2;max-width:412px}@media(min-width:768px){.popup-main .popup-outer{flex-direction:row}.popup-main .popup-heading{font-size:calc(var(--font-heading-scale) * 4.5rem)}.popup-main-image--right .popup-outer{flex-direction:row-reverse}}.popup-main .popup-thumbnail{flex:1 0 50%;display:flex}.popup-main .popup-thumbnail img{width:100%;height:100%;object-fit:cover}.popup-main .popup-content{flex:1 0 50%;order:2}.popup-main .popup-content:first-child:last-child{flex:1 0 100%}.popup-main-image--top .popup-outer{flex-direction:column}.popup-main-image--top .popup-thumbnail{position:relative;padding-bottom:55%}.popup-main-image--top .popup-thumbnail img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.popup-main-image--bottom .popup-outer{flex-direction:column-reverse}.popup-main-image--bottom .popup-thumbnail{position:relative;padding-bottom:55%}.popup-main-image--bottom .popup-thumbnail img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.popup-main .newsletter-form{margin:0;max-width:100%}.popup-main .newsletter-form .button{max-width:100%;width:100%;box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity));min-height:calc(4.4rem + var(--buttons-border-width)* 2)}.popup-main .newsletter-form .field__input{height:44px}.popup-main .newsletter-form .button span,.popup-main .newsletter-form .button:hover span{transform:unset}.modal-close-button:hover .icon-close{transform:rotate(90deg)}.popup-main .modal-close-button .icon-close{width:23px;height:23px;transition:var(--duration-default) ease;fill:rgba(var(--color-foreground),1)}.popup_marquee span{animation:translateLeft 100s linear infinite;display:flex}.popup_marquee{font-size:calc(var(--font-body-scale) * 4rem);font-weight:var(--font-body-weight-medium);text-transform:uppercase;display:flex;gap:15px;white-space:nowrap;animation:marquee 20s linear infinite;grid:auto / auto-flow max-content;justify-content:center;display:grid}.maquee_wrapper{border-top:1px solid rgba(var(--color-foreground))}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}@media screen and (min-width:576px){.popup-main .newsletter-form .button{width:unset}}.popup-main .newsletter-form__inner{flex-direction:column;align-items:stretch;gap:15px;width:100%}.popup-main .newsletter-form__message{width:100%}.newsletter-form__inner{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%;position:relative}@media(min-width:990px){.newsletter-form__inner{flex-direction:row}}@media screen and (min-width:576px){.popup-main .newsletter-form__inner:not(.newsletter-form__inner_column){flex-direction:row}}.popup-main .newsletter-form__field-wrapper{flex:1 1 auto;position:relative;width:auto}.popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) .newsletter-form__field-wrapper{max-width:36rem}.popup-main .newsletter-form .newsletter-form__field-wrapper .field__input{padding-right:15px}.popup-main .newsletter-form .newsletter-form__field-wrapper .field__input:focus~.field__label{top:calc(var(--inputs-border-width) + 7px)}.popup-main .newsletter-form__inner_column-check{flex-direction:column!important}.popup-main .newsletter-form__inner_column-check .button{width:100%}.popup-main .list-social{display:flex;margin-top:20px;gap:16px;flex-wrap:wrap;justify-content:flex-start;grid-template-columns:repeat(auto-fit,40px)!important}.popup-main .list-social__link{padding:unset;display:block}.popup-main .list-social__link a svg{height:25.06px!important;width:25.06px!important}.popup-wrap p{color:rgb(var(--color-foreground))}.popup{display:none;position:fixed;z-index:999;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);-webkit-backface-visibility:hidden;border-radius:var(--text-boxes-radius);margin:30px}.popup--top{top:0;left:15px;right:15px;margin-left:auto!important;margin-right:auto!important}.popup--top .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--top .popup-content{padding:40px}}.popup--top-left{top:0;left:0}.popup--top-left .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--top-left .popup-content{padding:40px}}.popup--top-right{top:0;right:0}.popup--top-right .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--top-right .popup-content{padding:40px}}.popup--bottom{bottom:0;margin-left:auto!important;margin-right:auto!important;left:15px;right:15px}.popup--bottom .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--bottom .popup-content{padding:40px}}.popup--bottom-left{left:0;bottom:0}.popup--bottom-left .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--bottom-left .popup-content{padding:40px}}.popup--bottom-right{right:0;bottom:0}.popup--bottom-right .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--bottom-right .popup-content{padding:40px}}.popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.popup--left .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--left .popup-content{padding:40px}}.popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.popup--right .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--right .popup-content{padding:40px}}.popup--center{top:50%;left:15px;right:15px;margin-left:auto!important;margin-right:auto!important;transform:translate3d(0,-50%,0)}.popup--center .popup-content{padding:26.6666666667px}@media screen and (min-width:576px){.popup--center .popup-content{padding:45px}}.popup-wrap{position:relative;overflow:hidden;overflow-x:hidden;width:100%;border-radius:var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.popup-wrap .newsletter__button{margin-top:0}.popup-wrap::-webkit-scrollbar{width:4px}.popup-wrap::-webkit-scrollbar-track{background:rgb(var(--color-foreground))}.popup-wrap::-webkit-scrollbar-thumb{background:rgb(var(--color-accent))}.popup-container{width:100%;overflow:hidden}.popup-outer{position:relative;display:flex;flex-direction:column}.popup-text{color:rgb(var(--color-foreground-secondary))}.popup-text a{text-decoration:underline;transition:color var(--duration-default)}.popup-text p{margin:0}.popup .popup-close{position:absolute;top:25px;right:25px;z-index:2}@media screen and (max-width:576px){.popup .popup-close{top:10px;right:10px}.popup-main .modal-close-button .icon-close{width:17px;height:17px}}@media screen and (max-width:576px){.popup .modal-close-button .icon-close{width:17px;height:17px}}.popup-open{display:flex}@media(max-width:576px){.popup-open[data-mobile-disable=true]{display:none}.popup-open[data-mobile-disable=true]+.popup-overlay{display:none}}.popup-open+.popup-overlay{display:block}.popup-overlay{background-color:#0000004d;position:fixed;display:none;top:0;bottom:0;right:0;left:0;width:100%;height:100%;z-index:998}.popup-overlay .popup-wrap{box-shadow:none}.popup-thumbnail img{width:100%}.popup-trigger{cursor:pointer}.popup .popup-wraper-text--center{text-align:center}.popup .popup-wraper-text--center .popup-heading,.popup .popup-wraper-text--center .popup-text{max-width:100%}.popup .popup-wraper-text--center .list-social{justify-content:center}.popup .popup-wraper-text--end{text-align:right}.popup .popup-wraper-text--end .list-social{justify-content:flex-end}.popup .popup-wraper-text--end .popup-heading,.popup .popup-wraper-text--end .popup-text{max-width:100%}@media(max-width:767px){.popup{margin:15px}}.popup-main{border-radius:0}.popup-main .popup-wrap{border-radius:8px;border-color:#ffffff1f;background:radial-gradient(circle at 18% 20%,rgba(210,220,232,.18),transparent 30%),linear-gradient(135deg,#070a0f,#111821 52%,#05070a);box-shadow:0 34px 90px #0000006b}.popup-main .popup-thumbnail{background:#090c11;min-height:440px}.popup-main .popup-thumbnail:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#00000057,#0000),radial-gradient(circle at 72% 24%,rgba(255,255,255,.18),transparent 24%)}.popup-main .popup-thumbnail img{filter:none}.popup-main .popup-content{color:#fff;background:linear-gradient(135deg,#ffffff14,#ffffff05),#090d13}.popup-main .popup-heading{max-width:560px;margin-bottom:18px;color:#fff!important;font-size:clamp(34px,4.4vw,62px);line-height:1;letter-spacing:0}.popup-main .popup-heading,.popup-main .popup-heading *,.popup-main .popup-heading p,.popup-main .popup-heading em,.popup-main .popup-heading strong{color:#fff!important}.popup-main .popup-text{max-width:520px;color:#ffffffc7!important;font-size:16px;line-height:1.55}.popup-main .popup-text,.popup-main .popup-text *,.popup-main .popup-text p{color:#ffffffc7!important}.popup-main .popup-text strong{display:block;margin-bottom:10px;color:#fff!important;font-size:22px;line-height:1.2}.popup-main .newsletter-form__inner{gap:12px;margin-top:24px}.popup-main .newsletter-form .field{background:transparent;border:0;box-shadow:none}.popup-main .newsletter-form .field:before,.popup-main .newsletter-form .field:after{display:none!important;content:none!important}.popup-main .newsletter-form .field__input{min-height:52px;border:1px solid rgba(255,255,255,.24);border-radius:0;color:#fff;background:#ffffff0f;box-shadow:none!important;outline:0!important}.popup-main .newsletter-form .field__input:focus,.popup-main .newsletter-form .field__input:focus-visible{border-color:#ffffff85;box-shadow:0 0 0 1px #ffffff38!important;outline:0!important}.popup-main .newsletter-form .field__input::placeholder{color:#ffffff7a}.popup-main .newsletter-form .field__label{color:#ffffff8f}.popup-main .newsletter-form .button{min-height:52px;border-radius:0;border-color:#fff;color:#0a0d12;background:#fff;font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}.popup-main .newsletter-form__message{color:#fff}.popup-main .modal-close-button .icon-close{fill:#fff}.popup-main .popup-close{padding:10px;color:#fff;background:#ffffff14}.popup-overlay{background-color:#0000009e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media screen and (max-width:767px){.popup-main{max-width:calc(100vw - 24px)}.popup-main .popup-thumbnail{min-height:220px}.popup--center .popup-content,.popup-main .popup-content{padding:28px 22px}.popup-main .popup-heading{font-size:34px}.popup-main .popup-text{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-popup.css.map */
