.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:inline}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{line-height:1.6;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--background: #f5f5f5;--foreground: #404040;--card: #e6e6e6;--card-foreground: #404040;--primary: #404040;--primary-foreground: #f5f5f5;--secondary: #bfbfbf;--secondary-foreground: #333333;--muted: #dedede;--muted-foreground: #737373;--accent: #8c8c8c;--accent-foreground: #f5f5f5;--border: #d4d4d4;--input: #e6e6e6;--ring: #737373;--radius: .5rem;--font-sans: "Inter", system-ui, sans-serif;--font-display: "Oswald", sans-serif}.dark{--background: #333333;--foreground: #f2f2f2;--card: #404040;--card-foreground: #f2f2f2;--primary: #f2f2f2;--primary-foreground: #333333;--secondary: #4d4d4d;--secondary-foreground: #f2f2f2;--muted: #474747;--muted-foreground: #a6a6a6;--accent: #a6a6a6;--accent-foreground: #333333;--border: #595959;--input: #4d4d4d;--ring: #a6a6a6}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em}.font-display{font-family:var(--font-display)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-link:focus{position:fixed;top:0;left:0;background:var(--primary);color:var(--primary-foreground);padding:1rem;z-index:9999;width:auto;height:auto;clip:auto}.text-balance{text-wrap:balance}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.3em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius);transition:all .2s ease;cursor:pointer;text-decoration:none;border:2px solid transparent}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-primary:hover{opacity:.9}.btn-outline{background-color:transparent;color:var(--foreground);border-color:var(--border)}.btn-outline:hover{background-color:var(--muted)}.hero .btn-outline{color:var(--foreground);background-color:#fff;border-color:#fff}.hero .btn-outline:hover{background-color:#ffffffd9}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.input{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--input);color:var(--foreground);transition:border-color .2s ease}.input:focus{outline:none;border-color:var(--ring)}.input::placeholder{color:var(--muted-foreground)}.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;min-height:2.25rem;background-color:var(--primary);color:var(--primary-foreground);overflow:hidden}.announcement-bar__track{display:flex;width:max-content;flex-shrink:0;animation:announcement-marquee 50s linear infinite}.announcement-bar:hover .announcement-bar__track{animation-play-state:paused}.announcement-bar__group{display:flex;flex-shrink:0}.announcement-bar__item{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 2rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:inherit;text-decoration:none}.announcement-bar__icon{flex-shrink:0;width:16px;height:16px}@keyframes announcement-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation:none}}.header{position:fixed;top:2.25rem;left:0;right:0;z-index:50;background-color:#f5f5f5f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0000001a}.header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem;max-width:1280px;margin:0 auto}@media(min-width:768px){.header__inner{padding:1rem 1.5rem}}.header__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--foreground);text-decoration:none;position:absolute;left:50%;transform:translate(-50%)}@media(min-width:768px){.header__logo{position:static;transform:none}}.header__logo span{color:var(--muted-foreground)}.header__nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.header__nav{display:flex}}.header__nav-link{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.header__nav-link:hover{color:var(--foreground)}.header__icons{display:flex;align-items:center;gap:1rem;margin-left:0}@media(min-width:768px){.header__icons{margin-left:1.5rem}}.header__icon{color:var(--muted-foreground);transition:color .2s ease;display:flex;align-items:center}.header__icon:hover{color:var(--foreground)}.header__cart{position:relative}.header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--foreground);color:var(--background);font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__menu-toggle{display:block;background:none;border:none;color:var(--foreground);cursor:pointer;padding:.5rem}@media(min-width:768px){.header__menu-toggle{display:none}}.header__mobile-nav{display:none;flex-direction:column;gap:1rem;padding:1rem 1.5rem;background-color:var(--background);border-top:1px solid var(--border)}.header__mobile-nav.is-open{display:flex}@media(min-width:768px){.header__mobile-nav{display:none!important}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.hero__content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1280px;margin:0 auto;padding:8rem 2rem 5rem;text-align:center}.hero__tagline{color:#ffffffb3;text-transform:uppercase;letter-spacing:.3em;font-size:.875rem;margin-bottom:1.5rem}.hero__title{font-family:var(--font-display);font-size:3.5rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;line-height:1.1}@media(min-width:768px){.hero__title{font-size:6rem}}@media(min-width:1024px){.hero__title{font-size:8rem}}.hero__description{font-size:1.125rem;color:#ffffffb3;max-width:42rem;margin:0;padding-bottom:2.5rem;line-height:1.7}.hero__description strong{color:#fff;font-weight:500}.hero__buttons{display:flex;flex-direction:column;gap:1rem;align-items:stretch;width:100%;max-width:32rem}@media(min-width:640px){.hero__buttons{flex-direction:row;align-items:center;justify-content:center}}.hero__stats{display:flex;justify-content:center;gap:3rem;width:100%;margin:3rem 0 0}.hero__stat{text-align:center}.hero__stat:first-child{padding-right:3rem;border-right:1px solid rgba(255,255,255,.2)}.hero__stat-value{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:#fff}@media(min-width:768px){.hero__stat-value{font-size:3rem}}.hero__stat-label{color:#fff9;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);color:#fff9;animation:bounce 1s infinite;z-index:10}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.benefits{padding:6rem 0;background-color:var(--background)}@media(min-width:768px){.benefits{padding:8rem 0}}.template-product .benefits{padding-top:4rem}@media(min-width:768px){.template-product .benefits{padding-top:6rem}}.benefits__header{text-align:center;margin-bottom:4rem}.benefits__tagline{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.3em;font-size:.875rem;margin-bottom:1rem}.benefits__title{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--foreground)}@media(min-width:768px){.benefits__title{font-size:3.5rem}}.benefits__subtitle{font-size:1.05rem;color:var(--muted-foreground);margin-top:1rem;max-width:36rem;margin-left:auto;margin-right:auto;line-height:1.6}.benefits__showcase{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(max-width:1023px){.benefits__showcase{grid-template-columns:1fr;gap:2rem}.benefits__column{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.benefits__showcase{grid-template-columns:1fr auto 1fr;gap:4rem}.benefits__column{display:flex;flex-direction:column;gap:3rem}}.benefits__column--left,.benefits__column--right{text-align:center}@media(min-width:1024px){.benefits__column--left{text-align:right}.benefits__column--right{text-align:left}}.benefits__image{display:flex;justify-content:center;align-items:center;order:-1}@media(min-width:1024px){.benefits__image{order:0}}.benefits__image img{max-width:320px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}@media(min-width:1024px){.benefits__image img{max-width:380px}}.benefits__image-placeholder{width:280px;height:380px;background:var(--card);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.benefit-item{display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.benefits__column--left .benefit-item{align-items:flex-end}.benefits__column--right .benefit-item{align-items:flex-start}}.benefit-item__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:var(--accent, var(--primary));margin-bottom:.75rem}.benefit-item__title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--accent, var(--primary));text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem}.benefit-item__description{color:var(--muted-foreground);line-height:1.6;font-size:.9rem;max-width:280px}.stats{padding:4rem 0;background-color:var(--card)}@media(min-width:768px){.stats{padding:6rem 0}}.stats__layout{display:grid;grid-template-columns:1fr;max-width:1280px;margin:0 1.25rem;border-radius:1.5rem;overflow:hidden;background-color:var(--background);box-shadow:0 4px 30px #0000000f}@media(min-width:768px){.stats__layout{grid-template-columns:1fr 1fr;min-height:520px;margin:0 1.5rem}}@media(min-width:1312px){.stats__layout{margin:0 auto}}.stats__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3.5rem 2rem}@media(min-width:768px){.stats__content{padding:4rem 3.5rem}}.stats__title{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--foreground);line-height:1.1;margin-bottom:.75rem}@media(min-width:768px){.stats__title{font-size:2.75rem}}.stats__subtitle{font-size:1rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:2.5rem;max-width:420px}.stats__numbers{display:flex;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap;justify-content:center}.stats__item{flex:1;min-width:140px;text-align:center}.stats__value{font-family:var(--font-display);font-size:4rem;font-weight:700;color:var(--accent, var(--primary));line-height:1;margin-bottom:.75rem}@media(min-width:768px){.stats__value{font-size:5rem}}.stats__label{color:var(--foreground);font-size:.9rem;line-height:1.5}.stats__source{display:inline-block;margin-top:.5rem;font-size:.75rem;color:var(--muted-foreground);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.stats__source:hover{color:var(--accent, var(--primary))}.stats__cta{align-self:center}.stats__image{position:relative;overflow:hidden;min-height:280px}@media(min-width:768px){.stats__image{min-height:100%}}.stats__image img{width:100%;height:100%;object-fit:cover}.stats__image-placeholder{width:100%;height:100%;min-height:280px;background:var(--muted)}.ingredients{padding:6rem 0;background-color:var(--background)}@media(min-width:768px){.ingredients{padding:8rem 0}}.ingredients__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.ingredients__grid{grid-template-columns:repeat(2,1fr)}}.ingredients__image{position:relative;aspect-ratio:1;background-color:var(--secondary);overflow:hidden;border-radius:1rem}.ingredients__image img{width:100%;height:100%;object-fit:cover}.ingredients__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#404040e6,#40404033)}.ingredients__image-text{position:absolute;bottom:2rem;left:2rem;right:2rem;font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--primary-foreground);line-height:1.1}@media(min-width:768px){.ingredients__image-text{font-size:3.5rem}}.ingredients__tagline{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.3em;font-size:.875rem;margin-bottom:1rem}.ingredients__title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:3rem}@media(min-width:768px){.ingredients__title{font-size:3rem}}.ingredient-item{display:flex;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.ingredient-item:last-child{border-bottom:none;padding-bottom:0}.ingredient-item+.ingredient-item{padding-top:2rem}.ingredient-item__number{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--muted-foreground);opacity:.3}.ingredient-item__content{flex:1}.ingredient-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.ingredient-item__name{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em}.ingredient-item__amount{font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}.ingredient-item__description{color:var(--muted-foreground);line-height:1.7}.how-it-works{padding:6rem 0;background-color:var(--card)}@media(min-width:768px){.how-it-works{padding:8rem 0}}.how-it-works__header{text-align:center;margin-bottom:4rem}.how-it-works__tagline{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.3em;font-size:.875rem;margin-bottom:1rem}.how-it-works__title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--foreground)}@media(min-width:768px){.how-it-works__title{font-size:3.5rem}}.how-it-works__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.how-it-works__grid{grid-template-columns:repeat(3,1fr)}}.step-card{position:relative;text-align:center}.step-card__connector{display:none;position:absolute;top:4rem;left:calc(50% + 4rem);width:calc(100% - 8rem);height:1px;background-color:var(--border)}@media(min-width:768px){.step-card__connector{display:block}}.step-card:last-child .step-card__connector{display:none}.step-card__number{display:inline-flex;align-items:center;justify-content:center;width:8rem;height:8rem;border:2px solid var(--primary);background-color:#4040400d;border-radius:.5rem;margin-bottom:2rem;font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--primary)}.step-card__title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.step-card__description{color:var(--muted-foreground);line-height:1.7;max-width:24rem;margin:0 auto}.testimonials{position:relative;padding:6rem 0;background-color:var(--background);overflow:hidden}@media(min-width:768px){.testimonials{padding:8rem 0}}.testimonials__background{position:absolute;top:0;right:0;bottom:0;left:0}.testimonials__background img{width:100%;height:100%;object-fit:cover;opacity:.1;filter:grayscale(1)}.testimonials__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--background),rgba(245,245,245,.98),var(--background))}.testimonials__inner{position:relative}.testimonials__header{text-align:center;margin-bottom:4rem}.testimonials__tagline{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.3em;font-size:.875rem;margin-bottom:1rem}.testimonials__title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--foreground)}@media(min-width:768px){.testimonials__title{font-size:3.5rem}}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:2rem;background-color:#f5f5f5e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);box-shadow:0 1px 3px #0000001a}.testimonial-card__quote{font-size:1.125rem;color:var(--foreground);line-height:1.7;margin-bottom:1.5rem}.testimonial-card__author{font-weight:600;color:var(--foreground)}.testimonial-card__role{font-size:.875rem;color:var(--muted-foreground)}.cta{padding:6rem 0;background-color:var(--primary);color:var(--primary-foreground)}@media(min-width:768px){.cta{padding:8rem 0}}.cta__inner{max-width:56rem;margin:0 auto;text-align:center}.cta__title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media(min-width:768px){.cta__title{font-size:3.5rem}}.cta__description{font-size:1.125rem;opacity:.8;max-width:42rem;margin:0 auto 2.5rem}.cta__form{display:flex;flex-direction:column;gap:1rem;max-width:28rem;margin:0 auto 2rem}@media(min-width:640px){.cta__form{flex-direction:row}}.cta__input{flex:1;padding:.75rem 1rem;font-size:1rem;border:1px solid rgba(245,245,245,.3);border-radius:var(--radius);background-color:#f5f5f533;color:var(--primary-foreground)}.cta__input::placeholder{color:#f5f5f599}.cta__input:focus{outline:none;border-color:var(--primary-foreground)}.cta__button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--primary-foreground);border-radius:var(--radius);background-color:var(--primary-foreground);color:var(--primary);cursor:pointer;transition:opacity .2s ease}.cta__button:hover{opacity:.9}.cta__note{font-size:.875rem;opacity:.6}.footer{padding:4rem 0;background-color:var(--card);border-top:1px solid var(--border)}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}.footer__brand{max-width:24rem}.footer__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--foreground);text-decoration:none}.footer__logo span{color:var(--muted-foreground)}.footer__description{margin-top:1rem;color:var(--muted-foreground);line-height:1.7}.footer__social{display:flex;gap:1rem;margin-top:1.5rem}.footer__social-link{color:var(--muted-foreground);transition:color .2s ease}.footer__social-link:hover{color:var(--foreground)}.footer__heading{font-weight:600;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;margin-bottom:1rem}.footer__links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer__link{color:var(--muted-foreground);text-decoration:none;transition:color .2s ease}.footer__link:hover{color:var(--foreground)}.footer__bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{font-size:.875rem;color:var(--muted-foreground)}.footer__legal{display:flex;gap:1.5rem}.footer__legal-link{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .2s ease}.footer__legal-link:hover{color:var(--foreground)}.icon{display:inline-block;width:1.5rem;height:1.5rem;vertical-align:middle}.icon-sm{width:1.25rem;height:1.25rem}.icon-lg{width:1.75rem;height:1.75rem}.product-page{padding:6.75rem 1rem 2rem}@media(min-width:768px){.product-page{padding:10.25rem 1.5rem 8rem}}.product-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;max-width:1280px;margin:0 auto}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:4rem}}.product-tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg,#71717a,#a1a1aa,#71717a);border:none;padding:.35rem 1rem;border-radius:2rem;margin-bottom:.5rem}@media(min-width:768px){.product-tag{margin-bottom:1rem}}.product-info__title{font-size:1.75rem;text-transform:uppercase;margin-bottom:.25rem}@media(min-width:768px){.product-info__title{font-size:2.5rem;margin-bottom:1rem}}.product-info__price{font-size:1.25rem;font-weight:600;margin-bottom:1rem}@media(min-width:768px){.product-info__price{font-size:1.5rem;margin-bottom:1.5rem}}.product-info__quantity{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;font-weight:500}@media(min-width:768px){.product-info__quantity{margin-bottom:1.5rem}}.product-info__description{color:var(--muted-foreground);line-height:1.7;margin-top:.5rem;margin-bottom:1.25rem}@media(min-width:768px){.product-info__description{margin-top:.75rem;margin-bottom:1.5rem}}.dynamic-checkout{margin-top:.75rem}.dynamic-checkout .shopify-payment-button__button{border-radius:var(--radius)}.dynamic-checkout .shopify-payment-button__more-options,.shopify-payment-button__more-options{display:none!important}.dynamic-checkout shopify-payment-terms,.dynamic-checkout .shopify-payment-terms,shopify-payment-terms,.shopify-payment-terms,#shopify-buyer-consent{display:none!important}.product-highlights{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.product-highlights__pill{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;text-align:left;padding:.375rem .75rem;border:1px solid var(--border);border-radius:9999px;background:var(--card);color:var(--foreground);font-weight:600;font-size:.75rem;line-height:1.2}.product-highlights__check{display:inline-flex;flex-shrink:0;color:var(--accent)}.product-highlights__check .check-seal{display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.15))}.product-stock{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;color:var(--foreground)}.product-stock__dot{flex-shrink:0;width:.625rem;height:.625rem;border-radius:50%;background:#22c55e;animation:stock-pulse 1.8s ease-out infinite}@keyframes stock-pulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media(prefers-reduced-motion:reduce){.product-stock__dot{animation:none;box-shadow:0 0 0 3px #22c55e33}}.trust-badges{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;row-gap:.5rem}.trust-badge{display:flex;align-items:center;gap:.25rem;min-width:0;white-space:nowrap;font-size:.6875rem;font-weight:500;line-height:1.2;color:var(--muted-foreground)}.trust-badge__icon{flex-shrink:0;width:15px;height:15px;color:var(--accent)}.trust-badge--desktop-only{display:none}@media(min-width:768px){.trust-badges{flex-wrap:nowrap}.trust-badge{gap:.375rem;font-size:.75rem}.trust-badge__icon{width:18px;height:18px}.trust-badge--desktop-only{display:flex}}@media(min-width:768px){.product-highlights{display:none}}.product-gallery__main{aspect-ratio:1;background:var(--card);overflow:hidden;border-radius:.75rem}@media(min-width:768px){.product-gallery__main{border-radius:1rem}}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}.product-gallery__thumb{width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;border:2px solid transparent;padding:0;background:var(--card);cursor:pointer;opacity:.75;transition:opacity .2s ease,border-color .2s ease}.product-gallery__thumb:hover{opacity:.9}.product-gallery__thumb.is-active{border-color:var(--foreground);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.bundle-selector{margin-bottom:1rem}.bundle-selector__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.bundle-selector__line{flex:1;height:1px;background:var(--border)}.bundle-selector__title{font-family:var(--font-display);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground)}.bundle-selector__options{display:flex;flex-direction:column;gap:1rem}.bundle-option{position:relative;display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fafafa;border:2px solid var(--border);border-radius:1rem;cursor:pointer;transition:border-color .15s ease}.bundle-option:hover{border-color:var(--muted-foreground)}.bundle-option.is-selected{border-color:var(--primary)}.bundle-option__radio{appearance:none;-webkit-appearance:none;width:1.25rem;height:1.25rem;border:2px solid var(--border);border-radius:50%;cursor:pointer;position:relative;flex-shrink:0;margin:0}.bundle-option.is-selected .bundle-option__radio{border-color:var(--primary);background:transparent}.bundle-option.is-selected .bundle-option__radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.5rem;height:.5rem;border-radius:50%;background:var(--primary)}.bundle-option__label{flex:1;font-family:var(--font-display);font-weight:700;font-size:1.125rem;letter-spacing:.02em}@media(min-width:768px){.bundle-option__label{font-size:1.25rem}}.bundle-option__pricing{display:flex;flex-direction:column;align-items:flex-end;text-align:right;line-height:1.2}.bundle-option__price{font-family:var(--font-display);font-weight:700;font-size:1.25rem}@media(min-width:768px){.bundle-option__price{font-size:1.5rem}}.bundle-option__compare{font-size:.875rem;color:var(--muted-foreground);text-decoration:line-through}.bundle-option__badge{position:absolute;top:-.75rem;right:1.5rem;background:var(--primary);color:var(--primary-foreground);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.375rem .75rem;border-radius:.5rem;white-space:nowrap}.cart-upsell{margin:1.25rem 0 0;padding:0}.cart-upsell .bundle-selector__header{margin-bottom:.75rem}.cart-upsell .bundle-selector__title{white-space:nowrap}.cart-upsell__buttons{display:flex;flex-wrap:nowrap;justify-content:center;gap:.375rem}.cart-upsell__btn{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.01em;white-space:nowrap;color:var(--primary);background:transparent;border:1.5px dashed var(--primary);border-radius:.625rem;cursor:pointer;transition:background .15s ease,color .15s ease,opacity .15s ease}.cart-upsell__btn-label{white-space:nowrap}@media(min-width:768px){.cart-upsell__btn{flex:0 1 auto;gap:.5rem;padding:.5rem .875rem;font-size:.75rem;letter-spacing:.02em}}.cart-upsell__btn:hover{background:var(--primary);color:var(--primary-foreground);border-style:solid}.cart-upsell__btn:disabled{opacity:.5;cursor:default}.cart-upsell__btn-price{font-weight:600;opacity:.8}.cart-free-badge{display:inline-block;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#22c55e}.cart-free-pill{display:inline-block;padding:.375rem .75rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);border:1px solid var(--border);border-radius:9999px;white-space:nowrap}.cart-sub-toggle{margin:1.25rem 0 0;margin-bottom:0}.cart-sub-active{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1.25rem;padding:.625rem .875rem;background:color-mix(in srgb,var(--primary) 8%,transparent);border:1px solid color-mix(in srgb,var(--primary) 25%,transparent);border-radius:var(--radius)}.cart-sub-active__tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;color:var(--primary)}.cart-sub-active__remove{display:none;flex-shrink:0;padding:0;border:0;background:transparent;color:var(--muted-foreground);font-size:.75rem;font-weight:600;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cart-sub-active__remove:hover:not(:disabled){color:var(--foreground)}.cart-sub-active__remove:disabled{opacity:.5;cursor:default}.cart-page{max-width:780px;margin:0 auto;padding:7rem 1.25rem 5rem}@media(min-width:768px){.cart-page{padding:9rem 1.5rem 6rem}}.cart-page__title{font-size:2.25rem;text-transform:uppercase;text-align:center;margin-bottom:2.5rem}@media(min-width:768px){.cart-page__title{font-size:3rem;margin-bottom:3rem}}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-item{background:#fafafa;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #0000000a}@media(min-width:768px){.cart-item{padding:1.5rem}}.cart-item__main{display:flex;align-items:center;flex-wrap:wrap;column-gap:1.25rem;row-gap:.75rem}@media(min-width:768px){.cart-item__main{flex-wrap:nowrap}}.cart-item__media{flex-shrink:0;display:block}.cart-item__media img{width:84px;height:84px;object-fit:cover;border-radius:.75rem;display:block}.cart-item__info{flex:1;min-width:0}.cart-item__title-link{text-decoration:none;color:inherit}.cart-item__title{font-size:1.0625rem;text-transform:uppercase;line-height:1.2;white-space:nowrap}.cart-item__variant{display:inline-flex;align-items:center;gap:.375rem;margin-top:.375rem;padding:.25rem .625rem;background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);border-radius:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.cart-item__variant-icon{flex-shrink:0;width:13px;height:13px}.cart-item__price{margin-top:.5rem;font-weight:600}.cart-item__freegift{display:flex;align-items:center;gap:.625rem;margin-top:1rem;padding:.5rem .75rem;background:#00000008;border-radius:var(--radius)}.cart-item__freegift-img{flex-shrink:0;width:36px;height:36px;object-fit:cover;border-radius:.5rem}.cart-item__freegift-text{flex:1;min-width:0;font-size:.8125rem;font-weight:600;color:var(--foreground)}.cart-item__controls{display:flex;align-items:center;gap:.75rem;width:100%;justify-content:space-between}@media(min-width:768px){.cart-item__controls{width:auto;justify-content:flex-start}}.cart-item__remove{display:inline-flex;align-items:center;justify-content:center;align-self:center;color:var(--muted-foreground);transition:color .15s ease}.cart-item__remove svg{display:block}.cart-item__remove:hover{color:var(--foreground)}.qty-stepper{display:inline-flex;align-items:center;background:#fff;border:1px solid var(--border);border-radius:9999px}.qty-stepper__btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;background:transparent;color:var(--foreground);cursor:pointer;border-radius:50%;transition:background .15s ease}.qty-stepper__btn:hover:not(:disabled){background:#0000000f}.qty-stepper__btn:disabled{opacity:.35;cursor:default}.qty-stepper__value{min-width:1.75rem;text-align:center;font-weight:600;font-size:.9375rem}.cart-summary{background:#fafafa;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000a}@media(min-width:768px){.cart-summary{padding:1.75rem}}.cart-summary__row{display:flex;justify-content:space-between}.cart-summary__row--total{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.cart-summary__row--muted{color:var(--muted-foreground);font-size:.875rem;margin-bottom:0}.cart-summary__subtotal{color:var(--muted-foreground);font-size:.9375rem;margin-bottom:.375rem}.cart-summary__discount{color:var(--primary);font-weight:400;font-size:.9375rem;margin-bottom:.375rem}.cart-summary__divider{height:1px;background:var(--border);margin:.625rem 0}.cart-summary__shipping{font-size:.9375rem;margin-bottom:.375rem}.cart-summary__free{font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--primary)}.cart-checkout{width:100%}.cart-empty{text-align:center;padding:3rem 0}.cart-empty__text{color:var(--muted-foreground);margin-bottom:2rem}.sub-toggle{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#fafafa;border:1px dashed var(--border);border-radius:var(--radius);cursor:pointer;margin-bottom:1.5rem}.sub-toggle__input{appearance:none;-webkit-appearance:none;width:1.125rem;height:1.125rem;border:2px solid var(--border);border-radius:.25rem;cursor:pointer;flex-shrink:0;position:relative;margin:.125rem 0 0}.sub-toggle__input:checked{background:var(--primary);border-color:var(--primary)}.sub-toggle__input:checked:after{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:.3rem;height:.6rem;border:solid var(--primary-foreground);border-width:0 2px 2px 0}.sub-toggle__body{display:flex;flex-direction:column;gap:.125rem}.sub-toggle__title{font-weight:700;font-size:1rem}.sub-toggle__subtitle{font-size:.875rem;color:var(--muted-foreground)}.sub-toggle__frequency{font-size:.8125rem;color:var(--muted-foreground);margin-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
