@media(prefers-reduced-motion:no-preference){.reveal-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.7,.3,1),transform .7s cubic-bezier(.2,.7,.3,1);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}}.trust-badge-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:2.4rem 4rem;padding:2.4rem 2rem;max-width:120rem;margin:0 auto}.trust-badge-bar__item{display:flex;align-items:center;gap:1rem;min-width:20rem;flex:1 1 20rem;max-width:30rem}.trust-badge-bar__icon{flex-shrink:0;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-foreground),.06)}.trust-badge-bar__icon svg{width:1.9rem;height:1.9rem;stroke:rgb(var(--color-foreground))}.trust-badge-bar__title{font-size:1.35rem;font-weight:600;letter-spacing:.04rem;line-height:1.3;margin:0}.trust-badge-bar__subtitle{font-size:1.2rem;opacity:.65;margin:.2rem 0 0;line-height:1.3}.pdp-trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin:1.6rem 0 .4rem;padding-top:1.6rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.pdp-trust-badges__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;font-size:1.1rem;line-height:1.3;opacity:.85}.pdp-trust-badges__item svg{width:2.2rem;height:2.2rem;stroke:rgb(var(--color-foreground))}@media screen and (max-width:480px){.pdp-trust-badges{grid-template-columns:repeat(2,1fr);gap:1rem .6rem}.pdp-trust-badges__item{font-size:1rem}}.sticky-atc-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:1.2rem;padding:1rem 1.6rem calc(1rem + env(safe-area-inset-bottom));background:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.1);box-shadow:0 -.4rem 1.6rem #00000014;transform:translateY(110%);transition:transform .3s ease}.sticky-atc-bar.is-visible{transform:translateY(0)}.sticky-atc-bar__info{flex:1;min-width:0}.sticky-atc-bar__title{font-size:1.2rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.sticky-atc-bar__price{font-size:1.3rem;font-weight:700;margin:0}.sticky-atc-bar__button{flex-shrink:0;border-radius:var(--buttons-radius, 999px);padding:1.1rem 2.2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;font-size:1.3rem;font-weight:600;cursor:pointer}@media screen and (min-width:990px){.sticky-atc-bar{display:none!important}}.wsp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a8c;display:flex;align-items:center;justify-content:center;z-index:100;padding:2rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.wsp-overlay.is-open{opacity:1;pointer-events:auto}.wsp-modal{position:relative;background:rgb(var(--color-background));color:rgb(var(--color-foreground));max-width:40rem;width:100%;border-radius:1.2rem;padding:3.2rem 2.8rem 2.8rem;text-align:center;box-shadow:0 2rem 6rem #00000040;transform:scale(.92) translateY(10px);transition:transform .3s ease}.wsp-overlay.is-open .wsp-modal{transform:scale(1) translateY(0)}.wsp-close{position:absolute;top:1.2rem;right:1.2rem;width:3.2rem;height:3.2rem;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6}.wsp-close:hover{opacity:1}.wsp-eyebrow{text-transform:uppercase;letter-spacing:.15rem;font-size:1.1rem;opacity:.6;margin:0 0 .8rem}.wsp-heading{font-size:2.4rem;line-height:1.2;margin:0 0 1rem}.wsp-subtext{font-size:1.4rem;opacity:.75;margin:0 0 2rem}.wsp-code{display:inline-flex;align-items:center;gap:1rem;border:.15rem dashed rgba(var(--color-foreground),.35);border-radius:.8rem;padding:1.2rem 1.8rem;font-size:1.8rem;font-weight:700;letter-spacing:.15rem;margin-bottom:1.6rem}.wsp-code button{background:rgba(var(--color-foreground),.08);border:none;border-radius:.5rem;padding:.6rem 1rem;font-size:1.1rem;cursor:pointer}.wsp-cta{display:block;width:100%;padding:1.4rem;border-radius:var(--buttons-radius, 999px);background:rgb(var(--color-button));color:rgb(var(--color-button-text));text-decoration:none;font-weight:600;font-size:1.4rem;margin-bottom:1.6rem}.wsp-newsletter{display:flex;gap:.8rem;border-top:.1rem solid rgba(var(--color-foreground),.1);padding-top:1.6rem}.wsp-newsletter input[type=email]{flex:1;min-width:0;padding:1rem 1.2rem;border-radius:.6rem;border:.1rem solid rgba(var(--color-foreground),.25);font-size:1.3rem}.wsp-newsletter button{border-radius:.6rem;border:.1rem solid rgba(var(--color-foreground),.35);background:transparent;padding:0 1.4rem;font-size:1.2rem;cursor:pointer;white-space:nowrap}.wsp-fineprint{font-size:1rem;opacity:.5;margin:1rem 0 0}@media screen and (max-width:480px){.wsp-modal{padding:2.8rem 2rem 2.4rem}.wsp-heading{font-size:2rem}.wsp-newsletter{flex-direction:column}}.swatch-dot{display:inline-block;width:1.6rem;height:1.6rem;border-radius:50%;margin-right:.8rem;vertical-align:middle;background:var(--swatch-color, transparent);border:.1rem solid rgba(var(--color-foreground),.25);box-shadow:0 0 0 .1rem #fff6 inset}label.has-swatch-dot{display:inline-flex;align-items:center}.pdp-feature-grid{margin:2rem 0;padding:2rem 0;border-top:.1rem solid rgba(var(--color-foreground),.08);border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.pdp-feature-grid__heading{font-family:var(--font-heading-family);font-size:1.5rem;letter-spacing:.06rem;text-transform:uppercase;margin:0 0 1.6rem;opacity:.75}.pdp-feature-grid__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:1.6rem}.pdp-feature-grid__item{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.2rem;border-radius:.8rem;background:rgba(var(--color-foreground),.03);transition:background .25s ease,transform .25s ease}.pdp-feature-grid__item:hover{background:rgba(var(--color-foreground),.07);transform:translateY(-2px)}.pdp-feature-grid__icon{flex-shrink:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgb(var(--color-button))}.pdp-feature-grid__icon svg{width:2rem;height:2rem;stroke:rgb(var(--color-button-text))}.pdp-feature-grid__label{font-size:1.3rem;font-weight:600;line-height:1.35}.product .price{font-family:var(--font-heading-family)}.product .price .price-item{font-size:2.6rem;font-weight:600;letter-spacing:.02rem}.product .price .price-item.price-item--regular:not(.price-item--sale){font-weight:500}@media screen and (max-width:749px){.product .price .price-item{font-size:2.2rem}}.product-form__buttons .button,.product-form__buttons .shopify-payment-button__button{width:100%}.button:not(.button--tertiary),button.button,.shopify-payment-button__button--unbranded{transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.button:not(.button--tertiary):hover,button.button:hover,.shopify-payment-button__button--unbranded:hover{transform:translateY(-2px);box-shadow:0 .8rem 1.8rem #00000026}.button:not(.button--tertiary):active,button.button:active{transform:translateY(0);box-shadow:none}.pdp-section-heading{font-family:var(--font-heading-family);font-size:1.9rem;font-weight:600;letter-spacing:.03rem;margin:2.4rem 0 1.2rem;padding-top:2rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.product__description.rte{font-size:1.5rem;line-height:1.7;opacity:.85}.product__description.rte p{margin:0 0 1.2rem}.product__description.rte p:last-child{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/6/assets/premium-enhancements.css.map */
