.hpp{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:20px;font-family:Aeonik,var(--font-body-family, sans-serif);color:var(--hpp-text, #161616);opacity:0;transition:opacity .25s ease}.hpp.is-open{display:flex;opacity:1}.hpp__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background-color:#1616168c;cursor:pointer;z-index:0}.hpp__dialog{position:relative;z-index:1;display:flex;width:100%;max-width:var(--hpp-max-width, 1010px);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow:hidden;background-color:var(--hpp-bg, #fff9ed);border-radius:12px;box-shadow:0 20px 60px #00000040;transform:translateY(20px) scale(.98);transition:transform .3s ease}.hpp.is-open .hpp__dialog{transform:translateY(0) scale(1)}.hpp__close{position:absolute;top:16px;right:16px;width:24px;height:24px;padding:0;border:0;border-radius:50%;background-color:var(--obsidian-black, #161616);color:var(--pure-white, #ffffff);cursor:pointer;line-height:0;display:inline-flex;align-items:center;justify-content:center;z-index:2;transition:background-color .15s ease,transform .15s ease}.hpp__close:hover,.hpp__close:focus-visible{background-color:#000;transform:scale(1.05)}.hpp__close svg{width:10px;height:10px;color:inherit;fill:none}.hpp__close svg path{stroke:currentColor;stroke-width:2}.hpp__media{position:relative;flex:0 0 50%;overflow:hidden}.hpp__media picture,.hpp__media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.hpp__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:32px;overflow-y:auto}.hpp__title{margin:0;font-family:"ABCArizonaFlare",var(--font-heading-family, serif);font-weight:500;font-size:32px;line-height:130%;letter-spacing:.02em;text-transform:uppercase;color:var(--hpp-text, #161616);max-width:400px}.hpp__quote{margin:0;width:100%;padding:12px;background-color:var(--hpp-quote-bg, #f3ecda);border-radius:8px}.hpp__quote-text,.hpp__quote-text p{margin:0;font-family:Times New Roman,Times,serif;font-weight:400;font-style:italic;font-size:18px;line-height:140%;letter-spacing:.02em;color:var(--hpp-text, #161616)}.hpp__quote-author{display:block;margin-top:12px;font-family:Times New Roman,Times,serif;font-style:italic;font-weight:700;font-size:17px;letter-spacing:.02em;color:var(--hpp-accent, #8e4430)}.hpp__quote-author-img{display:block;margin-top:12px}.hpp__quote-author-img img{display:block;width:auto;height:var(--hpp-author-img-height, 22px);max-width:100%;object-fit:contain;object-position:left center}.hpp__badge{display:inline-block;padding:8px 14px;border-radius:6px;background-color:var(--hpp-accent, #8e4430);color:var(--hpp-badge-text, #ffffff);font-family:Inter,var(--font-body-family, sans-serif);font-weight:600;font-size:11px;letter-spacing:8%;text-transform:uppercase;line-height:100%}.hpp__price{display:flex;align-items:baseline;gap:10px;margin-top:-16px}.hpp__price-compare{color:var(--hpp-compare-price, #808080);font-family:var(--font-heading-family, sans-serif);font-weight:500;font-style:Medium;font-size:20px;line-height:140%;letter-spacing:0%;vertical-align:middle;text-decoration:line-through}.hpp__price-current{font-weight:500;font-family:var(--font-heading-family, sans-serif);font-size:24px;color:var(--hpp-text, #161616);line-height:140%;letter-spacing:0%}.hpp__btn{display:block;width:100%;padding:20px 24px;border:0;border-radius:12px;background-color:var(--hpp-btn-bg, #161616);color:var(--hpp-btn-text, #ffffff);font-family:AeonikFono,Aeonik,var(--font-body-family, sans-serif);font-weight:500;font-size:15px;letter-spacing:.15em;text-transform:uppercase;text-align:center;text-decoration:none;line-height:18px;cursor:pointer;transition:opacity .15s ease}.hpp__btn:hover,.hpp__btn:focus-visible{opacity:.9;color:var(--hpp-btn-text, #ffffff)}.hpp__footnote{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.hpp__footnote-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background-color:var(--hpp-accent, #8e4430);box-shadow:0 0 0 2.5px var(--hpp-bg, #fff9ed),0 0 0 3.5px var(--hpp-accent, #8e4430)}.hpp__footnote-text,.hpp__footnote-text p{margin:0;font-size:14px;line-height:1.4;color:var(--hpp-text, #161616)}.hpp__footnote-text strong,.hpp__footnote-text em{font-weight:400;font-style:normal;color:var(--hpp-accent, #8e4430)}body.hpp-open{overflow:hidden}@media screen and (min-width:750px){.hpp__dialog{height:483px;height:var(--hpp-desktop-height, 483px);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px)}}@media screen and (max-width:749px){.hpp{padding:16px;align-items:flex-start}.hpp__dialog{flex-direction:column;max-width:420px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.hpp__media{flex:0 0 auto;height:var(--hpp-mobile-image-height, 300px);min-height:0}.hpp__content{flex:0 0 auto;overflow:visible;gap:14px;padding:20px 20px 18px}.hpp__title{order:1;font-size:21px;max-width:none;white-space:nowrap}.hpp__title br{display:none}.hpp__badge{order:2;font-size:10px}.hpp__price{order:3;margin-top:-10px}.hpp__quote{order:4;padding:12px}.hpp__btn{order:5;padding:18px 20px;font-size:14px}.hpp__footnote{order:6;justify-content:flex-start}.hpp__price-current{order:1;font-size:14px;color:var(--hpp-accent, #8e4430)}.hpp__price-compare{order:2;font-size:12px}.hpp__quote-text,.hpp__quote-text p{font-size:14px}.hpp__quote-author{font-size:15px;margin-top:10px}.hpp__quote-author-img{margin-top:10px}.hpp__footnote-text,.hpp__footnote-text p{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/homepage-promo-popup.css.map */
