:root{--ink: #102728;--muted: #5b6c6d;--line: #dbe6e3;--paper: #f6f8f5;--surface: #fffdf7;--surface-soft: #f9fbf6;--surface-mint: #edf7f2;--surface-warm: #fbf7ed;--white: #ffffff;--green: #0f3d3e;--green-2: #1f6765;--gold: #f2c75c;--coral: #df7a76;--mint: #e6f4ef;--mint-strong: #cfe9df;--cta: #ffcf4d;--cta-hover: #ffd96f;--container: 1180px;--page-gutter: clamp(24px, 5vw, 80px);--grid-gap: clamp(16px, 2vw, 24px);--layout-gap: clamp(24px, 4vw, 48px);--section-space: clamp(46px, 7vw, 82px);--section-space-tight: clamp(30px, 5vw, 58px);--section-heading-space: clamp(22px, 3vw, 34px);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--type-h1: clamp(38px, 5.2vw, 68px);--type-h2: clamp(30px, 4vw, 48px);--type-h3: clamp(19px, 2vw, 24px);--shadow-soft: 0 12px 30px rgba(18, 55, 53, .08);--shadow-lift: 0 18px 42px rgba(18, 55, 53, .12);--shadow: 0 18px 45px rgba(18, 55, 53, .14)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Avenir Next,Montserrat,Inter,Arial,sans-serif;line-height:1.5;overflow-x:hidden;text-size-adjust:100%;-webkit-text-size-adjust:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-width{width:min(1180px,calc(100% - 32px));margin:0 auto}.skip-link,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link:focus{width:auto;height:auto;clip:auto;z-index:20;top:12px;left:12px;padding:10px 14px;background:var(--gold);color:var(--ink)}.utility-bar{background:var(--green);color:var(--white);font-size:13px}.utility-inner{min-height:38px;display:flex;align-items:center;gap:22px}.utility-inner span{margin-left:auto;color:var(--gold)}.site-header{position:sticky;top:0;z-index:10;background:#0f3d3efa;color:var(--white);border-bottom:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-main{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-logo{max-width:220px;height:auto}.brand-logo-asset{width:220px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--green);color:var(--gold);font-weight:800;letter-spacing:0}.brand-text{font-weight:800;font-size:20px;letter-spacing:0}.primary-nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.primary-nav a{position:relative;padding:9px 0;transition:color .16s ease}.primary-nav a:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:999px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.primary-nav a:hover{color:var(--gold)}.primary-nav a:hover:after,.primary-nav a:focus-visible:after{transform:scaleX(1)}.cart-link span{display:inline-grid;place-items:center;min-width:21px;height:21px;margin-left:4px;border-radius:50%;background:var(--gold);color:var(--ink);font-size:12px}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:6px;background:transparent}.nav-toggle span:not(.visually-hidden){display:block;width:20px;height:2px;margin:4px auto;background:var(--white)}.hero{overflow:hidden;background:radial-gradient(circle at 80% 12%,rgba(242,199,92,.36),transparent 24%),radial-gradient(circle at 4% 92%,rgba(223,122,118,.2),transparent 26%),linear-gradient(135deg,#0b2426,var(--green) 48%,#102728);color:var(--white)}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:44px;align-items:center;min-height:510px;padding:48px 0}.eyebrow{margin:0 0 12px;color:var(--coral);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:var(--gold)}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3,.brand-text,.product-card-title{font-family:Montserrat,Avenir Next,Inter,Arial,sans-serif}h1{margin:0;max-width:780px;font-size:68px;line-height:1;letter-spacing:0;font-weight:900}h2{margin:0;max-width:760px;font-size:48px;line-height:1.04;letter-spacing:0;font-weight:900}h3{margin:0;font-size:20px}.hero-lede{max-width:680px;margin:20px 0 0;color:#ffffffe0;font-size:19px;line-height:1.48}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:6px;font-weight:800;line-height:1.15;text-align:center;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0 34%,rgba(255,255,255,.36) 48%,transparent 62%);transform:translate(-120%);transition:transform .48s ease}.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px #12373524}.button:hover:after,.button:focus-visible:after{transform:translate(120%)}.button:focus-visible,.text-link:focus-visible{outline:3px solid rgba(242,199,92,.72);outline-offset:3px}.button-primary{background:linear-gradient(135deg,var(--cta),var(--cta-hover));color:var(--ink);box-shadow:0 14px 30px #f2c75c47}.button-secondary{background:transparent;color:inherit;border-color:currentColor}.button-hero{min-height:58px;padding:0 28px;border-radius:8px;font-size:17px}.hero .button-primary{background:#ffd15d;color:#0b2426;box-shadow:0 20px 42px #f2c75c52}.hero .button-secondary{background:#ffffff1a;border-color:#ffffff6b}.hero .button-secondary:hover{background:#ffffff29;border-color:#ffffffad}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-points span{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;color:#ffffffe0;font-size:13px}.hero-products{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(158px,.72fr);gap:16px;align-items:stretch;height:430px;min-height:0}.hero-feature{display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;min-width:0;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:var(--white);color:var(--ink);box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.hero-feature:hover{transform:translateY(-4px);border-color:#f2c75c85;box-shadow:0 22px 54px #071b1b38}.hero-feature img{width:100%;height:100%;min-height:0;object-fit:cover;padding:0;background:#f8fbfa}.hero-feature span{display:block;min-height:62px;padding:13px 15px 15px;font-weight:800;line-height:1.25}.hero-feature-large,.hero-feature-small{height:100%;min-height:0}.hero-feature-stack{display:grid;gap:16px;grid-template-rows:repeat(2,minmax(0,1fr));min-width:0}.hero-video-card{position:relative;align-self:center;overflow:hidden;min-width:0;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#071b1bb8;box-shadow:0 24px 70px #071b1b42}.hero-video-frame{position:relative;overflow:hidden;line-height:0}.hero-video-card video,.hero-static-image{display:block;width:100%;aspect-ratio:16 / 10;min-height:360px;object-fit:cover;background:#071b1b}.hero-image-card .hero-video-frame{background:#071b1b}.hero-video-logo{position:absolute;top:clamp(14px,2vw,22px);left:clamp(14px,2vw,22px);z-index:2;display:block;width:min(34%,260px);max-width:calc(100% - 44px);box-sizing:border-box;padding:clamp(8px,1.2vw,13px);border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#051212b8;box-shadow:0 12px 30px #00000042;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.hero-video-logo img{display:block;width:100%;height:auto}.hero-sound-toggle{position:absolute;top:clamp(14px,2vw,22px);right:clamp(14px,2vw,22px);z-index:3;min-height:38px;max-width:calc(100% - 44px);padding:0 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#051212c7;color:var(--white);cursor:pointer;font:inherit;font-size:13px;font-weight:900;line-height:1;box-shadow:0 10px 24px #0000003d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .16s ease,transform .16s ease,border-color .16s ease}.hero-sound-toggle:hover,.hero-sound-toggle:focus-visible{transform:translateY(-1px);border-color:#f2c75ccc;background:#071b1beb}.hero-video-caption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px 16px;color:var(--white)}.hero-video-caption span{color:var(--gold);font-size:12px;font-weight:950;text-transform:uppercase}.hero-video-caption strong{font-size:15px;text-align:right}.top-video-retail{padding:18px 0 22px;background:radial-gradient(circle at 12% 0%,rgba(242,199,92,.24),transparent 280px),linear-gradient(135deg,#0b2c2d,#103f40 54%,#e8f3ef 54%,#f6f8f5)}.top-video-retail-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.78fr);gap:18px;align-items:stretch;min-width:0}.video-intro-card,.retail-locations-card{min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:8px;box-shadow:0 18px 48px #071b1b2e}.video-intro-card{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(320px,1fr);gap:20px;align-items:center;min-height:272px;padding:24px;background:linear-gradient(135deg,#0f3d3ef0,#072324fa),var(--green);color:var(--white)}.video-intro-card h2,.retail-locations-card h2{margin:0;font-size:32px;line-height:1.04}.video-intro-card p:not(.eyebrow),.retail-locations-card p:not(.eyebrow){color:#ffffffc7;font-size:17px}.video-link-frame{position:relative;display:grid;place-items:center;overflow:hidden;min-width:0;min-height:218px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:linear-gradient(#071b1b47,#071b1b9e),radial-gradient(circle at 70% 20%,rgba(242,199,92,.42),transparent 160px),linear-gradient(135deg,#1f6765,#0a2425);color:var(--white);font-size:18px;font-weight:950;transition:transform .19s ease,box-shadow .19s ease,border-color .19s ease}.video-link-frame:hover,.video-link-frame:focus-visible{transform:translateY(-3px);border-color:#f2c75c94;box-shadow:0 24px 54px #071b1b47}.video-embed-frame{background:#071b1b}.video-embed-frame video{width:100%;height:100%;min-height:218px;object-fit:cover}.play-button{display:grid;place-items:center;width:82px;height:82px;margin-bottom:14px;border-radius:50%;background:var(--gold);box-shadow:0 18px 42px #f2c75c52}.play-button:before{content:"";margin-left:6px;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:22px solid var(--ink)}.retail-locations-card{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:24px;background:radial-gradient(circle at 96% 0%,rgba(242,199,92,.26),transparent 180px),#ffffffe6;color:var(--ink)}.retail-locations-card p:not(.eyebrow){color:var(--muted)}.retail-teaser{padding:34px 0;background:linear-gradient(90deg,#1f67651f,#f2c75c1f),var(--paper);border-top:1px solid rgba(31,103,101,.14);border-bottom:1px solid rgba(31,103,101,.14)}.retail-teaser-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.64fr);gap:28px;align-items:center}.retail-teaser p:not(.eyebrow){max-width:680px;color:var(--muted)}.retail-teaser-actions{display:grid;justify-items:end;gap:14px}.province-pills{display:flex;flex-wrap:wrap;gap:8px}.province-pills span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:34px;padding:0 10px;border-radius:999px;background:#1f67651f;color:var(--green);font-size:13px;font-weight:950}.section{padding:64px 0;animation:sectionFadeIn .56s ease both}.section-heading{margin-bottom:32px}.row-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.need-grid,.proof-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-band{background:linear-gradient(180deg,#edf5f1,#f6f8f5)}.category-card{display:grid;grid-template-columns:minmax(170px,.72fr) minmax(0,1.05fr);gap:22px;align-items:center;min-height:100%;padding:26px;border:1px solid var(--line);border-radius:10px;background:#ffffffeb;box-shadow:0 16px 38px #12373514;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.category-card:nth-child(5){grid-column:1 / -1;grid-template-columns:minmax(190px,.34fr) minmax(0,1fr)}.category-card:hover,.category-card:focus-within{transform:translateY(-3px);border-color:#1f676547;box-shadow:0 18px 42px #12373521}.category-card h3{font-size:25px;line-height:1.08}.category-card p{margin-bottom:0;color:var(--muted)}.category-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;justify-content:stretch;gap:12px;min-width:0;overflow:visible;padding-bottom:4px;scrollbar-width:none}.category-card:nth-child(5) .category-products-2{grid-template-columns:repeat(2,minmax(0,1fr))}.category-products::-webkit-scrollbar{display:none}.category-products a{position:relative;display:grid;grid-template-rows:128px minmax(42px,auto);gap:8px;overflow:visible;box-sizing:border-box;width:100%;min-height:194px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--white);scroll-snap-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-products a:hover,.category-products a:focus-visible{transform:translateY(-2px);border-color:#1f67654d;box-shadow:0 12px 28px #1237351a}.category-products img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;box-sizing:border-box;padding:8px;border:1px solid rgba(31,103,101,.12);border-radius:7px;background:#f8fbfa}.category-products span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--ink);font-size:11px;font-weight:900;line-height:1.18;text-align:center}.need-grid a,.proof-grid div,.testimonial-grid blockquote,.product-card,.cart-summary,.empty-state{border:1px solid var(--line);border-radius:8px;background:var(--white)}.need-grid a{min-height:190px;padding:22px}.need-grid span,.proof-grid strong{display:block;font-size:18px;font-weight:900}.need-grid p,.proof-grid p,.testimonial-grid p{color:var(--muted)}.product-grid-band{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 12% 14%,rgba(242,199,92,.28),transparent 250px),radial-gradient(circle at 88% 18%,rgba(31,103,101,.26),transparent 310px),linear-gradient(180deg,#e6f2ee,#f5faf7 52%,#eaf4f0);border-top:1px solid rgba(31,103,101,.26);border-bottom:1px solid rgba(31,103,101,.24)}.featured-band{background:radial-gradient(circle at 12% 14%,rgba(242,199,92,.28),transparent 250px),radial-gradient(circle at 88% 18%,rgba(31,103,101,.26),transparent 310px),linear-gradient(180deg,#e6f2ee,#f5faf7 52%,#eaf4f0)}.product-grid-band:before{content:"";position:absolute;inset:0 0 auto;z-index:-1;height:7px;background:linear-gradient(90deg,var(--green),var(--green-2) 46%,var(--gold) 78%,var(--coral))}.product-grid-band:after{content:"";position:absolute;top:7px;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(112deg,transparent 0 42%,rgba(255,255,255,.32) 48%,transparent 56%),radial-gradient(circle at 18% 92%,rgba(223,122,118,.12),transparent 280px);background-size:180% 100%,auto;opacity:.72;animation:bandSheen 12s ease-in-out infinite alternate}.product-grid-band>.page-width{position:relative;z-index:1}.page-hero+.section.product-grid-band{margin-top:30px;padding-top:52px}.product-grid-band .section-heading{padding-bottom:18px;border-bottom:1px solid rgba(31,103,101,.2)}.product-grid-band .product-grid{padding-top:2px}.product-grid-band .product-card{transition:transform .19s ease,box-shadow .19s ease,border-color .19s ease;animation:cardRise .42s ease both}.product-grid-band .product-card:hover,.product-grid-band .product-card:focus-within{transform:translateY(-5px);border-color:#1f676561;box-shadow:0 20px 46px #12373529}.product-grid-band .product-card-media img{transition:transform .22s ease,filter .22s ease}.product-grid-band .product-card:hover .product-card-media img,.product-grid-band .product-card:focus-within .product-card-media img{transform:scale(1.035);filter:saturate(1.06) contrast(1.03)}.top-sellers-band .section-note{max-width:620px}.top-seller-grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:1fr}.routine-pairing-band{background:radial-gradient(circle at 84% 16%,rgba(242,199,92,.2),transparent 280px),linear-gradient(180deg,#fff,#f1f7f4);border-bottom:1px solid rgba(31,103,101,.14)}.routine-pairing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.routine-pairing-card{position:relative;display:grid;grid-template-columns:minmax(190px,.54fr) minmax(0,1fr);gap:14px 22px;align-items:center;min-width:0;min-height:100%;padding:26px;border:1px solid var(--line);border-radius:10px;background:#ffffffeb;box-shadow:0 16px 38px #12373514;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card-fill-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.card-fill-link:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.routine-pairing-card>:not(.card-fill-link),.free-shipping-grid article>:not(.card-fill-link){position:relative;z-index:2}.routine-pairing-card:hover,.routine-pairing-card:focus-within{transform:translateY(-3px);border-color:#1f676547;box-shadow:0 18px 42px #12373521}.routine-pairing-card-featured{grid-column:1 / -1;grid-template-columns:minmax(220px,.34fr) minmax(0,1fr)}.routine-pairing-card h3{margin:0;color:var(--green);font-size:23px;line-height:1.12}.routine-pairing-card p:not(.eyebrow){margin:0;color:var(--muted);font-weight:700;line-height:1.42}.routine-pairing-card>.eyebrow,.routine-pairing-card>h3,.routine-pairing-card>.routine-product-list,.routine-pairing-card>.routine-total,.routine-pairing-card>p:not(.eyebrow),.routine-pairing-card>.routine-cta{grid-column:1}.routine-discount-badge{width:fit-content;margin-bottom:0;padding:8px 12px;border:1px solid rgba(215,25,32,.24);border-radius:8px;background:#d7192014;color:var(--logo-red);font-size:clamp(22px,2.2vw,34px);font-weight:950;line-height:.95}.routine-pairing-products{display:grid;grid-column:2;grid-row:1 / span 4;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}.routine-pairing-card-featured .routine-pairing-products{grid-template-columns:repeat(3,minmax(0,1fr))}.routine-product-link{display:grid;grid-template-rows:128px minmax(42px,auto);gap:8px;align-items:stretch;min-height:194px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--ink);font-size:12px;font-weight:900;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.routine-product-link:hover,.routine-product-link:focus-visible{transform:translateY(-2px);border-color:#1f67654d;box-shadow:0 12px 28px #1237351a}.routine-product-link img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8px;border:1px solid rgba(31,103,101,.12);border-radius:7px;background:#f8fbfa}.routine-product-link span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--ink);font-size:11px;font-weight:900;line-height:1.18;text-align:center}.routine-cta{align-self:end;justify-self:start}@keyframes bandSheen{0%{background-position:0% 0,center}to{background-position:100% 0,center}}@keyframes cardRise{0%{opacity:.88;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.routine-banner{padding:0;background:#f6f8f5}.routine-panel{display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1fr);gap:34px;align-items:center;padding:38px 40px;border-radius:8px;background:radial-gradient(circle at 84% 24%,rgba(242,199,92,.26),transparent 27%),linear-gradient(135deg,#0d3334,#174f4e 62%,#102728);color:var(--white);box-shadow:var(--shadow);animation:sectionFadeIn .56s ease both}.routine-copy p:not(.eyebrow){max-width:620px;color:#fffc;font-size:17px}.routine-images{display:grid;grid-template-columns:1.15fr .9fr .9fr;gap:14px;align-items:stretch}.routine-images a{display:grid;place-items:center;min-height:214px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:var(--white);box-shadow:0 14px 32px #071b1b29;transition:transform .18s ease,box-shadow .18s ease}.routine-images a:hover,.routine-images a:focus-visible{transform:translateY(-4px) scale(1.012);box-shadow:0 20px 44px #071b1b38}.routine-images img{width:100%;height:100%;max-height:260px;object-fit:contain;padding:18px}.routine-nav-band{background:radial-gradient(circle at 94% 14%,rgba(242,199,92,.2),transparent 260px),linear-gradient(180deg,#f1f7f4,#fff);border-top:1px solid rgba(31,103,101,.14);border-bottom:1px solid rgba(31,103,101,.14)}body:has(.top-video-retail) .routine-nav-band{display:none}.routine-nav-heading{margin-bottom:24px}.section-note{max-width:690px;margin:8px 0 0;color:var(--muted);font-size:16px;font-weight:700}.routine-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.routine-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(31,103,101,.16);border-radius:8px;background:linear-gradient(180deg,#fffffff0,#ffffffd1),var(--white);box-shadow:0 16px 36px #1237351a;transition:transform .19s ease,border-color .19s ease,box-shadow .19s ease}.routine-card:hover,.routine-card:focus-within{transform:translateY(-5px);border-color:#1f676561;box-shadow:0 24px 52px #12373529}.routine-card-media{display:grid;place-items:center;min-height:230px;padding:18px;background:radial-gradient(circle at 50% 14%,rgba(242,199,92,.28),transparent 130px),linear-gradient(180deg,#edf7f3,#fff);border-bottom:1px solid rgba(31,103,101,.12)}.routine-card-media img{width:100%;height:210px;object-fit:contain;transition:transform .22s ease,filter .22s ease}.routine-card:hover .routine-card-media img,.routine-card:focus-within .routine-card-media img{transform:scale(1.035);filter:saturate(1.06) contrast(1.03)}.routine-card-body{display:flex;flex:1;flex-direction:column;gap:12px;padding:20px}.routine-card-body h3{margin:0;color:var(--green);font-size:22px;line-height:1.13}.routine-card-body p:not(.eyebrow){margin:0;color:var(--muted);font-weight:700;line-height:1.42}.routine-card-footer{display:grid;gap:14px;margin-top:auto;padding-top:6px}.routine-card-price{color:var(--green);font-size:18px;font-weight:950}.routine-card-cta{width:100%;min-height:48px;justify-content:center;padding-inline:16px}.routine-card-form{display:block}.routine-card-submit{width:100%;min-height:48px;justify-content:center;padding-inline:16px}.routine-card-grid-single{grid-template-columns:minmax(280px,440px)}.category-shortcuts{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;padding:14px;border:1px solid rgba(31,103,101,.16);border-radius:8px;background:#ffffffb8;box-shadow:0 12px 30px #1237350f}.category-shortcuts span{color:var(--green);font-weight:950}.category-shortcuts a{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;background:#1f67651a;color:var(--green);font-size:13px;font-weight:900;transition:background .16s ease,color .16s ease,transform .16s ease}.category-shortcuts a:hover,.category-shortcuts a:focus-visible{transform:translateY(-1px);background:var(--green);color:var(--white)}.kit-detail-band{background:linear-gradient(135deg,#f2c75c24,#1f676514),var(--paper);border-top:1px solid rgba(31,103,101,.14);border-bottom:1px solid rgba(31,103,101,.14)}.featured-kit-grid{grid-template-columns:minmax(260px,340px)}.included-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:22px}.top-seller-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-card{position:relative;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:100%;border-color:#1f676529;box-shadow:0 10px 26px #12373514;transition:transform .19s ease,box-shadow .19s ease,border-color .19s ease}.product-card:before{content:"";position:absolute;inset:0 0 auto;z-index:2;height:4px;background:linear-gradient(90deg,var(--green),var(--green-2),var(--gold),var(--coral));opacity:.88;transform:scaleX(1);transform-origin:left;transition:opacity .18s ease,transform .22s ease}.product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(115deg,transparent 0 38%,rgba(255,255,255,.34) 50%,transparent 62%);opacity:0;transform:translate(-120%);transition:opacity .18s ease,transform .52s ease}.product-card:hover,.product-card:focus-within{transform:translateY(-5px);border-color:#1f67655c;box-shadow:0 20px 46px #12373529}.product-card:hover:before,.product-card:focus-within:before{opacity:1;transform:scaleX(1)}.product-card:hover:after,.product-card:focus-within:after{opacity:1;transform:translate(120%)}.product-card-media{display:grid;place-items:center;aspect-ratio:1.04;background:radial-gradient(circle at 74% 18%,rgba(242,199,92,.13),transparent 34%),radial-gradient(circle at 18% 85%,rgba(31,103,101,.13),transparent 38%),#fff;border-bottom:1px solid var(--line);overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:contain;padding:12px;background:transparent;transition:transform .22s ease,filter .22s ease}.product-card:hover .product-card-media img,.product-card:focus-within .product-card-media img{transform:scale(1.035);filter:saturate(1.06) contrast(1.03)}.product-card-body{position:relative;z-index:2;display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:16px}.product-card-title,.cart-title{display:block;min-height:58px;font-weight:900;line-height:1.3}.product-card-price{display:flex;align-items:center;gap:8px;min-height:28px;margin:12px 0;font-weight:900}.price-sale{color:var(--coral)}.text-link{color:var(--green-2);font-weight:800;text-decoration:underline;text-underline-offset:3px}.product-card .text-link{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:38px;padding:0 13px;border:1px solid rgba(31,103,101,.24);border-radius:999px;background:#1f676514;color:var(--green);text-decoration:none;transition:transform .17s ease,background .17s ease,color .17s ease,border-color .17s ease}.product-card .text-link:after{content:">";margin-left:8px;transition:transform .17s ease}.product-card:hover .text-link,.product-card:focus-within .text-link{background:var(--green);border-color:var(--green);color:var(--white)}.product-card:hover .text-link:after,.product-card:focus-within .text-link:after{transform:translate(3px)}.text-link-light{color:var(--gold)}.split-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:44px;align-items:start}.proof-grid{grid-template-columns:1fr}.proof-grid div{padding:22px}.need-grid a,.proof-grid div,.trust-points div,.testimonial-grid blockquote{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.need-grid a:hover,.need-grid a:focus-visible,.proof-grid div:hover,.trust-points div:hover,.testimonial-grid blockquote:hover{transform:translateY(-3px);border-color:#1f676547;box-shadow:0 18px 42px #1237351f}.testimonial-section{padding:36px 0;background:radial-gradient(circle at 12% 0%,rgba(242,199,92,.2),transparent 240px),linear-gradient(135deg,#0f3d3e,#123735 58%,#174f4e);color:var(--white)}.product-testimonial-section{margin-top:8px}.trust-band{background:linear-gradient(135deg,#df7a761c,#f2c75c2e),var(--paper)}.trust-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:40px;align-items:start}.trust-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.trust-points div{min-height:144px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fffc}.trust-points strong{display:block;font-weight:900}.trust-points p{color:var(--muted)}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-grid blockquote{display:flex;flex-direction:column;margin:0;min-height:220px;padding:24px;color:var(--ink);box-shadow:0 14px 34px #071b1b29}.testimonial-grid cite{margin-top:auto;color:var(--green-2);font-style:normal;font-weight:900}.testimonial-carousel-shell{--testimonial-gap: 16px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:10px;align-items:center}.testimonial-carousel{overflow-x:auto;overflow-y:hidden;cursor:grab;scroll-behavior:smooth;scroll-snap-type:none;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 34px,#000 calc(100% - 34px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 34px,#000 calc(100% - 34px),transparent 100%);-webkit-overflow-scrolling:touch}.testimonial-carousel::-webkit-scrollbar{display:none}.testimonial-carousel:focus-visible{outline:3px solid rgba(242,199,92,.72);outline-offset:6px}.testimonial-carousel.is-dragging{cursor:grabbing;scroll-snap-type:none}.testimonial-carousel.is-step-scrolling{cursor:default}.testimonial-track{display:flex;gap:var(--testimonial-gap);width:max-content;padding:4px 2px 12px;will-change:transform}.testimonial-nav{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(242,199,92,.34);border-radius:999px;background:#fffffff2;color:var(--green);font-weight:950;cursor:pointer;box-shadow:0 12px 26px #071b1b29;transition:background .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.testimonial-nav:hover,.testimonial-nav:focus-visible{transform:translateY(-2px);background:var(--gold);color:var(--ink)}.testimonial-nav:disabled{opacity:.34;cursor:default;transform:none}.testimonial-card{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:14px;row-gap:7px;flex:0 0 clamp(270px,26vw,340px);min-height:164px;padding:16px;border:1px solid rgba(242,199,92,.24);border-radius:8px;background:radial-gradient(circle at 100% 0%,rgba(242,199,92,.28),transparent 110px),linear-gradient(135deg,#fffdfa,#eff9f4);color:var(--ink);scroll-snap-align:none;box-shadow:0 14px 34px #071b1b2e;transition:transform .18s ease,box-shadow .18s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #071b1b33}.testimonial-avatar{grid-row:1 / span 3;width:46px;height:46px;border:3px solid rgba(242,199,92,.8);border-radius:50%;object-fit:cover;box-shadow:0 10px 24px #1237351f}.testimonial-stars{color:var(--gold);font-size:15px;letter-spacing:1px;line-height:1}.testimonial-context{color:var(--green);font-size:11px;font-weight:950;line-height:1.2;text-transform:uppercase}.testimonial-card p{grid-column:2;margin:0;color:var(--muted);font-size:14px;line-height:1.42}.testimonial-card cite{grid-column:2;color:var(--green);font-style:normal;font-weight:950}.contact-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line)}.site-footer{padding:54px 0 26px;background:#0a2425;color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:40px}.footer-grid h2,.footer-grid h3{margin-bottom:14px}.footer-logo{width:min(270px,100%);height:auto;margin-bottom:18px}.footer-grid a,.footer-grid p{display:block;color:#ffffffc2}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);color:#ffffffb3;font-size:13px}.footer-brand-copy{display:inline-flex;align-items:center;gap:10px}.footer-brand-copy img{width:112px;height:auto}.page-hero{margin-top:34px;padding:34px;border:1px solid rgba(31,103,101,.18);border-left:6px solid var(--green-2);border-radius:8px;background:radial-gradient(circle at 88% 0%,rgba(242,199,92,.2),transparent 240px),linear-gradient(135deg,#ffffffeb,#e6f4efdb);box-shadow:0 14px 36px #12373514;animation:sectionFadeIn .52s ease both}.page-hero p{max-width:700px;color:var(--muted)}.page-hero h1{max-width:880px;font-size:52px;line-height:1.04}.page-hero+.section{padding-top:34px}.product-page-surface{position:relative;overflow:visible;padding:18px 0 22px;background:repeating-linear-gradient(135deg,rgba(31,103,101,.055) 0 1px,transparent 1px 30px),linear-gradient(125deg,#e8f4ee,#f8faf6 45%,#fff0d2)}.product-page-surface:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(15,61,62,.1),transparent 24%,transparent 76%,rgba(242,199,92,.18)),linear-gradient(180deg,rgba(255,255,255,.36),transparent 42%)}.product-page-surface:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:min(1180px,calc(100% - 32px));pointer-events:none;transform:translate(-50%);border-right:1px solid rgba(31,103,101,.08);border-left:1px solid rgba(31,103,101,.08)}.product-template{--product-sticky-top: 72px;position:relative;z-index:1;display:grid;grid-template-columns:minmax(310px,.9fr) minmax(330px,1fr) minmax(280px,.78fr);gap:22px;padding:24px 0 34px;align-items:start}.product-media-panel{position:sticky;top:var(--product-sticky-top);isolation:isolate;display:grid;gap:14px;align-self:start;animation:productPanelIn .62s cubic-bezier(.2,.72,.2,1) both}.product-media-panel:before{content:"";position:absolute;top:-14px;right:-12px;bottom:-14px;left:-12px;z-index:-1;border:1px solid rgba(31,103,101,.1);border-radius:10px;background:linear-gradient(155deg,#ffffffbd,#e6f4ef94),repeating-linear-gradient(90deg,#ffffff57 0 18px,#1f676509 18px 19px);box-shadow:0 20px 54px #1237351f}.product-main-media{position:relative;display:grid;place-items:center;overflow:hidden;aspect-ratio:1;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#fffffff5,#edf8f3f0),repeating-linear-gradient(135deg,rgba(31,103,101,.04) 0 1px,transparent 1px 22px);box-shadow:0 18px 44px #1237351a}.product-main-media img{width:100%;height:100%;object-fit:contain;padding:18px;background:transparent}.product-media-gallery{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 10px;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--green-2) rgba(31,103,101,.1);cursor:grab;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.product-gallery-carousel{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:8px;align-items:center}.gallery-nav{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(31,103,101,.22);border-radius:999px;background:var(--white);color:var(--green);font-weight:950;cursor:pointer;box-shadow:0 8px 20px #12373514;transition:background .16s ease,color .16s ease,transform .16s ease}.gallery-nav:hover,.gallery-nav:focus-visible{transform:translateY(-1px);background:var(--green);color:var(--white)}.product-media-gallery::-webkit-scrollbar{height:8px}.product-media-gallery::-webkit-scrollbar-track{background:#1f67651a;border-radius:999px}.product-media-gallery::-webkit-scrollbar-thumb{background:var(--green-2);border-radius:999px}.media-thumb{display:grid;place-items:center;flex:0 0 clamp(84px,18%,112px);aspect-ratio:1;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--white);cursor:pointer;overflow:hidden;scroll-snap-align:center;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.media-thumb:hover,.media-thumb:focus-visible,.media-thumb.is-active{border-color:var(--green-2);box-shadow:0 0 0 3px #1f676521;transform:translateY(-1px)}.media-thumb img{width:100%;height:100%;object-fit:contain;object-position:center;padding:6px;background:#f8fbfa}.product-info-panel{position:relative;align-self:start;min-width:0;padding:24px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f9fdfaf5),repeating-linear-gradient(135deg,transparent 0 26px,rgba(31,103,101,.035) 26px 27px);box-shadow:0 12px 34px #12373514;animation:productPanelIn .62s 70ms cubic-bezier(.2,.72,.2,1) both}.product-info-panel h1{font-size:38px;line-height:1.08}.product-price{margin:16px 0 22px;font-size:26px;font-weight:900}.product-purchase-panel{position:relative;top:auto;z-index:5;align-self:start;min-width:0;margin:0;overflow:hidden;padding:18px;border:1px solid rgba(31,103,101,.2);border-radius:8px;background:radial-gradient(circle at 92% 0%,rgba(242,199,92,.3),transparent 120px),#fffffffa;box-shadow:0 18px 44px #12373524;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:productPanelIn .62s .14s cubic-bezier(.2,.72,.2,1) both}.product-purchase-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 36%,rgba(242,199,92,.22) 48%,transparent 62%);transform:translate(-125%);animation:purchaseSheen 5.2s ease-in-out infinite}.product-purchase-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.product-purchase-summary span{color:var(--muted);font-size:12px;font-weight:950;text-transform:uppercase}.product-purchase-panel .product-price{margin:0;color:var(--green);font-size:28px}.product-sales-points{display:grid;gap:8px;margin:0 0 14px;padding:12px;border:1px solid rgba(31,103,101,.12);border-radius:8px;background:#e6f4efb8}.product-sales-points span{display:flex;align-items:center;gap:8px;color:var(--green);font-size:13px;font-weight:850}.product-sales-points span:before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 4px #f2c75c33}.product-form{display:grid;gap:10px}.product-option-row{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:10px;align-items:end}.product-option-row:has(.product-field-quantity:first-child:last-child){grid-template-columns:112px}.product-option-row-quantity-only{grid-template-columns:112px}.product-field{display:grid;gap:6px}.product-form label{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.product-form select,.product-form input,.search-form input{width:100%;min-height:42px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.search-form input:focus{border-color:var(--green-2);box-shadow:0 0 0 3px #1f676524;outline:none}.product-package-note{margin:-2px 0 2px;color:var(--muted);font-size:13px;font-weight:800;line-height:1.35}.product-submit{width:100%;min-height:54px;margin-top:2px;font-size:17px;animation:ctaBreath 2.8s ease-in-out infinite}.product-purchase-help{display:block;margin-top:12px;padding:10px 12px;border:1px solid rgba(31,103,101,.14);border-radius:8px;color:var(--green);background:#ffffffb8;font-size:13px;font-weight:850;text-align:center;transition:background .16s ease,transform .16s ease}.product-purchase-help:hover,.product-purchase-help:focus-visible{transform:translateY(-1px);background:var(--mint)}.product-page-support-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-bottom:26px}.product-page-support-strip div{min-height:156px;padding:18px;border:1px solid rgba(31,103,101,.13);border-radius:8px;background:linear-gradient(145deg,#ffffffe0,#eef9f4c7),linear-gradient(90deg,rgba(242,199,92,.14),transparent 42%);box-shadow:0 16px 36px #1237351a;transition:transform .18s ease,box-shadow .18s ease}.product-page-support-strip div:hover{transform:translateY(-3px);box-shadow:0 22px 44px #12373524}.product-page-support-strip span{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:12px;border-radius:999px;background:var(--green);color:var(--gold);font-size:12px;font-weight:950}.product-page-support-strip strong{display:block;color:var(--green);font-weight:950;line-height:1.18}.product-page-support-strip p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.42}@keyframes productPanelIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes purchaseSheen{0%,44%{transform:translate(-125%)}62%,to{transform:translate(125%)}}@keyframes ctaBreath{0%,to{box-shadow:0 14px 30px #f2c75c47}50%{box-shadow:0 18px 42px #f2c75c70}}.product-description{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.product-review-section{padding-top:18px;background:radial-gradient(circle at 12% 0%,rgba(242,199,92,.2),transparent 240px),linear-gradient(135deg,#0f3d3e,#123735 58%,#174f4e);color:var(--white)}.product-review-section .section-heading{margin-bottom:18px}.product-review-section .testimonial-carousel{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 34px,#000 calc(100% - 34px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 34px,#000 calc(100% - 34px),transparent 100%)}.mobile-sticky-cart{display:none}.rte h3{margin-top:24px}.rte p,.rte li{color:var(--muted)}.page-hero+.rte{max-width:860px}.retail-page-hero{background:radial-gradient(circle at 86% 12%,rgba(242,199,92,.24),transparent 240px),linear-gradient(135deg,#0d3334,#174f4e);color:var(--white)}.retail-page-hero p:not(.eyebrow){color:#ffffffc7}.retail-directory{padding-top:38px;background:var(--paper)}.retail-directory-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.retail-directory-intro p{color:var(--muted)}.retail-accordion{display:grid;gap:14px}.retail-province{overflow:hidden;border:1px solid rgba(31,103,101,.18);border-radius:8px;background:var(--white);box-shadow:0 12px 34px #12373514;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.retail-province:hover,.retail-province:focus-within{transform:translateY(-3px);border-color:#1f676547;box-shadow:0 18px 42px #12373521}.retail-province summary{cursor:pointer;padding:18px 22px;background:linear-gradient(90deg,#1f67651a,#f2c75c1f);color:var(--green);font-size:20px;font-weight:950}.retail-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}.retail-location-grid article{min-height:160px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fbfdfc;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.retail-location-grid article:hover,.retail-location-grid article:focus-within{transform:translateY(-2px);border-color:#1f67654d;box-shadow:0 12px 28px #1237351a}.retail-location-grid h3{margin:0 0 8px;font-size:18px}.retail-location-grid p{margin:6px 0;color:var(--muted);font-size:14px}.retail-location-grid a{color:var(--green-2);font-weight:800;text-decoration:underline;text-underline-offset:3px}.cart-form{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cart-lines{display:grid;gap:14px}.cart-line{display:grid;grid-template-columns:112px minmax(0,1fr) 120px 100px;gap:18px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.cart-image img{aspect-ratio:1;object-fit:contain;border:1px solid var(--line);border-radius:6px}.cart-line input{width:90px;min-height:42px;padding:8px 10px;border:1px solid var(--line);border-radius:6px}.cart-line-actions{display:grid;gap:10px;justify-items:start}.cart-line-actions label{display:grid;gap:6px}.cart-remove{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 14px;border:1px solid rgba(195,44,43,.28);border-radius:999px;background:#c32c2b0f;color:#8f201f;font-size:13px;font-weight:900;line-height:1;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.cart-remove:hover,.cart-remove:focus-visible{border-color:#c32c2b7a;background:#c32c2b1f;color:#681715;transform:translateY(-1px)}.cart-summary,.empty-state{padding:24px}.cart-summary{position:sticky;top:132px;display:grid;gap:12px;align-self:start;box-shadow:0 12px 34px #12373514}.cart-summary p{margin:0}.cart-summary .button{width:100%}.empty-state{display:grid;gap:18px;place-items:start}.page-hero.empty-state{width:min(980px,calc(100% - 32px));margin-top:56px;margin-bottom:72px;padding:44px}.search-form{display:flex;max-width:680px;gap:10px;margin-top:22px}.password-page{min-height:100vh;background:radial-gradient(circle at 72% 22%,rgba(242,199,92,.28),transparent 24%),linear-gradient(135deg,var(--green),#0b2426 65%,#102728);color:var(--white)}.password-hero{min-height:100vh;display:grid;place-items:center;padding:32px 16px}.password-panel{width:min(560px,100%)}.password-logo{width:220px;height:auto;margin-bottom:32px}.password-panel h1{font-size:clamp(42px,10vw,72px)}.password-panel p{max-width:520px;color:#ffffffd1;font-size:18px}.password-form{display:grid;gap:10px;margin-top:28px}.password-form label{font-weight:800}.password-fields{display:flex;gap:10px}.password-fields input{min-width:0;flex:1;min-height:46px;padding:10px 12px;border:1px solid rgba(255,255,255,.36);border-radius:6px}.password-contact{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;color:var(--gold);font-weight:800}.pagination{margin-top:34px}.company-chatbot{position:fixed;right:18px;bottom:var(--chatbot-bottom-offset, 18px);z-index:2147483000;font-family:Avenir Next,Montserrat,Inter,Arial,sans-serif}.chatbot-toggle,.chatbot-close,.chatbot-suggestions button{font:inherit}.chatbot-toggle{display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 18px 0 12px;border:1px solid rgba(242,199,92,.55);border-radius:999px;background:linear-gradient(135deg,var(--green),var(--green-2));color:var(--white);font-weight:900;box-shadow:0 18px 44px #071b1b42;cursor:pointer;transition:transform .17s ease,box-shadow .17s ease}.chatbot-toggle:hover,.chatbot-toggle:focus-visible{transform:translateY(-2px);box-shadow:0 24px 54px #071b1b52}.chatbot-toggle-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:var(--gold);color:var(--ink)}.chatbot-panel{position:absolute;right:0;bottom:calc(100% + 12px);display:grid;grid-template-rows:auto minmax(180px,1fr) auto auto;width:min(380px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 112px));overflow:hidden;border:1px solid rgba(31,103,101,.22);border-radius:10px;background:var(--white);box-shadow:0 28px 80px #071b1b4d}.chatbot-panel[hidden]{display:none!important}.chatbot-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px;background:radial-gradient(circle at 96% 10%,rgba(242,199,92,.22),transparent 170px),linear-gradient(135deg,var(--green),#123735);color:var(--white)}.chatbot-header h2{margin:0;color:var(--white);font-size:22px;line-height:1.08}.chatbot-close{display:grid;flex:0 0 auto;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#ffffff14;color:var(--white);font-size:24px;line-height:1;cursor:pointer}.chatbot-messages{display:grid;gap:10px;align-content:start;overflow-y:auto;padding:16px;background:linear-gradient(180deg,#f7faf7,#fff)}.chatbot-message{max-width:88%;padding:11px 13px;border-radius:10px;font-size:14px;line-height:1.42}.chatbot-message-bot{justify-self:start;border:1px solid var(--line);background:var(--white);color:var(--ink)}.chatbot-message-user{justify-self:end;background:var(--green);color:var(--white)}.chatbot-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;border-top:1px solid var(--line);background:var(--paper)}.chatbot-suggestions button{min-height:34px;padding:0 11px;border:1px solid rgba(31,103,101,.22);border-radius:999px;background:var(--white);color:var(--green);font-size:13px;font-weight:800;cursor:pointer}.chatbot-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:14px;border-top:1px solid var(--line);background:var(--white)}.chatbot-form input{min-width:0;min-height:46px;padding:0 12px;border:1px solid var(--line);border-radius:6px}.chatbot-form .button{min-height:46px;padding:0 15px}@media(max-width:960px){h1{font-size:56px}h2{font-size:40px}.page-hero h1{font-size:46px}.product-info-panel h1{font-size:34px}.hero-inner,.split-section,.trust-grid,.routine-panel,.top-video-retail-grid,.video-intro-card,.retail-teaser-grid,.product-template,.cart-form{grid-template-columns:1fr}.hero-video-card video{min-height:300px}.retail-teaser-actions{justify-items:start}.hero-products{height:390px;min-height:0;grid-template-columns:minmax(0,1.1fr) minmax(180px,.8fr)}.product-grid,.included-product-grid,.routine-card-grid,.top-seller-grid,.routine-pairing-grid,.need-grid,.category-grid,.product-page-support-strip,.trust-points,.routine-nav-grid,.retail-location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-media-panel,.product-purchase-panel{position:relative;top:auto}.category-card{grid-column:auto;grid-template-columns:1fr}.category-card:nth-child(4),.category-card:nth-child(5){grid-column:auto;grid-template-columns:1fr}.category-products{justify-content:flex-start}.category-card:nth-child(5) .category-products-2{grid-template-columns:repeat(2,minmax(132px,1fr))}.testimonial-carousel{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}.testimonial-carousel-shell{grid-template-columns:38px minmax(0,1fr) 38px;gap:8px}.testimonial-nav{width:38px;height:38px}.testimonial-card{flex-basis:min(340px,54vw)}.routine-panel{padding:30px}.routine-images{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr}.product-info-panel,.cart-summary{position:static}}@media(max-width:720px){html,body{width:100%;max-width:100%;overflow-x:hidden}.page-width{width:min(100% - 24px,1180px)}h1{font-size:32px;line-height:1.06}h2{font-size:28px;line-height:1.1}.utility-inner{display:grid;grid-template-columns:1fr;justify-content:center;flex-wrap:wrap;gap:8px 14px;padding:8px 0;text-align:center}.utility-inner span{margin-left:0}.utility-inner a,.utility-inner span{min-width:0;overflow-wrap:anywhere}.nav-toggle{display:block}.primary-nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 16px 18px;background:var(--white);color:var(--ink);border-bottom:1px solid var(--line)}.primary-nav.is-open{display:flex}.primary-nav a{padding:14px 0;border-bottom:1px solid var(--line)}.header-main{min-height:72px}.brand-text{font-size:17px}.hero-inner{min-height:auto;padding:40px 0 36px;gap:28px}.hero-copy,.hero-video-card,.product-media-panel,.product-info-panel,.routine-nav-heading,.section-heading{width:100%;max-width:100%;min-width:0}.page-hero{margin-top:22px;padding:26px 20px}.page-hero h1{max-width:calc(100vw - 64px);font-size:30px;line-height:1.1}.page-hero+.section{padding-top:24px}.hero-lede{max-width:calc(100vw - 24px);margin-top:16px;font-size:16px}.hero h1,.hero-lede,.hero-actions{max-width:340px}.routine-nav-heading h2,.section-heading h2{max-width:calc(100vw - 24px)}.hero-actions{gap:10px;margin-top:20px}.button-hero{width:100%;min-height:54px;padding:0 20px;font-size:16px}.hero-points{gap:8px;margin-top:20px}.hero-products{display:grid;grid-template-columns:1fr;gap:14px;height:auto;min-height:0}.hero-feature-stack{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.hero-feature-large{height:300px}.hero-feature-small{height:220px}.hero-feature img{padding:14px}.section{padding:44px 0}.hero-video-card video{aspect-ratio:4 / 3;min-height:240px}.hero-video-logo{top:12px;left:12px;width:min(42%,190px);max-width:calc(100% - 24px);padding:8px}.hero-sound-toggle{top:12px;right:12px;min-height:36px;padding:0 12px;font-size:12px}.hero-video-caption{align-items:flex-start;flex-direction:column}.hero-video-caption strong{text-align:left}.retail-teaser{padding:28px 0}.retail-teaser-actions,.retail-teaser-actions .button{justify-items:stretch;width:100%}.page-hero+.section.product-grid-band{margin-top:22px;padding-top:32px}.product-grid-band .section-heading{margin-bottom:24px;padding-bottom:14px}.product-template{padding:36px 0 50px;gap:24px}.product-page-surface{padding:10px 0 18px}.product-page-surface:after{width:min(100% - 24px,1180px)}.product-media-panel:before{top:-10px;right:-8px;bottom:-10px;left:-8px}.product-grid,.included-product-grid,.featured-kit-grid,.routine-card-grid,.top-seller-grid,.routine-pairing-grid,.need-grid,.category-grid,.product-page-support-strip,.routine-nav-grid,.routine-images,.trust-points,.retail-location-grid{grid-template-columns:1fr}.product-media-gallery{scrollbar-width:none}.product-main-media{aspect-ratio:1}.product-gallery-carousel{grid-template-columns:34px minmax(0,1fr) 34px}.product-option-row{grid-template-columns:minmax(0,1fr) 96px}.gallery-nav{width:34px;height:34px}.testimonial-carousel{-webkit-mask-image:none;mask-image:none}.testimonial-carousel-shell{grid-template-columns:34px minmax(0,1fr) 34px}.testimonial-nav{width:34px;height:34px}.testimonial-card{flex-basis:min(320px,84vw)}.category-card,.routine-pairing-card,.routine-pairing-card-featured,.product-card,.routine-card,.authority-card,.source-testimonial-card{height:auto;min-height:0}.category-card,.routine-pairing-card,.routine-pairing-card-featured{align-items:stretch;gap:18px}.category-products,.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products{grid-column:1;grid-row:auto;grid-template-columns:1fr;gap:12px;width:100%;min-width:0}.category-products a,.routine-product-link{grid-template-rows:minmax(150px,auto) auto;min-height:0}.category-products img,.routine-product-link img{width:100%;height:min(44vw,190px);min-height:150px;object-fit:contain}.product-card,.routine-card{display:grid;grid-template-rows:auto 1fr}.product-card-media,.routine-card-media{width:100%;min-height:0}.product-card-media{aspect-ratio:1 / 1}.routine-card-media{padding:16px}.routine-card-media img{width:100%;height:min(54vw,220px);object-fit:contain}.product-card-body,.routine-card-body,.authority-card-body{min-width:0;padding:18px}.testimonial-card{grid-template-columns:48px minmax(0,1fr);height:auto;min-height:0}.testimonial-card p,.testimonial-card cite,.testimonial-context,.source-testimonial-card p,.authority-card-body,.product-card-body,.routine-card-body{overflow-wrap:anywhere}.top-video-retail{padding-top:18px}.top-video-retail-grid,.video-intro-card,.retail-locations-card{width:100%;max-width:100%;min-width:0}.video-intro-card,.retail-locations-card{padding:22px 20px}.video-intro-card h2,.retail-locations-card h2{max-width:100%;font-size:28px;overflow-wrap:anywhere}.video-link-frame{width:100%;min-height:220px}.category-card{min-height:auto}.category-card:nth-child(4),.category-card:nth-child(5){grid-column:auto;grid-template-columns:1fr}.routine-pairing-card,.routine-pairing-card-featured{grid-column:auto;grid-template-columns:1fr}.routine-pairing-card>.eyebrow,.routine-pairing-card>h3,.routine-pairing-card>p:not(.eyebrow),.routine-pairing-card>.routine-cta,.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products{grid-column:1;grid-row:auto}.routine-pairing-card-featured .routine-pairing-products{grid-template-columns:repeat(2,minmax(0,1fr))}.routine-panel{width:min(100% - 32px,1180px);padding:24px 20px}.routine-images a{min-height:180px}.routine-card-media{min-height:210px}.routine-card-media img{height:190px}.routine-nav-grid a{min-height:auto;padding:16px}.category-shortcuts{align-items:stretch;flex-direction:column}.category-shortcuts a{justify-content:center;width:100%}.product-info-panel{padding:22px 20px}.mobile-sticky-cart{position:fixed;right:0;bottom:0;left:0;z-index:70;display:grid;grid-template-columns:minmax(78px,auto) minmax(0,1fr);gap:12px;align-items:center;padding:12px max(16px,env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border-top:1px solid rgba(31,103,101,.18);background:#fffffff7;box-shadow:0 -16px 34px #12373529;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-sticky-price{color:var(--green);font-size:18px;font-weight:950}.mobile-sticky-cart .button{min-height:48px;padding-inline:14px}.product-info-panel h1{font-size:28px;line-height:1.08}.product-price{font-size:23px}.row-heading,.contact-strip,.footer-bottom,.retail-directory-intro{align-items:flex-start;flex-direction:column}.product-card-title,.cart-title{min-height:auto}.testimonial-grid blockquote{min-height:0}.cart-line{grid-template-columns:86px minmax(0,1fr);align-items:start}.cart-line-actions,.cart-line strong{grid-column:2}.cart-line-actions{width:100%}.cart-line input{width:100%;max-width:140px}.search-form{flex-direction:column}.search-form .button,.contact-actions,.contact-actions .button{width:100%}.company-chatbot{right:12px;bottom:var(--chatbot-bottom-offset, 12px);left:12px;display:grid;justify-items:end}.chatbot-panel{right:0;bottom:calc(100% + 10px);width:100%;max-height:min(590px,calc(100vh - 104px))}.chatbot-toggle{min-height:50px}.chatbot-form{grid-template-columns:1fr}.chatbot-form .button{width:100%}.page-hero.empty-state{margin-top:34px;margin-bottom:48px;padding:28px 22px}.password-fields{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}.section,.page-hero,.routine-panel,.routine-card,.testimonial-track,.testimonial-card,.authority-card,.source-testimonial-card,.product-media-panel,.product-info-panel,.product-purchase-panel,.product-purchase-panel:before,.product-submit,.product-grid-band:after,.product-grid-band .product-card{animation:none}.button,.button:after,.primary-nav a,.primary-nav a:after,.hero-feature,.category-card,.category-products a,.routine-pairing-card,.routine-product-link,.routine-images a,.routine-card,.routine-card-media img,.routine-nav-grid a,.kit-link-row a,.category-shortcuts a,.need-grid a,.proof-grid div,.trust-points div,.testimonial-grid blockquote,.testimonial-card,.authority-card,.authority-card:after,.source-testimonial-card,.source-testimonial-card:after,.testimonial-nav,.product-page-support-strip div,.product-purchase-help,.product-card,.product-card:before,.product-card:after,.product-card .text-link,.product-card .text-link:after,.product-grid-band .product-card,.product-card-media img,.product-grid-band .product-card-media img,.search-form input,.chatbot-toggle,.chatbot-panel,.chatbot-suggestions button{transition:none}.button:hover,.hero-feature:hover,.category-card:hover,.category-card:focus-within,.category-products a:hover,.category-products a:focus-visible,.routine-pairing-card:hover,.routine-pairing-card:focus-within,.routine-product-link:hover,.routine-product-link:focus-visible,.routine-images a:hover,.routine-images a:focus-visible,.routine-card:hover,.routine-card:focus-within,.routine-card:hover .routine-card-media img,.routine-card:focus-within .routine-card-media img,.routine-nav-grid a:hover,.routine-nav-grid a:focus-visible,.kit-link-row a:hover,.kit-link-row a:focus-visible,.category-shortcuts a:hover,.category-shortcuts a:focus-visible,.need-grid a:hover,.need-grid a:focus-visible,.proof-grid div:hover,.trust-points div:hover,.testimonial-grid blockquote:hover,.testimonial-card:hover,.testimonial-nav:hover,.testimonial-nav:focus-visible,.product-purchase-help:hover,.product-purchase-help:focus-visible,.product-page-support-strip div:hover,.product-card:hover,.product-card:focus-within,.product-grid-band .product-card:hover,.product-grid-band .product-card:focus-within,.authority-card:hover,.authority-card:focus-visible,.source-testimonial-card:hover,.source-testimonial-card:focus-within,.product-card:hover .product-card-media img,.product-card:focus-within .product-card-media img,.product-grid-band .product-card:hover .product-card-media img,.product-grid-band .product-card:focus-within .product-card-media img,.chatbot-toggle:hover,.chatbot-toggle:focus-visible{transform:none}}body{background:linear-gradient(180deg,var(--surface-warm) 0%,var(--paper) 34%,var(--surface-soft) 100%)}.page-width{width:min(var(--container),calc(100% - var(--page-gutter)));margin-inline:auto}h1{font-size:var(--type-h1)}h2{font-size:var(--type-h2)}h3{font-size:var(--type-h3)}.section{padding:var(--section-space) 0}.section-heading{margin-bottom:var(--section-heading-space)}.page-hero{margin-top:var(--section-space-tight);padding:clamp(28px,4vw,44px);border:1px solid rgba(31,103,101,.14);border-left:0;border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffffff0,#edf7f2e6),var(--surface);box-shadow:var(--shadow-soft)}.page-hero h1{font-size:clamp(34px,4.6vw,54px)}.page-hero+.section{padding-top:var(--section-space-tight)}.category-band,.product-grid-band,.routine-pairing-band,.kit-detail-band,.trust-band,.retail-teaser,.top-video-retail{background:linear-gradient(180deg,#fffdf7f5,#edf7f2d6),var(--paper);border-top:1px solid rgba(31,103,101,.1);border-bottom:1px solid rgba(31,103,101,.08)}.product-grid-band:before,.product-grid-band:after{content:none;display:none}.product-grid-band>.page-width,.product-grid-band .product-grid{position:relative;z-index:1}.product-grid-band .section-heading{padding-bottom:0;border-bottom:0}.page-hero+.section.product-grid-band{margin-top:var(--section-space-tight);padding-top:var(--section-space-tight)}.product-grid,.included-product-grid,.top-seller-grid,.routine-card-grid,.routine-pairing-grid,.category-grid,.trust-points,.need-grid,.proof-grid,.testimonial-grid{gap:var(--grid-gap)}.category-card,.category-products a,.routine-pairing-card,.routine-card,.routine-product-link,.product-card,.cart-summary,.empty-state,.trust-points div,.need-grid a,.proof-grid div,.testimonial-grid blockquote{border-color:#1f676524;border-radius:var(--radius-md);background:#ffffffe6;box-shadow:var(--shadow-soft)}.category-card,.routine-pairing-card,.routine-card,.product-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-card:hover,.category-card:focus-within,.routine-pairing-card:hover,.routine-pairing-card:focus-within,.routine-card:hover,.routine-card:focus-within,.product-card:hover,.product-card:focus-within{transform:translateY(-3px);border-color:#1f676547;box-shadow:var(--shadow-lift)}.product-card:before,.product-card:after{content:none;display:none}.product-card-media{border-bottom-color:#1f67651f;background:linear-gradient(150deg,#fffffffa,#eff8f3e6),var(--surface)}.product-card-media img{padding:14px}.product-card .text-link{border-radius:999px;background:#1f676514}.product-card-actions{display:grid;gap:10px;margin-top:auto}.product-card-form{display:block}.product-card-submit{width:100%;min-height:44px;justify-content:center;padding-inline:14px;font-size:13px}.product-page-surface{position:relative;overflow:clip;padding:var(--section-space-tight) 0;background:radial-gradient(circle at 12% 0%,rgba(242,199,92,.12),transparent 260px),linear-gradient(180deg,var(--surface-warm) 0%,var(--surface-soft) 58%,var(--paper) 100%);border-bottom:1px solid rgba(31,103,101,.1)}.product-page-surface:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.42),transparent 28%,transparent 72%,rgba(237,247,242,.58))}.product-page-surface:after,.product-media-panel:before{content:none;display:none}.product-template{--product-sticky-top: 112px;position:relative;z-index:1;display:grid;grid-template-columns:minmax(340px,.94fr) minmax(420px,1.06fr);gap:var(--layout-gap);align-items:start;padding:0}.product-media-panel{position:sticky;top:var(--product-sticky-top);display:grid;gap:14px;align-self:start;min-width:0}.product-main-media{aspect-ratio:1;border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fffffffa,#eff8f3f5),var(--surface);box-shadow:var(--shadow-soft)}.product-main-media img{padding:clamp(16px,2vw,24px)}.product-gallery-carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:10px}.gallery-nav,.testimonial-nav{border-color:#1f676533;background:#fffffff0;color:var(--green);box-shadow:0 8px 20px #12373514}.gallery-nav:hover,.gallery-nav:focus-visible,.testimonial-nav:hover,.testimonial-nav:focus-visible{background:var(--green);color:var(--white)}.product-media-gallery{gap:10px;padding-bottom:8px}.media-thumb{flex-basis:clamp(74px,18%,104px);border-color:#1f676524;border-radius:var(--radius-md);background:#ffffffeb}.product-commerce-panel{display:grid;gap:clamp(16px,2vw,22px);align-content:start;min-width:0}.product-info-panel{min-width:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.product-info-panel h1{max-width:760px;font-size:clamp(34px,4.2vw,52px);line-height:1.04}.product-purchase-panel{position:relative;top:auto;z-index:2;align-self:start;min-width:0;padding:clamp(18px,2vw,24px);border:1px solid rgba(31,103,101,.16);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fffffffa,#fffdf7f5),var(--surface);box-shadow:var(--shadow-lift);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-purchase-panel:before{content:none;display:none}.product-purchase-summary{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(31,103,101,.12)}.product-purchase-panel .product-price{color:var(--green);font-size:clamp(26px,3vw,34px)}.product-submit{min-height:56px;animation:none}.product-purchase-help{margin-top:12px;border-color:#1f676524;border-radius:var(--radius-md);background:#edf7f2ad}.product-sales-points{display:none}.product-trust-ribbon{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:14px;border:1px solid rgba(31,103,101,.12);border-radius:var(--radius-lg);background:linear-gradient(135deg,#edf7f2db,#fffdf7eb),var(--surface-soft)}.product-trust-ribbon span{display:flex;align-items:center;gap:8px;min-width:0;color:var(--green);font-size:13px;font-weight:850;line-height:1.28}.product-trust-ribbon span:before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 4px #f2c75c2e}.product-tutorial-panel{display:grid;gap:14px;padding:clamp(16px,2vw,22px);border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-lg);background:radial-gradient(circle at 8% 0%,rgba(215,25,32,.08),transparent 160px),radial-gradient(circle at 100% 12%,rgba(245,197,66,.24),transparent 180px),linear-gradient(145deg,#fffffffa,#edf7f2f0);box-shadow:var(--shadow-soft)}.product-tutorial-copy{display:grid;gap:8px}.product-tutorial-copy .eyebrow{margin:0}.product-tutorial-copy h2{margin:0;color:var(--green);font-size:clamp(24px,3vw,34px);line-height:1.08}.product-tutorial-copy p:not(.eyebrow){max-width:58ch;margin:0;color:var(--muted);font-weight:750;line-height:1.42}.product-tutorial-video-frame{display:grid;place-items:center;overflow:hidden;aspect-ratio:16 / 9;min-height:260px;border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-md);background:linear-gradient(135deg,#fffdf7f5,#edf7f2f0),var(--surface-soft)}.product-tutorial-video-frame video,.product-tutorial-video-frame iframe{display:block;width:100%;height:100%;border:0}.product-tutorial-video-frame video{object-fit:cover}.product-tutorial-placeholder{margin:0;padding:24px;color:var(--muted);font-weight:850;text-align:center}.product-detail-panel{padding-top:22px;border-top:1px solid rgba(31,103,101,.12)}.product-detail-panel h2{margin:0 0 14px;color:var(--green);font-size:var(--type-h3);line-height:1.15}.product-description{max-width:72ch;margin:0;padding:0;border-top:0}.product-description>:first-child{margin-top:0}.product-description>:last-child{margin-bottom:0}.testimonial-section,.product-review-section{padding:var(--section-space-tight) 0 var(--section-space);background:linear-gradient(180deg,#f6f8f5fa,#edf7f2f5),var(--surface-mint);color:var(--ink);border-top:1px solid rgba(31,103,101,.1);border-bottom:1px solid rgba(31,103,101,.08)}.product-review-section .section-heading{margin-bottom:var(--section-heading-space)}.text-link-light{color:var(--green-2)}.testimonial-carousel{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%)}.testimonial-card{border-color:#1f676524;border-radius:var(--radius-md);background:linear-gradient(145deg,#fffffffa,#fffdf7f0),var(--surface);box-shadow:var(--shadow-soft)}.testimonial-card:hover{box-shadow:var(--shadow-lift)}.testimonial-nav:hover,.testimonial-nav:focus-visible{background:var(--gold);color:var(--ink)}.site-footer{padding:var(--section-space-tight) 0 26px;background:linear-gradient(180deg,#0f3d3e,#0a2425);color:var(--white);border-top:1px solid rgba(242,199,92,.16)}.cart-summary{border-radius:var(--radius-lg);background:linear-gradient(145deg,#fffffffa,#edf7f2e6),var(--surface)}@media(max-width:960px){.product-template{grid-template-columns:1fr;gap:var(--section-space-tight)}.product-media-panel,.product-purchase-panel{position:static;top:auto}.product-commerce-panel{gap:18px}.testimonial-card{flex-basis:min(340px,56vw)}}@media(max-width:720px){:root{--page-gutter: 24px;--section-space: 44px;--section-space-tight: 28px}.page-width{width:min(100% - var(--page-gutter),var(--container))}.section{padding:var(--section-space) 0}.page-hero{margin-top:22px;padding:24px 20px}.product-page-surface{padding:24px 0 32px}.product-template{gap:24px}.product-info-panel{padding:0}.product-info-panel h1{max-width:100%;font-size:30px;line-height:1.08}.product-purchase-panel{padding:16px}.product-option-row{grid-template-columns:minmax(0,1fr) 94px}.product-gallery-carousel{grid-template-columns:34px minmax(0,1fr) 34px;gap:8px}.product-trust-ribbon{grid-template-columns:1fr;padding:12px}.product-tutorial-panel{padding:14px}.product-tutorial-video-frame{min-height:190px}.product-detail-panel{padding-top:18px}.product-review-section,.testimonial-section{padding-top:36px}.testimonial-carousel{-webkit-mask-image:none;mask-image:none}.testimonial-card{flex-basis:min(320px,84vw)}.mobile-sticky-cart+.company-chatbot,.company-chatbot{max-width:calc(100vw - 24px)}.has-mobile-sticky-cart .company-chatbot .chatbot-toggle{justify-content:center;width:52px;min-height:52px;padding:0}.has-mobile-sticky-cart .company-chatbot .chatbot-toggle span:not(.chatbot-toggle-icon){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}@media(prefers-reduced-motion:reduce){.category-card,.routine-pairing-card,.routine-card,.product-card,.product-submit,.testimonial-card,.gallery-nav,.testimonial-nav{animation:none;transition:none}.category-card:hover,.category-card:focus-within,.routine-pairing-card:hover,.routine-pairing-card:focus-within,.routine-card:hover,.routine-card:focus-within,.product-card:hover,.product-card:focus-within,.testimonial-card:hover,.gallery-nav:hover,.gallery-nav:focus-visible,.testimonial-nav:hover,.testimonial-nav:focus-visible{transform:none}}:root{--logo-red: #d71920;--logo-red-soft: rgba(215, 25, 32, .12);--logo-gold: #f5c542;--logo-gold-soft: rgba(245, 197, 66, .2);--logo-green: #0f4a45;--logo-teal: #1f6765;--logo-silver: #eef3f2;--brand-gradient: linear-gradient(90deg, var(--logo-red), var(--logo-gold) 38%, var(--logo-teal) 72%, var(--green));--brand-soft-gradient: radial-gradient(circle at 12% 12%, rgba(215, 25, 32, .12), transparent 240px), radial-gradient(circle at 82% 18%, rgba(245, 197, 66, .24), transparent 300px), radial-gradient(circle at 50% 100%, rgba(31, 103, 101, .16), transparent 360px)}body{background:var(--brand-soft-gradient),linear-gradient(180deg,#fffaf0,#f4faf6 46%,#fffdf7)}.utility-bar{background:linear-gradient(90deg,#092f30,var(--green),#123735);border-bottom:1px solid rgba(245,197,66,.18)}.utility-inner span,.hero .eyebrow,.text-link-light{color:var(--logo-gold)}.site-header{background:linear-gradient(90deg,rgba(215,25,32,.16),transparent 20%),linear-gradient(135deg,#0b3434,var(--green) 62%,#092b2c);box-shadow:0 14px 34px #071b1b24}.site-header:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--brand-gradient);opacity:.86}.eyebrow{color:var(--logo-red)}.hero{background:radial-gradient(circle at 84% 12%,rgba(245,197,66,.34),transparent 300px),radial-gradient(circle at 12% 18%,rgba(215,25,32,.18),transparent 280px),radial-gradient(circle at 70% 82%,rgba(31,103,101,.32),transparent 360px),linear-gradient(135deg,#092f30,var(--green) 52%,#102728);background-size:130% 130%,120% 120%,140% 140%,auto;animation:brandFieldDrift 16s ease-in-out infinite alternate}.hero-inner{grid-template-columns:minmax(0,.9fr) minmax(420px,.94fr);gap:52px;min-height:620px;padding:68px 0}.hero-copy{max-width:650px}.hero h1{max-width:650px;font-size:60px;line-height:1.05;text-wrap:balance}.hero-lede{max-width:610px;color:#ffffffdb;font-size:18px}.hero-actions,.hero-points{margin-top:26px}.hero-points span{color:#173d3f;background:linear-gradient(135deg,#ffffffe6,#f5c54261),#ffffffdb;border-color:#f5c54270;box-shadow:0 10px 22px #071b1b24}.hero-video-card,.product-main-media,.product-purchase-panel,.page-hero,.cart-summary{box-shadow:0 18px 42px #1237351f,0 0 0 1px #f5c54214}.button-primary,.hero .button-primary{background:linear-gradient(135deg,#ffe27a 0%,var(--logo-gold) 54%,#f29d35 100%);box-shadow:0 16px 34px #f5c5424d,0 0 0 1px #d7192014;animation:ctaColorPulse 3.6s ease-in-out infinite}.button-secondary{border-color:#f5c54280;background:#ffffff14}.page-hero,.category-band,.product-grid-band,.routine-pairing-band,.kit-detail-band,.trust-band,.retail-teaser,.top-video-retail,.testimonial-section,.product-review-section{background:var(--brand-soft-gradient),linear-gradient(180deg,#fffdf7fa,#edf7f2eb)}.page-hero{color:var(--ink)}.page-hero .eyebrow{color:var(--green-2)}.page-hero p{color:var(--muted)}.category-band,.product-grid-band,.routine-pairing-band,.kit-detail-band,.trust-band,.retail-teaser,.testimonial-section,.product-review-section{position:relative;overflow:hidden}.category-band:before,.product-grid-band:before,.routine-pairing-band:before,.kit-detail-band:before,.trust-band:before,.retail-teaser:before,.testimonial-section:before,.product-review-section:before{content:"";position:absolute;inset:0 0 auto;z-index:0;height:4px;display:block;background:var(--brand-gradient);opacity:.74}.category-band>.page-width,.product-grid-band>.page-width,.routine-pairing-band>.page-width,.kit-detail-band>.page-width,.trust-band>.page-width,.retail-teaser>.page-width,.testimonial-section>.page-width,.product-review-section>.page-width{position:relative;z-index:1}.retail-page-hero{position:relative;overflow:hidden;color:var(--ink);background:radial-gradient(circle at 10% 12%,rgba(215,25,32,.08),transparent 220px),radial-gradient(circle at 86% 10%,rgba(245,197,66,.24),transparent 280px),radial-gradient(circle at 64% 100%,rgba(31,103,101,.16),transparent 320px),linear-gradient(135deg,#fffffff5,#edf7f2f0);border-color:#1f676529}.retail-page-hero:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--brand-gradient)}.retail-page-hero h1{max-width:840px;color:var(--green)}.retail-page-hero .eyebrow{color:var(--green-2)}.retail-page-hero p:not(.eyebrow){max-width:760px;color:var(--muted)}@media(max-width:1180px){.hero-inner{gap:38px;min-height:560px;padding:54px 0}.hero h1{font-size:54px}}@media(max-width:960px){.hero-inner{grid-template-columns:1fr;min-height:auto;padding:46px 0 42px}.hero-copy{max-width:680px}.hero h1,.hero-lede,.hero-actions{max-width:640px}.hero h1{font-size:48px}}@media(max-width:720px){.hero-inner{padding:38px 0 34px;gap:26px}.hero h1,.hero-lede,.hero-actions{max-width:100%}.hero h1{font-size:38px;line-height:1.08}.hero-lede{font-size:16px}}@media(max-width:420px){.hero h1{font-size:34px}}.product-page-surface{background:radial-gradient(circle at 8% 8%,rgba(215,25,32,.1),transparent 260px),radial-gradient(circle at 88% 12%,rgba(245,197,66,.22),transparent 320px),radial-gradient(circle at 52% 100%,rgba(31,103,101,.16),transparent 360px),linear-gradient(180deg,#fff9eb,#f4faf6 60%,#fffdf7)}.category-card,.category-products a,.routine-pairing-card,.routine-card,.routine-product-link,.product-card,.authority-card,.source-testimonial-card,.testimonial-card,.cart-line,.cart-summary,.empty-state,.trust-points div,.need-grid a,.proof-grid div{position:relative;overflow:hidden;border-color:#1f676529}.category-card:before,.routine-pairing-card:before,.routine-card:before,.product-card:before,.authority-card:before,.source-testimonial-card:before,.testimonial-card:before,.cart-summary:before,.trust-points div:before,.need-grid a:before,.proof-grid div:before{content:"";position:absolute;inset:0 0 auto;z-index:2;height:4px;display:block;background:var(--brand-gradient);opacity:.92}.category-card:after,.routine-pairing-card:after,.routine-card:after,.product-card:after,.authority-card:after,.source-testimonial-card:after,.testimonial-card:after,.cart-summary:after,.trust-points div:after,.need-grid a:after,.proof-grid div:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(115deg,transparent 0 34%,rgba(255,255,255,.46) 48%,transparent 62%);opacity:0;transform:translate(-120%);transition:opacity .18s ease,transform .62s ease}.category-card:hover:after,.category-card:focus-within:after,.routine-pairing-card:hover:after,.routine-pairing-card:focus-within:after,.routine-card:hover:after,.routine-card:focus-within:after,.product-card:hover:after,.product-card:focus-within:after,.authority-card:hover:after,.authority-card:focus-visible:after,.source-testimonial-card:hover:after,.source-testimonial-card:focus-within:after,.testimonial-card:hover:after,.testimonial-card:focus-within:after,.cart-summary:hover:after,.trust-points div:hover:after,.need-grid a:hover:after,.need-grid a:focus-visible:after,.proof-grid div:hover:after{opacity:1;transform:translate(120%)}.product-card-body,.routine-card-body,.authority-card-body,.source-testimonial-card>*,.testimonial-card>*,.category-card>*,.trust-points div>*,.cart-summary>*{position:relative;z-index:3}.product-card-media,.routine-card-media,.category-products img,.product-main-media,.media-thumb img{background:radial-gradient(circle at 14% 18%,rgba(215,25,32,.08),transparent 120px),radial-gradient(circle at 84% 14%,rgba(245,197,66,.2),transparent 140px),linear-gradient(145deg,#ffffff,var(--logo-silver))}.product-card-title,.category-products span,.routine-product-link span{display:block;overflow:visible;min-height:0;color:var(--ink);text-overflow:clip;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto;-webkit-line-clamp:unset;-webkit-box-orient:initial}.category-products,.routine-pairing-products{align-items:stretch}.category-products a,.routine-product-link{grid-template-rows:128px minmax(0,auto);height:auto}.product-trust-ribbon,.product-purchase-help,.province-pills span,.hero-points span{background:linear-gradient(135deg,#f5c5422e,#e6f4efdb),#ffffffc7;border-color:#f5c54247}.testimonial-carousel-shell{--testimonial-gap: clamp(14px, 1.8vw, 20px);position:relative}.testimonial-carousel{overflow-x:auto;scroll-snap-type:none;scroll-behavior:auto;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 36px,#000 calc(100% - 36px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 36px,#000 calc(100% - 36px),transparent 100%)}.testimonial-carousel-shell.is-smooth-loop .testimonial-carousel{overflow-x:hidden;cursor:default;scroll-snap-type:none}.testimonial-carousel-shell.is-smooth-loop .testimonial-track{transform:translateZ(0);will-change:transform}.testimonial-carousel-shell.is-smooth-loop .testimonial-card{scroll-snap-align:none}.testimonial-track{display:flex;width:max-content;min-width:100%;gap:var(--testimonial-gap);padding:6px 2px 16px}.testimonial-card{flex-basis:clamp(286px,26vw,340px);border-color:#d7192024;background:radial-gradient(circle at 10% 12%,rgba(215,25,32,.08),transparent 140px),radial-gradient(circle at 90% 8%,rgba(245,197,66,.18),transparent 160px),linear-gradient(145deg,#fffffffa,#f1f9f5f5);animation:reviewCardFloat .68s ease both}.testimonial-card[data-carousel-clone=true]{pointer-events:none}.testimonial-card:nth-child(2n){animation-delay:80ms}.testimonial-card:nth-child(3n){animation-delay:.15s}.testimonial-avatar{border-color:#f5c542e6;background:#fff7dc}.testimonial-stars{color:var(--logo-gold);text-shadow:0 1px 0 rgba(215,25,32,.16)}.testimonial-nav{border-color:#f5c5426b;background:linear-gradient(135deg,#fff,#fff6d8)}.testimonial-nav:not(:disabled){animation:navBreath 3.2s ease-in-out infinite}.product-submit{animation:ctaColorPulse 3.6s ease-in-out infinite}.site-footer{background:radial-gradient(circle at 12% 0%,rgba(215,25,32,.2),transparent 260px),radial-gradient(circle at 88% 12%,rgba(245,197,66,.2),transparent 280px),linear-gradient(180deg,#0f3d3e,#082122)}.footer-bottom{border-top-color:#f5c54238}.authority-band{background:radial-gradient(circle at 12% 8%,rgba(245,197,66,.22),transparent 260px),radial-gradient(circle at 92% 18%,rgba(215,25,32,.1),transparent 280px),linear-gradient(180deg,#f7fbf8,#edf7f2);border-top:1px solid rgba(31,103,101,.14);border-bottom:1px solid rgba(31,103,101,.14)}.authority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:var(--grid-gap);row-gap:clamp(14px,1.8vw,22px);align-items:stretch}.authority-card{position:relative;display:grid;grid-template-rows:220px minmax(0,1fr);overflow:hidden;min-height:100%;border:1px solid rgba(31,103,101,.16);border-radius:var(--radius-md);background:#fffffff0;box-shadow:var(--shadow-soft);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;animation:reviewCardFloat .68s ease both}.authority-card-featured{grid-column:1 / -1;grid-template-columns:minmax(0,.95fr) minmax(280px,.65fr);grid-template-rows:auto;align-items:stretch}.authority-card:hover,.authority-card:focus-visible{transform:translateY(-3px);border-color:#1f67654d;box-shadow:var(--shadow-lift)}.authority-card-image{position:relative;overflow:hidden;background:radial-gradient(circle at 30% 18%,rgba(245,197,66,.16),transparent 180px),#eef6f2}.authority-card-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .22s ease,filter .22s ease}.authority-card:hover .authority-card-image img,.authority-card:focus-visible .authority-card-image img{transform:scale(1.035);filter:saturate(1.05) contrast(1.03)}.authority-card-body{display:flex;flex-direction:column;gap:10px;min-width:0;padding:20px}.authority-card-featured .authority-card-body{justify-content:center;padding:clamp(22px,3vw,34px)}.authority-card-featured .authority-card-image{display:grid;place-items:center;aspect-ratio:16 / 9;min-height:250px;padding:clamp(14px,2vw,24px);background:radial-gradient(circle at 16% 18%,rgba(245,197,66,.22),transparent 180px),radial-gradient(circle at 86% 22%,rgba(215,25,32,.12),transparent 220px),linear-gradient(135deg,#102728,#183f40)}.authority-card-featured .authority-card-image img{height:auto;object-fit:contain;border-radius:var(--radius-sm);box-shadow:0 18px 38px #071b1b3d}.authority-card-featured .authority-card-cta{margin-top:6px}.authority-card-meta{color:var(--coral);font-size:12px;font-weight:950;letter-spacing:0;text-transform:uppercase}.authority-card h3{color:var(--green);font-size:clamp(20px,2vw,28px);line-height:1.08}.authority-card p{margin:0;color:var(--muted);font-weight:700;line-height:1.42}.authority-card-cta{display:inline-flex;align-items:center;align-self:flex-start;min-height:36px;margin-top:auto;padding:0 13px;border:1px solid rgba(31,103,101,.22);border-radius:999px;background:#1f676514;color:var(--green);font-size:13px;font-weight:900}.education-authority-page .section-heading h1{max-width:850px;margin:0;color:var(--green);font-size:clamp(34px,5vw,58px);line-height:.94}.education-authority-page .section-note{max-width:720px}.education-source-card{--edu-accent: var(--green-2);--edu-image-bg: radial-gradient(circle at 18% 16%, rgba(245, 197, 66, .2), transparent 145px), radial-gradient(circle at 88% 10%, rgba(31, 103, 101, .12), transparent 165px), linear-gradient(145deg, #f9fcfa, #eaf5f0);--education-card-image-height: 232px;--education-card-body-min: 246px;grid-template-rows:var(--education-card-image-height) minmax(var(--education-card-body-min),1fr);height:100%;min-height:calc(var(--education-card-image-height) + var(--education-card-body-min));border-color:#1f676533;background:linear-gradient(180deg,#fffffffa,#f8fcfafa);text-decoration:none}.education-authority-grid{row-gap:clamp(18px,2.4vw,30px)}.education-source-card:before{height:5px;background:linear-gradient(90deg,var(--coral) 0 10%,var(--edu-accent) 10% 76%,var(--gold) 76% 100%);opacity:1}.education-source-card:not(.authority-card-featured) .authority-card-image{display:grid;place-items:center;min-height:var(--education-card-image-height);padding:0;border-bottom:1px solid rgba(31,103,101,.12);background:var(--edu-image-bg)}.education-source-card .authority-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;border:0;border-radius:0;background:transparent;box-shadow:none}.education-source-card:not(.authority-card-featured) .authority-card-image img{max-height:none}.education-source-card .authority-card-body{display:grid;grid-template-rows:auto auto minmax(58px,1fr) auto;align-content:start;gap:10px;padding:clamp(18px,1.8vw,22px)}.education-source-card .authority-card-meta{min-height:15px;color:var(--edu-accent)}.education-source-card h3{margin:0;font-size:24px;line-height:1.04;overflow-wrap:anywhere}.education-source-card p{display:-webkit-box;overflow:hidden;min-height:58px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.education-source-card[data-document-card=patent-ca-25126150]{--edu-accent: #d71920;--edu-image-bg: radial-gradient(circle at 18% 14%, rgba(215, 25, 32, .12), transparent 150px), linear-gradient(145deg, #fff9f7, #eaf4f2)}.education-source-card[data-document-card=candida-auris-cdc]{--edu-accent: #2d8c7c;--edu-image-bg: radial-gradient(circle at 78% 14%, rgba(43, 140, 124, .18), transparent 150px), linear-gradient(145deg, #f6fbf8, #e7f4f0)}.education-source-card[data-document-card=candida-auris-test-10ppm]{--edu-accent: #2788b8;--edu-image-bg: radial-gradient(circle at 18% 12%, rgba(39, 136, 184, .16), transparent 155px), linear-gradient(145deg, #f8fbff, #e8f2f5)}.education-source-card[data-document-card=nano-silver-covid-19]{--edu-accent: #8b5c2b;--edu-image-bg: radial-gradient(circle at 82% 18%, rgba(242, 199, 92, .2), transparent 170px), linear-gradient(145deg, #fffaf0, #edf5ef)}.education-source-card[data-document-card=womens-vaginal-health]{--edu-accent: #c74476;--edu-image-bg: radial-gradient(circle at 18% 16%, rgba(199, 68, 118, .14), transparent 155px), linear-gradient(145deg, #fff8fb, #edf7f2)}.education-source-card[data-document-card=drug-resistant-candida-auris]{--edu-accent: #5b46b5;--edu-image-bg: radial-gradient(circle at 76% 12%, rgba(91, 70, 181, .18), transparent 160px), linear-gradient(145deg, #f8f7ff, #eaf4f2)}.education-source-card[data-document-card=pk-carlton-letter]{--edu-accent: #68727a;--edu-image-bg: radial-gradient(circle at 16% 12%, rgba(104, 114, 122, .14), transparent 150px), linear-gradient(145deg, #f8faf9, #edf3ef)}.education-source-card[data-document-card=drug-resistant-candida-species]{--edu-accent: #4462b5;--edu-image-bg: radial-gradient(circle at 82% 16%, rgba(68, 98, 181, .16), transparent 160px), linear-gradient(145deg, #f7f9ff, #e9f4f1)}.education-source-card[data-document-card=silver-safety-argyria]{--edu-accent: #5f7a8b;--edu-image-bg: radial-gradient(circle at 18% 16%, rgba(95, 122, 139, .16), transparent 155px), linear-gradient(145deg, #f8fbfc, #eef5f1)}.education-source-card[data-document-card=silver-nano-particles-yeast]{--edu-accent: #9b8f78;--edu-image-bg: radial-gradient(circle at 50% 10%, rgba(155, 143, 120, .16), transparent 170px), linear-gradient(145deg, #fbfbf8, #edf3f0)}.education-source-card[data-document-card=eczema-therapy-report]{--edu-accent: #bf5b47;--edu-image-bg: radial-gradient(circle at 18% 12%, rgba(191, 91, 71, .15), transparent 155px), linear-gradient(145deg, #fff8f4, #edf6f1)}.education-source-card[data-document-card=usage-guide]{--edu-accent: #0f3d3e;--edu-image-bg: radial-gradient(circle at 84% 12%, rgba(245, 197, 92, .2), transparent 165px), linear-gradient(145deg, #fffdf6, #e8f4f0)}.education-source-card[data-document-card=parasitic-worm-study]{--edu-accent: #3f7d65;--edu-image-bg: radial-gradient(circle at 18% 16%, rgba(63, 125, 101, .16), transparent 155px), linear-gradient(145deg, #f7fbf8, #e8f4ec)}.education-source-card[data-document-card=agriculture-farm-pet-uses]{--edu-accent: #2f6e42;--edu-image-bg: radial-gradient(circle at 82% 16%, rgba(47, 110, 66, .17), transparent 165px), linear-gradient(145deg, #f7fbf2, #e9f3ec)}.education-source-card .authority-card-cta{align-self:end;justify-self:start;border-color:#1f676540;background:linear-gradient(135deg,#ffffffc7,#1f67651a);text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease,border-color .16s ease}.education-source-card .authority-card-cta:hover,.education-source-card .authority-card-cta:focus-visible{transform:translateY(-1px);border-color:var(--edu-accent);background:linear-gradient(135deg,#ffffffe6,#1f676529)}@media(max-width:960px){.education-authority-grid{grid-auto-rows:auto}.education-source-card{min-height:0}}@media(max-width:720px){.education-source-card{grid-template-rows:auto minmax(0,1fr)}.education-source-card:not(.authority-card-featured) .authority-card-image{min-height:0;aspect-ratio:16 / 10.5;padding:0}.education-source-card:not(.authority-card-featured) .authority-card-image img{width:100%;height:100%;max-width:100%;max-height:100%}.education-source-card .authority-card-body{grid-template-rows:auto;min-height:0;padding:18px}.education-source-card h3{font-size:22px}.education-source-card p{display:block;min-height:0;overflow:visible;-webkit-line-clamp:unset}}.education-source-hero .button-secondary{color:var(--white);border-color:#ffffff7a;background:#ffffff14}.education-source-hero .authority-article-actions{margin-top:20px}.education-source-body{background:radial-gradient(circle at 12% 0%,rgba(245,197,66,.14),transparent 280px),var(--paper)}.education-source-article-wrap{max-width:1120px}.education-source-article{display:grid;gap:18px;padding:clamp(24px,4vw,46px);border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-md);background:#fffffff0;box-shadow:var(--shadow-soft)}.education-source-article h2{max-width:880px;font-size:clamp(30px,4vw,48px);line-height:1.02}.education-source-copy{display:grid;gap:clamp(18px,3vw,28px);margin-top:4px}.education-source-copy-intro{padding:16px 18px;border:1px solid rgba(31,103,101,.16);border-radius:var(--radius-sm);background:#edf7f2db}.education-source-copy-intro p{margin:0;color:var(--green);font-weight:900}.education-source-page-section{display:grid;gap:12px;padding-top:clamp(18px,3vw,30px);border-top:1px solid rgba(31,103,101,.14)}.education-source-page-section:first-of-type{padding-top:0;border-top:0}.education-source-page-section h3{margin:0;color:var(--coral);font-size:13px;font-weight:950;letter-spacing:0;text-transform:uppercase}.education-source-page-section p{max-width:920px;margin:0;color:var(--muted);font-size:clamp(16px,1.45vw,19px);font-weight:600;line-height:1.76}.education-source-page-section p+p{margin-top:2px}.source-testimonials-section{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 8%,rgba(215,25,32,.16),transparent 260px),radial-gradient(circle at 86% 14%,rgba(245,197,66,.18),transparent 320px),linear-gradient(135deg,#0f3d3ef5,#123735fa),var(--green);color:var(--white)}.source-testimonials-section:before{content:"";position:absolute;inset:0 0 auto;z-index:2;height:4px;background:var(--brand-gradient);opacity:.86}.source-testimonial-content{position:relative;z-index:3}.source-testimonial-portrait{position:absolute;z-index:1;top:clamp(34px,5vw,72px);right:max(18px,calc((100vw - var(--container)) / 2));width:clamp(230px,28vw,420px);opacity:.34;pointer-events:none}.source-testimonial-portrait img{width:100%;height:auto;border-radius:var(--radius-md);filter:brightness(1.24) saturate(1.08) contrast(1.04);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 72%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 72%,transparent 100%)}.source-testimonials-section .section-note{color:#ffffffc7}.source-testimonial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap);align-items:stretch}.source-testimonial-card{position:relative;overflow:hidden;display:grid;align-content:start;gap:16px;min-height:100%;padding:clamp(20px,3vw,28px);border:1px solid rgba(245,197,66,.26);border-radius:var(--radius-md);background:radial-gradient(circle at 96% 0%,rgba(245,197,66,.2),transparent 160px),#ffffff14;box-shadow:0 18px 40px #071b1b33;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;animation:reviewCardFloat .68s ease both}.source-testimonial-card:before{content:"";position:absolute;inset:0 0 auto;z-index:2;height:4px;display:block;background:var(--brand-gradient);opacity:.92}.source-testimonial-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(115deg,transparent 0 34%,rgba(255,255,255,.46) 48%,transparent 62%);opacity:0;transform:translate(-120%);transition:opacity .18s ease,transform .62s ease}.source-testimonial-card:hover,.source-testimonial-card:focus-within{transform:translateY(-3px);border-color:#f5c54275;box-shadow:0 24px 48px #071b1b47}.source-testimonial-card:hover:after,.source-testimonial-card:focus-within:after{opacity:1;transform:translate(120%)}.source-testimonial-card>*{position:relative;z-index:3}.source-testimonial-card h3{font-size:clamp(20px,2vw,26px);line-height:1.1}.source-testimonial-card p{margin:0}.source-testimonial-preview,.source-testimonial-full{color:#ffffffd1;font-weight:700}.source-testimonial-full{display:grid;gap:12px;padding-top:4px}.source-testimonial-full[hidden]{display:none}.source-testimonial-toggle{justify-self:start;min-height:42px;padding:0 16px;border:1px solid rgba(245,197,66,.44);border-radius:999px;background:#fff7dc;color:var(--ink);font-weight:900;cursor:pointer;transition:transform .16s ease,background .16s ease}.source-testimonial-toggle:hover,.source-testimonial-toggle:focus-visible{transform:translateY(-2px);background:var(--gold)}.authority-article-hero{padding:var(--section-space-tight) 0;background:radial-gradient(circle at 10% 12%,rgba(245,197,66,.2),transparent 300px),linear-gradient(135deg,#0f3d3e,#173f3f 56%,#edf7f2 56%,#f7fbf8)}.authority-article-hero-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,.72fr);gap:var(--layout-gap);align-items:center}.authority-article-hero h1,.authority-article-hero p{color:var(--white)}.authority-article-hero h1{max-width:880px;font-size:clamp(42px,6.2vw,76px);line-height:1.02}.authority-article-hero p:not(.eyebrow){max-width:680px;color:#ffffffd1;font-size:18px}.authority-article-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.authority-article-preview{overflow:hidden;padding:clamp(10px,2vw,18px);border:1px solid rgba(31,103,101,.18);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow)}.authority-article-preview img{display:block;width:100%;height:auto;max-height:min(72vh,720px);object-fit:contain;object-position:center top}.authority-article-body{background:var(--paper)}.authority-article-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(280px,.36fr);gap:var(--layout-gap);align-items:start}.authority-article-main,.authority-article-note{border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-md);background:#ffffffeb;box-shadow:var(--shadow-soft)}.authority-article-main{display:grid;gap:16px;padding:clamp(22px,4vw,36px)}.authority-article-main h2,.authority-article-note h2{font-size:clamp(22px,2.4vw,32px)}.authority-article-main p,.authority-article-main li,.authority-article-note p{color:var(--muted);font-size:16px;font-weight:700}.authority-article-main ul{display:grid;gap:10px;margin:0;padding-left:22px}.authority-source-content{display:grid;gap:16px;margin-top:12px;padding-top:24px;border-top:1px solid rgba(31,103,101,.14)}.authority-source-content h2{font-size:clamp(26px,3vw,42px)}.authority-source-content h3{margin-top:10px;color:var(--green);font-size:clamp(18px,2vw,24px)}.authority-source-byline{color:var(--ink);font-weight:900}.authority-source-image{overflow:hidden;margin:0;border:1px solid rgba(31,103,101,.16);border-radius:var(--radius-sm);background:var(--white);box-shadow:var(--shadow-soft)}.authority-source-image img{display:block;width:100%;height:auto}.authority-source-content p,.authority-source-content li,.authority-source-table th,.authority-source-table td{color:var(--muted);font-size:16px;font-weight:700;line-height:1.75}.authority-source-disclaimer,.authority-source-footnote{padding:14px 16px;border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-sm);background:#edf7f2db;color:var(--green)}.authority-article-layout-pdf{grid-template-columns:minmax(0,1fr);max-width:1180px}.authority-article-main-pdf{gap:20px;border:0;background:transparent;box-shadow:none;padding:0}.authority-article-layout-pdf .authority-article-note{position:static;max-width:820px}.authority-pdf-source-content{gap:18px;margin-top:0;padding-top:0;border-top:0}.authority-pdf-source-content .authority-source-disclaimer,.authority-pdf-source-content .authority-source-footnote{max-width:min(100%,920px)}.authority-pdf-pages{display:grid;gap:clamp(18px,3vw,28px)}.authority-pdf-page{overflow:hidden;margin:0;border:1px solid rgba(31,103,101,.16);border-radius:var(--radius-sm);background:var(--white);box-shadow:var(--shadow-soft)}.authority-pdf-page img{display:block;width:100%;height:auto;background:var(--white)}.authority-pdf-source-content .authority-source-footnote a{color:var(--green);font-weight:900}.pdf-body-page{background:var(--paper)}.pdf-render-content{display:grid;gap:clamp(24px,4vw,42px);max-width:1180px;margin:0 auto}.pdf-render-intro,.pdf-render-footnote{max-width:920px;padding:14px 16px;border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-sm);background:#edf7f2db;color:var(--green);font-weight:800}.pdf-render-document{display:grid;gap:18px}.pdf-render-document h2{margin:0;font-size:clamp(26px,3vw,42px)}.pdf-render-pages{display:grid;gap:clamp(18px,3vw,28px)}.pdf-render-page{overflow:hidden;margin:0;border:1px solid rgba(31,103,101,.16);border-radius:var(--radius-sm);background:var(--white);box-shadow:var(--shadow-soft)}.pdf-render-page img{display:block;width:100%;height:auto;background:var(--white)}.pdf-docx-appendix{display:grid;gap:16px;padding:clamp(22px,4vw,36px);border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-sm);background:#fffffff0;box-shadow:var(--shadow-soft)}.pdf-docx-appendix h2,.pdf-docx-appendix h3{margin:0;color:var(--ink)}.pdf-docx-appendix h2{font-size:clamp(28px,3vw,42px)}.pdf-docx-appendix h3{margin-top:8px;font-size:clamp(20px,2vw,28px)}.pdf-docx-appendix p{margin:0;color:var(--muted);font-size:17px;font-weight:700;line-height:1.75}.pdf-docx-appendix .docx-underline{text-decoration:underline}.authority-source-table-wrap{overflow-x:auto;border:1px solid rgba(31,103,101,.14);border-radius:var(--radius-sm)}.authority-source-table{width:100%;min-width:680px;border-collapse:collapse;background:var(--white)}.authority-source-table th,.authority-source-table td{padding:12px 14px;border-bottom:1px solid rgba(31,103,101,.12);text-align:left;vertical-align:top}.authority-source-table th{background:#1f676514;color:var(--ink);font-weight:900}.authority-article-note{position:sticky;top:110px;padding:22px}@media(max-width:960px){.authority-grid,.source-testimonial-grid,.authority-article-hero-grid,.authority-article-layout{grid-template-columns:1fr}.authority-card-featured{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.authority-card-featured .authority-card-image{min-height:0}.authority-article-note{position:static}}@media(max-width:720px){.authority-card{grid-template-rows:210px minmax(0,1fr)}.authority-card-featured{grid-template-rows:auto minmax(0,1fr)}.source-testimonial-portrait{top:70px;right:-70px;width:260px;opacity:.24}.authority-card-body,.authority-card-featured .authority-card-body,.source-testimonial-card,.authority-article-main,.authority-article-note{padding:18px}.authority-article-hero{background:radial-gradient(circle at 20% 12%,rgba(245,197,66,.2),transparent 240px),linear-gradient(180deg,#0f3d3e,#173f3f)}.authority-article-preview img{max-height:560px}}@keyframes brandFieldDrift{0%{background-position:0% 0%,100% 0%,48% 100%,0 0}to{background-position:18% 8%,82% 20%,60% 86%,0 0}}@keyframes ctaColorPulse{0%,to{box-shadow:0 14px 30px #f5c54247,0 0 #d7192000}50%{box-shadow:0 18px 42px #f5c5426b,0 0 0 5px #d7192014}}@keyframes reviewCardFloat{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes navBreath{0%,to{box-shadow:0 10px 24px #1237351a}50%{box-shadow:0 12px 30px #f5c54247}}@media(max-width:720px){.testimonial-carousel{-webkit-mask-image:none;mask-image:none}.testimonial-track{padding-bottom:12px}.testimonial-card{flex-basis:min(322px,84vw)}}@media(prefers-reduced-motion:reduce){.hero,.button-primary,.product-submit,.testimonial-card,.testimonial-nav,.category-card,.routine-pairing-card,.routine-card,.product-card,.authority-card,.education-card,.free-shipping-grid article,.retail-province,.retail-location-grid article,.source-testimonial-card{animation:none!important}.category-card:after,.routine-pairing-card:after,.routine-card:after,.product-card:after,.authority-card:after,.education-card summary:after,.free-shipping-grid article:after,.source-testimonial-card:after,.testimonial-card:after,.cart-summary:after,.trust-points div:after,.need-grid a:after,.proof-grid div:after{transition:none!important}}.home-section{position:relative}.home-section:not(.hero):before{content:"";position:absolute;inset:0 auto auto 50%;z-index:2;display:block;width:100vw;height:6px;transform:translate(-50%);pointer-events:none;background:linear-gradient(90deg,var(--green) 0%,var(--green) 6%,#d71920 18%,var(--gold) 50%,var(--green-2) 82%,var(--green) 94%,var(--green) 100%);box-shadow:inset 0 1px #0f3d3eeb,inset 0 -1px #0f3d3ee6}body.scroll-reveal-ready [data-scroll-reveal]{--reveal-y: 18px;opacity:0;transition:opacity .52s ease,transform .52s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}body.scroll-reveal-ready [data-scroll-reveal]:not(:hover):not(:focus-visible):not(:focus-within){transform:translate3d(0,var(--reveal-y),0)}body.scroll-reveal-ready [data-scroll-reveal].is-scroll-revealed{--reveal-y: 0px;opacity:1}@media(prefers-reduced-motion:reduce){.home-section:not(.hero):before,body.scroll-reveal-ready [data-scroll-reveal]{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}}@media(max-width:720px){.category-card,.routine-pairing-card,.routine-pairing-card-featured,.product-card,.routine-card,.authority-card,.authority-card-featured,.source-testimonial-card,.testimonial-card{height:auto;min-height:0}.category-card,.routine-pairing-card,.routine-pairing-card-featured,.authority-card,.authority-card-featured{grid-template-columns:1fr;grid-template-rows:auto;align-items:stretch}.category-products,.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products{grid-column:1;grid-row:auto;grid-template-columns:1fr;gap:12px;width:100%;min-width:0}.category-products a,.routine-product-link{grid-template-rows:minmax(150px,auto) auto;min-height:0}.category-products img,.routine-product-link img{width:100%;height:min(44vw,190px);min-height:150px;object-fit:contain}.product-card,.routine-card{display:grid;grid-template-rows:auto minmax(0,1fr)}.product-card-media,.routine-card-media,.authority-card-image{width:100%;min-height:0}.product-card-media,.authority-card-image{aspect-ratio:1 / 1}.routine-card-media{padding:16px}.routine-card-media img,.authority-card-image img{width:100%;height:min(54vw,220px);object-fit:contain}.product-card-body,.routine-card-body,.authority-card-body{min-width:0;padding:18px}.testimonial-card{grid-template-columns:48px minmax(0,1fr);flex-basis:min(322px,84vw)}.testimonial-card p,.testimonial-card cite,.testimonial-context,.source-testimonial-card p,.authority-card-body,.product-card-body,.routine-card-body{overflow-wrap:anywhere}}.footer-powered{display:flex;justify-content:center;padding-top:22px}.growthbotz-powered-badge{display:inline-flex;width:min(220px,72vw);align-items:center;justify-content:center;opacity:.92;transition:opacity .16s ease,transform .16s ease;animation:growthbotz-badge-float 5.5s ease-in-out infinite}.growthbotz-powered-badge:hover{opacity:1;transform:translateY(-1px)}.growthbotz-powered-badge img{display:block;height:auto;width:100%}@keyframes growthbotz-badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.growthbotz-powered-badge{animation:none}}.header-main{min-height:112px}.brand-logo,.brand-logo-asset{width:auto;max-width:150px;max-height:96px;object-fit:contain}.hero-video-logo{width:min(28%,180px)}.footer-logo{width:min(210px,100%)}.footer-brand-copy img{max-height:56px;width:auto}.education-page-hero p,.retail-page-hero p{max-width:760px;color:var(--muted)}.education-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap)}.education-card-grid[hidden],.education-detail[hidden]{display:none}.education-card,.education-detail,.free-shipping-grid article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.education-card{display:grid;gap:10px;min-height:210px;padding:22px}.education-card:hover,.education-card:focus-within,.free-shipping-grid article:hover,.free-shipping-grid article:focus-within{transform:translateY(-3px);border-color:#1f676547;box-shadow:0 18px 42px #12373521}.education-card summary{position:relative;display:grid;gap:10px;padding-right:44px;cursor:pointer;list-style:none}.education-card summary::-webkit-details-marker{display:none}.education-card summary:after{content:"+";position:absolute;top:0;right:0;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--soft);color:var(--green);font-size:22px;font-weight:900;line-height:1;transition:transform .18s ease,background .18s ease,border-color .18s ease}.education-card[open]{min-height:auto}.education-card[open] summary:after{content:"-";transform:rotate(180deg);border-color:#1f676547;background:#1f67651a}.education-card-grid-inline .education-card[open]{grid-column:1 / -1}.education-card-body{display:grid;gap:14px;padding-top:18px;margin-top:12px;border-top:1px solid var(--line)}.education-card span,.education-detail>span,.free-shipping-grid article span{color:var(--green);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.education-card h3,.education-detail h2,.free-shipping-grid h3{margin:0}.education-card p,.education-detail p,.free-shipping-grid p,.routine-product-list{color:var(--muted)}.education-detail-stack{margin-top:24px}.education-detail{padding:clamp(22px,4vw,42px)}.education-detail .button{width:fit-content;margin-top:12px}.routine-price-grid .routine-pairing-card{align-content:start}.routine-product-list{display:grid;gap:8px;margin:0;padding-left:18px;font-size:14px}.routine-detail-list{display:grid;gap:8px;margin-block:12px;padding-left:20px}.routine-detail-list a,.routine-detail-links a{color:var(--green-2);font-weight:900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.routine-detail-list a:hover,.routine-detail-list a:focus-visible,.routine-detail-links a:hover,.routine-detail-links a:focus-visible{color:var(--green)}.routine-total{display:flex;align-items:baseline;gap:12px;margin:6px 0 0}.routine-total s{color:var(--muted)}.routine-total strong{color:var(--green);font-size:24px}.free-shipping-routines{background:var(--surface-mint)}.free-shipping-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap)}.free-shipping-grid article{position:relative;display:grid;gap:10px;align-content:start;overflow:hidden;padding:22px;cursor:pointer}.free-shipping-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:8px;margin:4px 0}.free-shipping-products .routine-product-link{grid-template-rows:94px minmax(32px,auto);min-height:142px;padding:6px}.free-shipping-products .routine-product-link img{padding:6px}.free-shipping-cta{margin-top:auto}.free-shipping-grid strong{color:var(--green)}.free-shipping-grid .shipping-badge{width:fit-content;margin-bottom:4px;padding:8px 12px;border:1px solid rgba(215,25,32,.24);border-radius:8px;background:#d7192014;color:var(--logo-red);font-size:clamp(22px,2.1vw,32px);font-weight:950;line-height:.95}.free-shipping-card-wide{grid-column:1 / -1}.ultimate-routine-band{background:#071f20}.ultimate-routine-banner{display:block;overflow:hidden;border:1px solid rgba(242,199,92,.42);border-radius:8px;box-shadow:0 20px 58px #071f203d;transition:transform .19s ease,box-shadow .19s ease,border-color .19s ease}.ultimate-routine-banner:hover,.ultimate-routine-banner:focus-visible{transform:translateY(-3px);border-color:#f2c75cb8;box-shadow:0 24px 70px #071f204d}.ultimate-routine-banner img{display:block;width:100%;height:auto}.ultimate-routine-page-hero p:not(.eyebrow){max-width:720px;color:var(--muted);font-weight:800}.ultimate-routine-detail-band{background:var(--surface-mint)}.ultimate-routine-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ultimate-routine-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;min-height:68px;padding:16px 18px;border:1px solid rgba(31,103,101,.16);border-radius:8px;background:#fffffff0;color:var(--ink);text-decoration:none;box-shadow:0 12px 30px #12373514;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ultimate-routine-item:hover,.ultimate-routine-item:focus-visible{transform:translateY(-2px);border-color:#1f67654d;box-shadow:0 16px 34px #12373521}.ultimate-routine-item span{font-weight:900;line-height:1.22}.ultimate-routine-item strong{color:var(--green);white-space:nowrap}.routine-page-total{color:var(--green);font-size:20px;white-space:nowrap}@media(max-width:900px){.education-card-grid,.free-shipping-grid{grid-template-columns:1fr}.free-shipping-card-wide{grid-column:auto}.free-shipping-products-wide{grid-template-columns:repeat(auto-fit,minmax(118px,1fr))}.ultimate-routine-banner{border-radius:7px}.ultimate-routine-list{grid-template-columns:1fr}}@media(max-width:720px){.header-main{min-height:92px}.brand-logo,.brand-logo-asset{max-width:118px;max-height:76px}.hero-video-logo{width:min(30%,126px)}}:root{--motion-duration: .19s;--motion-reveal-duration: .56s;--motion-ease: cubic-bezier(.2, .72, .2, 1);--motion-lift: -3px;--motion-image-scale: 1.035;--motion-asset-version: 20260607}main>section,.section,.category-card,.category-products a,.product-card,.routine-pairing-card,.routine-product-link,.routine-card,.free-shipping-grid article,.ultimate-routine-banner,.education-card,.retail-province,.retail-location-grid article,.authority-card,.source-testimonial-card,.testimonial-card,.trust-points div,.need-grid a,.proof-grid div,.video-intro-card,.retail-locations-card,.cart-summary,.empty-state{animation:none}.category-card,.category-products a,.product-card,.routine-pairing-card,.routine-product-link,.routine-card,.free-shipping-grid article,.ultimate-routine-banner,.education-card,.retail-province,.retail-location-grid article,.authority-card,.source-testimonial-card,.testimonial-card,.trust-points div,.need-grid a,.proof-grid div,.video-intro-card,.retail-locations-card,.cart-summary,.empty-state{position:relative;transition:transform var(--motion-duration) var(--motion-ease),box-shadow var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease)}.category-card:hover,.category-card:focus-within,.category-products a:hover,.category-products a:focus-visible,.product-card:hover,.product-card:focus-within,.routine-pairing-card:hover,.routine-pairing-card:focus-within,.routine-product-link:hover,.routine-product-link:focus-visible,.routine-card:hover,.routine-card:focus-within,.free-shipping-grid article:hover,.free-shipping-grid article:focus-within,.ultimate-routine-banner:hover,.ultimate-routine-banner:focus-visible,.education-card:hover,.education-card:focus-within,.retail-province:hover,.retail-province:focus-within,.retail-location-grid article:hover,.retail-location-grid article:focus-within,.authority-card:hover,.authority-card:focus-visible,.source-testimonial-card:hover,.source-testimonial-card:focus-within,.testimonial-card:hover,.testimonial-card:focus-within,.trust-points div:hover,.need-grid a:hover,.need-grid a:focus-visible,.proof-grid div:hover,.video-intro-card:hover,.video-intro-card:focus-within,.retail-locations-card:hover,.retail-locations-card:focus-within,.cart-summary:hover,.empty-state:hover{transform:translateY(var(--motion-lift));border-color:#1f676547;box-shadow:var(--shadow-lift)}.category-card:after,.category-products a:after,.product-card:after,.routine-pairing-card:after,.routine-product-link:after,.routine-card:after,.free-shipping-grid article:after,.ultimate-routine-banner:after,.education-card:after,.retail-province:after,.retail-location-grid article:after,.authority-card:after,.source-testimonial-card:after,.testimonial-card:after,.trust-points div:after,.need-grid a:after,.proof-grid div:after,.video-intro-card:after,.retail-locations-card:after,.cart-summary:after,.empty-state:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:linear-gradient(115deg,transparent 0 34%,rgba(255,255,255,.38) 48%,transparent 62%);opacity:0;transform:translate(-120%);transition:opacity var(--motion-duration) ease,transform .62s var(--motion-ease)}.category-card:hover:after,.category-card:focus-within:after,.category-products a:hover:after,.category-products a:focus-visible:after,.product-card:hover:after,.product-card:focus-within:after,.routine-pairing-card:hover:after,.routine-pairing-card:focus-within:after,.routine-product-link:hover:after,.routine-product-link:focus-visible:after,.routine-card:hover:after,.routine-card:focus-within:after,.free-shipping-grid article:hover:after,.free-shipping-grid article:focus-within:after,.ultimate-routine-banner:hover:after,.ultimate-routine-banner:focus-visible:after,.education-card:hover:after,.education-card:focus-within:after,.retail-province:hover:after,.retail-province:focus-within:after,.retail-location-grid article:hover:after,.retail-location-grid article:focus-within:after,.authority-card:hover:after,.authority-card:focus-visible:after,.source-testimonial-card:hover:after,.source-testimonial-card:focus-within:after,.testimonial-card:hover:after,.testimonial-card:focus-within:after,.trust-points div:hover:after,.need-grid a:hover:after,.need-grid a:focus-visible:after,.proof-grid div:hover:after,.video-intro-card:hover:after,.video-intro-card:focus-within:after,.retail-locations-card:hover:after,.retail-locations-card:focus-within:after,.cart-summary:hover:after,.empty-state:hover:after{opacity:1;transform:translate(120%)}.category-card>*,.category-products a>*,.product-card>*,.routine-pairing-card>*,.routine-product-link>*,.routine-card>*,.free-shipping-grid article>*,.ultimate-routine-banner>*,.education-card>*,.retail-province>*,.retail-location-grid article>*,.authority-card>*,.source-testimonial-card>*,.testimonial-card>*,.trust-points div>*,.need-grid a>*,.proof-grid div>*,.video-intro-card>*,.retail-locations-card>*,.cart-summary>*,.empty-state>*{position:relative;z-index:2}.card-fill-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;border-radius:inherit}.routine-product-link,.routine-cta{z-index:5}.routine-pairing-products,.free-shipping-products{position:relative;z-index:5}.routine-pairing-products .routine-product-link,.free-shipping-products .routine-product-link{z-index:6}.routine-pairing-card>.routine-cta{z-index:5}.category-products a:hover img,.category-products a:focus-visible img,.product-card:hover .product-card-media img,.product-card:focus-within .product-card-media img,.routine-product-link:hover img,.routine-product-link:focus-visible img,.routine-card:hover .routine-card-media img,.routine-card:focus-within .routine-card-media img,.authority-card:hover .authority-card-image img,.authority-card:focus-visible .authority-card-image img{transform:scale(var(--motion-image-scale));filter:saturate(1.06) contrast(1.03)}body.scroll-reveal-ready [data-scroll-reveal]{--reveal-y: 18px;opacity:0;transition:opacity var(--motion-reveal-duration) ease,transform var(--motion-reveal-duration) var(--motion-ease);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}body.scroll-reveal-ready [data-scroll-reveal][data-scroll-reveal-complete=true]{transition-delay:0ms;will-change:auto}body.scroll-reveal-ready [data-scroll-reveal][data-scroll-reveal-complete=true]:is(.category-card,.category-products a,.product-card,.routine-pairing-card,.routine-product-link,.routine-card,.free-shipping-grid article,.ultimate-routine-banner,.education-card,.retail-province,.retail-location-grid article,.authority-card,.source-testimonial-card,.testimonial-card,.trust-points div,.need-grid a,.proof-grid div,.video-intro-card,.retail-locations-card,.cart-summary,.empty-state){transition:transform var(--motion-duration) var(--motion-ease),box-shadow var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease)}@media(prefers-reduced-motion:reduce){main>section,.section,.category-card,.category-products a,.product-card,.routine-pairing-card,.routine-product-link,.routine-card,.free-shipping-grid article,.ultimate-routine-banner,.education-card,.retail-province,.retail-location-grid article,.authority-card,.source-testimonial-card,.testimonial-card,.trust-points div,.need-grid a,.proof-grid div,.video-intro-card,.retail-locations-card,.cart-summary,.empty-state,.category-card:after,.category-products a:after,.product-card:after,.routine-pairing-card:after,.routine-product-link:after,.routine-card:after,.free-shipping-grid article:after,.ultimate-routine-banner:after,.education-card:after,.retail-province:after,.retail-location-grid article:after,.authority-card:after,.source-testimonial-card:after,.testimonial-card:after,.trust-points div:after,.need-grid a:after,.proof-grid div:after,.video-intro-card:after,.retail-locations-card:after,.cart-summary:after,.empty-state:after{animation:none!important;transition:none!important}}.education-source-card:not(.authority-card-featured) .authority-card-image{position:relative;display:block;height:var(--education-card-image-height);max-height:var(--education-card-image-height);overflow:hidden}.education-source-card .authority-card-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:none;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center}@media(max-width:720px){.education-source-card{--education-card-image-height: 220px;grid-template-rows:var(--education-card-image-height) minmax(0,1fr)}.education-source-card:not(.authority-card-featured) .authority-card-image{aspect-ratio:auto;height:var(--education-card-image-height);max-height:var(--education-card-image-height)}}.routine-pairing-card .card-fill-link,.free-shipping-grid article .card-fill-link{z-index:10}.routine-pairing-card .routine-pairing-products,.free-shipping-grid article .free-shipping-products{position:relative;z-index:20}.routine-pairing-card .routine-product-link,.free-shipping-grid article .routine-product-link{position:relative;z-index:21}.product-card .product-card-fill-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.routine-card .routine-card-fill-link{z-index:10}.product-card .product-card-actions,.product-card .product-card-form,.product-card .product-card-submit,.product-card .text-link,.routine-card .routine-card-form,.routine-card .routine-card-submit,.routine-card .routine-card-cta{position:relative;z-index:21}.free-shipping-grid article{min-height:100%;border:1px solid rgba(31,103,101,.16);border-radius:10px;background:linear-gradient(180deg,#fffffff5,#ffffffdb),var(--white);box-shadow:0 16px 38px #12373514}.free-shipping-grid article h3{margin:0;color:var(--green);font-size:23px;line-height:1.12}.free-shipping-grid article>p:not(.routine-total){margin:0;color:var(--muted);font-weight:750;line-height:1.42}.free-shipping-grid article .routine-total{align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;border-top:1px solid rgba(31,103,101,.12)}.free-shipping-grid article .routine-total span{color:var(--muted);font-size:13px;font-weight:900;text-transform:uppercase}.free-shipping-grid article .routine-total strong{font-size:24px}.routine-detail-intro{display:grid;gap:4px;margin-bottom:16px}.routine-detail-intro p{margin:0}.routine-detail-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:16px 0 20px}.routine-detail-card-grid-wide{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.routine-detail-links .routine-detail-card{position:relative;display:grid;grid-template-rows:148px minmax(0,1fr);min-height:272px;overflow:hidden;border:1px solid rgba(31,103,101,.16);border-radius:8px;background:#fffffff0;color:var(--ink);text-decoration:none;box-shadow:0 14px 34px #12373514;transition:transform var(--motion-duration) var(--motion-ease),box-shadow var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease)}.routine-detail-links .routine-detail-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:linear-gradient(115deg,transparent 0 34%,rgba(255,255,255,.38) 48%,transparent 62%);opacity:0;transform:translate(-120%);transition:opacity var(--motion-duration) ease,transform .62s var(--motion-ease)}.routine-detail-links .routine-detail-card:hover,.routine-detail-links .routine-detail-card:focus-visible{transform:translateY(var(--motion-lift));border-color:#1f676547;box-shadow:var(--shadow-lift)}.routine-detail-links .routine-detail-card:hover:after,.routine-detail-links .routine-detail-card:focus-visible:after{opacity:1;transform:translate(120%)}.routine-detail-card-media,.routine-detail-card-copy{position:relative;z-index:2}.routine-detail-card-media{display:grid;place-items:center;padding:12px;border-bottom:1px solid rgba(31,103,101,.12);background:radial-gradient(circle at 14% 18%,rgba(215,25,32,.08),transparent 120px),radial-gradient(circle at 84% 14%,rgba(245,197,66,.2),transparent 140px),linear-gradient(145deg,#ffffff,var(--logo-silver))}.routine-detail-card-media img{width:100%;height:124px;object-fit:contain;transition:transform .22s ease,filter .22s ease}.routine-detail-card:hover .routine-detail-card-media img,.routine-detail-card:focus-visible .routine-detail-card-media img{transform:scale(var(--motion-image-scale));filter:saturate(1.06) contrast(1.03)}.routine-detail-card-copy{display:flex;flex-direction:column;gap:8px;padding:14px}.routine-detail-quantity{color:var(--logo-red);font-size:11px;font-weight:950;line-height:1;text-transform:uppercase}.routine-detail-name{color:var(--green);font-size:16px;font-weight:950;line-height:1.15}.routine-detail-card-copy strong{margin-top:auto;color:var(--green);font-size:15px;font-weight:950}.routine-detail-subheading{margin:22px 0 6px;color:var(--green);font-size:22px;line-height:1.12}@media(max-width:720px){.routine-detail-card-grid,.routine-detail-card-grid-wide{grid-template-columns:1fr}.routine-detail-links .routine-detail-card{min-height:0}}:root{--motion-asset-version: 20260608}.hero-video-card,.category-card,.category-products a,.product-card,.product-media-panel,.product-info-panel,.product-purchase-panel,.product-detail-panel,.routine-pairing-card,.routine-product-link,.routine-card,.free-shipping-grid article,.ultimate-routine-banner,.ultimate-routine-item,.education-card,.education-detail,.retail-province,.retail-location-grid article,.authority-card,.source-testimonial-card,.testimonial-card,.trust-points div,.need-grid a,.proof-grid div,.video-intro-card,.retail-locations-card,.cart-line,.cart-summary,.empty-state,.routine-detail-links .routine-detail-card{position:relative;transition:transform var(--motion-duration) var(--motion-ease),box-shadow var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease)}.hero-video-card:hover,.hero-video-card:focus-within,.category-card:hover,.category-card:focus-within,.category-products a:hover,.category-products a:focus-visible,.product-card:hover,.product-card:focus-within,.product-media-panel:hover,.product-media-panel:focus-within,.product-info-panel:hover,.product-info-panel:focus-within,.product-purchase-panel:hover,.product-purchase-panel:focus-within,.product-detail-panel:hover,.product-detail-panel:focus-within,.routine-pairing-card:hover,.routine-pairing-card:focus-within,.routine-product-link:hover,.routine-product-link:focus-visible,.routine-card:hover,.routine-card:focus-within,.free-shipping-grid article:hover,.free-shipping-grid article:focus-within,.ultimate-routine-banner:hover,.ultimate-routine-banner:focus-visible,.ultimate-routine-item:hover,.ultimate-routine-item:focus-visible,.education-card:hover,.education-card:focus-within,.education-detail:hover,.education-detail:focus-within,.retail-province:hover,.retail-province:focus-within,.retail-location-grid article:hover,.retail-location-grid article:focus-within,.authority-card:hover,.authority-card:focus-visible,.source-testimonial-card:hover,.source-testimonial-card:focus-within,.testimonial-card:hover,.testimonial-card:focus-within,.trust-points div:hover,.need-grid a:hover,.need-grid a:focus-visible,.proof-grid div:hover,.video-intro-card:hover,.video-intro-card:focus-within,.retail-locations-card:hover,.retail-locations-card:focus-within,.cart-line:hover,.cart-line:focus-within,.cart-summary:hover,.empty-state:hover,.routine-detail-links .routine-detail-card:hover,.routine-detail-links .routine-detail-card:focus-visible{transform:translateY(var(--motion-lift));border-color:#1f676547;box-shadow:var(--shadow-lift)}.hero-video-card:after,.category-card:after,.category-products a:after,.product-card:after,.product-media-panel:after,.product-info-panel:after,.product-purchase-panel:after,.product-detail-panel:after,.routine-pairing-card:after,.routine-product-link:after,.routine-card:after,.free-shipping-grid article:after,.ultimate-routine-banner:after,.ultimate-routine-item:after,.education-card:after,.education-detail:after,.retail-province:after,.retail-location-grid article:after,.authority-card:after,.source-testimonial-card:after,.testimonial-card:after,.trust-points div:after,.need-grid a:after,.proof-grid div:after,.video-intro-card:after,.retail-locations-card:after,.cart-line:after,.cart-summary:after,.empty-state:after,.routine-detail-links .routine-detail-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:linear-gradient(115deg,transparent 0 34%,rgba(255,255,255,.38) 48%,transparent 62%);opacity:0;transform:translate(-120%);transition:opacity var(--motion-duration) ease,transform .62s var(--motion-ease)}.hero-video-card:hover:after,.hero-video-card:focus-within:after,.category-card:hover:after,.category-card:focus-within:after,.category-products a:hover:after,.category-products a:focus-visible:after,.product-card:hover:after,.product-card:focus-within:after,.product-media-panel:hover:after,.product-media-panel:focus-within:after,.product-info-panel:hover:after,.product-info-panel:focus-within:after,.product-purchase-panel:hover:after,.product-purchase-panel:focus-within:after,.product-detail-panel:hover:after,.product-detail-panel:focus-within:after,.routine-pairing-card:hover:after,.routine-pairing-card:focus-within:after,.routine-product-link:hover:after,.routine-product-link:focus-visible:after,.routine-card:hover:after,.routine-card:focus-within:after,.free-shipping-grid article:hover:after,.free-shipping-grid article:focus-within:after,.ultimate-routine-banner:hover:after,.ultimate-routine-banner:focus-visible:after,.ultimate-routine-item:hover:after,.ultimate-routine-item:focus-visible:after,.education-card:hover:after,.education-card:focus-within:after,.education-detail:hover:after,.education-detail:focus-within:after,.retail-province:hover:after,.retail-province:focus-within:after,.retail-location-grid article:hover:after,.retail-location-grid article:focus-within:after,.authority-card:hover:after,.authority-card:focus-visible:after,.source-testimonial-card:hover:after,.source-testimonial-card:focus-within:after,.testimonial-card:hover:after,.testimonial-card:focus-within:after,.trust-points div:hover:after,.need-grid a:hover:after,.need-grid a:focus-visible:after,.proof-grid div:hover:after,.video-intro-card:hover:after,.video-intro-card:focus-within:after,.retail-locations-card:hover:after,.retail-locations-card:focus-within:after,.cart-line:hover:after,.cart-line:focus-within:after,.cart-summary:hover:after,.empty-state:hover:after,.routine-detail-links .routine-detail-card:hover:after,.routine-detail-links .routine-detail-card:focus-visible:after{opacity:1;transform:translate(120%)}.hero-video-card>*,.category-card>*,.category-products a>*,.product-card>*,.product-media-panel>*,.product-info-panel>*,.product-purchase-panel>*,.product-detail-panel>*,.routine-pairing-card>*,.routine-product-link>*,.routine-card>*,.free-shipping-grid article>*,.ultimate-routine-banner>*,.ultimate-routine-item>*,.education-card>*,.education-detail>*,.retail-province>*,.retail-location-grid article>*,.authority-card>*,.source-testimonial-card>*,.testimonial-card>*,.trust-points div>*,.need-grid a>*,.proof-grid div>*,.video-intro-card>*,.retail-locations-card>*,.cart-line>*,.cart-summary>*,.empty-state>*,.routine-detail-links .routine-detail-card>*{position:relative;z-index:4}.free-shipping-grid article:hover .routine-product-link,.free-shipping-grid article:focus-within .routine-product-link{border-color:#1f67653d;box-shadow:0 10px 24px #12373514}.free-shipping-grid article:hover .routine-product-link img,.free-shipping-grid article:focus-within .routine-product-link img,.routine-pairing-card:hover .routine-product-link img,.routine-pairing-card:focus-within .routine-product-link img,.product-card:hover .routine-bundle-image img,.product-card:focus-within .routine-bundle-image img,.routine-card:hover .routine-bundle-image img,.routine-card:focus-within .routine-bundle-image img,.product-main-media-bundle:hover .routine-bundle-image img,.product-main-media-bundle:focus-within .routine-bundle-image img,.routine-detail-links .routine-detail-card:hover .routine-detail-card-media img,.routine-detail-links .routine-detail-card:focus-visible .routine-detail-card-media img{transform:scale(var(--motion-image-scale));filter:saturate(1.06) contrast(1.03)}.routine-bundle-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;height:100%}.routine-bundle-media-product{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));align-content:center}.routine-bundle-media-ultimate{grid-template-columns:1fr}.routine-bundle-image{display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:92px;overflow:hidden;border:1px solid rgba(31,103,101,.14);border-radius:8px;background:radial-gradient(circle at 82% 12%,rgba(242,199,92,.18),transparent 80px),linear-gradient(145deg,#fffffffa,#eff8f3f0);color:var(--green);box-shadow:0 8px 20px #12373512}.routine-bundle-image-featured{grid-column:1 / -1}.routine-bundle-image img{width:100%;height:100%;min-height:0;object-fit:contain;padding:8px;background:transparent;transition:transform .22s ease,filter .22s ease}.routine-bundle-image span{display:block;min-width:0;padding:5px 7px 7px;border-top:1px solid rgba(31,103,101,.1);background:#fffc;color:var(--green);font-size:9px;font-weight:950;line-height:1.08;text-align:center;text-transform:uppercase}.routine-card-media .routine-bundle-image img{height:80px}.product-card-media-bundle{padding:10px}.product-card-media-bundle .routine-bundle-image img{height:88px}.product-main-media-bundle{aspect-ratio:auto;min-height:440px;padding:16px}.product-main-media-bundle .routine-bundle-image{min-height:132px}.product-main-media-bundle .routine-bundle-image img{height:132px;padding:12px}.routine-bundle-image-banner img,.product-main-media-bundle .routine-bundle-image-banner img{width:100%;height:auto;max-height:360px;object-fit:contain}.product-main-media-bundle .routine-bundle-image span{font-size:11px}body.scroll-reveal-ready [data-scroll-reveal][data-scroll-reveal-complete=true]:is(.hero-video-card,.category-card,.category-products a,.product-card,.product-media-panel,.product-info-panel,.product-purchase-panel,.product-detail-panel,.routine-pairing-card,.routine-product-link,.routine-card,.free-shipping-grid article,.ultimate-routine-banner,.ultimate-routine-item,.education-card,.education-detail,.retail-province,.retail-location-grid article,.authority-card,.source-testimonial-card,.testimonial-card,.trust-points div,.need-grid a,.proof-grid div,.video-intro-card,.retail-locations-card,.cart-line,.cart-summary,.empty-state,.routine-detail-card){transition:transform var(--motion-duration) var(--motion-ease),box-shadow var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease)}body.scroll-reveal-ready [data-scroll-reveal]{transition:opacity var(--motion-reveal-duration) ease,transform var(--motion-reveal-duration) var(--motion-ease),box-shadow var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease)}@media(prefers-reduced-motion:reduce){.hero-video-card,.category-card,.category-products a,.product-card,.product-media-panel,.product-info-panel,.product-purchase-panel,.product-detail-panel,.routine-pairing-card,.routine-product-link,.routine-card,.free-shipping-grid article,.ultimate-routine-banner,.ultimate-routine-item,.education-card,.education-detail,.retail-province,.retail-location-grid article,.authority-card,.source-testimonial-card,.testimonial-card,.trust-points div,.need-grid a,.proof-grid div,.video-intro-card,.retail-locations-card,.cart-line,.cart-summary,.empty-state,.routine-detail-links .routine-detail-card,.hero-video-card:after,.category-card:after,.category-products a:after,.product-card:after,.product-media-panel:after,.product-info-panel:after,.product-purchase-panel:after,.product-detail-panel:after,.routine-pairing-card:after,.routine-product-link:after,.routine-card:after,.free-shipping-grid article:after,.ultimate-routine-banner:after,.ultimate-routine-item:after,.education-card:after,.education-detail:after,.retail-province:after,.retail-location-grid article:after,.authority-card:after,.source-testimonial-card:after,.testimonial-card:after,.trust-points div:after,.need-grid a:after,.proof-grid div:after,.video-intro-card:after,.retail-locations-card:after,.cart-line:after,.cart-summary:after,.empty-state:after,.routine-detail-links .routine-detail-card:after{animation:none!important;transition:none!important}}.routine-pairing-band,.free-shipping-routines{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 12% 14%,rgba(242,199,92,.24),transparent 250px),radial-gradient(circle at 88% 18%,rgba(31,103,101,.2),transparent 310px),linear-gradient(180deg,#e8f3ef,#f7fbf9 54%,#eaf4f0);border-top:1px solid rgba(31,103,101,.22);border-bottom:1px solid rgba(31,103,101,.2)}.routine-pairing-band:before,.free-shipping-routines:before{content:"";position:absolute;inset:0 0 auto;z-index:-1;height:7px;background:linear-gradient(90deg,var(--green),var(--green-2) 46%,var(--gold) 78%,var(--coral))}.routine-pairing-band:after,.free-shipping-routines:after{content:"";position:absolute;top:7px;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(112deg,transparent 0 42%,rgba(255,255,255,.3) 48%,transparent 56%),radial-gradient(circle at 18% 92%,rgba(223,122,118,.1),transparent 280px);background-size:180% 100%,auto;opacity:.7;animation:bandSheen 12s ease-in-out infinite alternate}.routine-pairing-band>.page-width,.free-shipping-routines>.page-width{position:relative;z-index:1}.routine-pairing-band .section-heading,.free-shipping-routines .section-heading{padding-bottom:18px;border-bottom:1px solid rgba(31,103,101,.2)}.routine-pairing-grid,.free-shipping-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:22px}.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{grid-column:auto;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;height:100%;min-height:100%;padding:0;border:1px solid rgba(31,103,101,.16);border-radius:8px;background:var(--white);box-shadow:0 10px 26px #12373514;cursor:pointer;transition:transform .19s ease,box-shadow .19s ease,border-color .19s ease}.routine-pairing-card:before,.free-shipping-grid article:before,.routine-card:before{content:"";position:absolute;inset:0 0 auto;z-index:2;height:4px;background:linear-gradient(90deg,var(--green),var(--green-2),var(--gold),var(--coral));opacity:.88}.routine-pairing-card:hover,.routine-pairing-card:focus-within,.free-shipping-grid article:hover,.free-shipping-grid article:focus-within{transform:translateY(-5px);border-color:#1f67655c;box-shadow:0 20px 46px #12373529}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide{order:1;grid-column:auto;grid-row:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-width:0;min-height:218px;margin:0;padding:14px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 74% 18%,rgba(242,199,92,.13),transparent 34%),radial-gradient(circle at 18% 85%,rgba(31,103,101,.13),transparent 38%),#fff}.free-shipping-products:has(.routine-product-link:only-child){grid-template-columns:1fr}.routine-product-link,.free-shipping-products .routine-product-link{display:grid;grid-template-rows:102px minmax(34px,auto);gap:7px;align-items:stretch;min-height:148px;padding:7px;border:1px solid rgba(31,103,101,.16);border-radius:8px;background:#f8fbfae6;color:var(--ink);font-size:11px;font-weight:900;line-height:1.16;text-decoration:none;transition:transform .19s ease,box-shadow .19s ease,border-color .19s ease}.routine-product-link img,.free-shipping-products .routine-product-link img{width:100%;height:100%;min-height:0;padding:6px;object-fit:contain;object-position:center;border:0;border-radius:7px;background:transparent}.routine-product-link span{overflow:hidden;display:-webkit-box;color:var(--ink);font-size:10.5px;font-weight:900;line-height:1.16;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2}.routine-discount-badge,.free-shipping-grid .shipping-badge{order:2;width:fit-content;margin:18px 18px 0;padding:6px 10px;border:1px solid rgba(215,25,32,.22);border-radius:6px;background:#d7192014;color:var(--logo-red);font-size:13px;font-weight:950;line-height:1;letter-spacing:0}.routine-pairing-card h3,.free-shipping-grid article h3{order:3;min-height:56px;margin:8px 18px 0;color:var(--green);font-size:23px;line-height:1.12}.routine-product-list,.free-shipping-grid article>p:not(.routine-total){order:4;flex:1;margin:10px 18px 0;color:var(--muted);font-size:14px;font-weight:750;line-height:1.36}.routine-product-list{display:grid;gap:6px;padding-left:18px}.routine-total,.free-shipping-grid article .routine-total{order:5;display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:16px 18px 0;padding-top:12px;border-top:1px solid rgba(31,103,101,.14)}.routine-total s,.routine-total span,.free-shipping-grid article .routine-total span{color:var(--muted);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.routine-total strong,.free-shipping-grid article .routine-total strong{color:var(--green);font-size:22px;font-weight:950}.routine-cta,.free-shipping-cta,.routine-card-cta{order:6;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:38px;margin:14px 18px 18px;padding:0 13px;border:1px solid rgba(31,103,101,.24);border-radius:999px;background:#1f676514;color:var(--green);font-weight:900;text-decoration:none;transition:transform .17s ease,background .17s ease,color .17s ease,border-color .17s ease}.routine-cta:after,.free-shipping-cta:after,.routine-card-cta:after{content:">";margin-left:8px;transition:transform .17s ease}.routine-pairing-card:hover .routine-cta,.routine-pairing-card:focus-within .routine-cta,.free-shipping-grid article:hover .free-shipping-cta,.free-shipping-grid article:focus-within .free-shipping-cta,.routine-card:hover .routine-card-cta,.routine-card:focus-within .routine-card-cta{background:var(--green);border-color:var(--green);color:var(--white)}.routine-pairing-card:hover .routine-cta:after,.routine-pairing-card:focus-within .routine-cta:after,.free-shipping-grid article:hover .free-shipping-cta:after,.free-shipping-grid article:focus-within .free-shipping-cta:after,.routine-card:hover .routine-card-cta:after,.routine-card:focus-within .routine-card-cta:after{transform:translate(3px)}.routine-pairing-card .card-fill-link,.free-shipping-grid article .card-fill-link,.routine-card .routine-card-fill-link{z-index:30}.routine-pairing-card>:not(.card-fill-link),.free-shipping-grid article>:not(.card-fill-link),.routine-card>:not(.routine-card-fill-link){pointer-events:none}.routine-card{cursor:pointer}.routine-card .routine-card-cta{width:auto;min-height:38px;margin:0;padding:0 13px}@media(max-width:1100px){.routine-pairing-grid,.free-shipping-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.routine-pairing-grid,.free-shipping-grid{grid-template-columns:1fr}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;padding:12px}.free-shipping-products:has(.routine-product-link:only-child){grid-template-columns:1fr}.routine-product-link,.free-shipping-products .routine-product-link{grid-template-rows:112px minmax(34px,auto);min-height:154px}.routine-pairing-card h3,.free-shipping-grid article h3{min-height:0}}@media(prefers-reduced-motion:reduce){.routine-pairing-band:after,.free-shipping-routines:after,.routine-pairing-card,.free-shipping-grid article,.routine-product-link,.routine-cta,.free-shipping-cta,.routine-card-cta{animation:none!important;transition:none!important}}.routine-pairing-grid,.free-shipping-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);grid-template-rows:auto auto minmax(0,1fr) auto auto;gap:12px 18px;align-items:start;padding:22px}.routine-pairing-card-featured,.free-shipping-card-wide{grid-column:1 / -1;grid-template-columns:minmax(260px,.52fr) minmax(0,1.48fr)}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide{grid-column:2;grid-row:1 / 6;order:initial;align-self:stretch;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));min-height:100%;margin:0;padding:10px;border:1px solid rgba(31,103,101,.14);border-radius:8px}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.routine-discount-badge,.free-shipping-grid .shipping-badge{grid-column:1;grid-row:1;order:initial;margin:0}.routine-pairing-card h3,.free-shipping-grid article h3{grid-column:1;grid-row:2;order:initial;min-height:0;margin:0}.routine-product-list,.free-shipping-grid article>p:not(.routine-total){grid-column:1;grid-row:3;order:initial;flex:initial;margin:0}.routine-total,.free-shipping-grid article .routine-total{grid-column:1;grid-row:4;order:initial;margin:0}.routine-cta,.free-shipping-cta{grid-column:1;grid-row:5;order:initial;margin:0}.routine-product-link,.free-shipping-products .routine-product-link{grid-template-rows:minmax(96px,1fr) minmax(32px,auto);min-height:142px}@media(max-width:1100px){.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{grid-template-columns:minmax(190px,.9fr) minmax(0,1.1fr)}}@media(max-width:720px){.routine-pairing-grid,.free-shipping-grid{grid-template-columns:1fr}.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{grid-template-columns:1fr}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide,.routine-discount-badge,.free-shipping-grid .shipping-badge,.routine-pairing-card h3,.free-shipping-grid article h3,.routine-product-list,.free-shipping-grid article>p:not(.routine-total),.routine-total,.free-shipping-grid article .routine-total,.routine-cta,.free-shipping-cta{grid-column:1;grid-row:auto}}@keyframes cnsCardBorderFlow{0%{background-position:0% 50%}to{background-position:240% 50%}}.routine-pairing-band,.free-shipping-routines{padding-block:clamp(68px,7vw,96px)}.routine-pairing-band .section-heading,.free-shipping-routines .section-heading{width:min(100%,1120px);margin-inline:auto;margin-bottom:clamp(26px,3vw,34px);padding-bottom:20px}.routine-pairing-band .section-note,.free-shipping-routines .section-note{max-width:760px}.routine-pairing-grid,.free-shipping-grid{width:min(100%,1120px);margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,2.4vw,30px);align-items:stretch}.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{display:grid;grid-template-columns:minmax(210px,.86fr) minmax(0,1.14fr);grid-template-rows:auto auto minmax(112px,1fr) auto auto;gap:14px clamp(20px,2vw,28px);align-items:stretch;min-width:0;min-height:340px;padding:clamp(22px,2vw,28px);border:1px solid rgba(31,103,101,.2);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#fafdfbf0),var(--white)}.routine-pairing-card-featured,.free-shipping-card-wide{grid-column:1 / -1;grid-template-columns:minmax(260px,.56fr) minmax(0,1.44fr);min-height:300px}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide{grid-column:2;grid-row:1 / 6;display:grid;align-self:stretch;align-items:center;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;min-height:100%;margin:0;padding:14px;border:1px solid rgba(31,103,101,.16);border-radius:8px;background:radial-gradient(circle at 78% 14%,rgba(242,199,92,.16),transparent 130px),radial-gradient(circle at 16% 88%,rgba(31,103,101,.12),transparent 150px),#ffffffe0}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(4,minmax(92px,1fr))}.free-shipping-products:has(.routine-product-link:only-child){grid-template-columns:minmax(0,1fr)}.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{min-height:clamp(190px,18vw,250px)}.routine-product-link,.free-shipping-products .routine-product-link{display:grid;place-items:center;grid-template-rows:minmax(0,1fr);aspect-ratio:1 / 1;min-height:0;padding:9px;border-color:#1f67652e;background:#ffffffd1}.routine-product-link img,.free-shipping-products .routine-product-link img{width:100%;height:100%;padding:7px;object-fit:contain;object-position:center}.routine-pairing-products .routine-product-link span,.free-shipping-products .routine-product-link span{display:none}.routine-product-link span{font-size:10.5px;line-height:1.14}.routine-discount-badge,.free-shipping-grid .shipping-badge{grid-column:1;grid-row:1;align-self:start;margin:0;padding:6px 9px;font-size:11px;line-height:1}.routine-pairing-card h3,.free-shipping-grid article h3{grid-column:1;grid-row:2;align-self:start;margin:0;font-size:clamp(21px,1.7vw,26px);line-height:1.08}.routine-product-list,.free-shipping-grid article>p:not(.routine-total){grid-column:1;grid-row:3;align-self:start;margin:0;font-size:14px;line-height:1.42}.routine-total,.free-shipping-grid article .routine-total{grid-column:1;grid-row:4;align-self:end;margin:0;padding-top:14px}.routine-cta,.free-shipping-cta{grid-column:1;grid-row:5;align-self:end;margin:0}.routine-pairing-card,.free-shipping-grid article,.routine-card,.product-card,.category-card,.category-products a,.authority-card,.source-testimonial-card,.testimonial-card,.education-card,.education-detail,.retail-province,.retail-location-grid article,.ultimate-routine-banner,.ultimate-routine-item,.need-grid a,.proof-grid div,.trust-points div,.video-intro-card,.retail-locations-card,.cart-line,.cart-summary,.empty-state,.routine-detail-links .routine-detail-card{border-color:transparent}.routine-pairing-card:before,.free-shipping-grid article:before,.routine-card:before,.product-card:before,.category-card:before,.category-products a:before,.authority-card:before,.source-testimonial-card:before,.testimonial-card:before,.education-card:before,.education-detail:before,.retail-province:before,.retail-location-grid article:before,.ultimate-routine-banner:before,.ultimate-routine-item:before,.need-grid a:before,.proof-grid div:before,.trust-points div:before,.video-intro-card:before,.retail-locations-card:before,.cart-line:before,.cart-summary:before,.empty-state:before,.routine-detail-links .routine-detail-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;width:auto;height:auto;padding:2px;border-radius:inherit;background:linear-gradient(120deg,#d71920,#f5c542,#1f6765,#f5c542,#d71920);background-size:240% 100%;opacity:.88;pointer-events:none;transform:none;animation:cnsCardBorderFlow 7s linear infinite;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.routine-pairing-card:hover:before,.routine-pairing-card:focus-within:before,.free-shipping-grid article:hover:before,.free-shipping-grid article:focus-within:before,.routine-card:hover:before,.routine-card:focus-within:before,.product-card:hover:before,.product-card:focus-within:before,.category-card:hover:before,.category-card:focus-within:before,.category-products a:hover:before,.category-products a:focus-visible:before,.authority-card:hover:before,.authority-card:focus-visible:before,.source-testimonial-card:hover:before,.source-testimonial-card:focus-within:before,.testimonial-card:hover:before,.testimonial-card:focus-within:before,.education-card:hover:before,.education-card:focus-within:before,.education-detail:hover:before,.education-detail:focus-within:before,.retail-province:hover:before,.retail-province:focus-within:before,.retail-location-grid article:hover:before,.retail-location-grid article:focus-within:before,.ultimate-routine-banner:hover:before,.ultimate-routine-banner:focus-visible:before,.ultimate-routine-item:hover:before,.ultimate-routine-item:focus-visible:before,.need-grid a:hover:before,.need-grid a:focus-visible:before,.proof-grid div:hover:before,.trust-points div:hover:before,.video-intro-card:hover:before,.video-intro-card:focus-within:before,.retail-locations-card:hover:before,.retail-locations-card:focus-within:before,.cart-line:hover:before,.cart-line:focus-within:before,.cart-summary:hover:before,.empty-state:hover:before,.routine-detail-links .routine-detail-card:hover:before,.routine-detail-links .routine-detail-card:focus-visible:before{opacity:1;transform:none;animation-duration:3.6s}.routine-pairing-card .card-fill-link,.free-shipping-grid article .card-fill-link,.routine-card .routine-card-fill-link,.product-card .product-card-fill-link{z-index:30}@media(max-width:1180px){.routine-pairing-grid,.free-shipping-grid{grid-template-columns:1fr;width:min(100%,860px)}.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);min-height:300px}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(4,minmax(108px,1fr))}}@media(max-width:900px){.routine-pairing-grid,.free-shipping-grid{grid-template-columns:1fr}.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{grid-template-columns:minmax(220px,.74fr) minmax(0,1.26fr);min-height:0}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.routine-pairing-band,.free-shipping-routines{padding-block:52px}.routine-pairing-band .section-heading,.free-shipping-routines .section-heading{margin-bottom:22px}.routine-pairing-card,.routine-pairing-card-featured,.free-shipping-grid article,.free-shipping-card-wide{grid-template-columns:1fr;grid-template-rows:auto;gap:13px;padding:20px}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide,.routine-discount-badge,.free-shipping-grid .shipping-badge,.routine-pairing-card h3,.free-shipping-grid article h3,.routine-product-list,.free-shipping-grid article>p:not(.routine-total),.routine-total,.free-shipping-grid article .routine-total,.routine-cta,.free-shipping-cta{grid-column:1;grid-row:auto}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0}.free-shipping-products:has(.routine-product-link:only-child){grid-template-columns:minmax(0,1fr)}.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{min-height:210px}}@media(prefers-reduced-motion:reduce){.routine-pairing-card:before,.free-shipping-grid article:before,.routine-card:before,.product-card:before,.category-card:before,.category-products a:before,.authority-card:before,.source-testimonial-card:before,.testimonial-card:before,.education-card:before,.education-detail:before,.retail-province:before,.retail-location-grid article:before,.ultimate-routine-banner:before,.ultimate-routine-item:before,.need-grid a:before,.proof-grid div:before,.trust-points div:before,.video-intro-card:before,.retail-locations-card:before,.cart-line:before,.cart-summary:before,.empty-state:before,.routine-detail-links .routine-detail-card:before{animation:none!important}}.routine-pairing-grid,.free-shipping-grid{width:min(100%,1120px);grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.routine-pairing-card,.free-shipping-grid article{grid-template-columns:minmax(180px,.78fr) minmax(230px,1fr);grid-template-rows:auto auto minmax(128px,1fr) auto auto;gap:12px 18px;min-height:330px;padding:22px;align-items:stretch}.routine-pairing-card-featured,.free-shipping-card-wide{grid-column:1 / -1;grid-template-columns:minmax(230px,.45fr) minmax(0,1.55fr);min-height:315px}.routine-pairing-products,.free-shipping-products{grid-column:2;grid-row:1 / 6;align-self:stretch;display:grid;grid-template-columns:repeat(2,minmax(104px,1fr));gap:12px;min-width:0;min-height:0;margin:0;padding:10px;align-content:start}.routine-pairing-card-featured .routine-pairing-products{grid-template-columns:repeat(3,minmax(135px,1fr))}.free-shipping-products-wide{grid-template-columns:repeat(4,minmax(112px,1fr))}.free-shipping-products:has(.routine-product-link:only-child){grid-template-columns:minmax(150px,1fr);align-content:center}.routine-product-link,.free-shipping-products .routine-product-link,.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{display:grid;grid-template-rows:108px minmax(30px,auto);gap:7px;align-items:stretch;aspect-ratio:auto;min-width:0;min-height:148px;padding:7px;border:1px solid rgba(31,103,101,.18);border-radius:8px;background:#ffffffe6;box-shadow:0 8px 18px #1237350f}.routine-product-link img,.free-shipping-products .routine-product-link img{display:block;width:100%;height:108px;min-height:0;padding:6px;object-fit:contain;object-position:center;border:1px solid rgba(31,103,101,.08);border-radius:7px;background:#f8fbfa}.routine-pairing-products .routine-product-link span,.free-shipping-products .routine-product-link span,.routine-product-link span{overflow:hidden;display:-webkit-box;color:var(--ink);font-size:9px;font-weight:950;line-height:1.12;text-align:center;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:3}.routine-discount-badge,.free-shipping-grid .shipping-badge{padding:8px 11px;border-color:#d7192047;border-radius:6px;background:#d7192014;color:var(--logo-red);font-size:clamp(18px,1.9vw,28px);font-weight:950;line-height:.95}.routine-pairing-card h3,.free-shipping-grid article h3{font-size:clamp(19px,1.6vw,23px);line-height:1.08}.routine-product-list,.free-shipping-grid article>p:not(.routine-total){font-size:13px;line-height:1.38}.routine-total,.free-shipping-grid article .routine-total{align-items:baseline;padding-top:12px}.routine-total strong,.free-shipping-grid article .routine-total strong{font-size:clamp(19px,1.7vw,24px)}.routine-cta,.free-shipping-cta{min-height:34px;padding:0 12px;font-size:13px}@media(max-width:1080px){.routine-pairing-grid,.free-shipping-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,940px);gap:22px}.routine-pairing-card,.free-shipping-grid article,.routine-pairing-card-featured,.free-shipping-card-wide{grid-template-columns:minmax(145px,.66fr) minmax(0,1.34fr);gap:11px 14px;min-height:306px;padding:18px}.routine-pairing-card-featured,.free-shipping-card-wide{grid-column:1 / -1;grid-template-columns:minmax(210px,.44fr) minmax(0,1.56fr)}.routine-pairing-products,.free-shipping-products{grid-template-columns:repeat(2,minmax(82px,1fr));gap:9px;padding:8px}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(4,minmax(92px,1fr))}.routine-pairing-card-featured .routine-pairing-products{grid-template-columns:repeat(3,minmax(112px,1fr))}.routine-product-link,.free-shipping-products .routine-product-link,.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{grid-template-rows:92px minmax(28px,auto);gap:6px;min-height:130px;padding:6px}.routine-product-link img,.free-shipping-products .routine-product-link img{height:92px;padding:5px}.routine-pairing-products .routine-product-link span,.free-shipping-products .routine-product-link span,.routine-product-link span{font-size:8px;line-height:1.1}.routine-discount-badge,.free-shipping-grid .shipping-badge{font-size:clamp(15px,1.7vw,22px)}.routine-pairing-card h3,.free-shipping-grid article h3{font-size:clamp(17px,1.5vw,21px)}.routine-product-list,.free-shipping-grid article>p:not(.routine-total){font-size:12px}}@media(max-width:760px){.routine-pairing-grid,.free-shipping-grid{grid-template-columns:1fr;width:min(100%,560px)}.routine-pairing-card,.free-shipping-grid article,.routine-pairing-card-featured,.free-shipping-card-wide{grid-template-columns:minmax(190px,.58fr) minmax(0,1.42fr)}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(3,minmax(118px,1fr))}}@media(max-width:720px){.routine-pairing-grid,.free-shipping-grid{width:min(100%,520px)}.routine-pairing-card,.free-shipping-grid article,.routine-pairing-card-featured,.free-shipping-card-wide{grid-template-columns:1fr;grid-template-rows:auto;padding:20px}.routine-pairing-products,.free-shipping-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide,.routine-discount-badge,.free-shipping-grid .shipping-badge,.routine-pairing-card h3,.free-shipping-grid article h3,.routine-product-list,.free-shipping-grid article>p:not(.routine-total),.routine-total,.free-shipping-grid article .routine-total,.routine-cta,.free-shipping-cta{grid-column:1;grid-row:auto}.routine-pairing-products,.free-shipping-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:440px){.routine-pairing-products,.free-shipping-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:1fr}}.routine-pairing-grid,.free-shipping-grid{grid-auto-rows:auto;align-items:stretch}.routine-pairing-card,.free-shipping-grid article{grid-template-rows:auto auto minmax(92px,auto) auto auto;min-height:0}.routine-pairing-products,.free-shipping-products{align-content:stretch;align-items:stretch;grid-auto-rows:minmax(128px,1fr)}.routine-product-link,.free-shipping-products .routine-product-link,.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{height:100%}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child),.free-shipping-products:has(.routine-product-link:nth-child(3):last-child){grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:repeat(2,minmax(126px,1fr))}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child,.free-shipping-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child{grid-row:1 / span 2}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child,.free-shipping-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child,.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{grid-template-rows:minmax(184px,1fr) minmax(30px,auto)}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child img,.free-shipping-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child img,.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link img{height:100%;min-height:184px}.free-shipping-products:has(.routine-product-link:only-child){grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(100%,1fr);align-content:stretch}.routine-pairing-card-featured,.free-shipping-card-wide{min-height:0}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{align-content:stretch;grid-auto-rows:minmax(138px,1fr)}.free-shipping-products-wide{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1080px){.routine-pairing-products,.free-shipping-products{grid-auto-rows:minmax(118px,1fr)}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child),.free-shipping-products:has(.routine-product-link:nth-child(3):last-child){grid-template-rows:repeat(2,minmax(118px,1fr))}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child,.free-shipping-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child,.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{grid-template-rows:minmax(166px,1fr) minmax(28px,auto)}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child img,.free-shipping-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child img,.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link img{min-height:166px}}@media(max-width:760px){.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child),.free-shipping-products:has(.routine-product-link:nth-child(3):last-child),.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.routine-pairing-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child,.free-shipping-products:has(.routine-product-link:nth-child(3):last-child) .routine-product-link:first-child{grid-row:auto}}.routine-pairing-products,.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products,.free-shipping-products-wide{align-self:start;min-height:0;padding:0;border:0;background:transparent;box-shadow:none}.routine-pairing-card,.free-shipping-grid article{grid-template-rows:auto auto minmax(70px,1fr) auto auto}.routine-pairing-card-featured,.free-shipping-card-wide{grid-template-rows:auto auto minmax(70px,1fr) auto auto}.routine-pairing-card-featured .routine-pairing-products,.free-shipping-products-wide{align-self:stretch;align-content:start}.free-shipping-products:has(.routine-product-link:only-child){align-self:stretch;align-content:stretch}.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link{align-self:stretch;min-height:100%}.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link img{min-height:210px}.routine-product-link,.free-shipping-products .routine-product-link{background:radial-gradient(circle at 80% 12%,rgba(242,199,92,.14),transparent 90px),#fffffff2}@media(max-width:1080px){.routine-pairing-card,.free-shipping-grid article{grid-template-rows:auto auto minmax(58px,1fr) auto auto}.free-shipping-products:has(.routine-product-link:only-child) .routine-product-link img{min-height:188px}}.free-shipping-grid>.free-shipping-card-wide{grid-column:1 / -1;grid-template-columns:minmax(230px,.45fr) minmax(0,1.55fr)}.free-shipping-card-wide>.free-shipping-products-wide{grid-column:2;grid-row:1 / span 5;align-self:stretch;align-content:start;grid-template-columns:repeat(4,minmax(130px,1fr))}.free-shipping-card-wide>.free-shipping-products-wide .routine-product-link{min-height:168px;grid-template-rows:minmax(112px,1fr) minmax(32px,auto)}.free-shipping-card-wide>.free-shipping-products-wide .routine-product-link img{height:100%;min-height:112px}@media(max-width:1080px){.free-shipping-grid>.free-shipping-card-wide{grid-template-columns:minmax(210px,.44fr) minmax(0,1.56fr)}.free-shipping-card-wide>.free-shipping-products-wide{grid-template-columns:repeat(4,minmax(92px,1fr))}}@media(max-width:760px){.free-shipping-card-wide>.free-shipping-products-wide{grid-template-columns:repeat(3,minmax(112px,1fr))}}@media(max-width:720px){.free-shipping-card-wide>.free-shipping-products-wide{grid-column:1;grid-row:auto;grid-template-columns:repeat(2,minmax(0,1fr))}}.routine-pairing-card-featured>.routine-pairing-products{grid-column:2;grid-row:1 / span 5;align-self:stretch;align-content:start;grid-template-columns:repeat(4,minmax(130px,1fr))}.routine-pairing-card-featured>.routine-pairing-products .routine-product-link{min-height:168px;grid-template-rows:minmax(112px,1fr) minmax(32px,auto)}.routine-pairing-card-featured>.routine-pairing-products .routine-product-link img{height:100%;min-height:112px}@media(max-width:1080px){.routine-pairing-card-featured>.routine-pairing-products{grid-template-columns:repeat(4,minmax(92px,1fr))}}@media(max-width:760px){.routine-pairing-card-featured>.routine-pairing-products{grid-template-columns:repeat(3,minmax(112px,1fr))}}@media(max-width:720px){.routine-pairing-card-featured>.routine-pairing-products{grid-column:1;grid-row:auto;grid-template-columns:repeat(2,minmax(0,1fr))}}.routine-pairing-card .routine-total{display:grid;grid-template-columns:minmax(54px,max-content) minmax(94px,max-content);column-gap:14px;align-items:end}.routine-pairing-card .routine-total s,.routine-pairing-card .routine-total strong{white-space:nowrap}.routine-pairing-card .routine-total strong{display:block;min-width:94px;text-align:right}.free-shipping-grid article .routine-total{display:grid;grid-template-columns:minmax(52px,max-content) minmax(92px,max-content);column-gap:14px;align-items:end}.free-shipping-grid article .routine-total strong{display:block;min-width:92px;white-space:nowrap;text-align:right}.free-shipping-grid article .routine-total span{min-width:0}.free-shipping-products .routine-product-link span,.free-shipping-card-wide>.free-shipping-products-wide .routine-product-link span{font-size:clamp(10px,.72vw,12px);line-height:1.16;-webkit-line-clamp:3}.free-shipping-card-wide>.free-shipping-products-wide .routine-product-link span{font-size:clamp(10.5px,.8vw,12.5px)}@media(max-width:1080px){.routine-pairing-card .routine-total{grid-template-columns:minmax(46px,max-content) minmax(84px,max-content);column-gap:10px}.routine-pairing-card .routine-total strong{min-width:84px;font-size:clamp(18px,1.55vw,22px)}.free-shipping-grid article .routine-total{grid-template-columns:minmax(46px,max-content) minmax(78px,max-content);column-gap:10px}.free-shipping-grid article .routine-total strong{min-width:78px;font-size:clamp(18px,1.55vw,22px)}.free-shipping-products .routine-product-link span,.free-shipping-card-wide>.free-shipping-products-wide .routine-product-link span{font-size:clamp(10px,.95vw,11px)}.free-shipping-card-wide>.free-shipping-products-wide .routine-product-link span{font-size:clamp(10.5px,1vw,11.5px)}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
