.offer-popup{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0;top:0;right:0;bottom:0;left:0;overflow:auto;width:100%;height:100%;padding:1.6rem;background:#2626268c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:opacity .35s ease,visibility .35s ease}.offer-popup[open]{opacity:1;visibility:visible;z-index:101;display:flex;align-items:center;justify-content:center}.offer-popup__content{position:relative;display:flex;flex-direction:column;width:min(92vw,72rem);max-height:calc(100vh - 3.2rem);margin:auto;padding:0;background-color:#fff;border:none;border-radius:0;box-shadow:0 2.4rem 6rem #26262638;overflow:hidden;animation:offer-popup-in .45s cubic-bezier(.22,1,.36,1)}@keyframes offer-popup-in{0%{opacity:0;transform:scale(.96) translateY(1.2rem)}to{opacity:1;transform:scale(1) translateY(0)}}.offer-popup__close{position:absolute;top:1.4rem;right:1.4rem;z-index:3;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:1px solid rgba(38,38,38,.15);border-radius:50%;background:#ffffffeb;color:var(--color-dark);cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.offer-popup__close:hover{background:var(--color-dark);border-color:var(--color-dark);color:var(--color-light);transform:scale(1.04)}.offer-popup__close .icon{width:1.4rem;height:1.4rem}.offer-popup__layout{display:grid;grid-template-columns:1fr;flex:1 1 auto;min-height:0;min-width:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.offer-popup__media{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-dark)}.offer-popup__media .hide-in-mobile,.offer-popup__media .show-in-mobile{width:100%;height:100%}.offer-popup__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.offer-popup__body{display:flex;flex-direction:column;justify-content:flex-start;gap:1.6rem;min-width:0;min-height:0;width:100%;padding:2.8rem 2.4rem 3.2rem;color:var(--color-dark)}.offer-popup__heading{margin:0;padding-right:3rem;font-family:moret,serif;font-weight:400}.offer-popup__text{margin:0;font-size:1.5rem;line-height:2.4rem;color:#262626d1}.offer-popup__text p{margin:0}.offer-popup__text strong{font-weight:700;color:var(--color-dark)}.offer-popup__coupon{display:flex;flex-direction:column;gap:.8rem;width:100%;min-width:0}.offer-popup__coupon-label{margin:0;font-size:1rem;line-height:1.6rem;letter-spacing:.12em;text-transform:uppercase;color:#2626268c}.offer-popup__coupon-field{display:flex;align-items:stretch;width:100%;min-width:0;max-width:100%;border:1px solid var(--color-dark);background:var(--color-light);overflow:visible}.offer-popup__coupon-code{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;min-height:5rem;padding:1rem 1.2rem;border:0;background:transparent;font-family:adrianna-extended,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-popup__copy{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.6rem;min-width:0;min-height:5rem;padding:1rem 1.2rem;border:0;border-left:1px solid var(--color-dark);background:var(--color-dark);color:var(--color-light);font-family:adrianna-extended,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.6rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease}.offer-popup__copy:hover{background:transparent;color:var(--color-dark)}.offer-popup__copy .icon{width:1.4rem;height:1.4rem}.offer-popup__copy-icon{display:inline-flex;align-items:center;gap:0}.offer-popup__copy-text{display:none}.offer-popup__copy-tooltip{position:absolute;bottom:calc(100% + .8rem);left:50%;z-index:2;padding:.6rem 1.2rem;border:1px solid var(--color-dark);background:var(--color-dark);color:var(--color-light);font-family:adrianna,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6rem;letter-spacing:.02em;text-transform:none;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transform:translate(-50%) translateY(.4rem);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.offer-popup__copy-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:.5rem solid transparent;border-top-color:var(--color-dark)}.offer-popup__copy-tooltip.is-visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.offer-popup__actions{margin-top:.4rem}.offer-popup__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:5.4rem;padding:1.4rem 2.4rem;font-size:1.4rem;line-height:2rem;text-align:center;text-decoration:none}@media screen and (min-width:750px){.offer-popup{padding:2.4rem}.offer-popup__content{width:min(78vw,58rem);height:clamp(29rem,51vh,46rem);max-height:calc(100vh - 4.8rem)}.offer-popup__layout:not(.offer-popup__layout--no-image){grid-template-columns:.95fr 1.05fr;grid-template-rows:1fr;height:100%;min-height:0}.offer-popup__layout:not(.offer-popup__layout--no-image) .offer-popup__media{aspect-ratio:auto;height:100%;min-height:0}.offer-popup__layout{overflow-y:auto}.offer-popup__body{justify-content:center;overflow-y:auto;gap:1.6rem;padding:2.8rem 2.6rem 2.8rem 2.4rem}.offer-popup__heading{font-size:2.6rem;line-height:3.2rem}.offer-popup__text{font-size:1.5rem;line-height:2.4rem}.offer-popup__coupon-code{min-height:4.4rem;font-size:1.4rem;padding:.8rem 1.2rem}.offer-popup__copy{min-height:4.4rem;min-width:4.4rem;padding:.8rem 1.2rem;font-size:1.1rem}.offer-popup__cta{min-height:5.2rem;padding:1.2rem 2rem;font-size:1.4rem;line-height:2.2rem}}@media screen and (max-width:749px){.offer-popup[open]{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:max(1.2rem,env(safe-area-inset-top));padding-bottom:max(1.2rem,env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.offer-popup__content{width:min(90vw,100%);max-height:calc(100vh - 2.4rem);margin-top:auto;margin-bottom:auto;flex-shrink:0}.offer-popup__layout{overflow-y:auto;min-height:0}.offer-popup__media{aspect-ratio:auto;height:clamp(10rem,22vh,17rem);flex-shrink:0}.offer-popup__body{padding:1.6rem 1.5rem 2rem;gap:1.2rem}.offer-popup__close{top:1rem;right:1rem;width:3.2rem;height:3.2rem}.offer-popup__heading{padding-right:2.4rem;font-size:1.8rem;line-height:2.4rem}.offer-popup__text{font-size:1.3rem;line-height:2rem}.offer-popup__coupon-label{font-size:.9rem;line-height:1.4rem}.offer-popup__coupon-code{min-height:4rem;padding:.8rem 1rem;font-size:1.3rem}.offer-popup__copy{min-height:4rem;min-width:4.4rem;padding:.8rem 1rem}.offer-popup__cta{min-height:4.4rem;padding:1rem 1.8rem;font-size:1.2rem;line-height:1.8rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-offer-popup.css.map */
