.product__info-wrapper .product-form__submit,.product__info-wrapper .shopify-payment-button{display:none}.cro-trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem 1rem;padding:1.2rem 1.5rem}.cro-trust-bar__item{display:inline-flex;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:600;line-height:1.3;padding:.7rem 1.3rem;border-radius:10rem;background:rgba(var(--color-foreground),.05);border:.1rem solid rgba(var(--color-foreground),.08)}.cro-trust-bar__item .svg-wrapper,.cro-trust-badges__item .svg-wrapper{width:1.8rem;height:1.8rem;flex-shrink:0}.cro-trust-badges{display:flex;flex-wrap:wrap;gap:.8rem 1.6rem;margin:1rem 0 .4rem;padding:0;list-style:none}.cro-trust-badges__item{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:500;color:rgba(var(--color-foreground),.85)}.cro-social-proof{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:600;text-align:center;margin:0;padding:.6rem 1.5rem}.cro-guarantee{display:flex;align-items:flex-start;gap:1.2rem;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:1.4rem;padding:1.6rem 1.8rem;margin:1.2rem 0;background:rgba(var(--color-foreground),.03);box-shadow:0 .4rem 1.6rem #0000000a}.cro-guarantee .svg-wrapper{width:2.6rem;height:2.6rem;flex-shrink:0;margin-top:.2rem;color:#b8860b}.cro-guarantee__title{margin:0 0 .3rem;font-size:1.45rem;font-weight:700;letter-spacing:-.01em}.cro-guarantee__text{margin:0;font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.75)}.cro-testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.6rem;padding:0;margin:2.4rem 0 0;list-style:none}@media screen and (min-width:750px){.cro-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.cro-testimonials__grid--4{grid-template-columns:repeat(4,1fr)}.cro-testimonials__grid--3{grid-template-columns:repeat(3,1fr)}}.cro-testimonial{position:relative;border:.1rem solid rgba(var(--color-foreground),.06);border-radius:1.4rem;padding:2rem 1.8rem 1.6rem;display:flex;flex-direction:column;gap:.8rem;background:rgb(var(--color-background));box-shadow:0 .6rem 2rem #0000000f;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}@media(hover:hover){.cro-testimonial:hover{transform:translateY(-4px);box-shadow:0 1.2rem 2.8rem #0000001a}}.cro-testimonial:before{content:"\201c";position:absolute;top:.2rem;right:1.4rem;font-size:5rem;line-height:1;font-weight:700;color:rgba(var(--color-foreground),.08);pointer-events:none}.cro-testimonial__stars{color:#e8a33d;font-size:1.4rem;letter-spacing:.2rem}.cro-testimonial__text{margin:0;font-size:1.35rem;line-height:1.55;flex-grow:1}.cro-testimonial__author{margin:0;font-size:1.2rem;font-weight:700;color:rgba(var(--color-foreground),.65);text-transform:uppercase;letter-spacing:.06em}.cro-countdown{text-align:center;padding:1.6rem 1.5rem}.cro-countdown[hidden]{display:none}.cro-countdown__heading{margin:0 0 .4rem}.cro-countdown__text{margin:0 0 1.4rem;font-size:1.3rem;color:rgba(var(--color-foreground),.75)}.cro-countdown__timer{display:flex;justify-content:center;gap:1rem}.cro-countdown__unit{min-width:6.4rem;padding:1rem .6rem .8rem;border-radius:1.2rem;background:rgba(var(--color-foreground),.06);border:.1rem solid rgba(var(--color-foreground),.08)}.cro-countdown__value{display:block;font-size:2.6rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.cro-countdown__label{display:block;margin-top:.2rem;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--color-foreground),.65)}.cro-quantity-ladder{margin:1.2rem 0}.cro-quantity-ladder__title{font-size:1.3rem;font-weight:700;margin:0 0 .8rem;text-transform:uppercase}.cro-quantity-ladder__options{display:flex;flex-direction:column;gap:.8rem}.cro-quantity-ladder__option{position:relative;display:flex;align-items:center;gap:1rem;border:.15rem solid rgba(var(--color-foreground),.12);border-radius:1.2rem;padding:1.2rem 1.4rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.cro-quantity-ladder__option:has(input:checked){border-color:rgb(var(--color-button));background:rgba(var(--color-button),.06)}.cro-quantity-ladder__option input[type=radio]{accent-color:rgb(var(--color-button));width:1.8rem;height:1.8rem;flex-shrink:0}.cro-quantity-ladder__option-label{font-size:1.35rem;font-weight:600}.cro-quantity-ladder__option-savings{font-size:1.2rem;color:rgba(var(--color-foreground),.7);display:block;font-weight:400}.cro-quantity-ladder__flag{position:absolute;top:-.9rem;right:1.2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .9rem;border-radius:1rem}.cro-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:4;display:none;align-items:center;justify-content:space-between;gap:1.2rem;padding:1rem 1.5rem calc(1rem + env(safe-area-inset-bottom,0px));background:rgba(var(--color-background),.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:.1rem solid rgba(var(--color-foreground),.1);box-shadow:0 -.4rem 1.6rem #0000001a;transform:translateY(110%);transition:transform .3s cubic-bezier(.22,1,.36,1)}.cro-sticky-atc.is-visible{transform:translateY(0)}.cro-sticky-atc__price{font-size:1.7rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.cro-sticky-atc__button{flex-grow:1;min-height:4.6rem}@media screen and (max-width:749px){.cro-sticky-atc{display:flex}}.cro-free-shipping{padding:1rem 0}.cro-free-shipping__text{margin:0 0 .6rem;font-size:1.3rem;text-align:center}.cro-free-shipping__track{width:100%;height:.8rem;border-radius:.4rem;background:rgba(var(--color-foreground),.1);overflow:hidden}.cro-free-shipping__fill{height:100%;border-radius:.4rem;background:linear-gradient(90deg,#d99a00,#f5b301);transition:width .4s cubic-bezier(.22,1,.36,1)}.cro-cart-trust{margin:.8rem 0 0;font-size:1.2rem;text-align:center;color:rgba(var(--color-foreground),.7)}.badge--bestseller{background:#f5b301;color:#17191d;border-color:#f5b301}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cro.css.map */
