:root{
  --green:#17a9c9;
  --green-dark:#0877b8;
  --green-deep:#08354f;
  --green-soft:#e7faff;
  --green-pale:#f2fbff;
  --lime:#ff4f9a;
  --yellow:#79dcff;
  --yellow-soft:#eaf8ff;
  --orange:#ff4f9a;
  --orange-soft:#ffe6f1;
  --sky:#eaf6ff;
  --ink:#0a2e4d;
  --text:#37566b;
  --muted:#6f8799;
  --line:#d3ecf7;
  --bg:#ffffff;
  --paper:#f8fcff;
  --white:#ffffff;
  --shadow:0 16px 42px rgba(7,52,82,.10);
  --shadow-soft:0 10px 24px rgba(7,52,82,.07);
  --shadow-hover:0 22px 54px rgba(7,52,82,.14);
  --radius:28px;
  --radius-sm:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:#000000;
    font-family:'Google Sans',Arial,sans-serif;
    font-size:18.5px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1220px,94vw);margin:0 auto}
::selection{background:var(--yellow);color:var(--green-deep)}

/* header */
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(211,236,247,.95);backdrop-filter:blur(18px);box-shadow:0 6px 24px rgba(7,52,82,.04)}
.nav-wrap{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.brand{display:flex;align-items:center;min-width:200px}
.brand img{height:52px;width:auto}
.nav-menu{display:flex;align-items:center;justify-content:center;gap:8px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:var(--shadow-soft)}
.nav-menu a{display:inline-flex;align-items:center;min-height:40px;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:900;color:#31546a;transition:.18s ease}
.nav-menu a:hover{background:var(--green-soft);color:var(--green-dark);transform:translateY(-1px)}
.nav-actions{display:flex;align-items:center;gap:10px}
.nav-link{font-size:14px;font-weight:900;color:#31546a}
.nav-link:hover{color:var(--green-dark)}

/* buttons and forms */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:12px 20px;border:1px solid transparent;border-radius:999px;background:#fff;color:var(--ink);font:inherit;font-size:14px;font-weight:900;line-height:1;cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.btn-primary,.btn-accent,.btn.primary{background:linear-gradient(135deg,var(--green),#35c6f4);border-color:rgba(23,169,201,.18);color:#fff;box-shadow:0 12px 30px rgba(23,169,201,.22)}
.btn-primary:hover,.btn-accent:hover,.btn.primary:hover{background:linear-gradient(135deg,var(--green-dark),var(--green));box-shadow:0 18px 42px rgba(23,169,201,.28)}
.btn-dark{background:#073452;border-color:#073452;color:#fff}
.btn-dark:hover{background:#05263d}
.btn-outline{background:#fff;border-color:var(--line);color:#123a58}
.btn-light{background:linear-gradient(180deg,#f5fbff 0%,#e7f7ff 100%);border-color:#cde8f6;color:#0b3f62!important;box-shadow:0 10px 24px rgba(7,52,82,.06)}
.btn-outline:hover{background:var(--green-pale);border-color:#bfe4f3;color:var(--green-dark)}
.btn-light:hover{background:linear-gradient(180deg,#ffffff 0%,#f2fbff 100%);border-color:#b8dff1;color:#0877b8}
input,select,textarea{width:100%;min-height:50px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);font:inherit;padding:12px 16px;outline:none;transition:.18s ease}
input:focus,select:focus,textarea:focus{border-color:#65c9f3;box-shadow:0 0 0 5px rgba(23,169,201,.11)}

/* common headings */
.eyebrow,.section-kicker,.kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:8px 12px;border:1px solid rgba(23,169,201,.12);border-radius:999px;background:#e7f7ff;color:var(--green-dark);font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.1em}
.eyebrow:before,.section-kicker:before,.kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(23,169,201,.1)}
.section{padding:34px 0}
.section h2,.category-cover h1,.item-cover h1,.page-hero h1,.content-card h2,.article h2{margin:35px 0 20px 0;color:var(--ink);
    
font-family:'Google Sans',Arial,sans-serif;
    
font-weight:800;font-size: clamp(28px, 3.5vw, 44px);
    line-height:1.04;letter-spacing:-.045em}
.section h3{margin:40px 0 9px 0;color:var(--ink);font-size:22px;line-height:1.18;letter-spacing:-.025em}
.hero h1{margin:0;color:var(--ink);font-family:Sora,Manrope,sans-serif;font-weight:800;font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.055em;max-width:920px}
.hero h1 .accent-word{color:var(--green-dark)}
.hero h1 .paint-word{position:relative;display:inline-block;color:var(--green-deep)}
.hero h1 .paint-word:after{content:"";position:absolute;left:-.06em;right:-.06em;bottom:.08em;height:.28em;background:linear-gradient(90deg,rgba(126,220,255,.8),rgba(255,79,154,.45));border-radius:999px;z-index:-1;transform:rotate(-1.8deg)}
.hero-lead,.category-cover p,.item-cover p,.section-head p,.lead{max-width:760px;color:#000000;font-size:19px;line-height:1.65}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.section-head.center{display:block;text-align:center;max-width:900px;margin:0 auto 34px}
.section-head.center p{margin-left:auto;margin-right:auto}
.section-title.row-title{margin-bottom:24px}
.text-action{color:var(--green-dark);font-weight:900}
.text-action:hover{text-decoration:underline}

/* hero */
.hero{position:relative;padding:34px 0 26px;background:linear-gradient(180deg,#fff 0%,#fff 50%,#f8fcff 100%);overflow:hidden}
.hero:before{content:"";position:absolute;left:0;right:0;top:0;height:420px;background:radial-gradient(circle at 8% 12%,rgba(255,79,154,.24),transparent 24%),radial-gradient(circle at 88% 9%,rgba(126,220,255,.22),transparent 22%),linear-gradient(180deg,rgba(231,250,255,.72),rgba(255,255,255,0));pointer-events:none}
.hero-shell{position:relative;padding:52px;border:1px solid var(--line);border-radius:40px;background:linear-gradient(135deg,#ffffff 0%,#ffffff 62%,#f2fbff 100%);box-shadow:var(--shadow);overflow:hidden}
.hero-shell:before{content:"";position:absolute;inset:16px;border:1px dashed rgba(23,169,201,.16);border-radius:30px;pointer-events:none}
.hero-shell:after{content:"";position:absolute;right:-110px;bottom:-120px;width:360px;height:360px;border-radius:45% 55% 46% 54%;background:linear-gradient(135deg,rgba(126,220,255,.72),rgba(255,255,255,.1) 52%,rgba(23,169,201,.18));animation:organicFloat 8s ease-in-out infinite}
.hero-top{position:relative;z-index:1}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 18px}
.hero-search{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;max-width:690px;margin:18px 0;padding:9px;background:#fff;border:1px solid #d5eaf6;border-radius:24px;box-shadow:0 12px 34px rgba(7,52,82,.07)}
.hero-search input{padding-left:54px;border:0;background:transparent;box-shadow:none}
.hero-search input:focus{box-shadow:none}
.hero-search:before{content:"";position:absolute;left:18px;top:50%;width:18px;height:18px;border-radius:50%;border:3px solid var(--green);transform:translateY(-50%)}
.hero-search:after{content:"";position:absolute;left:34px;top:calc(50% + 8px);width:10px;height:3px;border-radius:999px;background:var(--green);transform:rotate(45deg)}
.trust-row{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.trust-row span{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:999px;color:#536159;font-size:12px;font-weight:900}
.trust-row span:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--green-soft);color:var(--green-dark);font-size:11px}
.hero-story{position:relative;z-index:1;display:grid;grid-template-columns:.95fr 1.05fr;gap:20px;align-items:stretch;margin-top:28px}
.story-copy{display:grid;gap:14px;align-content:start}
.story-note{padding:20px 22px;background:linear-gradient(180deg,#fff,#f7fcff);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft)}
.story-note strong{display:block;margin-bottom:6px;color:var(--ink);font-size:20px;letter-spacing:-.02em}
.story-note p{margin:0;color:var(--muted)}
.ingredient-cloud{display:flex;flex-wrap:wrap;gap:10px;padding:8px 0 0}
.ingredient-cloud span{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid #d5eaf6;box-shadow:var(--shadow-soft);font-weight:900;color:var(--green-deep);animation:floatY 5s ease-in-out infinite}
.ingredient-cloud span:nth-child(2n){background:var(--yellow-soft)}
.ingredient-cloud span:nth-child(3n){background:var(--green-soft)}
.ingredient-cloud span:nth-child(4n){background:var(--orange-soft)}
.formula-preview{padding:24px;background:linear-gradient(135deg,#073452,#0b3f62);color:#fff;border-radius:30px;box-shadow:0 18px 46px rgba(7,52,82,.18);overflow:hidden;position:relative}
.formula-preview:before{content:"";position:absolute;right:-38px;top:-38px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(126,220,255,.44),transparent 65%)}
.formula-preview:after{content:"";position:absolute;left:-42px;bottom:-42px;width:160px;height:160px;border-radius:44% 56% 60% 40%;background:linear-gradient(135deg,rgba(255,79,154,.28),rgba(255,255,255,0))}
.formula-preview-head{position:relative;z-index:1;display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:18px}
.preview-kicker,.preview-tag{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;font-size:11px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.preview-kicker{background:rgba(255,255,255,.1);color:#ff4f9a}
.preview-tag{background:rgba(255,255,255,.12);color:#fff3c0}
.formula-preview-grid{position:relative;z-index:1;display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:center}
.formula-jar{height:184px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#eefaff);display:grid;place-items:center;border:1px solid rgba(255,255,255,.35)}
.formula-jar img{width:84%;height:84%;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.16))}
.formula-copy small{display:block;margin-bottom:7px;color:#ff4f9a;font-size:11px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.formula-copy h3{margin:0 0 8px;color:#fff;font-family:Sora,Manrope,sans-serif;font-size:29px;line-height:1.12;letter-spacing:-.03em}
.formula-copy p{margin:0 0 14px;color:#dbeadf}
.chips,.feature-pills,.card-meta{display:flex;flex-wrap:wrap;gap:8px}
.chips span,.feature-pills span,.card-meta span,.tag,.listing-type,.guide-badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}
.formula-preview .chips span{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.08)}
.hero-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}
.mini-card{padding:18px 18px 17px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);transition:.18s ease}
.mini-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.mini-card b{display:block;margin-bottom:6px;color:var(--ink);font-size:17px;letter-spacing:-.02em}
.mini-card span{display:block;color:var(--muted);font-size:14px}
.mini-ingredients{background:linear-gradient(135deg,#fff,#f2fbff)}
.mini-goals{background:linear-gradient(135deg,#fff,#eaf8ff)}
.mini-food{background:linear-gradient(135deg,#fff,#ffe6f1)}

/* section backgrounds */
.goals-section{background:#fff;border-top:1px solid var(--line)}
.ingredients-section{background:linear-gradient(180deg,#fffef8 0%,#fff 100%)}
.formulas-section{background:#fff}
.guides-section{background:linear-gradient(180deg,#f2fbff 0%,#fff 100%)}
.latest-section{background:linear-gradient(180deg,#fff 0%,#ffffff 100%)}
.why-section{padding-top:18px}

/* cards generic */
.goal-card,.listing-card,.ingredient-tile,.guide-row,.topic-card,.fallback-card,.sidebar-card,.info-card,.cover-panel,.item-summary-card,.content-card,.article,.panel,.faq-grid article,.why-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:none;transition:.18s ease}
.goal-card:hover,.listing-card:hover,.ingredient-tile:hover,.guide-row:hover,.topic-card:hover,.fallback-card:hover,.faq-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:#bfe4f3}

/* goals */
.goal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.goal-card{position:relative;min-height:230px;padding:24px;overflow:hidden}
.goal-card:after{content:"";position:absolute;right:-10px;bottom:-12px;width:120px;height:120px;border-radius:38% 62% 58% 42%;background:linear-gradient(135deg,rgba(231,250,255,.9),rgba(126,220,255,.38));opacity:.95}
.goal-card h3{position:relative;z-index:1;margin-bottom:8px;font-size:24px}
.goal-card p{position:relative;z-index:1;margin:0 0 18px;color:var(--muted)}
.goal-card b{position:relative;z-index:1;color:var(--green-dark);font-weight:900}
.goal-icon{position:relative;z-index:1;display:grid;place-items:center;width:62px;height:62px;margin-bottom:18px;border-radius:20px;background:linear-gradient(135deg,var(--green-soft),#fff);border:1px solid #d4e8d8;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.goal-icon:before,.goal-icon:after{content:"";position:absolute}
.goal-blood-sugar .goal-icon:before{width:26px;height:34px;border-radius:18px 18px 18px 18px/20px 20px 12px 12px;background:linear-gradient(180deg,var(--green),#4fd37f);transform:rotate(25deg)}
.goal-blood-sugar .goal-icon:after{width:8px;height:8px;border-radius:50%;background:var(--yellow);right:14px;top:12px}
.goal-eye-health .goal-icon:before{width:34px;height:20px;border:3px solid var(--green);border-radius:20px/12px;background:#fff}
.goal-eye-health .goal-icon:after{width:10px;height:10px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px rgba(23,169,201,.15)}
.goal-gut-health .goal-icon:before{width:28px;height:36px;border:3px solid var(--green);border-radius:18px;background:#fff}
.goal-gut-health .goal-icon:after{width:14px;height:22px;border:3px solid var(--orange);border-left:0;border-right:0;transform:rotate(20deg)}
.goal-weight-management .goal-icon:before{width:34px;height:22px;border-radius:20px;background:linear-gradient(135deg,var(--yellow),#ffe58c)}
.goal-weight-management .goal-icon:after{width:18px;height:18px;border:3px solid var(--green);border-radius:50%;top:22px}
.goal-sleep .goal-icon:before{width:22px;height:22px;border-radius:50%;background:var(--yellow);left:18px;top:14px}
.goal-sleep .goal-icon:after{width:18px;height:18px;border-radius:50%;background:#fff;left:26px;top:14px}
.goal-joint-health .goal-icon:before{width:14px;height:36px;border-radius:12px;background:linear-gradient(180deg,var(--green),#36bdd6);transform:rotate(35deg);left:26px}
.goal-joint-health .goal-icon:after{width:14px;height:36px;border-radius:12px;background:linear-gradient(180deg,#79dcff,var(--green));transform:rotate(-35deg);right:26px}
.goal-brain-health .goal-icon:before{width:30px;height:26px;border-radius:20px 20px 16px 16px;background:linear-gradient(135deg,var(--green),#35c6f4)}
.goal-brain-health .goal-icon:after{width:6px;height:18px;border-radius:99px;background:#fff;box-shadow:9px 0 0 #fff,-9px 0 0 #fff;top:20px}
.goal-energy .goal-icon:before{width:0;height:0;border-left:11px solid transparent;border-right:9px solid transparent;border-top:24px solid var(--orange);transform:skewX(-15deg);top:16px;left:24px}
.goal-energy .goal-icon:after{width:10px;height:10px;border-radius:50%;background:var(--yellow);right:14px;bottom:14px}
.goal-healthy-aging .goal-icon:before{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--yellow),#fff4b7)}
.goal-healthy-aging .goal-icon:after{width:12px;height:24px;border-radius:12px 12px 0 12px;background:var(--green);transform:rotate(-35deg);left:28px;top:17px}

/* ingredient tiles */
.ingredient-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ingredient-grid.mini{grid-template-columns:repeat(3,1fr)}
.ingredient-tile{position:relative;padding:22px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8fcff 100%)}
.ingredient-tile:before{content:"";position:absolute;right:-10px;top:-10px;width:96px;height:96px;border-radius:40% 60% 42% 58%;background:linear-gradient(135deg,rgba(126,220,255,.45),rgba(231,250,255,.9))}
.ingredient-tile small{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;color:var(--green-dark);font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}
.ingredient-tile h3{position:relative;z-index:1;display:inline-block;margin:0 0 12px;padding:8px 14px;border-radius:16px;background:linear-gradient(135deg,var(--green),#17a9c9);color:#fff;font-family:Sora,Manrope,sans-serif;font-size:23px;line-height:1.1;box-shadow:0 10px 24px rgba(23,169,201,.18)}
.ingredient-tile p{position:relative;z-index:1;margin:0;color:var(--muted)}
.ingredient-tile footer{position:relative;z-index:1;display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid var(--line);padding-top:14px;margin-top:16px;color:var(--muted)}
.ingredient-tile footer b{color:var(--green-dark);font-weight:900}

/* listings */
.listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.listing-card{overflow:hidden}
.listing-card a{height:100%;display:flex;flex-direction:column}
.listing-media{height:210px;background:linear-gradient(135deg,#f2fbff,#fff 52%,#eaf8ff);display:grid;place-items:center;overflow:hidden}
.listing-media img{width:100%;height:100%;object-fit:cover}
.listing-media img[src$=".svg"]{width:58%;height:58%;object-fit:contain}
.listing-body{padding:19px;display:flex;flex-direction:column;gap:10px;flex:1}
.card-meta span{background:#eefaff;color:#08733d}
.card-meta span:nth-child(2){background:#fff5cc;color:#7a5f00}
.chips span{background:#f2f8f3;color:#44534b}
.chips.large span{font-size:13px;padding:8px 11px}
.listing-body p{margin:0;color:var(--muted)}
.listing-body b{margin-top:auto;color:var(--green-dark);font-weight:900}

/* guides / topics */
.guides-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.guide-panel{padding:30px;border-radius:32px;background:linear-gradient(135deg,#fff,#f2fbff);border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.guide-list{display:grid;gap:12px}
.guide-row{display:grid;grid-template-columns:86px 1fr auto;gap:14px;align-items:center;padding:16px 18px;background:#fff}
.guide-row span{font-size:12px;font-weight:1000;color:var(--green-dark)}
.guide-row h3{margin:0;font-size:21px}
.guide-row b{color:var(--green-dark);font-weight:900}
.article-topic-grid,.fallback-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.topic-card,.fallback-card,.faq-grid article{position:relative;padding:23px;overflow:hidden}
.topic-card:before,.fallback-card:before,.faq-grid article:before{content:"";display:block;width:44px;height:44px;margin-bottom:14px;border-radius:16px;background:linear-gradient(135deg,#fff,#e7f7ff);border:1px solid #d5eaf6}
.topic-card:after,.fallback-card:after,.faq-grid article:after{content:"";position:absolute;left:36px;top:38px;width:18px;height:18px;border-radius:50%;background:var(--yellow);box-shadow:14px 6px 0 -5px var(--green)}
.topic-card small{font-size:12px;font-weight:1000;color:var(--green-dark)}
.topic-card p,.fallback-card p,.faq-grid p,.info-card p,.sidebar-card p{color:var(--muted)}

/* why section */
.why-card{padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:28px;background:linear-gradient(135deg,#ffffff,#f2fbff)}
.why-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.why-list span{position:relative;padding:15px 15px 15px 42px;background:#fff;border:1px solid var(--line);border-radius:18px;font-weight:900;color:#30463a}
.why-list span:before{content:"";position:absolute;left:15px;top:17px;width:17px;height:17px;border-radius:50%;background:var(--green);box-shadow:inset 0 0 0 5px #c7f3d7}

/* category / search / content */
.category-cover,.item-cover,.page-hero{position:relative;padding:60px 0;background:linear-gradient(180deg,#fff 0%,#f8fcff 100%);border-bottom:1px solid var(--line);overflow:hidden}
.category-cover:after,.item-cover:after,.page-hero:after{content:"";position:absolute;right:-80px;bottom:-120px;width:320px;height:320px;border-radius:42% 58% 44% 56%;background:linear-gradient(135deg,rgba(126,220,255,.42),rgba(23,169,201,.14))}
.cover-grid,.item-cover-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:center}
.cover-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.cover-panel,.item-summary-card{padding:26px;background:#fff}
.cover-panel ol{padding-left:20px;margin:14px 0 0;color:var(--muted)}
.hub-initials{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;background:var(--green-soft);color:var(--green-dark);font-weight:900;font-size:22px;margin-bottom:16px}
.search-dock{position:sticky;top:82px;z-index:65;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);padding:14px 0}
.search-form{display:grid;grid-template-columns:minmax(0,1fr) 260px auto;gap:10px;align-items:center;padding:8px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 10px 28px rgba(7,52,82,.05)}
.search-form input,.search-form select{border:0;background:#f8fbf8}
.search-form input:focus,.search-form select:focus{box-shadow:none}
.info-layout{display:grid;grid-template-columns:minmax(0,1.25fr) .75fr;gap:18px}
.info-card{padding:28px}
.main-info{background:#fff}
.topic-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.topic-list a,.side-links a{padding:13px 14px;background:#f8fbf8;border:1px solid var(--line);border-radius:16px;font-weight:900;transition:.18s ease}
.topic-list a:hover,.side-links a:hover{background:#fff;border-color:#c5dfcc;color:var(--green-dark);transform:translateY(-1px)}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px}
.content-card,.article,.panel{padding:34px}
.content-card p,.article p{color:#000000;}
.item-image{margin:0 0 24px;border-radius:26px;overflow:hidden;}


.item-image img{
    width:auto;
    max-width:500px;
    height:auto;
    display:block;
    margin:0 auto;
}

.item-info-strip{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:20px}
.item-info-strip span{background:var(--green-soft);color:var(--green-dark);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}
.notice-card{padding:17px 19px;background:#fff8d7;border:1px solid #f0df9e;border-radius:18px;margin:18px 0;color:#5d4c1a}
.embedded-section{margin-top:34px;padding-top:28px;border-top:1px solid var(--line)}
.content-card .embedded-section + .embedded-section{margin-top:48px;padding-top:34px}
.content-card .embedded-section h2{margin-bottom:18px}
.buy-box{background:#eef8dd;border-color:#cfe3bf;border-radius:26px;padding:24px}
.sidebar-card{position:sticky;top:122px;height:max-content;padding:23px}
.side-links{display:grid;gap:9px;margin-top:16px}
.related-product-box{padding:27px;margin-top:28px;background:#fff}
.related-product-grid{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center}
.related-product-img{border-radius:22px;background:#f5f9ed;padding:24px}
.empty-box{padding:38px;text-align:center;border:1px dashed #d7e8db;border-radius:30px;background:#f8fcff}
.pagination-wrap{margin-top:30px;text-align:center}
.pagination-wrap a,.pagination-wrap span{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;margin:3px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:950}

/* tables */
.table-section{padding-top:10px}
.ingredient-table,.article table,.content-card table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:2px solid #d3ecf7;border-radius:28px;overflow:hidden;box-shadow:0 18px 42px rgba(7,52,82,.06)}
.ingredient-table th,.ingredient-table td,.article th,.article td,.content-card th,.content-card td{padding:17px 18px;border-bottom:1px solid #dceff7;text-align:left;vertical-align:top}
.ingredient-table th,.article th,.content-card th{background:linear-gradient(180deg,#ff4f9a 0%,#f5ffca 100%);color:#173224;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.07em}
.ingredient-table tbody tr:nth-child(odd) td,.article tbody tr:nth-child(odd) td,.content-card tbody tr:nth-child(odd) td{background:#fff}
.ingredient-table tbody tr:nth-child(even) td,.article tbody tr:nth-child(even) td,.content-card tbody tr:nth-child(even) td{background:#f8fcff}
.ingredient-table tbody td:first-child,.article tbody td:first-child,.content-card tbody td:first-child{font-weight:900;color:var(--green-dark);background:linear-gradient(180deg,#eefaff,#f8fcff)}
.ingredient-table tr:last-child td,.article tr:last-child td,.content-card tr:last-child td{border-bottom:0}
.ingredient-table a,.article table a,.content-card table a{color:var(--green-dark);font-weight:950}

/* dark sections */
.section-dark{background:linear-gradient(135deg,#073452,#0f6fae);color:#fff}
.section-dark .eyebrow{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:#ff4f9a}
.section-dark .eyebrow:before{background:#ff4f9a;box-shadow:0 0 0 5px rgba(255,79,154,.14)}
.section-dark h2,.section-dark h3,.site-footer h2,.site-footer h4{color:#fff}
.section-dark p,.dark-grid p,.site-footer p,.site-footer a,.site-footer span{color:#d8e6db}
.section-dark .btn-light{background:#fff;color:#0b3f62;border-color:rgba(255,255,255,.18)}
.dark-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}

/* footer */
.site-footer{background:#10251a;color:#fff;padding:54px 0 32px}
.footer-cta{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;padding:34px;border:1px solid rgba(255,255,255,.13);border-radius:34px;background:radial-gradient(circle at 80% 0%,rgba(126,220,255,.13),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));margin-bottom:30px}
.footer-cta img{height:52px;filter:brightness(0) invert(1)}
.footer-cta h2{font-size:clamp(30px,4.2vw,50px);line-height:1.04;letter-spacing:-.045em;max-width:840px;margin:18px 0 10px}
.footer-links{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:24px}
.footer-links h4{margin:0 0 12px;color:#ff4f9a}
.footer-links a:hover{color:#fff}
.mobile-bar{display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:90}
.mobile-bar .btn{width:100%;box-shadow:0 14px 34px rgba(31,143,77,.28)}

/* animations */
@keyframes organicFloat{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(10px,-14px,0) rotate(8deg)}}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* responsive */
@media(max-width:1120px){
  .nav-wrap{grid-template-columns:auto auto}
  .nav-menu{display:none}
  .hero-story,.cover-grid,.item-cover-grid,.info-layout,.guides-layout,.content-layout{grid-template-columns:1fr}
  .goal-grid{grid-template-columns:repeat(2,1fr)}
  .ingredient-grid{grid-template-columns:repeat(3,1fr)}
  .listing-grid{grid-template-columns:repeat(2,1fr)}
  .article-topic-grid,.fallback-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}
  .search-dock{position:static}
  .search-form{grid-template-columns:1fr}
  .sidebar-card{position:static}
  .footer-cta,.footer-links,.why-card{grid-template-columns:1fr}
  .topic-list,.why-list{grid-template-columns:1fr}
  .dark-grid{display:block}
  .dark-grid .btn{margin-top:18px}
}
@media(max-width:760px){
  .wrap{width:100%;padding:0 16px}
  .site-header{position:sticky}
  .nav-wrap{min-height:66px;display:flex;justify-content:space-between;gap:10px}
  .brand{min-width:0}
  .brand img{height:44px}
  .nav-link{display:none}
  .nav-actions .btn{min-height:40px;padding:9px 12px;font-size:12px}
  .hero,.section,.category-cover,.item-cover,.page-hero{padding:20px 0}
  .hero-shell{padding:28px 22px;border-radius:28px}
  .hero-shell:before{inset:10px;border-radius:22px}
  .hero h1{font-size:40px;line-height:1.05}
  .hero-lead,.cover-grid p,.item-cover p,.section-head p{font-size:18px}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
  .hero-search{grid-template-columns:1fr;padding:8px;gap:8px;border-radius:22px}
  .hero-search input{padding-left:14px;background:#f8faf7;border-radius:16px}
  .hero-search:before,.hero-search:after{display:none}
  .hero-search .btn{width:100%}
  .hero-mini-grid,.goal-grid,.ingredient-grid,.ingredient-grid.mini,.listing-grid,.article-topic-grid,.fallback-grid,.faq-grid,.footer-links,.why-list,.topic-list{grid-template-columns:1fr}
  .formula-preview-grid,.related-product-grid{grid-template-columns:1fr}
  .guide-row{grid-template-columns:1fr}
  .section-head{display:block}
  .section h2,.category-cover h1,.item-cover h1,.page-hero h1,.content-card h2,.article h2{font-size:34px}
  .cover-panel,.item-summary-card,.info-card,.content-card,.article,.panel,.footer-cta,.why-card{padding:22px}
  .ingredient-table,.article table,.content-card table{display:block;overflow-x:auto;white-space:nowrap}
  .mobile-bar{display:block}
}

/* Requested patch: guide section, hero spacing, circular cards, ingredient title layout, guide icons */
.hero h1{
  letter-spacing:-.025em;
  word-spacing:.1em;
}
.hero h1 .accent-word,
.hero h1 .paint-word{
  margin-inline:.035em;
}

.guides-section{
  background:linear-gradient(135deg,#0f3520 0%,#174b2d 62%,#05263d 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.guides-section:before{
  content:"";
  position:absolute;
  right:-110px;
  top:-130px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,154,.23),transparent 66%);
}
.guides-section:after{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-160px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(126,220,255,.16),transparent 68%);
}
.guides-section .wrap{
  position:relative;
  z-index:1;
}
.guides-section .eyebrow{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.16);
  color:#ff4f9a;
}
.guides-section .eyebrow:before{
  background:#ff4f9a;
  box-shadow:0 0 0 5px rgba(255,79,154,.14);
}
.guides-section h2,
.guides-section h3{
  color:#fff;
}
.guides-section p{
  color:#d9eadf;
}
.guides-section .guide-panel{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}
.guides-section .guide-row{
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.12);
}
.guides-section .guide-row h3{
  color:#073452;
}
.guides-section .guide-row b{
  color:var(--green-dark);
}

.goal-icon{
  border-radius:50%;
}
.goal-card:after{
  border-radius:50%;
  width:128px;
  height:128px;
  right:-28px;
  bottom:-30px;
}
.goal-card:before{
  content:"";
  position:absolute;
  right:28px;
  bottom:26px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(23,169,201,.1);
  z-index:0;
}

.ingredient-tile small{
  display:flex;
  width:max-content;
  max-width:100%;
  clear:both;
}
.ingredient-tile h3{
  display:block;
  width:fit-content;
  max-width:100%;
  margin-top:4px;
  word-break:normal;
  overflow-wrap:break-word;
}

.guide-row span{
  width:48px;
  height:48px;
  min-width:48px;
  padding:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:0!important;
  background:linear-gradient(135deg,var(--green),#46ce78);
  color:#fff!important;
  box-shadow:0 10px 22px rgba(23,169,201,.2);
}
.guide-row span:before{
  content:"";
  display:block;
  width:24px;
  height:24px;
  background:#fff;
}
.guide-list .guide-row:nth-child(1) span:before{
  clip-path:polygon(18% 8%,72% 8%,86% 22%,86% 92%,18% 92%);
}
.guide-list .guide-row:nth-child(1) span:after{
  content:"";
  position:absolute;
  width:17px;
  height:3px;
  background:var(--green);
  box-shadow:0 6px 0 var(--green),0 12px 0 var(--green);
}
.guide-list .guide-row:nth-child(2) span{
  background:linear-gradient(135deg,#ff4f9a,#7edcff);
}
.guide-list .guide-row:nth-child(2) span:before{
  width:26px;
  height:26px;
  border-radius:50%;
  background:#fff;
  box-shadow:inset 0 0 0 8px rgba(23,169,201,.22);
}
.guide-list .guide-row:nth-child(2) span:after{
  content:"";
  position:absolute;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--green-dark);
  box-shadow:8px 4px 0 var(--green-dark),-6px 7px 0 var(--green-dark);
}
.guide-list .guide-row:nth-child(3) span{
  background:linear-gradient(135deg,#073452,#1aa7e1);
}
.guide-list .guide-row:nth-child(3) span:before{
  width:26px;
  height:16px;
  border-radius:12px;
  background:#fff;
}
.guide-list .guide-row:nth-child(3) span:after{
  content:"";
  position:absolute;
  width:2px;
  height:22px;
  background:#ff4f9a;
  box-shadow:8px 0 0 #ff4f9a,-8px 0 0 #ff4f9a;
}
.guide-list .guide-row:nth-child(4) span{
  background:linear-gradient(135deg,#7edcff,#1aa7e1);
}
.guide-list .guide-row:nth-child(4) span:before{
  width:22px;
  height:28px;
  border-radius:10px 10px 14px 14px;
  background:#fff;
}
.guide-list .guide-row:nth-child(4) span:after{
  content:"";
  position:absolute;
  top:13px;
  width:18px;
  height:6px;
  border-radius:999px;
  background:#073452;
}
.guide-list .guide-row:nth-child(5) span{
  background:linear-gradient(135deg,#ff4f9a,#ff4f9a);
}
.guide-list .guide-row:nth-child(5) span:before{
  width:26px;
  height:24px;
  border-radius:6px;
  background:linear-gradient(90deg,#fff 0 42%,transparent 42% 58%,#fff 58% 100%);
}
.guide-list .guide-row:nth-child(5) span:after{
  content:"";
  position:absolute;
  width:24px;
  height:3px;
  border-radius:999px;
  background:#fff;
  transform:rotate(-35deg);
}

@media(max-width:760px){
  .hero h1{
    letter-spacing:-.018em;
    word-spacing:.07em;
  }
  .guide-row span{
    width:44px;
    height:44px;
    min-width:44px;
  }
}

/* Product catalog patch */
.catalog-categories-section{
  padding-top:42px;
  background:linear-gradient(180deg,#fff 0%,#f8fcff 100%);
}
.catalog-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.catalog-category-card{
  position:relative;
  display:block;
  min-height:148px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  overflow:hidden;
  transition:.18s ease;
}
.catalog-category-card:after{
  content:"";
  position:absolute;
  right:-28px;
  bottom:-34px;
  width:112px;
  height:112px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(255,79,154,.65),rgba(23,169,201,.12));
}
.catalog-category-card:hover,
.catalog-category-card.is-active{
  transform:translateY(-3px);
  border-color:#b9dcc3;
  box-shadow:var(--shadow-hover);
}
.catalog-category-card.is-active{
  background:linear-gradient(135deg,#f6fff3 0%,#fff 100%);
}
.catalog-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin-bottom:14px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--green),#41ca73);
  color:#fff;
  box-shadow:0 12px 22px rgba(23,169,201,.18);
}
.catalog-icon:before,
.catalog-icon:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.catalog-category-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:var(--ink);
  font-size:20px;
  line-height:1.15;
}
.catalog-category-card b{
  position:relative;
  z-index:1;
  color:var(--green-dark);
  font-size:13px;
  font-weight:950;
}

.catalog-category-card.cat-129 .catalog-icon{background:linear-gradient(135deg,#35c6f4,#7edcff)}
.catalog-category-card.cat-129 .catalog-icon:before{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px rgba(255,255,255,.22)}
.catalog-category-card.cat-129 .catalog-icon:after{width:12px;height:22px;border-radius:12px 12px 2px 12px;background:var(--green-dark);transform:translate(-10%,5%) rotate(-35deg)}

.catalog-category-card.cat-131 .catalog-icon:before{width:24px;height:28px;background:#fff;clip-path:polygon(50% 0,92% 18%,82% 100%,18% 100%,8% 18%)}
.catalog-category-card.cat-131 .catalog-icon:after{width:8px;height:16px;background:var(--green);clip-path:polygon(50% 0,63% 35%,100% 50%,63% 65%,50% 100%,37% 65%,0 50%,37% 35%)}

.catalog-category-card.cat-110 .catalog-icon{background:linear-gradient(135deg,#7ddf9d,#34bf68)}
.catalog-category-card.cat-110 .catalog-icon:before{width:26px;height:18px;border:3px solid #fff;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom:0;transform:translate(-50%,-40%) rotate(-12deg)}
.catalog-category-card.cat-110 .catalog-icon:after{width:10px;height:18px;border-radius:10px 10px 10px 0;background:#fff;transform:translate(45%,-10%) rotate(35deg)}

.catalog-category-card.cat-106 .catalog-icon{background:linear-gradient(135deg,#6edfa5,#1aa7e1)}
.catalog-category-card.cat-106 .catalog-icon:before{width:22px;height:28px;background:#fff;border-radius:10px 10px 8px 8px}
.catalog-category-card.cat-106 .catalog-icon:after{width:18px;height:8px;top:38%;background:linear-gradient(90deg,transparent 0 8%,var(--green) 8% 16%,transparent 16% 32%,var(--green) 32% 40%,transparent 40% 56%,var(--green) 56% 64%,transparent 64% 80%,var(--green) 80% 88%,transparent 88% 100%)}

.catalog-category-card.cat-118 .catalog-icon{background:linear-gradient(135deg,#46ce78,#11a65b)}
.catalog-category-card.cat-118 .catalog-icon:before{width:22px;height:22px;border:3px solid #fff;border-radius:50%}
.catalog-category-card.cat-118 .catalog-icon:after{width:4px;height:22px;background:#fff;box-shadow:0 0 0 0 #fff,0 0 0 0 #fff,0 9px 0 0 #fff;transform:translate(0,7px)}

.catalog-category-card.cat-127 .catalog-icon{background:linear-gradient(135deg,#7ad3ff,#4db7f7)}
.catalog-category-card.cat-127 .catalog-icon:before{width:12px;height:24px;border-radius:12px 12px 10px 10px;background:#fff;box-shadow:-8px 2px 0 0 #fff,8px 2px 0 0 #fff}
.catalog-category-card.cat-127 .catalog-icon:after{width:2px;height:26px;background:rgba(255,255,255,.9);box-shadow:-8px 4px 0 -0 rgba(255,255,255,.55),8px 4px 0 -0 rgba(255,255,255,.55)}

.catalog-category-card.cat-128 .catalog-icon{background:linear-gradient(135deg,#284b96,#5477cf)}
.catalog-category-card.cat-128 .catalog-icon:before{width:24px;height:24px;border-radius:50%;box-shadow:10px 0 0 0 #fff;background:transparent;transform:translate(-60%,-50%)}
.catalog-category-card.cat-128 .catalog-icon:after{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:10px -8px 0 0 rgba(255,255,255,.9),14px 4px 0 -1px rgba(255,255,255,.85),-4px -10px 0 -1px rgba(255,255,255,.85)}

.catalog-category-card.cat-119 .catalog-icon{background:linear-gradient(135deg,#a7d86d,#6eb44b)}
.catalog-category-card.cat-119 .catalog-icon:before{width:12px;height:28px;border-radius:10px;background:#fff;box-shadow:-10px 0 0 0 #fff,10px 0 0 0 #fff}
.catalog-category-card.cat-119 .catalog-icon:after{width:22px;height:10px;border-radius:999px;background:#fff;box-shadow:0 -18px 0 0 #fff}

.catalog-category-card.cat-99 .catalog-icon{background:linear-gradient(135deg,#ff9867,#ff6b57)}
.catalog-category-card.cat-99 .catalog-icon:before{width:18px;height:26px;background:#fff;border-radius:50% 50% 55% 55%/55% 55% 45% 45%;transform:translate(-50%,-50%) rotate(45deg)}
.catalog-category-card.cat-99 .catalog-icon:after{width:8px;height:8px;border-radius:50%;background:#ff6b57}

.catalog-category-card.cat-124 .catalog-icon{background:linear-gradient(135deg,#ffd56e,#35c6f4)}
.catalog-category-card.cat-124 .catalog-icon:before{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:-11px 0 0 -7px var(--green),11px 0 0 -7px var(--green),0 -11px 0 -7px var(--green),0 11px 0 -7px var(--green)}
.catalog-category-card.cat-124 .catalog-icon:after{width:4px;height:4px;border-radius:50%;background:var(--green-dark)}

.catalog-category-card.cat-113 .catalog-icon{background:linear-gradient(135deg,#20c06d,#0d944f)}
.catalog-category-card.cat-113 .catalog-icon:before{width:20px;height:24px;background:#fff;clip-path:polygon(40% 0,100% 0,58% 47%,78% 47%,0 100%,35% 58%,16% 58%)}
.catalog-category-card.cat-113 .catalog-icon:after{display:none}

.catalog-category-card.cat-125 .catalog-icon{background:linear-gradient(135deg,#ff8d87,#ff6b7a)}
.catalog-category-card.cat-125 .catalog-icon:before{width:26px;height:22px;background:#fff;transform:translate(-50%,-40%) rotate(-45deg);border-radius:14px 14px 4px 4px}
.catalog-category-card.cat-125 .catalog-icon:after{width:26px;height:22px;background:#fff;transform:translate(-50%,-40%) rotate(45deg);border-radius:14px 14px 4px 4px}

.catalog-category-card.cat-123 .catalog-icon{background:linear-gradient(135deg,#8d8df8,#6161d6)}
.catalog-category-card.cat-123 .catalog-icon:before{width:28px;height:22px;border-radius:16px 16px 14px 14px;background:#fff}
.catalog-category-card.cat-123 .catalog-icon:after{width:2px;height:20px;background:#8d8df8;box-shadow:-9px 0 0 0 #8d8df8,9px 0 0 0 #8d8df8,0 -8px 0 0 #8d8df8}

.catalog-category-card.cat-104 .catalog-icon{background:linear-gradient(135deg,#ffb16d,#ff8b5c)}
.catalog-category-card.cat-104 .catalog-icon:before{width:28px;height:20px;border-radius:0 0 18px 18px;border:3px solid #fff;border-top:0;top:48%}
.catalog-category-card.cat-104 .catalog-icon:after{width:18px;height:6px;border-radius:999px;background:#fff;top:38%;box-shadow:-9px -6px 0 -1px #fff,9px -6px 0 -1px #fff}

.catalog-category-card.cat-122 .catalog-icon{background:linear-gradient(135deg,#49c57a,#20a95f)}
.catalog-category-card.cat-122 .catalog-icon:before{width:22px;height:28px;border-radius:12px 12px 16px 14px;background:#fff;transform:translate(-52%,-48%) rotate(18deg)}
.catalog-category-card.cat-122 .catalog-icon:after{width:8px;height:18px;border-radius:10px;background:transparent;border-left:3px solid var(--green);border-right:3px solid var(--green);transform:translate(-10%,-10%) rotate(18deg)}

.catalog-category-card.cat-114 .catalog-icon{background:linear-gradient(135deg,#ffcb87,#ff9c73)}
.catalog-category-card.cat-114 .catalog-icon:before{width:18px;height:24px;border-radius:50% 50% 55% 55%/55% 55% 45% 45%;background:#fff;transform:translate(-50%,-55%) rotate(45deg)}
.catalog-category-card.cat-114 .catalog-icon:after{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.45);box-shadow:0 0 0 3px rgba(255,255,255,.2)}

.catalog-category-card.cat-109 .catalog-icon{background:linear-gradient(135deg,#6ec0ff,#439ef0)}
.catalog-category-card.cat-109 .catalog-icon:before{width:30px;height:18px;border:3px solid #fff;border-radius:100%/100%;background:transparent}
.catalog-category-card.cat-109 .catalog-icon:after{width:8px;height:8px;border-radius:50%;background:#fff}

.catalog-category-card.cat-100 .catalog-icon{background:linear-gradient(135deg,#7bd7cf,#47bdb4)}
.catalog-category-card.cat-100 .catalog-icon:before{width:18px;height:26px;border-radius:50% 46% 44% 56%;border:3px solid #fff;border-left-width:6px;transform:translate(-48%,-48%) rotate(-12deg)}
.catalog-category-card.cat-100 .catalog-icon:after{width:8px;height:10px;border-radius:50%;background:#fff;left:59%;top:58%}

.catalog-category-card.cat-126 .catalog-icon{background:linear-gradient(135deg,#9fd58f,#6ab95a)}
.catalog-category-card.cat-126 .catalog-icon:before{width:26px;height:18px;border-radius:10px;background:#fff;top:58%}
.catalog-category-card.cat-126 .catalog-icon:after{width:22px;height:12px;background:linear-gradient(90deg,#fff 0 18%,transparent 18% 22%,#fff 22% 40%,transparent 40% 44%,#fff 44% 62%,transparent 62% 66%,#fff 66% 84%,transparent 84% 100%);top:36%}

.catalog-category-card.cat-130 .catalog-icon{background:linear-gradient(135deg,#ffcb66,#ff9e45)}
.catalog-category-card.cat-130 .catalog-icon:before{width:8px;height:28px;border-radius:12px;background:#fff;box-shadow:-8px 2px 0 0 rgba(255,255,255,.75),8px 2px 0 0 rgba(255,255,255,.75)}
.catalog-category-card.cat-130 .catalog-icon:after{width:14px;height:8px;border-radius:999px;background:#fff;top:68%}

.catalog-category-card.cat-103 .catalog-icon{background:linear-gradient(135deg,#ff9dbb,#ff7aa1)}
.catalog-category-card.cat-103 .catalog-icon:before{width:20px;height:20px;border:3px solid #fff;border-radius:50%}
.catalog-category-card.cat-103 .catalog-icon:after{width:4px;height:18px;background:#fff;top:67%;box-shadow:0 0 0 0 #fff,0 8px 0 0 #fff,6px 8px 0 0 #fff,-6px 8px 0 0 #fff}

.catalog-category-card.cat-102 .catalog-icon{background:linear-gradient(135deg,#63d68b,#2eb566)}
.catalog-category-card.cat-102 .catalog-icon:before{width:20px;height:20px;border:3px solid #fff;border-radius:50%}
.catalog-category-card.cat-102 .catalog-icon:after{width:4px;height:18px;background:#fff;left:62%;top:36%;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 -7px 0 0 #fff,7px 0 0 0 #fff}

.catalog-category-card.cat-107 .catalog-icon{background:linear-gradient(135deg,#f0a45b,#d88037)}
.catalog-category-card.cat-107 .catalog-icon:before{width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:-12px -4px 0 0 #fff,12px -4px 0 0 #fff,-6px -14px 0 0 #fff,6px -14px 0 0 #fff}
.catalog-category-card.cat-107 .catalog-icon:after{width:18px;height:14px;border-radius:50% 50% 45% 45%;background:#fff;top:62%}

.catalog-category-card.cat-108 .catalog-icon{background:linear-gradient(135deg,#ffd95b,#ffb400)}
.catalog-category-card.cat-108 .catalog-icon:before{width:18px;height:28px;background:#fff;clip-path:polygon(42% 0,100% 0,62% 42%,84% 42%,18% 100%,40% 56%,18% 56%)}
.catalog-category-card.cat-108 .catalog-icon:after{display:none}

.pagination-wrap,
.pagination-wrap ul,
.pagination-wrap .pagination,
.catalog-pagination{
  display:flex!important;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0;
  margin:30px 0 0;
  list-style:none;
  text-align:center;
}
.pagination-wrap li{
  display:inline-flex!important;
  margin:0!important;
  padding:0!important;
  list-style:none;
}
.pagination-wrap a,
.pagination-wrap span{
  display:inline-flex!important;
  min-width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  margin:0!important;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
  font-weight:950;
  line-height:1;
}
.pagination-wrap a:hover,
.pagination-wrap .is-current,
.pagination-wrap .searchPaginationSelected,
.pagination-wrap .current span,
.pagination-wrap span.current{
  background:linear-gradient(135deg,var(--green),#39c970)!important;
  border-color:rgba(23,169,201,.2)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(23,169,201,.2);
}
@media(max-width:1120px){
  .catalog-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .catalog-category-grid{grid-template-columns:1fr;}
  .catalog-category-card{min-height:0;}
  .pagination-wrap{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;}
}


/* Patch: new raster logo */
.brand img,
.footer-cta img{
  width:auto;
  max-width:100%;
  object-fit:contain;
}
.brand img{
  height:58px;
}
.footer-cta img{
  height:56px;
}

/* Patch: categories position + icon restoration */
.catalog-categories-section-bottom{
  padding-top:8px;
}
.catalog-categories-section-bottom .section-title{
  margin-bottom:18px;
}

/* Patch: mobile item/page width */
img{max-width:100%;height:auto;}
.content-layout > *,
.item-cover-grid > *,
.cover-grid > *,
.related-product-grid > *,
.search-form > *{
  min-width:0;
}
.article,
.content-card,
.sidebar-card,
.item-summary-card,
.cover-panel,
.item-copy,
.page-hero .wrap,
.content-layout,
.related-product-grid,
.related-product-box,
.item-image,
.article-content,
.article-content *{
  max-width:100%;
  box-sizing:border-box;
}
.article,
.content-card,
.article-content,
.sidebar-card{
  overflow-wrap:anywhere;
}

@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden;}
  .brand img{height:38px;}
  .footer-cta img{height:44px;}
  .content-layout,
  .article,
  .content-card,
  .sidebar-card,
  .item-cover-grid,
  .related-product-grid,
  .item-summary-card,
  .item-copy,
  .page-hero .wrap,
  .section .wrap,
  .category-cover .wrap,
  .item-cover .wrap{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .content-card table,
  .article table,
  .ingredient-table,
  .content-card iframe,
  .article iframe,
  .content-card img,
  .article img,
  .sidebar-card form,
  .sidebar-card input,
  .sidebar-card textarea,
  .sidebar-card select,
  .sidebar-card button{
    max-width:100%;
  }
}

.site-header .nav-wrap{
  min-height:126px;
}



.brand img{
  height:54px!important;
  width:auto;
  object-fit:contain;
}

.footer-cta img{
  height:104px!important;
  width:auto;
  object-fit:contain;
  filter:none!important;
}

.catalog-categories-section-bottom{
  padding-top:12px;
  background:#fff;
}

.catalog-categories-section-bottom .section-title.row-title{
  margin-bottom:22px;
}

@media(max-width:1120px){
  .site-header .nav-wrap{
    min-height:92px;
  }

  .brand{
    min-width:260px;
  }

  .brand img{
    height:74px!important;
  }
}

@media(max-width:760px){
  .site-header .nav-wrap{
    min-height:72px;
  }

  .brand{
    min-width:0;
    max-width:210px;
  }

  .brand img{
    height:54px!important;
    max-width:210px;
  }

  .footer-cta img{
    height:64px!important;
    max-width:100%;
  }
}


.ingredient-tile h3.ingredient-name-split{
  display:block;
  line-height:1.15;
}

.ingredient-name-main{
  font-size:1em;
  font-weight:900;
}

.ingredient-name-rest{
  font-size:.68em;
  font-weight:400;
  opacity:.92;
}

.ingredient-name-brackets{
  display:inline-block;
  margin-top:4px;
  font-size:.52em;
  font-weight:400;
  color:#f9f0c7;
  opacity:.95;
}


.ingredient-cloud a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d5eaf6;
  box-shadow:var(--shadow-soft);
  font-weight:900;
  color:var(--green-deep);
  text-decoration:none;
  animation:floatY 5s ease-in-out infinite;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.ingredient-cloud a:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  color:var(--green-dark);
}

.ingredient-cloud a:nth-child(2n){
  background:var(--yellow-soft);
}

.ingredient-cloud a:nth-child(3n){
  background:var(--green-soft);
}

.ingredient-cloud a:nth-child(4n){
  background:var(--orange-soft);
}

.ingredient-cloud a{
  display:inline-flex;
  text-decoration:none;
  color:inherit;
}

.ingredient-cloud a:hover span{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}

.formula-copy small a,
.formula-copy h3 a{
  color:inherit;
  text-decoration:none;
}

.formula-copy .chips.large a{
  display:inline-flex;
  text-decoration:none;
  color:inherit;
}

.formula-jar.formula-jar-bg{
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding:0;
  overflow:hidden;
}

.formula-jar.formula-jar-bg a{
  display:block;
  width:100%;
  height:100%;
  min-height:184px;
}

.formula-jar.formula-jar-bg
 {
    background-position: center;
}

.goal-icon{
  overflow:hidden;
}

.goal-icon:before,
.goal-icon:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
}

.goal-icon.hub-icon-1:before{
  width:26px;
  height:34px;
  border-radius:18px 18px 18px 18px/20px 20px 12px 12px;
  background:linear-gradient(180deg,var(--green),#4fd37f);
  transform:translate(-50%,-50%) rotate(25deg);
}

.goal-icon.hub-icon-1:after{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--yellow);
  transform:translate(11px,-18px);
}

.goal-icon.hub-icon-2:before{
  width:34px;
  height:20px;
  border:3px solid var(--green);
  border-radius:20px/12px;
  background:#fff;
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-2:after{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 0 4px rgba(23,169,201,.15);
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-3:before{
  width:28px;
  height:36px;
  border:3px solid var(--green);
  border-radius:18px;
  background:#fff;
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-3:after{
  width:14px;
  height:22px;
  border:3px solid var(--orange);
  border-left:0;
  border-right:0;
  transform:translate(-50%,-50%) rotate(20deg);
}

.goal-icon.hub-icon-4:before{
  width:34px;
  height:22px;
  border-radius:20px;
  background:linear-gradient(135deg,var(--yellow),#ffe58c);
  transform:translate(-50%,-55%);
}

.goal-icon.hub-icon-4:after{
  width:18px;
  height:18px;
  border:3px solid var(--green);
  border-radius:50%;
  transform:translate(-50%,2px);
}

.goal-icon.hub-icon-5:before{
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--yellow);
  transform:translate(-58%,-50%);
}

.goal-icon.hub-icon-5:after{
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  transform:translate(-12px,-50%);
}

.goal-icon.hub-icon-6:before{
  width:14px;
  height:36px;
  border-radius:12px;
  background:linear-gradient(180deg,var(--green),#36bdd6);
  transform:translate(-50%,-50%) rotate(35deg);
}

.goal-icon.hub-icon-6:after{
  width:14px;
  height:36px;
  border-radius:12px;
  background:linear-gradient(180deg,#79dcff,var(--green));
  transform:translate(-50%,-50%) rotate(-35deg);
}

.goal-icon.hub-icon-7:before{
  width:30px;
  height:26px;
  border-radius:20px 20px 16px 16px;
  background:linear-gradient(135deg,var(--green),#35c6f4);
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-7:after{
  width:6px;
  height:18px;
  border-radius:99px;
  background:#fff;
  box-shadow:9px 0 0 #fff,-9px 0 0 #fff;
  transform:translate(-50%,-30%);
}

.goal-icon.hub-icon-8:before{
  width:0;
  height:0;
  border-left:11px solid transparent;
  border-right:9px solid transparent;
  border-top:24px solid var(--orange);
  transform:translate(-50%,-50%) skewX(-15deg);
}

.goal-icon.hub-icon-8:after{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--yellow);
  transform:translate(12px,10px);
}

.goal-icon.hub-icon-9:before{
  width:30px;
  height:30px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--yellow),#fff4b7);
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-9:after{
  width:12px;
  height:24px;
  border-radius:12px 12px 0 12px;
  background:var(--green);
  transform:translate(-20%,-50%) rotate(-35deg);
}

.goal-icon.hub-icon-10:before{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 5px rgba(23,169,201,.22);
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-10:after{
  width:4px;
  height:28px;
  border-radius:999px;
  background:var(--green);
  transform:translate(-50%,-50%) rotate(45deg);
}

.goal-icon.hub-icon-11:before{
  width:26px;
  height:30px;
  border-radius:14px 14px 18px 18px;
  background:linear-gradient(180deg,#fff,var(--green-soft));
  border:3px solid var(--green);
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-11:after{
  width:18px;
  height:6px;
  border-radius:999px;
  background:var(--orange);
  box-shadow:0 9px 0 var(--yellow);
  transform:translate(-50%,-42%);
}

.goal-icon.hub-icon-12:before{
  width:30px;
  height:18px;
  border-radius:20px;
  background:linear-gradient(135deg,var(--green),#56d384);
  transform:translate(-50%,-50%);
}

.goal-icon.hub-icon-12:after{
  width:16px;
  height:16px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:-14px 4px 0 -4px var(--orange),14px 4px 0 -4px var(--green-dark);
  transform:translate(-50%,-50%);
}

.goal-card .goal-icon[class*="hub-icon-"]{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  place-items:center!important;
  width:62px!important;
  height:62px!important;
  min-width:62px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,var(--green-soft),#fff)!important;
  border:1px solid #d4e8d8!important;
}

.goal-card .goal-icon[class*="hub-icon-"]:before,
.goal-card .goal-icon[class*="hub-icon-"]:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  z-index:2!important;
}

/* 1 */
.goal-card .goal-icon.hub-icon-1:before{
  width:26px!important;
  height:34px!important;
  border-radius:18px 18px 18px 18px/20px 20px 12px 12px!important;
  background:linear-gradient(180deg,var(--green),#4fd37f)!important;
  transform:translate(-50%,-50%) rotate(25deg)!important;
}
.goal-card .goal-icon.hub-icon-1:after{
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:var(--yellow)!important;
  transform:translate(11px,-18px)!important;
}

/* 2 */
.goal-card .goal-icon.hub-icon-2:before{
  width:34px!important;
  height:20px!important;
  border:3px solid var(--green)!important;
  border-radius:20px/12px!important;
  background:#fff!important;
  transform:translate(-50%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-2:after{
  width:10px!important;
  height:10px!important;
  border-radius:50%!important;
  background:var(--yellow)!important;
  box-shadow:0 0 0 4px rgba(23,169,201,.15)!important;
  transform:translate(-50%,-50%)!important;
}

/* 3 */
.goal-card .goal-icon.hub-icon-3:before{
  width:28px!important;
  height:36px!important;
  border:3px solid var(--green)!important;
  border-radius:18px!important;
  background:#fff!important;
  transform:translate(-50%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-3:after{
  width:14px!important;
  height:22px!important;
  border:3px solid var(--orange)!important;
  border-left:0!important;
  border-right:0!important;
  transform:translate(-50%,-50%) rotate(20deg)!important;
}

/* 4 */
.goal-card .goal-icon.hub-icon-4:before{
  width:34px!important;
  height:22px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,var(--yellow),#ffe58c)!important;
  transform:translate(-50%,-55%)!important;
}
.goal-card .goal-icon.hub-icon-4:after{
  width:18px!important;
  height:18px!important;
  border:3px solid var(--green)!important;
  border-radius:50%!important;
  transform:translate(-50%,2px)!important;
}

/* 5 */
.goal-card .goal-icon.hub-icon-5:before{
  width:22px!important;
  height:22px!important;
  border-radius:50%!important;
  background:var(--yellow)!important;
  transform:translate(-58%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-5:after{
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  background:#fff!important;
  transform:translate(-12px,-50%)!important;
}

/* 6 */
.goal-card .goal-icon.hub-icon-6:before{
  width:14px!important;
  height:36px!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,var(--green),#36bdd6)!important;
  transform:translate(-50%,-50%) rotate(35deg)!important;
}
.goal-card .goal-icon.hub-icon-6:after{
  width:14px!important;
  height:36px!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#79dcff,var(--green))!important;
  transform:translate(-50%,-50%) rotate(-35deg)!important;
}

/* 7 */
.goal-card .goal-icon.hub-icon-7:before{
  width:30px!important;
  height:26px!important;
  border-radius:20px 20px 16px 16px!important;
  background:linear-gradient(135deg,var(--green),#35c6f4)!important;
  transform:translate(-50%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-7:after{
  width:6px!important;
  height:18px!important;
  border-radius:99px!important;
  background:#fff!important;
  box-shadow:9px 0 0 #fff,-9px 0 0 #fff!important;
  transform:translate(-50%,-30%)!important;
}

/* 8 */
.goal-card .goal-icon.hub-icon-8:before{
  width:0!important;
  height:0!important;
  border-left:11px solid transparent!important;
  border-right:9px solid transparent!important;
  border-top:24px solid var(--orange)!important;
  transform:translate(-50%,-50%) skewX(-15deg)!important;
}
.goal-card .goal-icon.hub-icon-8:after{
  width:10px!important;
  height:10px!important;
  border-radius:50%!important;
  background:var(--yellow)!important;
  transform:translate(12px,10px)!important;
}

/* 9 */
.goal-card .goal-icon.hub-icon-9:before{
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,var(--yellow),#fff4b7)!important;
  transform:translate(-50%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-9:after{
  width:12px!important;
  height:24px!important;
  border-radius:12px 12px 0 12px!important;
  background:var(--green)!important;
  transform:translate(-20%,-50%) rotate(-35deg)!important;
}

/* 10 */
.goal-card .goal-icon.hub-icon-10:before{
  width:24px!important;
  height:24px!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 0 0 5px rgba(23,169,201,.22)!important;
  transform:translate(-50%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-10:after{
  width:4px!important;
  height:28px!important;
  border-radius:999px!important;
  background:var(--green)!important;
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

/* 11 */
.goal-card .goal-icon.hub-icon-11:before{
  width:26px!important;
  height:30px!important;
  border-radius:14px 14px 18px 18px!important;
  background:linear-gradient(180deg,#fff,var(--green-soft))!important;
  border:3px solid var(--green)!important;
  transform:translate(-50%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-11:after{
  width:18px!important;
  height:6px!important;
  border-radius:999px!important;
  background:var(--orange)!important;
  box-shadow:0 9px 0 var(--yellow)!important;
  transform:translate(-50%,-42%)!important;
}

/* 12 */
.goal-card .goal-icon.hub-icon-12:before{
  width:30px!important;
  height:18px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,var(--green),#56d384)!important;
  transform:translate(-50%,-50%)!important;
}
.goal-card .goal-icon.hub-icon-12:after{
  width:16px!important;
  height:16px!important;
  border-radius:50%!important;
  background:var(--yellow)!important;
  box-shadow:-14px 4px 0 -4px var(--orange),14px 4px 0 -4px var(--green-dark)!important;
  transform:translate(-50%,-50%)!important;
}

/* Patch: clickable ingredient chips keep original chip style */
.item-summary-card .chips.large a.ingredient-chip-link{
  display:inline-flex;
  color:inherit;
  text-decoration:none;
  border-radius:999px;
}
.item-summary-card .chips.large a.ingredient-chip-link:hover{
  color:inherit;
  text-decoration:none;
}


/* Patch: better readable content tables */
.ingredient-table,
.article table,
.content-card table{
  table-layout:auto;
}

.ingredient-table th:first-child,
.ingredient-table td:first-child,
.article table th:first-child,
.article table td:first-child,
.content-card table th:first-child,
.content-card table td:first-child{

  min-width:110px;
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
}

.ingredient-table th:not(:first-child),
.ingredient-table td:not(:first-child),
.article table th:not(:first-child),
.article table td:not(:first-child),
.content-card table th:not(:first-child),
.content-card table td:not(:first-child){
  font-size:17px;
  line-height:1.55;
}

.ingredient-table td:first-child,
.article table td:first-child,
.content-card table td:first-child{
  font-size:17px;
  line-height:1.45;
}

@media(max-width:760px){
  .ingredient-table th:first-child,
  .ingredient-table td:first-child,
  .article table th:first-child,
  .article table td:first-child,
  .content-card table th:first-child,
  .content-card table td:first-child{
    min-width:110px;
  }

  .ingredient-table th:not(:first-child),
  .ingredient-table td:not(:first-child),
  .article table th:not(:first-child),
  .article table td:not(:first-child),
  .content-card table th:not(:first-child),
  .content-card table td:not(:first-child){
    min-width:110px;
    font-size:16px;
  }
}

/* Patch: prevent table words from breaking inside letters */
.ingredient-table,
.article table,
.content-card table,
.package-table{
  overflow-wrap:normal;
  word-break:normal;
}

.ingredient-table th,
.ingredient-table td,
.article table th,
.article table td,
.content-card table th,
.content-card table td,
.package-table th,
.package-table td{
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.ingredient-table td:first-child,
.article table td:first-child,
.content-card table td:first-child,
.package-table td:first-child{
  white-space:normal;
  min-width:110px;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

@media(max-width:760px){
  .ingredient-table,
  .article table,
  .content-card table,
  .package-table{
    display:block;
    overflow-x:auto;
    white-space:normal;
  }

  .ingredient-table td:first-child,
  .article table td:first-child,
  .content-card table td:first-child,
  .package-table td:first-child{
    min-width:110px;
    white-space:normal;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
  }
}




/* Patch: pros/cons tables should keep equal flexible columns */
.pros-cons-table td:first-child,
.article table.pros-cons-table td:first-child,
.content-card table.pros-cons-table td:first-child{
  width:auto;
  min-width:0;
  white-space:normal;
}

.pros-cons-table td,
.article table.pros-cons-table td,
.content-card table.pros-cons-table td{
  width:50%;
  min-width:0;
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.pros-cons-table ul{
  margin:12px 0 0;
  padding-left:20px;
}

.pros-cons-table li{
  margin-bottom:7px;
}

@media(max-width:760px){
  .pros-cons-table td:first-child,
  .article table.pros-cons-table td:first-child,
  .content-card table.pros-cons-table td:first-child{
    min-width:0;
    white-space:normal;
  }

  .pros-cons-table td,
  .article table.pros-cons-table td,
  .content-card table.pros-cons-table td{
    width:auto;
    min-width:260px;
    white-space:normal;
  }
}


/* Patch: FAQ definition lists readability */
.article section dl,
.content-card section dl,
.article dl,
.content-card dl{
  margin:20px 0 0;
  display:grid;
  gap:0;
}

.article section dt,
.content-card section dt,
.article dt,
.content-card dt{
  margin:18px 0 6px;
  color:var(--ink);
  font-size:18px;
  line-height:1.35;
  font-weight:900;
  letter-spacing:-.015em;
}

.article section dd,
.content-card section dd,
.article dd,
.content-card dd{
  margin:0;
  color:#363c41;
  font-size:17px;
  line-height:1.65;
}

.article section dt:first-child,
.content-card section dt:first-child,
.article dt:first-child,
.content-card dt:first-child{
  margin-top:0;
}

@media(max-width:760px){
  .article section dt,
  .content-card section dt,
  .article dt,
  .content-card dt{
    font-size:17px;
  }

  .article section dd,
  .content-card section dd,
  .article dd,
  .content-card dd{
    font-size:16px;
  }
}



/* Patch: readable ingredient guide intro card */
.ingredients-section .content-card{
  position:relative;
  overflow:hidden;
  padding:38px 42px;
  border-radius:32px;
  border:1px solid #d8eadc;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,79,154,.38), transparent 28%),
    linear-gradient(135deg,#ffffff 0%,#fffdf7 58%,#f2fbff 100%);
  box-shadow:0 18px 46px rgba(7,52,82,.08);
}

.ingredients-section .content-card:before{
  content:"";
  position:absolute;
  right:-62px;
  top:-72px;
  width:210px;
  height:210px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(126,220,255,.5),rgba(23,169,201,.12));
  pointer-events:none;
}

.ingredients-section .content-card:after{
  content:"";
  position:absolute;
  left:34px;
  top:104px;
  bottom:38px;
  width:4px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--green),var(--yellow));
  opacity:.75;
  pointer-events:none;
}

.ingredients-section .content-card .eyebrow{
  position:relative;
  z-index:1;
  margin-bottom:18px;
}

.ingredients-section .content-card h2{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:30px 0 22px 20px;
  color:var(--ink);
  font-size:clamp(28px,3.2vw,44px);
  line-height:1.12;
  letter-spacing:-.035em;
}

.ingredients-section .content-card .article-content{
  position:relative;
  z-index:1;
 /* max-width:920px;*/
  margin:20px;
  padding:24px 26px 24px 30px;
  border:0px solid #d5eaf6;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  color:#35463d;
  font-size:17px;
  line-height:1.78;
  letter-spacing:-.005em;
  /*box-shadow:0 10px 26px rgba(7,52,82,.045);*/
  overflow-wrap:normal;
  word-break:normal;
}

.ingredients-section .content-card .article-content:first-letter{
  color:var(--green-dark);
  font-size:42px;
  line-height:.9;
  font-weight:900;
  float:left;
  margin:7px 8px 0 0;
  font-family:Sora,Manrope,sans-serif;
}

@media(max-width:760px){
  .ingredients-section .content-card{
    padding:24px 20px;
    border-radius:26px;
  }

  .ingredients-section .content-card:after{
    display:none;
  }

  .ingredients-section .content-card h2{
    font-size:28px;
    line-height:1.16;
  }

  .ingredients-section .content-card .article-content{
    padding:10px;
    border-radius:20px;
    font-size:15px;
    line-height:1.7;
	border: 0;
        box-shadow: none;
  }

  .ingredients-section .content-card .article-content:first-letter{
    font-size:34px;
    margin-top:5px;
  }
}


/* Patch: hub filter buttons spacing */
.hub-filter-buttons{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:18px 0 24px;
}

.hub-filter-buttons .btn{
  margin:0;
  white-space:normal;
  text-align:center;
  line-height:1.25;
}

@media(max-width:760px){
  .hub-filter-buttons{
    gap:8px;
  }

  .hub-filter-buttons .btn{
    width:100%;
    justify-content:center;
  }
}


/* Patch: related product image and CTA */
.related-product-img{
  min-height:190px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:linear-gradient(135deg,#f2fbff,#fff 58%,#eaf8ff);
  padding:18px;
  overflow:hidden;
}

.related-product-img img{
  width:100%;
  height:190px;
  object-fit:contain;
  border-radius:18px;
}

.related-product-btn,
#related-product .btn.related-product-btn{
  margin-top:18px;
  min-height:50px;
  padding:14px 24px;
  background:linear-gradient(135deg,#073452,#0f6fae);
  border-color:#073452;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(7,52,82,.24);
}

.related-product-btn:hover,
#related-product .btn.related-product-btn:hover{
  background:linear-gradient(135deg,#05263d,#073452);
  color:#fff!important;
  box-shadow:0 18px 42px rgba(7,52,82,.32);
  transform:translateY(-2px);
}

@media(max-width:760px){
  .related-product-img{
    min-height:170px;
  }

  .related-product-img img{
    height:170px;
  }

  .related-product-btn,
  #related-product .btn.related-product-btn{
    width:100%;
    justify-content:center;
  }
}


/* Patch: hide Product ID column only in related product tables */
.related-product-table-hide-id th:first-child,
.related-product-table-hide-id td:first-child{
  display:none;
}

.related-product-table-hide-id th:nth-child(2),
.related-product-table-hide-id td:nth-child(2){
  border-left:0;
}


/* Patch: repeat catalog icons for dynamic product categories */
.catalog-category-card.catalog-icon-repeat-1 .catalog-icon{background:linear-gradient(135deg,#35c6f4,#7edcff)}
.catalog-category-card.catalog-icon-repeat-1 .catalog-icon:before{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px rgba(255,255,255,.22)}
.catalog-category-card.catalog-icon-repeat-1 .catalog-icon:after{width:12px;height:22px;border-radius:12px 12px 2px 12px;background:var(--green-dark);transform:translate(-10%,5%) rotate(-35deg)}

.catalog-category-card.catalog-icon-repeat-2 .catalog-icon:before{width:24px;height:28px;background:#fff;clip-path:polygon(50% 0,92% 18%,82% 100%,18% 100%,8% 18%)}
.catalog-category-card.catalog-icon-repeat-2 .catalog-icon:after{width:8px;height:16px;background:var(--green);clip-path:polygon(50% 0,63% 35%,100% 50%,63% 65%,50% 100%,37% 65%,0 50%,37% 35%)}

.catalog-category-card.catalog-icon-repeat-3 .catalog-icon{background:linear-gradient(135deg,#7ddf9d,#34bf68)}
.catalog-category-card.catalog-icon-repeat-3 .catalog-icon:before{width:26px;height:18px;border:3px solid #fff;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom:0;transform:translate(-50%,-40%) rotate(-12deg)}
.catalog-category-card.catalog-icon-repeat-3 .catalog-icon:after{width:10px;height:18px;border-radius:10px 10px 10px 0;background:#fff;transform:translate(45%,-10%) rotate(35deg)}

.catalog-category-card.catalog-icon-repeat-4 .catalog-icon{background:linear-gradient(135deg,#6edfa5,#1aa7e1)}
.catalog-category-card.catalog-icon-repeat-4 .catalog-icon:before{width:22px;height:28px;background:#fff;border-radius:10px 10px 8px 8px}
.catalog-category-card.catalog-icon-repeat-4 .catalog-icon:after{width:18px;height:8px;top:38%;background:linear-gradient(90deg,transparent 0 8%,var(--green) 8% 16%,transparent 16% 32%,var(--green) 32% 40%,transparent 40% 56%,var(--green) 56% 64%,transparent 64% 80%,var(--green) 80% 88%,transparent 88% 100%)}

.catalog-category-card.catalog-icon-repeat-5 .catalog-icon{background:linear-gradient(135deg,#46ce78,#11a65b)}
.catalog-category-card.catalog-icon-repeat-5 .catalog-icon:before{width:22px;height:22px;border:3px solid #fff;border-radius:50%}
.catalog-category-card.catalog-icon-repeat-5 .catalog-icon:after{width:4px;height:22px;background:#fff;box-shadow:0 9px 0 0 #fff;transform:translate(0,7px)}

.catalog-category-card.catalog-icon-repeat-6 .catalog-icon{background:linear-gradient(135deg,#7ad3ff,#4db7f7)}
.catalog-category-card.catalog-icon-repeat-6 .catalog-icon:before{width:12px;height:24px;border-radius:12px 12px 10px 10px;background:#fff;box-shadow:-8px 2px 0 0 #fff,8px 2px 0 0 #fff}
.catalog-category-card.catalog-icon-repeat-6 .catalog-icon:after{width:2px;height:26px;background:rgba(255,255,255,.9);box-shadow:-8px 4px 0 0 rgba(255,255,255,.55),8px 4px 0 0 rgba(255,255,255,.55)}

.catalog-category-card.catalog-icon-repeat-7 .catalog-icon{background:linear-gradient(135deg,#284b96,#5477cf)}
.catalog-category-card.catalog-icon-repeat-7 .catalog-icon:before{width:24px;height:24px;border-radius:50%;box-shadow:10px 0 0 0 #fff;background:transparent;transform:translate(-60%,-50%)}
.catalog-category-card.catalog-icon-repeat-7 .catalog-icon:after{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:10px -8px 0 0 rgba(255,255,255,.9),14px 4px 0 -1px rgba(255,255,255,.85),-4px -10px 0 -1px rgba(255,255,255,.85)}

.catalog-category-card.catalog-icon-repeat-8 .catalog-icon{background:linear-gradient(135deg,#a7d86d,#6eb44b)}
.catalog-category-card.catalog-icon-repeat-8 .catalog-icon:before{width:12px;height:28px;border-radius:10px;background:#fff;box-shadow:-10px 0 0 0 #fff,10px 0 0 0 #fff}
.catalog-category-card.catalog-icon-repeat-8 .catalog-icon:after{width:22px;height:10px;border-radius:999px;background:#fff;box-shadow:0 -18px 0 0 #fff}

.catalog-category-card.catalog-icon-repeat-9 .catalog-icon{background:linear-gradient(135deg,#ff9867,#ff6b57)}
.catalog-category-card.catalog-icon-repeat-9 .catalog-icon:before{width:18px;height:26px;background:#fff;border-radius:50% 50% 55% 55%/55% 55% 45% 45%;transform:translate(-50%,-50%) rotate(45deg)}
.catalog-category-card.catalog-icon-repeat-9 .catalog-icon:after{width:8px;height:8px;border-radius:50%;background:#ff6b57}

.catalog-category-card.catalog-icon-repeat-10 .catalog-icon{background:linear-gradient(135deg,#ffd56e,#35c6f4)}
.catalog-category-card.catalog-icon-repeat-10 .catalog-icon:before{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:-11px 0 0 -7px var(--green),11px 0 0 -7px var(--green),0 -11px 0 -7px var(--green),0 11px 0 -7px var(--green)}
.catalog-category-card.catalog-icon-repeat-10 .catalog-icon:after{width:4px;height:4px;border-radius:50%;background:var(--green-dark)}

.catalog-category-card.catalog-icon-repeat-11 .catalog-icon{background:linear-gradient(135deg,#20c06d,#0d944f)}
.catalog-category-card.catalog-icon-repeat-11 .catalog-icon:before{width:20px;height:24px;background:#fff;clip-path:polygon(40% 0,100% 0,58% 47%,78% 47%,0 100%,35% 58%,16% 58%)}
.catalog-category-card.catalog-icon-repeat-11 .catalog-icon:after{display:none}

.catalog-category-card.catalog-icon-repeat-12 .catalog-icon{background:linear-gradient(135deg,#ff8d87,#ff6b7a)}
.catalog-category-card.catalog-icon-repeat-12 .catalog-icon:before{width:26px;height:22px;background:#fff;transform:translate(-50%,-40%) rotate(-45deg);border-radius:14px 14px 4px 4px}
.catalog-category-card.catalog-icon-repeat-12 .catalog-icon:after{width:26px;height:22px;background:#fff;transform:translate(-50%,-40%) rotate(45deg);border-radius:14px 14px 4px 4px}

.catalog-category-card.catalog-icon-repeat-13 .catalog-icon{background:linear-gradient(135deg,#8d8df8,#6161d6)}
.catalog-category-card.catalog-icon-repeat-13 .catalog-icon:before{width:28px;height:22px;border-radius:16px 16px 14px 14px;background:#fff}
.catalog-category-card.catalog-icon-repeat-13 .catalog-icon:after{width:2px;height:20px;background:#8d8df8;box-shadow:-9px 0 0 0 #8d8df8,9px 0 0 0 #8d8df8,0 -8px 0 0 #8d8df8}

.catalog-category-card.catalog-icon-repeat-14 .catalog-icon{background:linear-gradient(135deg,#ffb16d,#ff8b5c)}
.catalog-category-card.catalog-icon-repeat-14 .catalog-icon:before{width:28px;height:20px;border-radius:0 0 18px 18px;border:3px solid #fff;border-top:0;top:48%}
.catalog-category-card.catalog-icon-repeat-14 .catalog-icon:after{width:18px;height:6px;border-radius:999px;background:#fff;top:38%;box-shadow:-9px -6px 0 -1px #fff,9px -6px 0 -1px #fff}

.catalog-category-card.catalog-icon-repeat-15 .catalog-icon{background:linear-gradient(135deg,#49c57a,#20a95f)}
.catalog-category-card.catalog-icon-repeat-15 .catalog-icon:before{width:22px;height:28px;border-radius:12px 12px 16px 14px;background:#fff;transform:translate(-52%,-48%) rotate(18deg)}
.catalog-category-card.catalog-icon-repeat-15 .catalog-icon:after{width:8px;height:18px;border-radius:10px;background:transparent;border-left:3px solid var(--green);border-right:3px solid var(--green);transform:translate(-10%,-10%) rotate(18deg)}

.catalog-category-card.catalog-icon-repeat-16 .catalog-icon{background:linear-gradient(135deg,#ffcb87,#ff9c73)}
.catalog-category-card.catalog-icon-repeat-16 .catalog-icon:before{width:18px;height:24px;border-radius:50% 50% 55% 55%/55% 55% 45% 45%;background:#fff;transform:translate(-50%,-55%) rotate(45deg)}
.catalog-category-card.catalog-icon-repeat-16 .catalog-icon:after{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.45);box-shadow:0 0 0 3px rgba(255,255,255,.2)}

.catalog-category-card.catalog-icon-repeat-17 .catalog-icon{background:linear-gradient(135deg,#6ec0ff,#439ef0)}
.catalog-category-card.catalog-icon-repeat-17 .catalog-icon:before{width:30px;height:18px;border:3px solid #fff;border-radius:100%/100%;background:transparent}
.catalog-category-card.catalog-icon-repeat-17 .catalog-icon:after{width:8px;height:8px;border-radius:50%;background:#fff}

.catalog-category-card.catalog-icon-repeat-18 .catalog-icon{background:linear-gradient(135deg,#7bd7cf,#47bdb4)}
.catalog-category-card.catalog-icon-repeat-18 .catalog-icon:before{width:18px;height:26px;border-radius:50% 46% 44% 56%;border:3px solid #fff;border-left-width:6px;transform:translate(-48%,-48%) rotate(-12deg)}
.catalog-category-card.catalog-icon-repeat-18 .catalog-icon:after{width:8px;height:10px;border-radius:50%;background:#fff;left:59%;top:58%}

.catalog-category-card.catalog-icon-repeat-19 .catalog-icon{background:linear-gradient(135deg,#9fd58f,#6ab95a)}
.catalog-category-card.catalog-icon-repeat-19 .catalog-icon:before{width:26px;height:18px;border-radius:10px;background:#fff;top:58%}
.catalog-category-card.catalog-icon-repeat-19 .catalog-icon:after{width:22px;height:12px;background:linear-gradient(90deg,#fff 0 18%,transparent 18% 22%,#fff 22% 40%,transparent 40% 44%,#fff 44% 62%,transparent 62% 66%,#fff 66% 84%,transparent 84% 100%);top:36%}

.catalog-category-card.catalog-icon-repeat-20 .catalog-icon{background:linear-gradient(135deg,#ffcb66,#ff9e45)}
.catalog-category-card.catalog-icon-repeat-20 .catalog-icon:before{width:8px;height:28px;border-radius:12px;background:#fff;box-shadow:-8px 2px 0 0 rgba(255,255,255,.75),8px 2px 0 0 rgba(255,255,255,.75)}
.catalog-category-card.catalog-icon-repeat-20 .catalog-icon:after{width:14px;height:8px;border-radius:999px;background:#fff;top:68%}

.catalog-category-card.catalog-icon-repeat-21 .catalog-icon{background:linear-gradient(135deg,#ff9dbb,#ff7aa1)}
.catalog-category-card.catalog-icon-repeat-21 .catalog-icon:before{width:20px;height:20px;border:3px solid #fff;border-radius:50%}
.catalog-category-card.catalog-icon-repeat-21 .catalog-icon:after{width:4px;height:18px;background:#fff;top:67%;box-shadow:0 8px 0 0 #fff,6px 8px 0 0 #fff,-6px 8px 0 0 #fff}

.catalog-category-card.catalog-icon-repeat-22 .catalog-icon{background:linear-gradient(135deg,#63d68b,#2eb566)}
.catalog-category-card.catalog-icon-repeat-22 .catalog-icon:before{width:20px;height:20px;border:3px solid #fff;border-radius:50%}
.catalog-category-card.catalog-icon-repeat-22 .catalog-icon:after{width:4px;height:18px;background:#fff;left:62%;top:36%;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 -7px 0 0 #fff,7px 0 0 0 #fff}

.catalog-category-card.catalog-icon-repeat-23 .catalog-icon{background:linear-gradient(135deg,#f0a45b,#d88037)}
.catalog-category-card.catalog-icon-repeat-23 .catalog-icon:before{width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:-12px -4px 0 0 #fff,12px -4px 0 0 #fff,-6px -14px 0 0 #fff,6px -14px 0 0 #fff}
.catalog-category-card.catalog-icon-repeat-23 .catalog-icon:after{width:18px;height:14px;border-radius:50% 50% 45% 45%;background:#fff;top:62%}

.catalog-category-card.catalog-icon-repeat-24 .catalog-icon{background:linear-gradient(135deg,#ffd95b,#ffb400)}
.catalog-category-card.catalog-icon-repeat-24 .catalog-icon:before{width:18px;height:28px;background:#fff;clip-path:polygon(42% 0,100% 0,62% 42%,84% 42%,18% 100%,40% 56%,18% 56%)}
.catalog-category-card.catalog-icon-repeat-24 .catalog-icon:after{display:none}

/* Fluid Balance category icon */
.catalog-category-card.cat-98117 .catalog-icon{
  background:linear-gradient(135deg,#7ad3ff,#47bdb4);
}

.catalog-category-card.cat-98117 .catalog-icon:before{
  width:18px;
  height:26px;
  border-radius:50% 50% 55% 55% / 58% 58% 42% 42%;
  background:#fff;
  transform:translate(-50%,-54%);
}

.catalog-category-card.cat-98117 .catalog-icon:after{
  width:20px;
  height:10px;
  border:3px solid #fff;
  border-top:0;
  border-radius:0 0 18px 18px;
  background:transparent;
  transform:translate(-50%,8px);
}

/* Anxiety category icon - head with stress bolt */
.catalog-category-card.cat-98118 .catalog-icon{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#8d8df8,#ffb16d)!important;
}

.catalog-category-card.cat-98118 .catalog-icon:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:27px!important;
  height:31px!important;
  border-radius:50% 50% 45% 45%!important;
  border:4px solid #ffffff!important;
  background:transparent!important;
  transform:translate(-50%,-50%)!important;
  z-index:2!important;
}

.catalog-category-card.cat-98118 .catalog-icon:after{
  content:""!important;
  position:absolute!important;
  left:54%!important;
  top:48%!important;
  width:16px!important;
  height:24px!important;
  background:#ffffff!important;
  clip-path:polygon(46% 0,100% 0,62% 42%,86% 42%,28% 100%,42% 56%,14% 56%)!important;
  transform:translate(-50%,-50%)!important;
  z-index:3!important;
}

/* Energy Supplements category icon */
.catalog-category-card.cat-98119 .catalog-icon{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#7edcff,#ff4f9a)!important;
}

/* lightning bolt */
.catalog-category-card.cat-98119 .catalog-icon:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:24px!important;
  height:34px!important;
  background:#ffffff!important;
  clip-path:polygon(
    46% 0,
    92% 0,
    62% 40%,
    84% 40%,
    28% 100%,
    42% 56%,
    12% 56%
  )!important;
  transform:translate(-50%,-50%) rotate(4deg)!important;
  z-index:3!important;
}

/* small energy spark */
.catalog-category-card.cat-98119 .catalog-icon:after{
  content:""!important;
  position:absolute!important;
  right:12px!important;
  top:12px!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#ffffff!important;
  box-shadow:
    -26px 26px 0 -2px rgba(255,255,255,.85),
    -2px 30px 0 -3px rgba(255,255,255,.75),
    -28px 2px 0 -3px rgba(255,255,255,.75)!important;
  z-index:2!important;
}


.ingredient-fact-box {
  margin: 28px 0;
  padding: 24px 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, #e8f7ff 0%, #f5fbff 52%, #fff0f7 100%);
  border: 1px solid rgba(34, 156, 214, 0.22);
  box-shadow: 0 18px 42px rgba(14, 91, 130, 0.10);
  position: relative;
  overflow: hidden;
}

.ingredient-fact-box::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(199, 64, 113, 0.14);
}

.ingredient-fact-box::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(46, 111, 119, 0.12);
}

.ingredient-fact-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #c74071;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.ingredient-fact-label::before {
  content: "✦";
  font-size: 13px;
}

.ingredient-fact-box h3 {
  margin: 0 0 10px;
  color: #0b5268;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
  position: relative;
  z-index: 1;
}

.ingredient-fact-box p {
  margin: 0;
  color: #31515c;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}


.ingredient-faq-section {
  margin: 42px 0;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f3fbff 0%, #ffffff 58%, #fff1f7 100%);
  border: 1px solid rgba(30, 144, 190, 0.18);
  box-shadow: 0 20px 55px rgba(13, 82, 112, 0.08);
}

.ingredient-faq-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.ingredient-section-number {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b83b8, #28b8d8);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(11, 131, 184, 0.24);
}

.ingredient-section-kicker {
  margin: 0 0 5px;
  color: #c74071;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ingredient-faq-head h2 {
  margin: 0;
  color: #093f58;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.ingredient-faq-list {
  display: grid;
  gap: 14px;
}

.ingredient-faq-item {
  padding: 22px 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(30, 144, 190, 0.15);
  box-shadow: 0 10px 26px rgba(15, 83, 117, 0.06);
  position: relative;
  overflow: hidden;
}

.ingredient-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: #c74071;
}

.ingredient-faq-item h3 {
  margin: 0 0 9px;
  color: #0b5268;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
}

.ingredient-faq-item p {
  margin: 0;
  color: #345866;
  font-size: 16px;
  line-height: 1.72;
}

@media (max-width: 640px) {
  .ingredient-faq-section {
    margin: 30px 0;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .ingredient-faq-head {
    gap: 12px;
  }

  .ingredient-section-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 18px;
  }

  .ingredient-faq-head h2 {
    font-size: 23px;
  }

  .ingredient-faq-item {
    padding: 19px 18px 19px 22px;
  }

  .ingredient-faq-item h3 {
    font-size: 17px;
  }

  .ingredient-faq-item p {
    font-size: 15px;
  }
}


/* Patch: ingredient FAQ full content width */
.ingredient-faq-section {
  width: 100%;
  max-width: none;
  margin: 42px 0;
  box-sizing: border-box;
}

.article-content .ingredient-faq-section,
.content-card .ingredient-faq-section,
.article .ingredient-faq-section,
.ingredient-faq-output-section .ingredient-faq-section {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.ingredient-faq-section *,
.ingredient-faq-section *::before,
.ingredient-faq-section *::after {
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .ingredient-faq-section {
    width: 100%;
    max-width: none;
    margin: 30px 0;
    padding: 22px 18px;
  }
}

.ingredient-faq-output-section .wrap {
  width: min(1220px, 94vw);
  margin-left: auto;
  margin-right: auto;
}



/* Patch: full category description before bottom catalog categories */
.category-full-description-section {
  padding-top: 18px;
  padding-bottom: 38px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 79, 154, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.category-full-description-card {
  position: relative;
  overflow: hidden;
  padding: 36px 40px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0%, rgba(126, 220, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f3fbff 100%);
  box-shadow: 0 18px 46px rgba(7, 52, 82, 0.08);
}

.category-full-description-card::before {
  content: "";
  position: absolute;
  right: -72px;
  top: -82px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 79, 154, 0.20), rgba(26, 167, 225, 0.10));
  pointer-events: none;
}

.category-full-description-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 116px;
  bottom: 36px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green), var(--orange));
  opacity: 0.72;
  pointer-events: none;
}

.category-full-description-head,
.category-full-description-content {
  position: relative;
  z-index: 1;
}

.category-full-description-head h2 {
  max-width: 900px;
  margin: 10px 0 22px 20px;
  color: var(--ink);
  font-family: Sora, Manrope, sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.category-full-description-content {
  margin-left: 20px;
  max-width: 980px;
  padding: 26px 30px;
  border-radius: 24px;
  border: 1px solid #d5eaf6;
  background: rgba(255, 255, 255, 0.86);
  color: #355063;
  font-size: 17px;
  line-height: 1.78;
  box-shadow: 0 10px 26px rgba(7, 52, 82, 0.045);
}

.category-full-description-content h2,
.category-full-description-content h3,
.category-full-description-content h4 {
  color: var(--ink);
  font-family: Sora, Manrope, sans-serif;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.category-full-description-content h2 {
  margin: 28px 0 14px;
  font-size: 30px;
}

.category-full-description-content h3 {
  margin: 24px 0 10px;
  font-size: 23px;
}

.category-full-description-content p {
  margin: 0 0 16px;
  color: #355063;
}

.category-full-description-content ul,
.category-full-description-content ol {
  margin: 14px 0 18px;
  padding-left: 22px;
}

.category-full-description-content li {
  margin-bottom: 8px;
}

.category-full-description-content a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.category-full-description-content table {
  width: 100%;
  margin: 22px 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
}

.category-full-description-content th,
.category-full-description-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.category-full-description-content th {
  background: linear-gradient(135deg, #e7f7ff, #fff0f7);
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.category-full-description-content tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 760px) {
  .category-full-description-section {
    padding-top: 8px;
    padding-bottom: 26px;
  }

  .category-full-description-card {
    padding: 24px 20px;
    border-radius: 26px;
  }

  .category-full-description-card::after {
    display: none;
  }

  .category-full-description-head h2 {
    margin-left: 0;
    font-size: 27px;
    line-height: 1.16;
  }

  .category-full-description-content {
    margin-left: 0;
    padding: 20px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .category-full-description-content table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }
}

/* Patch: wider ingredient description on mobile */
.article-content .article-content {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 760px) {
  .content-card,
  .article,
  .panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .article-content {
    width: 100%;
    max-width: 100%;
  }

  .article-content .article-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .ingredient-detail-section .content-card,
  .ingredient-detail-section .article,
  .ingredient-detail-section .panel {
    padding-left: 14px;
    padding-right: 14px;
  }


  .ingredient-fact-box {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .ingredient-fact-box p {
    font-size: 15px;
    line-height: 1.68;
  }
}

/* Patch: centered wider ingredient content on mobile */
.article-content .article-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 760px) {
  .ingredient-detail-section .wrap {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ingredient-detail-section .content-card {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ingredient-detail-section .article-content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ingredient-detail-section .article-content .article-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .ingredient-fact-box {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 18px;
  }
}

@media (max-width: 760px) {
  .ingredients-section .content-card h2,
  .ingredients-section .content-card .article-content,
  .category-full-description-head h2,
  .category-full-description-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Patch: dark guides section without green tone */
.guides-section{
  background:
    radial-gradient(circle at 88% 6%, rgba(126,220,255,.22), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(255,79,154,.18), transparent 34%),
    linear-gradient(135deg,#073452 0%,#0a2e4d 52%,#05263d 100%) !important;
  color:#fff !important;
  position:relative;
  overflow:hidden;
}

.guides-section:before{
  content:"";
  position:absolute;
  right:-110px;
  top:-130px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(126,220,255,.20),transparent 66%);
  pointer-events:none;
}

.guides-section:after{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-160px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,79,154,.18),transparent 68%);
  pointer-events:none;
}

.guides-section .wrap{
  position:relative;
  z-index:1;
}

.guides-section .guide-panel{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:none !important;
}

.guides-section .guide-panel h2,
.guides-section .guide-panel h3{
  color:#fff !important;
}

.guides-section .guide-panel p{
  color:#d8eaf5 !important;
}

.guides-section .eyebrow{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.16) !important;
  color:#79dcff !important;
}

.guides-section .eyebrow:before{
  background:#ff4f9a !important;
  box-shadow:0 0 0 5px rgba(255,79,154,.16) !important;
}

.guides-section .guide-row{
  background:rgba(255,255,255,.96) !important;
  border-color:rgba(255,255,255,.16) !important;
}

.guides-section .guide-row h3{
  color:#073452 !important;
}

.guides-section .guide-row span{
  background:linear-gradient(135deg,#17a9c9,#79dcff) !important;
}

.guides-section .guide-row b{
  color:#0877b8 !important;
}

.guides-section .btn-dark{
  background:linear-gradient(135deg,#ff4f9a,#17a9c9) !important;
  border-color:rgba(255,255,255,.14) !important;
  color:#fff !important;
  box-shadow:0 14px 34px rgba(255,79,154,.20);
}

.guides-section .btn-dark:hover{
  background:linear-gradient(135deg,#17a9c9,#0877b8) !important;
}


/* Patch: calmer table header style */
.ingredient-table th,
.article th,
.content-card th,
.article table th,
.content-card table th,
.category-full-description-content th,
.package-table th{
  background:#eaf6ff !important;
  color:#0a2e4d !important;
  border-bottom:1px solid #d3ecf7 !important;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.ingredient-table th:first-child,
.article th:first-child,
.content-card th:first-child,
.article table th:first-child,
.content-card table th:first-child,
.category-full-description-content th:first-child,
.package-table th:first-child{
  background:#eaf6ff !important;
  color:#0a2e4d !important;
  
  font-size: 17px;    
    
    
}





 .product-overview{
    margin:0;
    padding:0;
    list-style:none;
}

.product-overview li{
    padding:8px 0;
    border-bottom:1px solid #eee;
    font-size: 17px;
}    
        

        
    /* Responsive Card Table */

.responsive-table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
}

.responsive-table th{
    background:#2563eb;
    color:#fff;
    padding:14px;
    text-align:left;
}

.responsive-table td{
    padding:14px;
    border-bottom:1px solid #e5e7eb;
}

.responsive-table tr:nth-child(even){
    background:#f8fafc;
}

@media (max-width:768px){

    .responsive-table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr{
        display:block;
        width:100%;
    }

    .responsive-table thead{
        display:none;
    }

    .responsive-table tr{
        background:#fff;
        border:1px solid #e5e7eb;
        border-radius:12px;
        margin-bottom:18px;
        padding:10px;
        box-shadow:0 4px 12px rgba(0,0,0,.05);
    }

    .responsive-table td{
        border:none;
        padding:10px 10px 10px 45%;
        position:relative;
        min-height:40px;
    }

    .responsive-table td:before{
        position:absolute;
        left:12px;
        top:10px;
        width:40%;
        font-weight:700;
        color:#0f172a;
        content:attr(data-label);
    }
}    
    
        
        
@media (max-width:768px){

    .responsive-table td{
        border:none;
        padding:12px 10px 12px 45%;
        position:relative;
        min-height:50px;
        font-size:27px;
        line-height:1.7;
    }

    .responsive-table td:before{
        position:absolute;
        left:12px;
        top:12px;
        width:40%;
        font-size:16px;
        font-weight:800;
        color:#0f172a;
        content:attr(data-label);
    }
}       
        
        

.responsive-table td{
    font-size:17px;
}

.responsive-table td:before{
    font-size:16px;
    font-weight:800;
}        
        