.announcement-bar{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin);background-color:var(--color-black);color:var(--color-white);border-bottom:1px solid rgba(200,16,46,.3)}.announcement-bar__list{list-style:none;width:100%;max-width:var(--container-max);padding-block:.6rem;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;justify-items:center;min-height:1.4rem}.announcement-bar__item{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;min-width:0;font-size:.76rem;font-weight:700;letter-spacing:.01em;text-align:center;opacity:0}.announcement-bar__icon{display:inline-flex;flex-shrink:0;color:var(--color-accent)}.announcement-bar__icon svg{width:.95rem;height:.95rem}.announcement-bar__age{font-size:.68rem;font-weight:800;border:1px solid var(--color-accent);color:var(--color-accent);border-radius:.2rem;padding:0 .2rem;line-height:1.3}@media(prefers-reduced-motion:reduce){.announcement-bar__item{animation:none!important;opacity:1;display:none}.announcement-bar__item:first-child{display:flex}}.benefits{box-sizing:border-box;width:100%;max-width:var(--container-max);margin:0 auto;padding:24px var(--page-margin);display:grid;grid-template-columns:1fr;gap:12px}.benefit-card{box-sizing:border-box;width:100%;display:flex;align-items:center;gap:16px;padding:20px;border:1px solid var(--color-border);border-radius:12px;background-color:var(--color-white)}.benefit-card__icon{box-sizing:border-box;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:var(--color-black);color:var(--color-white)}.benefit-card__icon svg{width:22px;height:22px}.benefit-card__label{box-sizing:border-box;margin:0;font-weight:700;font-size:15px}@media(min-width:480px){.benefits{grid-template-columns:repeat(2,1fr);gap:16px}.benefit-card{flex-direction:column;align-items:flex-start;text-align:left}}@media(min-width:768px){.benefits{grid-template-columns:repeat(4,1fr)}}.cart-upsell{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin);margin-top:28px}.cart-upsell__inner{box-sizing:border-box;width:100%;max-width:var(--container-max);padding:18px;border-radius:14px;background-color:var(--color-surface)}.cart-upsell__heading{box-sizing:border-box;width:100%;margin-bottom:14px}.cart-upsell__title{margin:0;font-size:16px;font-weight:800}.cart-upsell__subtitle{margin:3px 0 0;font-size:12px;opacity:.65}.cart-upsell__track{box-sizing:border-box;width:100%;display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.cart-upsell__track::-webkit-scrollbar{display:none}.upsell-card{box-sizing:border-box;flex:0 0 auto;width:128px;scroll-snap-align:start;padding:10px;border:1px solid var(--color-border);border-radius:10px;background-color:var(--color-white);display:flex;flex-direction:column}.upsell-card__image{box-sizing:border-box;position:relative;display:block;width:100%;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background-color:var(--color-surface);margin-bottom:8px}.upsell-card__image img,.upsell-card__placeholder{width:100%;height:100%;object-fit:cover}.upsell-card__badge{box-sizing:border-box;position:absolute;top:5px;left:5px;padding:2px 5px;border-radius:4px;background-color:var(--color-accent);color:var(--color-white);font-size:10px;font-weight:800;line-height:1.4}.upsell-card__title{box-sizing:border-box;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--color-foreground);text-decoration:none;font-size:11px;font-weight:700;line-height:1.35;margin-bottom:6px;min-height:30px}.upsell-card__prices{box-sizing:border-box;display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;margin-bottom:8px}.upsell-card__price{font-size:13px;font-weight:800;color:var(--color-accent)}.upsell-card__price-compare{font-size:10px;opacity:.5}.upsell-card__form{box-sizing:border-box;width:100%;margin-top:auto}.upsell-card__add{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;padding:7px 6px;border:none;border-radius:6px;background-color:var(--color-black);color:var(--color-white);font-size:11px;font-weight:700;text-decoration:none;text-align:center;cursor:pointer}.upsell-card__add:hover{background-color:var(--color-accent)}.upsell-card__add:disabled{background-color:var(--color-border);color:var(--color-foreground);cursor:not-allowed}@media(min-width:768px){.cart-upsell__inner{padding:22px}.upsell-card{width:150px}}.cart-page{box-sizing:border-box;width:100%;max-width:var(--container-max);margin:0 auto;padding:24px var(--page-margin) 64px}.cart-page__empty{box-sizing:border-box;width:100%;max-width:26rem;margin:0 auto;padding:48px 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.cart-page__empty-icon{color:var(--color-border);margin-bottom:4px}.cart-page__empty-title{margin:0;font-size:22px;font-weight:800}.cart-page__empty-text{margin:0 0 12px;opacity:.7;font-size:15px}.cart-page__header{box-sizing:border-box;width:100%;margin-bottom:20px}.cart-page__header h1{margin:0;font-size:24px;font-weight:800}.cart-page__count{margin:4px 0 0;opacity:.6;font-size:14px}.cart-page__layout{box-sizing:border-box;width:100%;display:flex;flex-direction:column;gap:24px}.cart-page__items{box-sizing:border-box;width:100%}.cart-item{box-sizing:border-box;width:100%;display:flex;gap:12px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-item__image{box-sizing:border-box;flex-shrink:0;display:block;width:84px;height:84px;border-radius:10px;overflow:hidden;background-color:var(--color-surface)}.cart-item__image img,.cart-item__placeholder{width:100%;height:100%;object-fit:cover}.cart-item__details{box-sizing:border-box;flex:1;min-width:0;display:flex;flex-direction:column}.cart-item__title{color:var(--color-foreground);text-decoration:none;font-weight:700;font-size:14px;line-height:1.3}.cart-item__variant{margin:2px 0 0;font-size:12px;opacity:.6}.cart-item__price{margin:4px 0 0;display:flex;align-items:center;gap:6px;font-size:12px;opacity:.6}.cart-item__price-compare{opacity:.7}.cart-item__discount-badge{box-sizing:border-box;padding:1px 6px;border-radius:999px;background-color:#c8102e1a;color:var(--color-accent);font-size:11px;font-weight:800;opacity:1;white-space:nowrap}.cart-item__discount-title{margin:4px 0 0;font-size:11px;font-weight:700;color:var(--color-accent)}.cart-item__row{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.cart-item__total{display:flex;align-items:baseline;gap:6px;font-weight:800;font-size:14px;white-space:nowrap}.cart-item__total-compare{font-weight:500;font-size:11px;opacity:.5}.cart-item__remove{align-self:flex-start;margin-top:8px;color:var(--color-accent);font-size:12px;font-weight:700;text-decoration:none}.cart-item__remove:hover{text-decoration:underline}.quantity-selector{box-sizing:border-box;display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs)}.quantity-selector__btn{box-sizing:border-box;width:32px;height:36px;border:none;background:none;font-size:16px;cursor:pointer}.cart-item__qty-input{box-sizing:border-box;width:36px;height:36px;border:none;border-inline:1px solid var(--color-border);text-align:center;font-weight:700;font-size:14px;-moz-appearance:textfield}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page__summary{box-sizing:border-box;width:100%;padding:20px;border-radius:12px;background-color:var(--color-surface)}.cart-page__row{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:16px}.cart-page__subtotal-value{font-size:20px;font-weight:800}.cart-page__note{margin:6px 0 16px;font-size:12px;opacity:.6}.cart-page__checkout{margin-top:4px}.cart-page__continue{box-sizing:border-box;display:block;width:100%;margin-top:12px;text-align:center;color:var(--color-foreground);font-size:13px;font-weight:600;text-decoration:none;opacity:.7}.cart-page__continue:hover{opacity:1}.cart-page__trust{box-sizing:border-box;width:100%;display:flex;align-items:center;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid var(--color-border)}.cart-page__trust p{margin:0;font-size:11px;opacity:.65}@media(min-width:768px){.cart-page{padding-top:40px}.cart-page__layout{flex-direction:row;align-items:flex-start}.cart-page__items{flex:1 1 60%}.cart-page__summary{flex:1 1 34%;position:sticky;top:90px}.cart-item__image{width:100px;height:100px}}.collection-page{box-sizing:border-box;display:flex;justify-content:center;width:100%;max-width:100%;padding-inline:var(--page-margin)}.collection-page__inner{box-sizing:border-box;width:100%;max-width:var(--container-max)}.collection-page__header{box-sizing:border-box;width:100%;text-align:center;padding-block-start:var(--space-4);padding-block-end:var(--space-3)}.collection-page__description{box-sizing:border-box;width:100%;max-width:40rem;margin-inline:auto;margin-block-start:.5rem;opacity:.7}.collection-page__toolbar{box-sizing:border-box;width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-2);padding-block-end:var(--space-2);border-bottom:1px solid var(--color-border);margin-block-end:var(--space-3)}.collection-page__count{box-sizing:border-box;margin:0;font-size:.9rem;opacity:.7;flex-shrink:0}.collection-page__sort{box-sizing:border-box;min-width:0;max-width:100%;flex:1 1 auto;display:flex;justify-content:flex-end}.collection-page__sort select{box-sizing:border-box;width:100%;min-width:0;max-width:12rem;padding:.5rem .75rem;border:1px solid var(--color-border);background-color:var(--color-white);font-size:.85rem}.collection-page__filters{box-sizing:border-box;width:100%;display:flex;flex-wrap:wrap;gap:var(--space-2);margin-block-end:var(--space-3)}.collection-filter{box-sizing:border-box;position:relative;max-width:100%}.collection-filter summary{box-sizing:border-box;list-style:none;cursor:pointer;padding:.5rem .9rem;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);font-size:.85rem;font-weight:600}.collection-filter summary::-webkit-details-marker{display:none}.collection-filter__options{box-sizing:border-box;position:absolute;top:calc(100% + .5rem);left:0;z-index:10;display:flex;flex-direction:column;min-width:12rem;background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);padding:.5rem;box-shadow:0 .5rem 1.5rem #1414141a}.collection-filter__option{box-sizing:border-box;display:block;width:100%;padding:.4rem .6rem;color:var(--color-foreground);text-decoration:none;font-size:.85rem;border-radius:var(--style-border-radius-inputs)}.collection-filter__option:hover{background-color:var(--color-surface)}.collection-filter__option--active{color:var(--color-accent);font-weight:700}@media(max-width:47.99rem){.collection-page__sort{justify-content:flex-start}.collection-page__sort select{max-width:100%}.collection-filter__options{position:static;width:100%;min-width:0;margin-block-start:.5rem;box-shadow:none}}.collection-page__grid{box-sizing:border-box;width:100%;margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding-block-end:var(--space-5)}.collection-page__grid-item{box-sizing:border-box;width:100%;min-width:0}.collection-page__empty{box-sizing:border-box;width:100%;text-align:center;padding-block:var(--space-5);opacity:.6}@media(min-width:26rem){.collection-page__grid{gap:var(--space-3)}}@media(min-width:48rem){.collection-page__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq{box-sizing:border-box;width:100%;max-width:44rem;margin:0 auto;padding:32px var(--page-margin)}.faq__heading{box-sizing:border-box;width:100%;text-align:center;margin-bottom:16px}.faq__title{margin:0;font-size:24px;font-weight:800}.faq__list{box-sizing:border-box;width:100%}.faq-item{box-sizing:border-box;width:100%;padding:16px 0;border-bottom:1px solid var(--color-border)}.faq-item__question{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;font-weight:700;font-size:15px}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{box-sizing:border-box;position:relative;flex-shrink:0;width:16px;height:16px}.faq-item__icon:before,.faq-item__icon:after{content:"";position:absolute;background-color:var(--color-foreground)}.faq-item__icon:before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.faq-item__icon:after{left:50%;top:0;width:2px;height:100%;transform:translate(-50%)}.faq-item[open] .faq-item__icon:after{display:none}.faq-item__answer{box-sizing:border-box;width:100%;margin-top:12px;opacity:.75;font-size:14px;line-height:1.6}@media(min-width:768px){.faq{padding:48px var(--page-margin)}.faq__title{font-size:30px}}.featured{box-sizing:border-box;width:100%;max-width:var(--container-max);margin:0 auto;padding:32px var(--page-margin)}.featured__heading{box-sizing:border-box;width:100%;max-width:32rem;margin:0 auto 24px;text-align:center}.featured__title{margin:0;font-size:24px;font-weight:800}.featured__subtitle{margin:8px 0 0;opacity:.7;font-size:15px}.featured__grid{box-sizing:border-box;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.featured__item{box-sizing:border-box;width:100%}@media(max-width:767px){.featured__item:nth-child(n+7){display:none}}.featured__footer{box-sizing:border-box;width:100%;display:flex;justify-content:center;margin-top:32px}@media(min-width:480px){.featured__grid{gap:20px}}@media(min-width:768px){.featured{padding:48px var(--page-margin)}.featured__title{font-size:30px}.featured__grid{grid-template-columns:repeat(4,1fr)}}.site-footer{margin-top:var(--space-6);border-top:1px solid var(--color-border);background-color:var(--color-black);color:var(--color-white)}.site-footer__age{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin);background-color:var(--color-accent);color:var(--color-white)}.site-footer__age-inner{width:100%;max-width:var(--container-max);padding-block:.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem}.site-footer__age p{font-size:.85rem;font-weight:600;margin:0;min-width:0}.site-footer__cta-row{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin)}.site-footer__cta-inner{width:100%;max-width:var(--container-max);padding-block:var(--space-4);display:flex;justify-content:center}.site-footer__cta-btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;max-width:26rem;padding:1.1rem 2rem;border-radius:var(--style-border-radius-buttons, 8px);background-color:var(--color-accent);color:var(--color-white);font-size:1.05rem;font-weight:800;letter-spacing:.03em;text-decoration:none;text-align:center;transition:opacity .15s ease}.site-footer__cta-btn:hover{opacity:.85}.site-footer__inner-row{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin)}.site-footer__inner{width:100%;max-width:var(--container-max);padding-block:var(--space-4);display:grid;gap:var(--space-3)}.site-footer__logo{font-size:1.15rem;font-weight:800}.site-footer__description{opacity:.7;font-size:.9rem;margin-block-start:.5rem;max-width:28rem}.site-footer__links{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3)}.site-footer__links a{color:var(--color-white);opacity:.85;text-decoration:none;font-size:.9rem;font-weight:600}.site-footer__links a:hover{opacity:1;color:var(--color-accent)}.site-footer__payment-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-block-end:.5rem}.site-footer__payment-icons{display:flex;flex-wrap:wrap;gap:.5rem}.site-footer__payment-icons svg{height:1.5rem;width:auto}.site-footer__bottom-row{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin);border-top:1px solid rgba(255,255,255,.15)}.site-footer__bottom{width:100%;max-width:var(--container-max);padding-block:var(--space-2)}.site-footer__bottom p{font-size:.8rem;opacity:.6;margin:0}@media(min-width:48rem){.site-footer__inner{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr);align-items:start}}.site-header{position:sticky;top:0;z-index:100;display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin);background-color:var(--color-white);border-bottom:1px solid var(--color-border)}.site-header__inner{width:100%;max-width:var(--container-max);padding-block:1rem;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.site-header__logo{min-width:0;flex-shrink:1;font-size:1.25rem;font-weight:800;letter-spacing:-.01em;color:var(--color-black);text-decoration:none;overflow-wrap:break-word}.site-header__logo-image{max-height:2.25rem;width:auto;max-width:40vw}.site-header__nav{display:none;align-items:center;gap:var(--space-3)}.site-header__nav a{color:var(--color-foreground);text-decoration:none;font-weight:600;font-size:.95rem}.site-header__nav a:hover,.site-header__nav a[aria-current=page]{color:var(--color-accent)}.site-header__icons{display:flex;align-items:center;gap:var(--space-2)}.site-header__cart{position:relative;display:flex;color:var(--color-black)}.site-header__cart svg{width:1.5rem;height:1.5rem}.site-header__cart-count[hidden]{display:none}.site-header__cart-count{position:absolute;top:-.4rem;right:-.5rem;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background-color:var(--color-accent);color:var(--color-white);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.site-header__mobile-toggle{position:relative}.site-header__mobile-toggle summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.site-header__mobile-toggle summary::-webkit-details-marker{display:none}.site-header__burger,.site-header__burger:before,.site-header__burger:after{display:block;width:1.35rem;height:2px;background-color:var(--color-black);transition:transform .12s ease}.site-header__burger{position:relative}.site-header__burger:before,.site-header__burger:after{content:"";position:absolute;left:0}.site-header__burger:before{top:-.4rem}.site-header__burger:after{top:.4rem}.site-header__mobile-toggle[open] .site-header__burger{background-color:transparent}.site-header__mobile-toggle[open] .site-header__burger:before{transform:translateY(.4rem) rotate(45deg)}.site-header__mobile-toggle[open] .site-header__burger:after{transform:translateY(-.4rem) rotate(-45deg)}.site-header__mobile-nav{position:absolute;top:calc(100% + .75rem);right:0;display:flex;flex-direction:column;min-width:12rem;background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);padding:.5rem;box-shadow:0 .5rem 1.5rem #1414141a}.site-header__mobile-nav a{padding:.6rem .75rem;color:var(--color-foreground);text-decoration:none;font-weight:600;border-radius:var(--style-border-radius-inputs)}.site-header__mobile-nav a:hover{background-color:var(--color-surface)}@media(min-width:48rem){.site-header__nav{display:flex}.site-header__mobile-toggle{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;box-sizing:border-box;width:100%;min-height:26rem;background-color:var(--color-black);overflow:hidden;display:flex;align-items:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg--blurred img{filter:blur(var(--hero-blur, 0px));transform:scale(1.08)}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#14141473,#141414bf)}.hero__content{position:relative;z-index:1;box-sizing:border-box;width:100%;max-width:40rem;margin:0 auto;padding:48px var(--page-margin);display:flex;flex-direction:column;align-items:center;text-align:center}.hero__eyebrow{box-sizing:border-box;margin:0 0 12px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent)}.hero__heading{box-sizing:border-box;margin:0;color:var(--color-white);font-size:32px;font-weight:800;line-height:1.15}.hero__subheading{box-sizing:border-box;width:100%;max-width:32rem;margin:16px 0 0;color:var(--color-white);opacity:.8;font-size:16px;line-height:1.55}.hero__cta{margin-top:24px}.hero__stats{box-sizing:border-box;width:100%;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.hero__stat{box-sizing:border-box}.hero__stat-value{margin:0;color:var(--color-white);font-size:20px;font-weight:800}.hero__stat-label{margin:4px 0 0;color:var(--color-white);opacity:.65;font-size:12px}@media(min-width:768px){.hero{min-height:34rem}.hero__content{padding:80px var(--page-margin)}.hero__heading{font-size:44px}.hero__subheading{font-size:18px}}.contact-page{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin)}.contact-page__container{width:100%;max-width:56rem}.contact-page__grid{display:grid;gap:var(--space-4)}.contact-page__success{padding:.75rem 1rem;margin-block-end:var(--space-2);background-color:var(--color-surface);border-radius:var(--style-border-radius-inputs);font-weight:600}.field{margin-block-end:var(--space-2)}.field label{display:block;font-weight:700;font-size:.9rem;margin-block-end:.35rem}.field input,.field textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);font:inherit}.contact-page__details{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-3);background-color:var(--color-surface);border-radius:var(--style-border-radius-inputs);height:fit-content}.contact-page__detail-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-block-end:.25rem}.contact-page__detail a{color:var(--color-foreground);font-weight:700;text-decoration:none}.contact-page__faq-link{color:var(--color-accent)!important}@media(min-width:48rem){.contact-page__grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start}}.rules-page{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin)}.rules-page__container{width:100%;max-width:44rem}.rules-page__list{display:flex;flex-direction:column;gap:var(--space-4)}.rules-page__item{padding-block-start:var(--space-3);border-top:1px solid var(--color-border)}.rules-page__item:first-child{border-top:none;padding-block-start:0}.rules-page__item h2{margin-block-end:.6rem}.rules-page__body{opacity:.85}.rules-page__body p+p{margin-block-start:.75rem}.rules-page__item--age{background-color:var(--color-surface);padding:var(--space-3);border-radius:var(--style-border-radius-inputs);border-top:none}.rules-page__item--age .badge{margin-block-end:.5rem}.product-recs{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin)}.product-recs__container{width:100%;max-width:var(--container-max)}.product-recs__grid{list-style:none;display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;max-width:22rem;margin-inline:auto}@media(min-width:26rem){.product-recs__grid{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}}@media(min-width:48rem){.product-recs__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-video{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin)}.product-video__container{width:100%;max-width:44rem}.product-video__frame{aspect-ratio:16 / 9;border-radius:var(--style-border-radius-inputs);overflow:hidden;background-color:var(--color-black)}.product-video__frame iframe,.product-video__frame video{width:100%;height:100%}.product-video__frame--photo img{width:100%;height:100%;object-fit:cover}.product-video__empty{text-align:center;opacity:.6;padding-block:var(--space-4);border:1px dashed var(--color-border);border-radius:var(--style-border-radius-inputs)}.product{display:flex;justify-content:center;width:100%;box-sizing:border-box;padding-inline:var(--page-margin)}.product__inner{width:100%;max-width:var(--container-max);padding-block:var(--space-3) var(--space-5);display:grid;gap:var(--space-4);min-width:0}.product__inner>*{min-width:0}.product-gallery__radio{position:absolute;opacity:0;width:0;height:0}.product-gallery__main{position:relative;display:grid;border-radius:var(--style-border-radius-inputs);overflow:hidden;background-color:var(--color-surface)}.product-gallery__slide{grid-area:1 / 1;aspect-ratio:1 / 1;opacity:0;pointer-events:none;transition:opacity .42s ease}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.product-gallery__main:hover .product-gallery__slide img{transform:scale(1.06)}.product-gallery__thumbs{display:flex;gap:.6rem;margin-block-start:.75rem;overflow-x:auto}.product-gallery__thumb{flex:0 0 auto;width:4rem;height:4rem;border-radius:var(--style-border-radius-inputs);overflow:hidden;cursor:pointer;border:2px solid transparent;opacity:.6;transition:opacity .22s ease,border-color .22s ease,transform .22s ease}.product-gallery__thumb:hover{opacity:.9;transform:translateY(-2px)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder{aspect-ratio:1 / 1;background-color:var(--color-surface)}.product-gallery__radio:nth-of-type(1):checked~.product-gallery__main .product-gallery__slide:nth-of-type(1),.product-gallery__radio:nth-of-type(2):checked~.product-gallery__main .product-gallery__slide:nth-of-type(2),.product-gallery__radio:nth-of-type(3):checked~.product-gallery__main .product-gallery__slide:nth-of-type(3),.product-gallery__radio:nth-of-type(4):checked~.product-gallery__main .product-gallery__slide:nth-of-type(4),.product-gallery__radio:nth-of-type(5):checked~.product-gallery__main .product-gallery__slide:nth-of-type(5),.product-gallery__radio:nth-of-type(6):checked~.product-gallery__main .product-gallery__slide:nth-of-type(6),.product-gallery__radio:nth-of-type(7):checked~.product-gallery__main .product-gallery__slide:nth-of-type(7),.product-gallery__radio:nth-of-type(8):checked~.product-gallery__main .product-gallery__slide:nth-of-type(8){opacity:1;pointer-events:auto}.product-gallery__radio:nth-of-type(1):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(1),.product-gallery__radio:nth-of-type(2):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(2),.product-gallery__radio:nth-of-type(3):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(3),.product-gallery__radio:nth-of-type(4):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(4),.product-gallery__radio:nth-of-type(5):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(5),.product-gallery__radio:nth-of-type(6):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(6),.product-gallery__radio:nth-of-type(7):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(7),.product-gallery__radio:nth-of-type(8):checked~.product-gallery__thumbs .product-gallery__thumb:nth-of-type(8){opacity:1;border-color:var(--color-accent)}.product__badge{margin-block-end:.5rem}.product__price{font-size:1.4rem;font-weight:800;margin-block-start:.35rem}.product__price-compare{font-size:1rem;font-weight:500;opacity:.5;margin-inline-start:.5rem}.product__description{margin-block-start:var(--space-2);opacity:.85}.product__field{margin-block-start:var(--space-3)}.product__field label{display:block;font-weight:700;font-size:.9rem;margin-block-end:.4rem}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs)}.quantity-selector__btn{width:2.5rem;height:2.75rem;border:none;background:none;font-size:1.1rem;cursor:pointer;transition:color .15s ease}.quantity-selector__btn:hover{color:var(--color-accent)}.quantity-selector input{width:3rem;height:2.75rem;border:none;border-inline:1px solid var(--color-border);text-align:center;font-weight:700;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__purchase-options{border:none;padding:0;margin-block-start:var(--space-3);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;align-items:start;min-width:0}.purchase-option{min-width:0}.product__purchase-options legend{font-weight:700;font-size:.9rem;margin-block-end:.6rem;padding:0}.purchase-option{position:relative;display:block;cursor:pointer;padding-block-start:.6rem}.purchase-option input{position:absolute;opacity:0}.purchase-option__body{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1.5px solid var(--color-border);border-radius:calc(var(--style-border-radius-inputs) + 4px);background-color:var(--color-white);transition:border-color .22s ease,background-color .22s ease,transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s ease}.purchase-option__content{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.2rem;padding:1rem .5rem .9rem}.purchase-option__ribbon{display:flex;align-items:center;justify-content:center;gap:.3rem;background-color:var(--color-accent);color:var(--color-white);font-size:.62rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;padding:.4rem .5rem;white-space:nowrap}.purchase-option__ribbon svg{width:.65rem;height:.65rem;fill:var(--color-white)}.purchase-option--popular,.purchase-option--gold{padding-block-start:0}.purchase-option__ribbon--gold{background-color:#c9a227;background-image:linear-gradient(180deg,#e0bb43,#c9a227);color:#3a2e00}.purchase-option__ribbon--gold svg{fill:#3a2e00}.purchase-option--gold .purchase-option__body{border-color:#c9a227;background:linear-gradient(165deg,#fff8e1,#fbe7a1)}.purchase-option--gold .purchase-option__sub--accent{color:#8a6d00;background-color:#c9a22733}.purchase-option--gold input:checked~.purchase-option__body{background-color:var(--color-black);background-image:none;border-color:var(--color-black)}.purchase-option--popular .purchase-option__body{border-color:var(--color-accent);transform:translateY(-.5rem);box-shadow:0 1rem 2rem #c8102e29}.purchase-option--popular:hover .purchase-option__body{transform:translateY(-.65rem)}.purchase-option--popular:active .purchase-option__body{transform:translateY(-.5rem) scale(.97)}.purchase-option__check{position:absolute;top:.5rem;right:.5rem;width:1.3rem;height:1.3rem;border-radius:50%;background-color:var(--color-accent);color:var(--color-white);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.4);transition:opacity .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.purchase-option__check svg{width:.65rem;height:.65rem}.purchase-option__label,.purchase-option__sub,.purchase-option__unit,.purchase-option__price{transition:color .22s ease,opacity .22s ease,background-color .22s ease}.purchase-option__label{font-weight:700;font-size:.85rem}.purchase-option__price-row{display:flex;align-items:baseline;gap:.35rem;margin-block-start:.15rem}.purchase-option__price{font-size:1.15rem;font-weight:800}.purchase-option__price-compare{font-size:.75rem;font-weight:500;opacity:.5}.purchase-option__unit{font-size:.68rem;opacity:.55}.purchase-option__sub{display:inline-block;margin-block-start:.3rem;font-size:.68rem;font-weight:800;padding:.15rem .55rem;border-radius:999px}.purchase-option__sub--accent{color:var(--color-accent);background-color:#c8102e1a}.purchase-option:hover .purchase-option__body{border-color:var(--color-foreground)}.purchase-option:active .purchase-option__body{transform:scale(.97)}.purchase-option input:checked~.purchase-option__body{border-color:var(--color-black);background-color:var(--color-black);box-shadow:0 .5rem 1.25rem #14141433}.purchase-option input:checked~.purchase-option__body .purchase-option__check{opacity:1;transform:scale(1)}.purchase-option input:checked~.purchase-option__body .purchase-option__label,.purchase-option input:checked~.purchase-option__body .purchase-option__price{color:var(--color-white)}.purchase-option input:checked~.purchase-option__body .purchase-option__price-compare,.purchase-option input:checked~.purchase-option__body .purchase-option__unit{color:var(--color-white);opacity:.6}.purchase-option input:checked~.purchase-option__body .purchase-option__sub--accent{color:var(--color-white);background-color:#ffffff2e}.purchase-option input:focus-visible~.purchase-option__body{outline:2px solid var(--color-accent);outline-offset:2px}@media(max-width:30rem){.product__purchase-options{grid-template-columns:1fr;gap:.6rem}.purchase-option{padding-block-start:0}.purchase-option--popular .purchase-option__body{transform:none;box-shadow:0 .5rem 1.25rem #c8102e29}.purchase-option--popular:hover .purchase-option__body,.purchase-option--popular:active .purchase-option__body{transform:scale(.99)}.purchase-option__content{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label price" "sub unit";align-items:center;column-gap:.75rem;row-gap:.35rem;text-align:left;padding:.85rem 1rem;padding-inline-end:2.4rem}.purchase-option__label{grid-area:label;min-width:0}.purchase-option__price-row{grid-area:price;justify-self:end;margin-block-start:0}.purchase-option__unit{grid-area:unit;justify-self:end}.purchase-option__sub{grid-area:sub;justify-self:start;margin-block-start:0}.purchase-option__check{top:50%;transform:translateY(-50%) scale(.4)}.purchase-option input:checked~.purchase-option__body .purchase-option__check{transform:translateY(-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.purchase-option__body,.purchase-option__label,.purchase-option__sub,.purchase-option__price,.purchase-option__unit,.purchase-option__check,.product-gallery__slide,.product-gallery__slide img,.product-gallery__thumb{transition:none}}.product__submit{position:relative;margin-block-start:var(--space-3);overflow:hidden}.product__submit.is-loading{opacity:.85;cursor:wait}.product__submit.is-success{background-color:#1a7a3c}.product__submit-label{transition:opacity .15s ease}.product__age-notice{display:flex;align-items:center;gap:.5rem;margin-block-start:var(--space-2);font-size:.8rem;opacity:.7}.product__trust{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-block-start:var(--space-3);padding-block-start:var(--space-3);border-top:1px solid var(--color-border)}.product__trust li{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600}.product__trust svg{width:1.25rem;height:1.25rem;color:var(--color-accent);flex-shrink:0}.product-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;align-items:center;justify-content:space-between;gap:var(--space-2);padding:.75rem var(--page-margin);background-color:var(--color-white);border-top:1px solid var(--color-border);box-shadow:0 -.25rem 1rem #14141414;transform:translateY(0);transition:transform .28s cubic-bezier(.2,.7,.2,1)}.product-sticky-bar.is-hidden{transform:translateY(100%)}.product-sticky-bar__info{display:flex;flex-direction:column;min-width:0}.product-sticky-bar__title{font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-sticky-bar__price{font-weight:800}.product-sticky-bar__btn{flex-shrink:0}@media(min-width:48rem){.product__inner{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start}.product-sticky-bar{display:none!important}}@media(max-width:47.99rem){.product-sticky-bar{display:flex}.product__inner{padding-block-end:calc(var(--space-5) + 4.5rem)}}.reviews{box-sizing:border-box;width:100%;max-width:var(--container-max);margin:0 auto;padding:32px var(--page-margin)}.reviews__heading{box-sizing:border-box;width:100%;text-align:center;margin-bottom:24px}.reviews__title{margin:0;font-size:24px;font-weight:800}.reviews__carousel{box-sizing:border-box;width:100%;display:flex;align-items:center;gap:8px}.reviews__nav{box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background-color:var(--color-white);color:var(--color-foreground);cursor:pointer}.reviews__nav:hover{border-color:var(--color-accent);color:var(--color-accent)}.reviews__grid{box-sizing:border-box;flex:1;min-width:0;display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px}.reviews__grid::-webkit-scrollbar{display:none}.review-card{box-sizing:border-box;flex:0 0 auto;width:85%;max-width:300px;scroll-snap-align:start;overflow:hidden;border:1px solid var(--color-border);border-radius:12px;background-color:var(--color-white)}.review-card__photo{box-sizing:border-box;width:100%;aspect-ratio:4 / 3;background-color:var(--color-surface)}.review-card__photo img{width:100%;height:100%;object-fit:cover}.review-card__body{box-sizing:border-box;width:100%;padding:20px}.review-card__top{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.review-card__initial{box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--color-black);color:var(--color-white);font-weight:800;font-size:15px}.review-card__stars{box-sizing:border-box;display:flex;gap:2px}.review-card__star{width:15px;height:15px;fill:var(--color-accent)}.review-card__star--empty{fill:var(--color-border)}.review-card__quote{margin:0 0 12px;font-size:14px;line-height:1.55}.review-card__author{margin:0;font-weight:700;font-size:13px;opacity:.65}@media(min-width:768px){.reviews{padding:48px var(--page-margin)}.reviews__title{font-size:30px}.review-card{width:calc(33.333% - 11px)}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}#age-gate{position:fixed;top:50%;left:50%;right:auto;bottom:auto;height:max-content;max-height:calc(100vh - 2rem);overflow-y:auto;margin:0;transform:translate(-50%,-50%);border:none;border-radius:calc(var(--style-border-radius-inputs) + 14px);padding:0;width:min(25rem,calc(100% - 2rem));color:var(--color-foreground);background-color:var(--color-white);box-shadow:0 2rem 4rem #00000040}#age-gate:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--color-black),var(--color-accent),var(--color-black))}#age-gate::backdrop{background-color:#0a0a0acc;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}#age-gate[open]{animation:age-gate-in .56s cubic-bezier(.34,1.56,.64,1) both}#age-gate::backdrop{animation:age-gate-backdrop-in .48s ease both}@keyframes age-gate-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.82) translateY(22px);filter:blur(8px)}55%{opacity:1;filter:blur(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0);filter:blur(0)}}@keyframes age-gate-backdrop-in{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}.age-gate__icon{animation:age-gate-icon-in .62s cubic-bezier(.34,1.56,.64,1) .14s both}.age-gate__inner h2{animation:age-gate-fade-up .45s ease .22s both}.age-gate__notice{animation:age-gate-fade-up .45s ease .3s both}.age-gate__actions{animation:age-gate-fade-up .45s ease .38s both}@keyframes age-gate-icon-in{0%{opacity:0;transform:scale(.4) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes age-gate-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){#age-gate[open],#age-gate::backdrop,.age-gate__icon,.age-gate__inner h2,.age-gate__notice,.age-gate__actions{animation:none}}.age-gate__inner{position:relative;padding:var(--space-5) var(--space-4) var(--space-4);text-align:center;background-image:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(200,16,46,.09),transparent 70%)}.age-gate__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-inline:auto;margin-block-end:var(--space-3);border-radius:50%;background-color:var(--color-black);color:var(--color-white);font-weight:800;font-size:.95rem;box-shadow:0 .5rem 1.25rem #c8102e59}.age-gate__icon-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:1.5px solid rgba(200,16,46,.35)}.age-gate__inner h2{font-size:1.5rem}.age-gate__notice{opacity:.65;font-size:.9rem;line-height:1.5;margin-block-start:var(--space-2)}.age-gate__actions{display:flex;gap:var(--space-2);margin-block-start:var(--space-4)}.age-gate__actions .btn{flex:1}.age-gate__yes{flex:1.3;box-shadow:0 .6rem 1.5rem #c8102e59}.age-gate__yes:hover{box-shadow:0 .6rem 1.5rem #c8102e80}#age-gate-blocked{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);padding:var(--space-3)}#age-gate-blocked[hidden]{display:none}.age-gate-blocked__inner{max-width:26rem;text-align:center}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{display:flex;flex-direction:column;height:100%;padding:.6rem;border:1px solid transparent;border-radius:calc(var(--style-border-radius-inputs) + 6px);transition:border-color .15s ease,box-shadow .15s ease}.product-card:hover{border-color:var(--color-border);box-shadow:0 .75rem 1.75rem #1414140f}.product-card__media{position:relative;display:block;border-radius:var(--style-border-radius-inputs);overflow:hidden;background-color:var(--color-surface);aspect-ratio:1 / 1}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.product-card__media:hover img{transform:scale(1.03)}.product-card__badge{position:absolute;top:.6rem;left:.6rem}.product-card__badge--sold-out{left:auto;right:.6rem;background-color:var(--color-foreground)}.product-card__info{display:flex;flex-direction:column;gap:.5rem;padding-block-start:.85rem;flex:1}.product-card__title{color:var(--color-black);text-decoration:none;font-weight:600;font-size:.95rem;line-height:1.3}.product-card__price{font-weight:700;color:var(--color-foreground)}.product-card__actions{display:flex;align-items:stretch;gap:.5rem;margin-block-start:auto;padding-block-start:.5rem}.product-card__view{flex:7 7 0%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__quick-add{flex:3 3 0%;display:flex}.product-card__cart-btn{width:100%;padding-inline:0;display:flex;align-items:center;justify-content:center}.product-card__cart-icon{display:inline-flex;width:1.1rem;height:1.1rem}.product-card__cart-icon svg{width:100%;height:100%}.product-card__cart-btn.is-loading{opacity:.7;cursor:default}.product-card__cart-btn.is-success{background-color:var(--color-accent)}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
