.popup{position:fixed;bottom:var(--gutter-large);width:calc(100% - (var(--gutter-large) * 2));background:var(--color-background-main);color:var(--color-text-main);border:1px solid var(--color-borders-main);transform:translateY(3.125rem);opacity:0;transition:all .3s linear 50ms;z-index:9999;overflow:hidden;visibility:hidden}html[dir=rtl] .popup{left:var(--gutter-large)}html[dir=ltr] .popup{right:var(--gutter-large)}.popup.active{opacity:1;visibility:visible;transform:translateY(0)}.popup-size--small{max-width:21.25rem}.popup-size--large{max-width:33.75rem}html[dir=rtl] .popup--newsletter input{padding-left:3.125rem}html[dir=ltr] .popup--newsletter input{padding-right:3.125rem}.popup--newsletter button[type=submit]{top:var(--gutter-small);position:absolute;width:50px;height:calc(100% - var(--gutter-small));padding-top:9px;min-width:116px}html[dir=rtl] .popup--newsletter button[type=submit]{left:0}html[dir=ltr] .popup--newsletter button[type=submit]{right:0}.no-touchevents .popup--newsletter button[type=submit]:hover svg{transform:scale(1.1)}.popup--newsletter button[type=submit] svg{width:70%;height:70%}.popup--cart .mini-cart-popup{display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.popup--cart .mini-cart-popup__checkmark{width:5rem;height:5rem}.popup--cart .mini-cart-popup__checkmark .path{stroke-dasharray:1000;stroke-dashoffset:0}.popup--cart .mini-cart-popup__checkmark .path.circle{stroke-dashoffset:1000}.popup--cart .mini-cart-popup__checkmark .path.check{stroke-dashoffset:-100}.popup--cart.active .mini-cart-popup__checkmark .path.circle{animation:dash .9s ease-in-out forwards}.popup--cart.active .mini-cart-popup__checkmark .path.check{animation:dash-check .9s .35s ease-in-out forwards}.popup-close{position:absolute;top:1.25rem;z-index:9999;cursor:pointer;transition:all .15s linear}.popup-close .exit{display:flex;align-items:center;justify-content:center}.popup-close svg{width:12px;height:12px}html[dir=rtl] .popup-close{left:1.25rem}html[dir=ltr] .popup-close{right:1.25rem}.no-touchevents .popup-close:hover{transform:scale(1.1)}.stacked-popups{position:fixed;bottom:var(--gutter-regular);display:grid;grid-template-columns:100%;gap:var(--gutter-regular);justify-items:end;z-index:9999;pointer-events:none;width:calc(100% - (var(--gutter-regular) * 2))}html[dir=rtl] .stacked-popups{left:var(--gutter-regular)}html[dir=ltr] .stacked-popups{right:var(--gutter-regular)}.stacked-popups .popup{pointer-events:all;position:relative;bottom:0;width:100%}html[dir=rtl] .stacked-popups .popup{left:0}html[dir=ltr] .stacked-popups .popup{right:0}@media screen and (max-width: 474px){.stacked-popups .popup{max-width:100%}}.newsletter-popup .popup-title,.stacked-popups .popup-title{font-family:var(--font-stack-headings-primary);font-weight:var(--font-weight-headings-primary);font-style:var(--font-style-headings-primary);line-height:1}html[dir=rtl] .stacked-popups .popup-title{padding-left:2.5rem}html[dir=ltr] .stacked-popups .popup-title{padding-right:2.5rem}@media screen and (max-width: 474px){.stacked-popups .popup-title{font-size:calc(18px / 60 * var(--base-headings-primary-size) + 0px)}}@media screen and (min-width: 475px) and (max-width: 1023px){.stacked-popups .popup-title{font-size:calc(20px / 60 * var(--base-headings-primary-size) + 0px)}}@media screen and (min-width: 1024px){.stacked-popups .popup-title{font-size:calc(20px / 60 * var(--base-headings-primary-size) + 0px)}}.popup-text--no-content{background-color:#0000000a}.popup-text--no-content svg{width:100%;height:100%}.modal-opened{overflow:hidden}.newsletter-popup{position:fixed;z-index:99999999999999;display:flex;align-items:center;justify-content:center}.template-addresses.modal-opened .newsletter-popup{display:none}.modal-opened .newsletter-popup{top:0;right:0;bottom:0;left:0;height:100%;width:100%}html[dir=rtl] .newsletter-popup .popup,html[dir=ltr] .newsletter-popup .popup{inset:initial}.newsletter-popup .popup{inset:initial;margin:0;width:min(calc(100% - (var(--gutter-large) * 2)),1170px);border-radius:var(--popup-border-radius, 24px);max-height:calc(100svh - var(--gutter-xlarge));min-width:min(calc(100% - (var(--gutter-large) * 2)),1170px)}.newsletter-popup .popup-newsletter__bg{position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0;width:100%;background-color:#24242480;height:100%;visibility:hidden;opacity:0;transition:all .3s linear 50ms}.popup.active~.popup-newsletter__bg{visibility:visible;opacity:1}html[dir=ltr] .newsletter-popup .popup-close{right:var(--gutter-large);top:var(--gutter-large)}html[dir=rtl] .newsletter-popup .popup-close{left:var(--gutter-large);top:var(--gutter-large);width:24px;height:24px}.newsletter-popup .popup-newsletter__container{display:grid;grid-template-columns:1fr 1fr;gap:40px}.newsletter-popup .popup-newsletter__privacy{font-size:14px;line-height:30px;margin-top:5px;display:inline-block}.newsletter-popup .popup-newsletter__privacy.popup-newsletter__privacy--success{display:inline-flex;align-items:center;gap:16px}.newsletter-popup .popup-newsletter__privacy.popup-newsletter__privacy--success p:last-of-type{margin-bottom:0}.newsletter-popup .popup-newsletter__privacy.popup-newsletter__privacy--success svg{width:24px;height:24px;flex-shrink:0}.newsletter-popup .popup-newsletter__privacy a{text-decoration:underline}.newsletter-popup .popup-newsletter__icon svg path{stroke:var(--color-text-cards)}.newsletter-popup .popup-newsletter .popup-newsletter__form{display:grid;grid-template-columns:1fr min-content;align-items:center;margin-inline-start:auto;margin-inline-end:auto;gap:16px}.newsletter-popup .popup-newsletter__title{display:none}.newsletter-popup .popup-newsletter__title.mobile{display:block}.newsletter-popup .popup-newsletter__info{display:none}.newsletter-popup .popup-newsletter__info.mobile{display:block;margin-bottom:10px}@media screen and (min-width: 640px){.newsletter-popup .popup-newsletter__title{font-size:48px;margin-bottom:5px;display:block}.newsletter-popup .popup-newsletter__title.mobile{display:none}.newsletter-popup .popup-newsletter__info{display:block}.newsletter-popup .popup-newsletter__info.mobile{display:none}}.newsletter-popup .popup-newsletter figure{overflow:hidden;border-radius:16px}@media screen and (min-width: 640px) and (max-width: 1024px){.newsletter-popup .popup-newsletter figure{height:100%}.popup-newsletter__container{align-items:flex-start}}.newsletter-popup .popup-newsletter__content{padding-right:55px}.newsletter-popup ul.popup-newsletter__feature-list{padding-block:40px;display:flex;flex-direction:column;gap:24px}.newsletter-popup .popup-newsletter__info p:last-of-type{margin-bottom:0}.newsletter-popup ul.popup-newsletter__feature-list li{display:flex;align-items:center;gap:10px}.newsletter-popup ul.popup-newsletter__feature-list li p{margin:0}.newsletter-popup ul.popup-newsletter__feature-list li figure{width:24px;height:24px}@media screen and (max-width: 474px){.newsletter-popup .popup-newsletter .popup-newsletter__form{grid-template-columns:100%}}@media screen and (max-width: 640px){.newsletter-popup .popup{max-height:calc(100svh - var(--gutter-xlarge));overflow-y:auto}.newsletter-popup .popup-newsletter__container{grid-template-columns:100%}.newsletter-popup .popup-newsletter__content{padding-right:0}.newsletter-popup ul.popup-newsletter__feature-list{padding-bottom:24px;padding-top:0;gap:16px}.newsletter-popup .popup-newsletter__container{gap:18px}.newsletter-popup .popup{border-radius:12px}.newsletter-popup .popup-newsletter figure{padding-top:65%!important}.newsletter-popup .popup-newsletter__privacy{line-height:1em;margin-top:8px}.newsletter-popup .popup-newsletter figure img{object-position:top}.newsletter-popup .popup-newsletter__privacy.popup-newsletter__privacy--success{line-height:1em;margin-top:12px}}.newsletter-popup .popup-newsletter input[type=email]{font-size:16px;border-width:var(--border-width-buttons);border-color:#ccc;border-radius:8px;color:#667085;height:48px;padding:10px 14px}.newsletter-popup .popup-newsletter input[type=email]::placeholder{color:#757575;opacity:1}.newsletter-popup .popup-newsletter input[type=email].error{border-color:#e80202;color:#e80202}.newsletter-popup .popup-newsletter input[type=email].error::placeholder{color:#e80202}.newsletter-popup .popup-newsletter .button{text-transform:capitalize;padding:14px 21.5px;background-color:var(--news-bg-color, #234B53);color:var(--news-text-color, #fff);border:0;border-radius:8px;position:relative;width:initial;height:initial;inset:initial}input#show_form~fieldset{visibility:hidden;opacity:0;height:0;transition:opacity .5s ease}input#show_form~fieldset .popup-newsletter__form,input#show_form~fieldset .popup-newsletter__privacy{display:none}input#show_form:checked~fieldset{visibility:visible;opacity:1;height:initial}input#show_form:checked~fieldset .popup-newsletter__form{display:grid}input#show_form:checked~fieldset .popup-newsletter__privacy{display:inline-block}input#show_form:checked~label.show_form{visibility:hidden;opacity:0;display:none}input#show_form~label.show_form{transition:opacity .5s ease}.newsletter-popup .popup-newsletter label.show_form{width:100%}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}
/*# sourceMappingURL=/cdn/shop/t/73/assets/component-popup.css.map */
