.content-popup-modal,.content-popup-modal.closed{--open-transition-time: var(--duration-long);opacity:1;z-index:10;top:0;left:0;width:100%;background:rgba(var(--color-foreground),0);height:100%;opacity:0;position:fixed;visibility:hidden;transition:background var(--open-transition-time) ease,backdrop-filter var(--open-transition-time) ease;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.content-popup-modal[open]{opacity:1;visibility:visible;z-index:101}.content-popup-modal[open]:not(.closed){background:rgba(var(--color-foreground),.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.content-popup-modal__wrapper,.content-popup-modal.closed .content-popup-modal__wrapper{--modal-padding: 2rem;--modal-margins: 0px;position:absolute;top:0;left:unset;right:0;opacity:1;transform:translate(100%);border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));max-width:60rem;width:100%;height:100dvh;max-height:100dvh;overflow:hidden;overflow-y:auto;padding:var(--modal-padding);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));transition:transform var(--open-transition-time) ease}.content-popup-modal[open]:not(.closed) .content-popup-modal__wrapper{transform:translate(0)}.content-popup-modal__wrapper>div{overflow:visible;scroll-padding:0 1rem}@media screen and (min-width: 750px){.content-popup-modal__wrapper,.content-popup-modal.closed .content-popup-modal__wrapper{--modal-padding: 4rem;max-height:calc(100dvh - var(--modal-margins) - var(--modal-margins))}}@media screen and (min-width: 990px){.content-popup-modal__wrapper,.content-popup-modal.closed .content-popup-modal__wrapper{--modal-padding: 7.2rem;max-height:calc(100dvh - var(--modal-margins) - var(--modal-margins))}}.content-popup-modal--full-size .content-popup-modal__wrapper,.content-popup-modal--full-size.closed .content-popup-modal__wrapper{--modal-margins: var(--page-padding-x);height:100dvh;top:50%;left:50%;transform:translate(-50%,-50%)!important;max-width:var(--page-width);width:calc(100% - var(--modal-margins) - var(--modal-margins));max-height:calc(100dvh - var(--modal-margins) - var(--modal-margins));transition:opacity var(--open-transition-time) ease;opacity:0}.content-popup-modal--full-size[open]:not(.closed) .content-popup-modal__wrapper{opacity:1}.content-popup-modal--no-margins .content-popup-modal__wrapper,.content-popup-modal--no-margins.closed .content-popup-modal__wrapper{max-height:100%;width:100%;max-width:100%}.content-popup-modal .content-popup-modal__toggle{background-color:rgba(var(--color-background),0);border:none;color:rgba(var(--color-foreground),1);display:flex;gap:.6rem;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:5;margin-left:auto;min-width:unset;min-height:unset;position:sticky;margin-top:calc(-2.2rem - .6rem);margin-bottom:.6rem;margin-right:-.6rem;top:-.6rem;right:-.6rem;text-transform:uppercase}.product-popup-modal__toggle .icon{width:2.2rem!important;height:2.2rem!important}@media screen and (min-width: 750px){.content-popup-modal .content-popup-modal__toggle{margin-right:-1.6rem;margin-top:calc(-2.2rem - 1.6rem);margin-bottom:1.6rem;top:-1.6rem;right:-1.6rem}}@media screen and (min-width: 990px){.content-popup-modal .content-popup-modal__toggle{margin-right:-3.2rem;margin-top:-5.4rem;margin-bottom:3.2rem;top:-3.2rem;right:-3.2rem}newsletter-popup.content-popup-modal .content-popup-modal__toggle{margin-bottom:0}}.content-popup-modal .content-popup-modal__toggle:hover{color:rgba(var(--color-foreground),.75);background-color:rgba(var(--color-background),0)}.content-popup-modal .content-popup-modal__toggle:after{content:none}.content-popup-modal .content-popup-modal__toggle .icon{margin:0;width:2.4rem;height:2.4rem}.content-popup-modal__wrapper>div>*:not(.content-popup-modal__title):first-child{margin-top:0!important}.content-popup-modal__wrapper>div>*:last-child{margin-bottom:0!important}.content-popup-modal .content-popup-modal__wrapper>div .content-popup-modal__title{font-family:var(--font-body-family);text-transform:uppercase;font-size:var(--font-size-lg);font-weight:var(--font-body-weight-bold);text-align:center;margin-bottom:4rem}@media screen and (min-width: 750px){.content-popup-modal .content-popup-modal__wrapper>div .content-popup-modal__title{margin-bottom:4rem}}.content-popup-modal .content-popup-modal__wrapper>div table,.content-popup-modal .content-popup-modal__table{border:none;box-shadow:none;table-layout:auto;word-break:keep-all;margin:0 auto}.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__wrapper>div tr{justify-content:stretch}.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title:has(+h1),.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title:has(+.h1){display:none}.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title+.h1,.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title+.h2,.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title+.h3{font-size:var(--h3-font-size);font-weight:var(--font-body-weight-bold);text-align:center;margin-top:4rem;margin-bottom:4.8rem}@media screen and (min-width: 750px){.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title+.h1,.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title+.h2,.content-popup-modal.product-popup-modal--size-guide .content-popup-modal__title+.h3{margin-bottom:6rem}}.content-popup-modal .content-popup-modal__wrapper>div>div:has(iframe)+*{margin-top:2rem}.content-popup-modal__toggle-label{font-size:var(--font-size-xs);font-weight:var(--font-body-weight-bold)}.product-popup-modal__content-info .page-width{padding:0!important}tabbed-content .tab.active p:last-of-type{margin-bottom:2.4rem}.product-popup-modal__content-info .tabbed-content__tabs:after{border:none}.content-popup-modal__wrapper>div img{max-width:100%!important}newsletter-popup .content-popup-wrapper.content-popup-wrapper--bottom-center{position:fixed;left:50%;top:unset!important;bottom:0!important;transform:translate(-50%) translateY(0)!important;width:100dvw;max-width:100dvw!important;height:fit-content;margin:0;padding:0;transition:transform var(--open-transition-time) ease}newsletter-popup.content-popup[open]:not(.closed) .content-popup-wrapper.content-popup-wrapper--bottom-center{transform:translate(-50%) translateY(0)}newsletter-popup.content-popup-modal .content-popup-modal__toggle{top:.6rem;right:1rem}@media screen and (min-width: 750px){newsletter-popup.content-popup-modal .content-popup-modal__toggle{top:1rem;right:1rem}}@media screen and (min-width: 990px){newsletter-popup.content-popup-modal .content-popup-modal__toggle{top:1.6rem;right:1.6rem}}newsletter-popup.content-popup-modal.closed{height:fit-content!important;left:unset!important;top:unset!important;bottom:0!important;pointer-events:none;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important}newsletter-popup.content-popup-modal.closed.content-popup .content-popup-modal__wrapper{transform:translate(-50%) translateY(100%)!important;top:unset!important;height:fit-content;padding:0;transition:transform var(--open-transition-time) ease}newsletter-popup:not([open]){display:none!important}
/*# sourceMappingURL=/cdn/shop/t/365/assets/component-content-popup-modal.css.map */
