: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:var(--text);font-family:Manrope,Arial,Helvetica,sans-serif;font-size:16px;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:Sora,Manrope,sans-serif;font-weight:800;font-size:clamp(34px,4.7vw,58px);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:#526d7e;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:#3f4d45}
.item-image{margin:0 0 24px;border-radius:26px;overflow:hidden;background:#f3f8e8}
.item-image img{width:100%;max-height:540px;object-fit:cover}
.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{width:190px;height:190px;min-height:190px;border-radius:50%;background-color:#fff;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;border:6px solid rgba(255,107,130,.55);box-shadow:0 16px 34px rgba(255,107,130,.16), inset 0 0 0 8px rgba(255,255,255,.95);padding:18px;justify-self:center}
.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:16px}
  .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:14px;
  line-height:1.55;
}

.ingredient-table td:first-child,
.article table td:first-child,
.content-card table td:first-child{
  font-size:15px;
  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:13px;
  }
}

/* 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:var(--muted);
  font-size:15px;
  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:14px;
  }
}



/* 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{
  width:190px;
  height:190px;
  min-height:190px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background-color:#fff;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  border:6px solid rgba(255,107,130,.55);
  box-shadow:0 16px 34px rgba(255,107,130,.16), inset 0 0 0 8px rgba(255,255,255,.95);
  padding:18px;
  overflow:hidden;
  justify-self:center;
}

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


.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{
    width:170px;
    height:170px;
    min-height:170px;
  }

  .related-product-img img{
    height:100%;
  }

  .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;
}
/* =========================================================
   Mediclime luxury redesign: warm pink + warm turquoise
   ========================================================= */
:root{
  --mc-ink:#063f45;
  --mc-deep:#004d52;
  --mc-teal:#12b8b0;
  --mc-teal-warm:#8fe6dd;
  --mc-pink:#ff6b82;
  --mc-pink-soft:#ffe6e7;
  --mc-coral:#ef5848;
  --mc-purple:#7d45df;
  --mc-acid:#d9f24a;
  --mc-cream:#fff8f1;
  --mc-paper:#fffdfa;
  --mc-line:#f0dcd6;
  --mc-muted:#557078;
  --mc-shadow:0 28px 80px rgba(42,22,18,.12);
  --mc-radius:30px;
}
html{scroll-behavior:smooth}
body.mc-theme{background:radial-gradient(circle at 83% 3%,rgba(255,107,130,.24),transparent 24%),radial-gradient(circle at 8% 4%,rgba(143,230,221,.22),transparent 22%),linear-gradient(180deg,#fffaf5 0%,#fff6f1 44%,#fff 100%);color:var(--mc-ink);font-family:Manrope,Arial,sans-serif;letter-spacing:-.01em}
body.mc-theme:before{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.55),rgba(255,255,255,0)),radial-gradient(circle at 20% 40%,rgba(217,242,74,.11),transparent 21%);pointer-events:none}
body.mc-theme .wrap{max-width:1500px;width:calc(100% - 72px);margin-inline:auto}
body.mc-theme .site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,245,.82)!important;border-bottom:1px solid rgba(240,220,214,.72)!important;box-shadow:0 12px 42px rgba(7,49,54,.04)!important;backdrop-filter:blur(22px)}
body.mc-theme .mc-nav-wrap{display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;min-height:82px;padding:0!important}
body.mc-theme .brand.mc-brand{display:flex;align-items:center;min-width:210px}
body.mc-theme .brand.mc-brand img{width:210px;max-height:54px;object-fit:contain;display:block}
body.mc-theme .mc-nav-menu{display:flex;align-items:center;justify-content:center;gap:28px;padding:0;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}
body.mc-theme .mc-nav-menu a{padding:10px 0!important;min-height:auto!important;border-radius:0!important;background:transparent!important;color:#0a3d44!important;font-weight:900;font-size:14px;letter-spacing:-.02em;position:relative}
body.mc-theme .mc-nav-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:linear-gradient(90deg,var(--mc-pink),var(--mc-teal));transition:.22s ease;border-radius:99px}
body.mc-theme .mc-nav-menu a:hover:after{right:0}
body.mc-theme .mc-nav-menu a:hover{transform:none!important;color:var(--mc-pink)!important}
body.mc-theme .mc-nav-actions{display:flex;align-items:center;gap:14px}
body.mc-theme .mc-icon-btn,.mc-user-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(4,77,82,.12);background:rgba(255,255,255,.56);position:relative}
body.mc-theme .mc-icon-btn:before{content:"";width:15px;height:15px;border:2px solid var(--mc-ink);border-radius:50%}
body.mc-theme .mc-icon-btn:after{content:"";position:absolute;width:8px;height:2px;background:var(--mc-ink);transform:translate(9px,9px) rotate(45deg);border-radius:9px}
body.mc-theme .mc-user-btn:before{content:"";width:11px;height:11px;border:2px solid var(--mc-ink);border-radius:50%;position:absolute;top:10px}
body.mc-theme .mc-user-btn:after{content:"";width:20px;height:11px;border:2px solid var(--mc-ink);border-top:0;border-radius:0 0 16px 16px;position:absolute;bottom:9px}
body.mc-theme .btn{border-radius:999px!important;min-height:46px!important;font-weight:900!important}
body.mc-theme .btn-primary{background:linear-gradient(135deg,#ff7891 0%,#ff4d71 55%,#ef5848 100%)!important;border:0!important;color:#fff!important;box-shadow:0 16px 34px rgba(255,77,113,.22)!important}
body.mc-theme .btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 42px rgba(255,77,113,.28)!important}
body.mc-theme .mc-sign{padding:0 28px!important;min-height:46px!important}
.mc-main{overflow:hidden}.mc-hero{position:relative;padding:38px 0 18px}.mc-hero-wrap{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.92fr) 310px;gap:38px;align-items:center;min-height:520px;position:relative}.mc-hero-copy{position:relative;z-index:4}.mc-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:999px;background:rgba(255,107,130,.12);color:var(--mc-pink);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.14em}.mc-kicker:after{content:"";width:22px;height:10px;background:radial-gradient(circle,var(--mc-acid) 35%,transparent 38%);background-size:9px 9px}.mc-hero h1{margin:28px 0 18px;max-width:760px;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(54px,6.8vw,94px);line-height:.92;font-weight:400;letter-spacing:-.055em;color:var(--mc-ink)}.mc-hero h1 em{display:block;color:#ff7289;font-style:italic;text-shadow:0 12px 40px rgba(255,107,130,.14)}.mc-hero p{max-width:620px;color:#183d45;font-size:19px;line-height:1.7;font-weight:600}.mc-search{margin-top:28px;max-width:660px;display:grid;grid-template-columns:minmax(0,1fr) 70px;background:#fff;border:1px solid rgba(240,220,214,.95);border-radius:999px;box-shadow:0 20px 60px rgba(45,28,20,.09);overflow:hidden}.mc-search input{min-height:70px;border:0!important;box-shadow:none!important;border-radius:0!important;background:#fff!important;padding:0 28px!important;color:var(--mc-ink);font-weight:700}.mc-search button{border:0;background:linear-gradient(135deg,#ff7891,#ff4e6f);cursor:pointer;position:relative}.mc-search button:before{content:"";position:absolute;left:22px;top:19px;width:22px;height:22px;border:3px solid #fff;border-radius:50%}.mc-search button:after{content:"";position:absolute;left:43px;top:41px;width:14px;height:3px;border-radius:9px;background:#fff;transform:rotate(45deg)}.mc-chips{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;color:#153e45;font-size:13px}.mc-chips a,.mc-chips span{display:inline-flex;align-items:center;padding:9px 16px;border:1px solid rgba(4,77,82,.11);border-radius:999px;background:rgba(255,255,255,.64);font-size:13px;font-weight:800;color:#33545b}.mc-hero-visual{position:relative;min-height:500px;display:grid;place-items:center}.mc-hero-visual:before{content:"";position:absolute;inset:18% 2% 3% 12%;background:#ffcfd4;border-radius:48% 52% 0 42%;filter:blur(.2px);opacity:.72}.mc-hero-visual:after{content:"";position:absolute;left:4%;bottom:8%;width:260px;height:140px;background:radial-gradient(ellipse at center,rgba(255,198,54,.55),transparent 63%);border-radius:50%;opacity:.65}.mc-blob{position:absolute;right:5%;top:12%;width:330px;height:330px;background:rgba(143,230,221,.55);border-radius:50%;box-shadow:-80px 80px 0 rgba(255,107,130,.18),40px 100px 0 rgba(217,242,74,.18)}.mc-hero-visual img{position:relative;z-index:2;max-width:430px;max-height:430px;object-fit:contain;filter:drop-shadow(0 36px 44px rgba(21,44,42,.19))}.mc-personal-card{position:relative;z-index:5;border:1px solid rgba(240,220,214,.88);border-radius:26px;background:rgba(255,255,255,.82);box-shadow:var(--mc-shadow);padding:28px;backdrop-filter:blur(16px)}.mc-personal-card h3{margin:0 0 12px;font-family:"DM Serif Display",Georgia,serif;font-size:28px;color:var(--mc-ink);font-weight:400}.mc-personal-card p{margin:0 0 12px;color:#47646a;font-size:13px;font-weight:800}.mc-mini-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 20px}.mc-mini-tabs span{padding:8px 13px;background:#fff;border:1px solid rgba(4,77,82,.13);border-radius:999px;font-size:12px;font-weight:900}.mc-personal-card small{display:block;color:#254a51;font-weight:1000;margin-bottom:10px}.mc-rec{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center;background:#fff;border:1px solid rgba(240,220,214,.95);border-radius:18px;padding:12px;color:var(--mc-ink)}.mc-rec img{width:62px;height:62px;object-fit:contain}.mc-rec strong{font-size:15px}.mc-rec span{grid-column:2;color:#647d82;font-size:12px;font-weight:700}.mc-why{font-size:13px!important;line-height:1.55!important;margin:18px 0!important}.mc-why b{display:block;color:#173f46}.mc-line-icon{display:grid;place-items:center}.mc-line-icon svg{width:45px;height:45px;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.mc-topic-strip{margin-top:8px;display:grid;grid-template-columns:repeat(10,1fr);gap:0;border:1px solid rgba(240,220,214,.9);border-radius:24px;background:rgba(255,255,255,.78);box-shadow:0 22px 64px rgba(45,28,20,.08);overflow:hidden}.mc-topic-strip a{min-height:126px;display:grid;place-items:center;align-content:center;gap:9px;color:var(--mc-ink);border-right:1px solid rgba(240,220,214,.8);font-weight:900;font-size:13px}.mc-topic-strip a:hover{background:linear-gradient(180deg,#fff,#fff0f0);color:var(--mc-pink)}.mc-topic-strip a:nth-child(5n+1){color:#ff5977}.mc-topic-strip a:nth-child(5n+2){color:#7d45df}.mc-topic-strip a:nth-child(5n+3){color:#12a8a0}.mc-feature-strip{margin-top:18px;display:grid;grid-template-columns:repeat(6,1fr);gap:0;border:1px solid rgba(240,220,214,.85);border-radius:24px;background:rgba(255,255,255,.63);overflow:hidden}.mc-feature-strip div{padding:28px 22px;text-align:center;border-right:1px solid rgba(240,220,214,.8)}.mc-feature-strip div:last-child,.mc-topic-strip a:last-child{border-right:0}.mc-feature-strip .mc-line-icon{color:var(--mc-deep)}.mc-feature-strip div:nth-child(even) .mc-line-icon{color:#7a9c24}.mc-feature-strip div:nth-child(3n) .mc-line-icon{color:var(--mc-pink)}.mc-feature-strip h3{margin:12px 0 7px;font-family:"DM Serif Display",Georgia,serif;font-size:20px;font-weight:400;color:var(--mc-ink)}.mc-feature-strip p{margin:0;color:#455f66;font-size:13px;font-weight:650;line-height:1.55}.mc-research{margin-top:28px;display:grid;grid-template-columns:1.05fr 1fr 330px;gap:28px;align-items:center;padding:34px;border-radius:26px;background:radial-gradient(circle at 55% 30%,rgba(18,184,176,.28),transparent 36%),linear-gradient(135deg,#004145,#006f71 100%);color:#fff;box-shadow:0 24px 70px rgba(0,77,82,.2);position:relative;overflow:hidden}.mc-research:before{content:"";position:absolute;left:0;top:0;width:220px;height:100%;opacity:.18;background:linear-gradient(150deg,transparent 30%,rgba(255,255,255,.45));clip-path:polygon(0 0,80% 0,20% 100%,0 100%)}.mc-research-copy{position:relative}.mc-research-copy span{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#c8ff5a;font-weight:1000}.mc-research h2{font-family:"DM Serif Display",Georgia,serif;font-size:42px;line-height:1.02;font-weight:400;margin:14px 0}.mc-research p{font-size:16px;line-height:1.7;color:#e7ffff;max-width:520px}.mc-research a{display:inline-flex;margin-top:12px;padding:13px 24px;border:1px solid rgba(255,255,255,.45);border-radius:999px;color:#fff;font-weight:900}.mc-research a:hover{background:var(--mc-acid);color:#193b3b;border-color:var(--mc-acid)}.mc-research-image{border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 22px 50px rgba(0,0,0,.16)}.mc-research-image img{display:block;width:100%;height:260px;object-fit:cover}.mc-stats{display:grid;gap:18px}.mc-stats div{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.28)}.mc-stats svg{width:45px;height:45px;fill:none;stroke:#fff;stroke-width:2}.mc-stats b{font-size:28px;color:#ff7790}.mc-stats span{grid-column:2;color:#e4fbfa;font-size:13px;font-weight:800}.mc-dashboard{margin-top:20px;display:grid;grid-template-columns:.95fr 1fr 1fr 1.45fr;gap:16px}.mc-card{border:1px solid rgba(240,220,214,.82);border-radius:22px;background:rgba(255,255,255,.76);box-shadow:0 20px 50px rgba(45,28,20,.06);padding:24px;min-height:280px}.mc-card h2,.mc-section-head h2,.mc-compare h2,.mc-newsletter h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;color:var(--mc-ink);letter-spacing:-.03em}.mc-card h2{font-size:28px;margin:0 0 14px}.mc-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.mc-card-head a,.mc-card>a,.mc-ingredient-tool>a,.mc-list-card>a:last-child{color:var(--mc-pink);font-weight:900}.mc-article-row{display:grid;grid-template-columns:78px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid rgba(240,220,214,.75);color:var(--mc-ink)}.mc-article-row span{width:78px;height:58px;border-radius:13px;background:linear-gradient(135deg,#ffe0e2,#c8f4ee)}.mc-article-row:nth-child(3) span{background:linear-gradient(135deg,#f9d5ff,#d9f24a)}.mc-article-row:nth-child(4) span{background:linear-gradient(135deg,#ffe1b7,#8fe6dd)}.mc-article-row strong{font-size:14px;line-height:1.3}.mc-article-row small{grid-column:2;color:#7d8d91}.mc-product-tool img{width:100%;height:128px;object-fit:contain;margin:3px 0 12px}.mc-product-tool select{width:100%;border:1px solid rgba(240,220,214,.9);border-radius:14px;background:#fff;padding:13px;color:var(--mc-ink);font-weight:800;margin-bottom:14px}.mc-product-tool .btn{width:100%}.mc-glass-art{height:135px;border-radius:18px;background:radial-gradient(circle at 50% 60%,rgba(18,184,176,.25),transparent 34%),linear-gradient(135deg,#fff,#eafffb);position:relative;overflow:hidden;margin:12px 0}.mc-glass-art:before{content:"";position:absolute;left:50%;top:18%;width:90px;height:90px;border-radius:50%;border:3px solid rgba(18,184,176,.45);transform:translateX(-50%)}.mc-glass-art:after{content:"";position:absolute;right:18%;bottom:18%;width:70px;height:6px;background:#12b8b0;border-radius:99px;transform:rotate(-35deg);box-shadow:0 -24px 0 -1px rgba(255,107,130,.6),-120px -35px 0 -1px rgba(217,242,74,.75)}.mc-ingredient-tool form input{border-radius:999px!important;background:#fff!important;border-color:rgba(240,220,214,.9)!important}.mc-topic-card>div:last-child{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mc-topic-card a{display:grid;place-items:center;gap:7px;min-height:90px;border:1px solid rgba(240,220,214,.85);border-radius:16px;background:rgba(255,255,255,.58);color:var(--mc-ink);font-size:12px;font-weight:900;text-align:center}.mc-topic-card .mc-line-icon svg{width:32px;height:32px}.mc-compare{margin-top:20px;padding:28px 34px;display:grid;grid-template-columns:.9fr 1.25fr 1fr;gap:28px;align-items:center;border:1px solid rgba(255,107,130,.22);border-radius:26px;background:radial-gradient(circle at 43% 45%,rgba(143,230,221,.32),transparent 22%),linear-gradient(135deg,#ffe4e2 0%,#fffaf4 49%,#fff 100%);box-shadow:0 22px 52px rgba(45,28,20,.07)}.mc-compare h2{font-size:38px;line-height:1.05;margin:0 0 14px}.mc-compare p{color:#32575d;font-weight:650;line-height:1.65}.mc-compare a{display:inline-flex;padding:13px 22px;border-radius:999px;background:var(--mc-deep);color:#fff;font-weight:900;margin-top:6px}.mc-compare-products{display:grid;grid-template-columns:1fr 72px 1fr;align-items:center;text-align:center}.mc-compare-products img{max-width:210px;justify-self:center;filter:drop-shadow(0 20px 28px rgba(0,77,82,.14))}.mc-compare-products span{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:#ffd9d7;color:#003f45;font-family:"DM Serif Display";font-size:24px}.mc-compare ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}.mc-compare li{position:relative;padding-left:28px;color:#284d53;font-weight:800}.mc-compare li:before{content:"";position:absolute;left:0;top:4px;width:17px;height:17px;border:2px solid #78a323;border-radius:50%}.mc-compare li:after{content:"";position:absolute;left:5px;top:9px;width:8px;height:4px;border-left:2px solid #78a323;border-bottom:2px solid #78a323;transform:rotate(-45deg)}.mc-resource-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:20px}.mc-mini-resource{padding:22px;border:1px solid rgba(240,220,214,.86);border-radius:20px;background:rgba(255,255,255,.7);box-shadow:0 16px 38px rgba(45,28,20,.05)}.mc-mini-resource h3{margin:0 0 7px;color:var(--mc-ink);font-size:17px}.mc-mini-resource p{margin:0;color:#557078;font-size:13px;font-weight:650}.mc-acid{background:linear-gradient(135deg,#f6ff62,#d9f24a);border-color:#d9f24a}.mc-formulas{margin-top:22px}.mc-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mc-section-head h2{font-size:38px;margin:0}.mc-section-head a{color:var(--mc-pink);font-weight:900}.mc-formula-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mc-formula{display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center;padding:18px;border:1px solid rgba(240,220,214,.86);border-radius:22px;background:rgba(255,255,255,.75);color:var(--mc-ink);box-shadow:0 18px 42px rgba(45,28,20,.06)}.mc-formula img{width:110px;height:110px;object-fit:contain}.mc-formula strong{font-size:18px}.mc-formula span{grid-column:2;color:var(--mc-pink);font-weight:900}.mc-newsletter{margin-top:22px;margin-bottom:0;display:grid;grid-template-columns:1fr minmax(320px,560px);gap:28px;align-items:center;padding:34px 50px;border-radius:26px 26px 0 0;background:linear-gradient(135deg,#ff6b82 0%,#ff8ba0 58%,#ffdcd8 100%);color:#fff;position:relative;overflow:hidden}.mc-newsletter:before{content:"";position:absolute;left:28px;bottom:-18px;width:180px;height:120px;border:2px solid rgba(255,255,255,.32);border-radius:45%;transform:rotate(-9deg)}.mc-newsletter h2{font-size:40px;margin:0 0 8px;color:#fff}.mc-newsletter p{margin:0;color:#fff7f7;font-weight:650}.mc-newsletter form{display:grid;grid-template-columns:1fr 160px;background:#fff;border-radius:999px;overflow:hidden;box-shadow:0 14px 34px rgba(120,27,45,.14)}.mc-newsletter input{border:0!important;border-radius:0!important;background:#fff!important;min-height:58px!important;padding:0 24px!important}.mc-newsletter button{border:0;background:var(--mc-deep);color:#fff;font-weight:900;cursor:pointer}.mc-footer{margin-top:0!important;background:linear-gradient(135deg,#004145 0%,#006f71 100%)!important;color:#eafffb!important;border:0!important}.mc-footer-top{display:grid;grid-template-columns:1.4fr repeat(4,1fr) 150px;gap:34px;padding:54px 0 34px}.mc-footer a,.mc-footer span{display:block;color:#dff8f4!important;margin:9px 0;font-weight:650;font-size:14px}.mc-footer h4{margin:0 0 12px;color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.mc-footer-brand img{width:190px;filter:brightness(0) invert(1)}.mc-footer-brand p{max-width:310px;color:#dff8f4;font-weight:650}.mc-socials{display:flex;gap:10px}.mc-socials span{width:32px;height:32px;border:1px solid rgba(255,255,255,.35);border-radius:50%;margin:0;background:rgba(255,255,255,.05)}.mc-evidence-seal{width:128px;height:128px;border:2px solid #e4c45e;border-radius:50%;display:grid!important;place-items:center;text-align:center;color:#e4c45e!important;text-transform:uppercase;letter-spacing:.14em;font-weight:1000;font-size:13px}.mc-evidence-seal span{color:#e4c45e!important;margin:0!important}.mc-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0 28px;text-align:center;color:#dff8f4;font-size:13px}.mobile-bar{background:rgba(255,255,255,.84)!important;border-top:1px solid rgba(240,220,214,.9)!important;backdrop-filter:blur(16px)}
@media(max-width:1180px){body.mc-theme .mc-nav-menu{display:none}.mc-hero-wrap{grid-template-columns:1fr}.mc-hero-visual{min-height:360px;order:2}.mc-personal-card{order:3}.mc-topic-strip{grid-template-columns:repeat(5,1fr)}.mc-feature-strip{grid-template-columns:repeat(3,1fr)}.mc-research,.mc-dashboard,.mc-compare,.mc-newsletter,.mc-footer-top{grid-template-columns:1fr}.mc-resource-row,.mc-formula-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){body.mc-theme .wrap{width:calc(100% - 28px)}body.mc-theme .mc-nav-wrap{grid-template-columns:1fr auto;min-height:70px}.mc-brand img{width:168px!important}.mc-user-btn,.mc-icon-btn{display:none!important}.mc-sign{padding:0 18px!important}.mc-hero{padding-top:18px}.mc-hero-wrap{gap:10px;min-height:auto}.mc-hero h1{font-size:50px}.mc-search{grid-template-columns:1fr 56px}.mc-search input{min-height:58px!important;padding:0 18px!important}.mc-search button:before{left:18px;top:17px;width:17px;height:17px}.mc-search button:after{left:35px;top:36px}.mc-hero-visual{min-height:270px}.mc-hero-visual img{max-width:260px;max-height:260px}.mc-topic-strip{grid-template-columns:repeat(2,1fr)}.mc-topic-strip a{min-height:96px}.mc-feature-strip{grid-template-columns:1fr}.mc-feature-strip div,.mc-topic-strip a{border-right:0;border-bottom:1px solid rgba(240,220,214,.8)}.mc-research{padding:24px;grid-template-columns:1fr}.mc-research h2{font-size:34px}.mc-research-image img{height:200px}.mc-dashboard{grid-template-columns:1fr}.mc-topic-card>div:last-child{grid-template-columns:repeat(2,1fr)}.mc-compare{grid-template-columns:1fr;padding:24px}.mc-compare-products{grid-template-columns:1fr 54px 1fr}.mc-compare-products img{max-width:120px}.mc-resource-row,.mc-formula-grid{grid-template-columns:1fr}.mc-newsletter{padding:28px 22px}.mc-newsletter form{grid-template-columns:1fr}.mc-newsletter button{min-height:52px}.mc-footer-top{padding:38px 0;gap:20px}.mc-evidence-seal{width:108px;height:108px}.mc-formula{grid-template-columns:90px 1fr}.mc-formula img{width:90px;height:90px}}


/* Logo refresh */
body.mc-theme .brand.mc-brand{min-width:250px}
body.mc-theme .brand.mc-brand img{width:250px;max-height:66px;object-fit:contain;display:block}
.mc-footer-brand img{width:220px;filter:brightness(0) invert(1)}

/* Homepage circular product treatment */
.mc-hero-product-ring{position:relative;z-index:2;width:min(420px,82vw);height:min(420px,82vw);display:grid;place-items:center;border-radius:50%;background:#fff;border:10px solid rgba(255,116,149,.55);box-shadow:0 28px 70px rgba(255,90,125,.16),0 0 0 16px rgba(255,255,255,.38)}
.mc-hero-product-ring img{width:72%;height:72%;object-fit:contain;filter:drop-shadow(0 22px 32px rgba(21,44,42,.16))}
.mc-rec{grid-template-columns:74px 1fr;align-items:center}
.mc-rec-thumb,.mc-circle-thumb{display:grid;place-items:center;border-radius:50%;background:#fff;border:4px solid rgba(255,116,149,.6);box-shadow:0 10px 24px rgba(255,90,125,.13)}
.mc-rec-thumb{width:74px;height:74px}
.mc-rec-thumb img{width:72%;height:72%;object-fit:contain}
.mc-product-tool .mc-circle-thumb{width:132px;height:132px;margin:4px auto 14px}
.mc-product-tool .mc-circle-thumb img{width:72%;height:72%;object-fit:contain}

@media(max-width:720px){
  body.mc-theme .brand.mc-brand{min-width:0}
  .mc-hero-product-ring{width:260px;height:260px;border-width:8px;box-shadow:0 18px 40px rgba(255,90,125,.16),0 0 0 10px rgba(255,255,255,.34)}
}



/* Mediclime requested fixes: no user account links, cleaner featured card, full-width topic chips */
body.mc-theme .mc-nav-actions .mc-user-btn,
body.mc-theme .mc-nav-actions .mc-sign{display:none!important}
body.mc-theme .mc-hero-product-ring{position:relative;z-index:2;width:min(500px,88vw);height:min(500px,88vw);border-radius:50%;background:#fff;overflow:hidden;display:grid;place-items:center;box-shadow:none!important}
body.mc-theme .mc-hero-product-ring img,
body.mc-theme .mc-hero-visual .mc-hero-product-ring img{width:120%!important;height:120%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;filter:none!important}
body.mc-theme .mc-hero-copy .mc-chips{flex-wrap:nowrap!important;white-space:nowrap;width:max-content;max-width:calc(100vw - 64px);gap:9px;position:relative;z-index:7}
body.mc-theme .mc-hero-copy .mc-chips b{flex:0 0 auto}
body.mc-theme .mc-hero-copy .mc-chips a{flex:0 0 auto}
body.mc-theme .mc-mini-tabs.mc-ingredient-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
body.mc-theme .mc-mini-tabs.mc-ingredient-tabs a{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid rgba(240,220,214,.95);border-radius:999px;background:#fff;color:#365a60;font-size:12px;font-weight:900;text-decoration:none}
body.mc-theme .mc-mini-tabs.mc-ingredient-tabs a:hover{color:var(--mc-pink);border-color:rgba(255,107,130,.35)}
body.mc-theme .mc-rec{display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;margin:0 0 14px!important;color:inherit!important}
body.mc-theme .mc-rec-thumb{display:block!important;width:100%!important;height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.mc-theme .mc-rec-thumb img{display:block!important;width:100%!important;height:auto!important;max-height:210px!important;object-fit:contain!important;filter:none!important}
body.mc-theme .mc-rec strong,
body.mc-theme .mc-rec span:not(.mc-rec-thumb){display:none!important}
body.mc-theme .mc-why b{display:block;color:var(--mc-ink);font-size:16px;line-height:1.25;margin-bottom:6px}
@media(max-width:1180px){body.mc-theme .mc-hero-copy .mc-chips{width:100%;max-width:100%;flex-wrap:wrap!important;white-space:normal}}
@media(max-width:720px){body.mc-theme .mc-hero-product-ring{width:280px;height:280px}body.mc-theme .mc-hero-product-ring img{width:122%!important;height:122%!important}}

/* Mediclime requested refinements: modern sans headings, real product topics, and single-line topic chips */
body.mc-theme .mc-hero h1,
body.mc-theme .mc-card h2,
body.mc-theme .mc-section-head h2,
body.mc-theme .mc-compare h2,
body.mc-theme .mc-newsletter h2,
body.mc-theme .mc-compare-products span {
    font-family: "Outfit", Manrope, Arial, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em !important;
}
body.mc-theme .mc-hero h1 em {
    font-family: "Outfit", Manrope, Arial, sans-serif !important;
    font-weight: 500 !important;
}
body.mc-theme .mc-card h2,
body.mc-theme .mc-section-head h2,
body.mc-theme .mc-compare h2,
body.mc-theme .mc-newsletter h2 {
    font-weight: 550 !important;
}
body.mc-theme .mc-topic-strip {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    align-items: stretch;
}
body.mc-theme .mc-topic-strip a {
    min-height: 116px;
    padding: 15px 8px;
}
body.mc-theme .mc-topic-strip b {
    font-size: 12px;
    line-height: 1.16;
}
body.mc-theme .mc-topic-strip .mc-line-icon svg {
    width: 34px;
    height: 34px;
}
body.mc-theme .mc-hero-copy .mc-chips {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    width: max-content !important;
    max-width: none !important;
    gap: 9px !important;
    overflow: visible !important;
}
body.mc-theme .mc-hero-copy .mc-chips b,
body.mc-theme .mc-hero-copy .mc-chips a {
    flex: 0 0 auto !important;
}
@media(max-width:1180px){
    body.mc-theme .mc-topic-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
    body.mc-theme .mc-hero-copy .mc-chips{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important;white-space:nowrap!important;padding-bottom:6px;}
}
@media(max-width:720px){
    body.mc-theme .mc-topic-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

/* Final Mediclime homepage fixes: Manrope typography, highlighted real product categories, article thumbnails */
body.mc-theme,
body.mc-theme * {
    font-family: Manrope, Arial, sans-serif !important;
}
body.mc-theme .mc-hero h1,
body.mc-theme .mc-hero h1 em,
body.mc-theme .mc-card h2,
body.mc-theme .mc-section-head h2,
body.mc-theme .mc-compare h2,
body.mc-theme .mc-newsletter h2,
body.mc-theme .mc-feature-strip h3,
body.mc-theme .mc-research h2,
body.mc-theme .mc-personal-card h3,
body.mc-theme .mc-compare-products span {
    font-family: Manrope, Arial, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em !important;
}
body.mc-theme .mc-feature-strip h3,
body.mc-theme .mc-mini-resource h3 {
    font-weight: 600 !important;
}
body.mc-theme #nutrition-goals.mc-topic-strip {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 18px !important;
    border: 1px solid rgba(255,107,130,.24) !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 8% 12%, rgba(255,107,130,.18), transparent 24%),
        radial-gradient(circle at 88% 20%, rgba(143,230,221,.28), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,248,245,.86)) !important;
    box-shadow: 0 28px 70px rgba(45,28,20,.11), inset 0 1px 0 rgba(255,255,255,.9) !important;
    overflow: visible !important;
}
body.mc-theme #nutrition-goals.mc-topic-strip a {
    min-height: 112px !important;
    padding: 14px 8px !important;
    border: 1px solid rgba(240,220,214,.82) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.82) !important;
    box-shadow: 0 12px 28px rgba(45,28,20,.055) !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}
body.mc-theme #nutrition-goals.mc-topic-strip a:hover {
    transform: translateY(-3px) !important;
    background: #fff !important;
    box-shadow: 0 18px 34px rgba(45,28,20,.1) !important;
}
body.mc-theme #nutrition-goals.mc-topic-strip b {
    font-size: 12px !important;
    line-height: 1.16 !important;
    font-weight: 800 !important;
}
body.mc-theme #nutrition-goals.mc-topic-strip .mc-line-icon svg {
    width: 35px !important;
    height: 35px !important;
}
body.mc-theme .mc-article-row {
    grid-template-columns: 78px 1fr !important;
    align-items: center !important;
}
body.mc-theme .mc-article-row .mc-article-thumb {
    width: 78px !important;
    height: 58px !important;
    border-radius: 14px !important;
    background: #fff !important;
    border: 1px solid rgba(240,220,214,.85) !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: center !important;
}
body.mc-theme .mc-article-row .mc-article-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}
body.mc-theme .mc-article-row .mc-article-thumb svg {
    width: 34px !important;
    height: 34px !important;
    color: var(--mc-pink) !important;
}
body.mc-theme .mc-research-image img {
    object-fit: contain !important;
    background: #fff !important;
    padding: 18px !important;
}
@media(max-width:1180px){
    body.mc-theme #nutrition-goals.mc-topic-strip{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
}
@media(max-width:720px){
    body.mc-theme #nutrition-goals.mc-topic-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:12px!important;}
}

/* Mediclime final visual fixes requested: brighter nutrition goals, real thumbnails, clean cards, and mobile stability */
body.mc-theme #nutrition-goals.mc-topic-strip{
    position:relative!important;
    margin-top:28px!important;
    margin-bottom:26px!important;
    padding:34px 24px 24px 24px!important;
    gap:14px!important;
    border:0!important;
    border-radius:34px!important;
    background:
        radial-gradient(circle at 6% 8%, rgba(255,107,130,.34), transparent 28%),
        radial-gradient(circle at 92% 10%, rgba(143,230,221,.55), transparent 30%),
        radial-gradient(circle at 52% 96%, rgba(217,242,74,.45), transparent 32%),
        linear-gradient(135deg,#fff7f6 0%,#ffffff 42%,#effffb 100%)!important;
    box-shadow:0 34px 86px rgba(30,55,51,.16), inset 0 0 0 1px rgba(255,255,255,.86)!important;
    overflow:hidden!important;
}
body.mc-theme #nutrition-goals.mc-topic-strip:before{
    content:"Supplement categories";
    position:absolute;
    left:24px;
    top:14px;
    padding:7px 13px;
    border-radius:999px;
    background:#073f45;
    color:#fff;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    z-index:1;
}
body.mc-theme #nutrition-goals.mc-topic-strip a{
    margin-top:24px!important;
    min-height:118px!important;
    border:1px solid rgba(255,255,255,.78)!important;
    background:rgba(255,255,255,.9)!important;
    box-shadow:0 14px 36px rgba(25,61,61,.09)!important;
}
body.mc-theme #nutrition-goals.mc-topic-strip a:hover{
    transform:translateY(-4px) scale(1.015)!important;
    background:#fff!important;
    box-shadow:0 22px 44px rgba(255,107,130,.16)!important;
}
body.mc-theme #nutrition-goals.mc-topic-strip a:nth-child(4n+1){color:#ff4f6d!important}
body.mc-theme #nutrition-goals.mc-topic-strip a:nth-child(4n+2){color:#0b8f8a!important}
body.mc-theme #nutrition-goals.mc-topic-strip a:nth-child(4n+3){color:#6d45ce!important}
body.mc-theme #nutrition-goals.mc-topic-strip a:nth-child(4n+4){color:#b07d00!important}
body.mc-theme #nutrition-goals.mc-topic-strip .mc-line-icon{
    width:48px;
    height:48px;
    border-radius:18px;
    background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.62));
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.85),0 10px 24px rgba(30,55,51,.08);
}
body.mc-theme #nutrition-goals.mc-topic-strip .mc-line-icon svg{width:32px!important;height:32px!important}
body.mc-theme .mc-resource-row{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.mc-theme .mc-mini-resource.mc-acid,
body.mc-theme .mc-mini-resource:nth-child(3){
    background:rgba(255,255,255,.7)!important;
    border-color:rgba(240,220,214,.86)!important;
}
body.mc-theme .mc-article-row .mc-article-thumb img{object-fit:cover!important;background:#fff!important}
body.mc-theme .mc-product-tool select{font-size:14px!important;max-width:100%!important}
body.mc-theme .mc-dashboard{align-items:stretch!important}
@media(max-width:1180px){
    body.mc-theme .mc-hero-wrap{grid-template-columns:1fr!important;gap:20px!important;min-height:auto!important}
    body.mc-theme .mc-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    body.mc-theme .mc-resource-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    body.mc-theme #nutrition-goals.mc-topic-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:22px!important}
}
@media(max-width:720px){
    body.mc-theme .wrap{width:calc(100% - 24px)!important}
    body.mc-theme .mc-hero h1{font-size:42px!important;line-height:1!important;letter-spacing:-.035em!important}
    body.mc-theme .mc-hero p{font-size:16px!important;line-height:1.55!important}
    body.mc-theme .mc-chips{overflow-x:auto!important;max-width:100%!important;padding-bottom:7px!important}
    body.mc-theme .mc-topic-strip,
    body.mc-theme #nutrition-goals.mc-topic-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:16px 12px 12px!important;border-radius:24px!important}
    body.mc-theme #nutrition-goals.mc-topic-strip:before{position:relative!important;left:auto!important;top:auto!important;grid-column:1 / -1!important;justify-self:start!important;margin:0 0 2px 4px!important}
    body.mc-theme #nutrition-goals.mc-topic-strip a{margin-top:0!important;min-height:98px!important;padding:12px 6px!important;border-radius:16px!important}
    body.mc-theme #nutrition-goals.mc-topic-strip .mc-line-icon{width:42px;height:42px;border-radius:15px}
    body.mc-theme #nutrition-goals.mc-topic-strip .mc-line-icon svg{width:28px!important;height:28px!important}
    body.mc-theme .mc-feature-strip,
    body.mc-theme .mc-dashboard,
    body.mc-theme .mc-resource-row,
    body.mc-theme .mc-formula-grid{grid-template-columns:1fr!important}
    body.mc-theme .mc-card{min-height:0!important;padding:20px!important}
    body.mc-theme .mc-article-row{grid-template-columns:72px 1fr!important}
    body.mc-theme .mc-article-row .mc-article-thumb{width:72px!important;height:56px!important}
    body.mc-theme .mc-research{padding:22px!important;border-radius:24px!important}
    body.mc-theme .mc-newsletter{grid-template-columns:1fr!important;padding:26px 18px!important;border-radius:24px 24px 0 0!important}
    body.mc-theme .mc-newsletter form{grid-template-columns:1fr!important;border-radius:22px!important}
    body.mc-theme .mc-newsletter button{min-height:52px!important}
}

/* Mobile width safety fix for hero blocks */
@media (max-width: 760px) {
  html,
  body.mc-theme {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body.mc-theme .mc-main,
  body.mc-theme .mc-hero,
  body.mc-theme .mc-hero-wrap,
  body.mc-theme .mc-hero-copy,
  body.mc-theme .mc-hero-visual,
  body.mc-theme .mc-personal-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.mc-theme .mc-hero-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.mc-theme .mc-hero-copy {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.mc-theme .mc-kicker {
    max-width: 100% !important;
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  body.mc-theme .mc-hero h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 12vw, 48px) !important;
    line-height: .96 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.mc-theme .mc-hero p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  body.mc-theme .mc-search {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) 54px !important;
    border-radius: 22px !important;
  }

  body.mc-theme .mc-search input {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    padding-left: 16px !important;
    padding-right: 12px !important;
  }

  body.mc-theme .mc-hero-copy .mc-chips,
  body.mc-theme .mc-chips {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
    overflow: visible !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  body.mc-theme .mc-hero-copy .mc-chips b,
  body.mc-theme .mc-hero-copy .mc-chips a,
  body.mc-theme .mc-chips b,
  body.mc-theme .mc-chips a {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.mc-theme .mc-hero-visual {
    min-height: 260px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
  }

  body.mc-theme .mc-blob {
    max-width: 100% !important;
    transform: scale(.82) !important;
  }

  body.mc-theme .mc-hero-product-ring {
    width: min(82vw, 300px) !important;
    height: min(82vw, 300px) !important;
    max-width: 100% !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    margin: 0 auto !important;
  }

  body.mc-theme .mc-hero-product-ring img,
  body.mc-theme .mc-hero-visual .mc-hero-product-ring img {
    width: 126% !important;
    height: 126% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: none !important;
  }

  body.mc-theme .mc-personal-card {
    padding: 20px !important;
    border-radius: 24px !important;
  }

  body.mc-theme .mc-personal-top,
  body.mc-theme .mc-mini-tabs,
  body.mc-theme .mc-ingredient-tabs,
  body.mc-theme .mc-rec,
  body.mc-theme .mc-why,
  body.mc-theme .mc-personal-card .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.mc-theme .mc-ingredient-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  body.mc-theme .mc-ingredient-tabs a {
    flex: 1 1 auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  body.mc-theme .mc-rec-thumb {
    max-width: 100% !important;
  }

  body.mc-theme .mc-rec-thumb img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.mc-theme .mc-why {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.55 !important;
  }
}

/* 2026-05 category/mobile refinements */
body.mc-theme .mc-pink-highlight{
  display:block;
  color:var(--mc-pink,#ff5d7b);
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:700;
  letter-spacing:-.035em;
}
body.mc-theme .mc-mini-resource.mc-acid,
body.mc-theme .mc-resource-row .mc-mini-resource:nth-child(3){
  background:rgba(255,255,255,.74)!important;
  border-color:rgba(240,220,214,.86)!important;
  color:inherit!important;
}
@media (max-width:760px){
  body.mc-theme .mc-main,
  body.mc-theme .mc-hero,
  body.mc-theme .mc-hero-wrap,
  body.mc-theme .mc-hero-copy,
  body.mc-theme .mc-hero-visual,
  body.mc-theme .mc-personal-card{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}

/* 2026-05 home headline highlight */
body.mc-theme .mc-hero-copy h1 .mc-pink-highlight{
  color:var(--mc-pink,#ff5d7b)!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.045em!important;
  text-shadow:0 10px 26px rgba(255,93,123,.18);
}

/* 2026-05 product page final refinements */
body.mc-theme .mc-product-page .mc-gallery-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage{
  width:min(360px,86vw)!important;
  height:min(360px,86vw)!important;
  border-radius:50%!important;
  background:#fff!important;
  margin:0 auto!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  box-shadow:0 26px 70px rgba(0,77,82,.14), inset 0 0 0 1px rgba(255,255,255,.88)!important;
  border:1px solid rgba(240,220,214,.88)!important;
}
body.mc-theme .mc-product-page .mc-gallery-ring{
  position:absolute!important;
  inset:18px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,107,130,.22)!important;
  pointer-events:none!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage img{
  width:92%!important;
  height:92%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  filter:none!important;
}
body.mc-theme .mc-product-page .mc-gallery-thumbs img{filter:none!important;object-fit:contain!important}

body.mc-theme .mc-product-copy h1 .mc-title-subline,
body.mc-theme .mc-product-page h1 .mc-title-subline{
  display:block!important;
  margin-top:10px!important;
  color:var(--mc-pink,#ff5d7b)!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:clamp(25px,3vw,42px)!important;
  line-height:1.08!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
}
body.mc-theme .mc-product-copy h1{
  overflow-wrap:anywhere!important;
}

body.mc-theme .mc-product-page .mc-hero-cta-row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:12px!important;
}
body.mc-theme .mc-product-page .mc-hero-cta-row .btn-primary:first-child{
  min-width:240px!important;
  padding-left:34px!important;
  padding-right:34px!important;
}
body.mc-theme .mc-product-page .mc-hero-cta-row .btn-outline{
  min-width:168px!important;
}

body.mc-theme .mc-content-panel.sticky-card{
  background:rgba(255,255,255,1)!important;
}
body.mc-theme .mc-product-page .mc-rich-copy{
  color:#173f46!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:18px!important;
  line-height:1.86!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
body.mc-theme .mc-product-page .mc-rich-copy p,
body.mc-theme .mc-product-page .mc-rich-copy li{
  color:#173f46!important;
  font-size:18px!important;
  line-height:1.86!important;
  font-weight:500!important;
}
body.mc-theme .mc-product-page .mc-rich-copy h2,
body.mc-theme .mc-product-page .mc-rich-copy h3,
body.mc-theme .mc-product-page .mc-rich-copy h4{
  color:#073f44!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:750!important;
  letter-spacing:-.025em!important;
  line-height:1.22!important;
}
body.mc-theme .mc-product-page .mc-rich-copy table{
  width:100%!important;
  display:block!important;
  overflow-x:auto!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}

body.mc-theme .mc-product-page .mc-ingredient-wide{
  width:100%!important;
  margin-bottom:18px!important;
}
body.mc-theme .mc-product-page .mc-panel-grid.three-up,
body.mc-theme .mc-product-page .mc-product-info-trio{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
body.mc-theme .mc-product-page .mc-product-info-trio .mc-content-panel{
  min-width:0!important;
}
body.mc-theme .mc-product-page .mc-product-trust-strip strong{
  color:#073f44!important;
}
body.mc-theme .mc-product-page .mc-product-trust-strip span{
  color:#315d63!important;
  line-height:1.55!important;
}
body.mc-theme .mc-product-page .mc-purchase-card h3:empty{display:none!important}

@media(max-width:980px){
  body.mc-theme .mc-product-page .mc-panel-grid.three-up,
  body.mc-theme .mc-product-page .mc-product-info-trio{
    grid-template-columns:1fr!important;
  }
  body.mc-theme .mc-product-page .mc-hero-cta-row .btn-primary:first-child,
  body.mc-theme .mc-product-page .mc-hero-cta-row .btn-outline{
    min-width:0!important;
    flex:1 1 220px!important;
  }
}
@media(max-width:760px){
  body.mc-theme .mc-product-page .mc-gallery-stage{
    width:min(300px,82vw)!important;
    height:min(300px,82vw)!important;
  }
  body.mc-theme .mc-product-page .mc-hero-cta-row{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  body.mc-theme .mc-product-page .mc-hero-cta-row .btn,
  body.mc-theme .mc-product-page .mc-hero-cta-row .mc-text-link{
    width:100%!important;
    text-align:center!important;
    justify-content:center!important;
  }
  body.mc-theme .mc-product-copy h1 .mc-title-subline,
  body.mc-theme .mc-product-page h1 .mc-title-subline{
    font-size:clamp(21px,7vw,30px)!important;
  }
  body.mc-theme .mc-product-page .mc-rich-copy,
  body.mc-theme .mc-product-page .mc-rich-copy p,
  body.mc-theme .mc-product-page .mc-rich-copy li{
    font-size:16px!important;
    line-height:1.72!important;
  }
}

/* 2026-05 product/category readability update */
body.mc-theme .mc-product-page .mc-product-hero-grid{
  grid-template-columns:minmax(340px,430px) minmax(0,1fr)!important;
  gap:30px!important;
  align-items:start!important;
}
body.mc-theme .mc-product-page .mc-purchase-card{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:minmax(220px,.8fr) minmax(280px,1fr) auto!important;
  gap:18px!important;
  align-items:center!important;
  margin-top:4px!important;
}
body.mc-theme .mc-product-page .mc-purchase-card .mc-card-label,
body.mc-theme .mc-product-page .mc-purchase-card h3{
  grid-column:1!important;
}
body.mc-theme .mc-product-page .mc-purchase-card p,
body.mc-theme .mc-product-page .mc-purchase-card .mc-purchase-options{
  grid-column:2!important;
  margin:0!important;
}
body.mc-theme .mc-product-page .mc-purchase-card .mc-wide-btn,
body.mc-theme .mc-product-page .mc-purchase-card .mc-purchase-trust{
  grid-column:3!important;
}
body.mc-theme .mc-product-page .mc-purchase-card .mc-purchase-trust{
  margin:10px 0 0!important;
}
body.mc-theme .mc-product-page .mc-gallery-card{
  padding:24px!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage{
  width:min(330px,82vw)!important;
  height:min(330px,82vw)!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage img{
  width:88%!important;
  height:88%!important;
}
body.mc-theme .mc-product-wide-details{
  margin-top:24px!important;
  display:grid!important;
  gap:22px!important;
}
body.mc-theme .mc-product-wide-details .mc-ingredient-wide{
  width:100%!important;
  margin:0!important;
}
body.mc-theme .mc-product-wide-details .mc-ingredient-table{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
body.mc-theme .mc-product-wide-details .mc-product-info-trio{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:0!important;
}
body.mc-theme .mc-product-wide-details .mc-content-panel{
  min-width:0!important;
}
body.mc-theme .mc-product-page #ingredient-summary{
  scroll-margin-top:110px!important;
}

body.mc-theme .mc-category-showcase .mc-showcase-media{
  width:126px!important;
  height:126px!important;
  border-radius:50%!important;
  background:#fff!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border:1px solid rgba(240,220,214,.88)!important;
  box-shadow:0 18px 42px rgba(12,61,68,.10)!important;
}
body.mc-theme .mc-category-showcase .mc-showcase-card.side .mc-showcase-media{
  width:92px!important;
  height:92px!important;
}
body.mc-theme .mc-category-showcase .mc-showcase-media img{
  width:82%!important;
  height:82%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  filter:none!important;
}
body.mc-theme .mc-category-showcase .mc-showcase-content h3 a,
body.mc-theme .mc-category-showcase .mc-showcase-content h4 a{
  color:#0a3d44!important;
  text-decoration:none!important;
}
body.mc-theme .mc-category-showcase .mc-showcase-content h3 a:hover,
body.mc-theme .mc-category-showcase .mc-showcase-content h4 a:hover{
  color:var(--mc-pink,#ff5d7b)!important;
}
body.mc-theme .mc-category-showcase .mc-showcase-meta{
  justify-content:flex-end!important;
}
body.mc-theme .mc-category-showcase .mc-showcase-meta strong:empty{
  display:none!important;
}
body.mc-theme .mc-product-card-v2 .mc-product-card-footer{
  margin-top:22px!important;
  padding-top:10px!important;
}

@media(max-width:1180px){
  body.mc-theme .mc-product-page .mc-product-hero-grid{
    grid-template-columns:1fr!important;
  }
  body.mc-theme .mc-product-page .mc-purchase-card{
    grid-template-columns:1fr!important;
  }
  body.mc-theme .mc-product-page .mc-purchase-card .mc-card-label,
  body.mc-theme .mc-product-page .mc-purchase-card h3,
  body.mc-theme .mc-product-page .mc-purchase-card p,
  body.mc-theme .mc-product-page .mc-purchase-card .mc-purchase-options,
  body.mc-theme .mc-product-page .mc-purchase-card .mc-wide-btn,
  body.mc-theme .mc-product-page .mc-purchase-card .mc-purchase-trust{
    grid-column:1!important;
  }
}
@media(max-width:980px){
  body.mc-theme .mc-product-wide-details .mc-ingredient-table,
  body.mc-theme .mc-product-wide-details .mc-product-info-trio{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:760px){
  body.mc-theme .mc-category-showcase .mc-showcase-media{
    width:96px!important;
    height:96px!important;
  }
  body.mc-theme .mc-category-showcase .mc-showcase-card.main,
  body.mc-theme .mc-category-showcase .mc-showcase-card.side{
    grid-template-columns:96px minmax(0,1fr)!important;
  }
}

/* 2026-05 ingredient page readability and layout update */
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-hero{
  padding-top:14px!important;
  padding-bottom:6px!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-hero-grid{
  align-items:start!important;
  gap:20px!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-copy,
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card{
  padding:24px 28px!important;
  min-height:0!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-copy h1{
  margin:12px 0 10px!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:750!important;
  letter-spacing:-.04em!important;
  line-height:1.05!important;
  font-size:clamp(38px,4vw,58px)!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-copy h1 em{
  display:none!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-copy p{
  margin:0 0 14px!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:17px!important;
  line-height:1.68!important;
  font-weight:500!important;
  color:#173f46!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-product-meta-chips{
  margin-top:12px!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-hero-cta-row{
  margin-top:14px!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card h3{
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:750!important;
  letter-spacing:-.025em!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card p{
  font-family:Manrope,Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:500!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-main-grid{
  margin-top:18px!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-main-grid .mc-product-main-column{
  min-width:0!important;
}
body.mc-theme .mc-ingredient-faq-wide{
  margin-top:20px!important;
}
body.mc-theme .mc-ingredient-faq-wide .mc-ingredient-faq-panel{
  width:100%!important;
}
body.mc-theme .mc-ingredient-faq-wide .mc-panel-head{
  margin-bottom:16px!important;
}
body.mc-theme .mc-rich-copy.mc-ingredient-rich,
body.mc-theme .mc-ingredient-rich,
body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy{
  font-family:Manrope,Arial,sans-serif!important;
  color:#173f46!important;
  font-size:18px!important;
  line-height:1.86!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
body.mc-theme .mc-rich-copy.mc-ingredient-rich p,
body.mc-theme .mc-ingredient-rich p,
body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy p,
body.mc-theme .mc-rich-copy.mc-ingredient-rich li,
body.mc-theme .mc-ingredient-rich li,
body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy li{
  color:#173f46!important;
  font-size:18px!important;
  line-height:1.86!important;
  font-weight:500!important;
  margin-bottom:14px!important;
}
body.mc-theme .mc-rich-copy.mc-ingredient-rich h2,
body.mc-theme .mc-rich-copy.mc-ingredient-rich h3,
body.mc-theme .mc-rich-copy.mc-ingredient-rich h4,
body.mc-theme .mc-ingredient-rich h2,
body.mc-theme .mc-ingredient-rich h3,
body.mc-theme .mc-ingredient-rich h4,
body.mc-theme .mc-ingredient-faq-panel h2,
body.mc-theme .mc-ingredient-faq-panel h3,
body.mc-theme .mc-ingredient-faq-panel h4{
  font-family:Manrope,Arial,sans-serif!important;
  color:#073f44!important;
  font-weight:750!important;
  letter-spacing:-.028em!important;
  line-height:1.2!important;
  margin:1.25em 0 .55em!important;
}
body.mc-theme .mc-ingredient-faq-panel .mc-panel-head h2,
body.mc-theme .mc-ingredient-faq-panel .mc-panel-head h3{
  margin:8px 0 0!important;
  font-size:clamp(26px,3vw,38px)!important;
}
body.mc-theme .mc-ingredient-rich table,
body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy table{
  width:100%!important;
  display:block!important;
  overflow-x:auto!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:18px!important;
}
body.mc-theme .mc-ingredient-rich blockquote,
body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy blockquote{
  background:#fff7f8!important;
  border-left:4px solid var(--mc-pink,#ff5d7b)!important;
  color:#173f46!important;
}

@media(max-width:980px){
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-hero-grid,
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-main-grid{
    grid-template-columns:1fr!important;
  }
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card{
    order:2!important;
  }
}
@media(max-width:760px){
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-copy,
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card,
  body.mc-theme .mc-ingredient-detail-page .mc-content-panel{
    padding:20px!important;
  }
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-copy h1{
    font-size:clamp(34px,12vw,46px)!important;
  }
  body.mc-theme .mc-rich-copy.mc-ingredient-rich,
  body.mc-theme .mc-ingredient-rich,
  body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy,
  body.mc-theme .mc-rich-copy.mc-ingredient-rich p,
  body.mc-theme .mc-ingredient-rich p,
  body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy p,
  body.mc-theme .mc-rich-copy.mc-ingredient-rich li,
  body.mc-theme .mc-ingredient-rich li,
  body.mc-theme .mc-ingredient-faq-panel .mc-rich-copy li{
    font-size:16px!important;
    line-height:1.74!important;
  }
}


/* 2026-05 category and product final polish */
body.mc-theme .mc-secondary{
  padding-bottom:0!important;
}
body.mc-theme .mc-category-showcase .mc-showcase-content h3 a,
body.mc-theme .mc-category-showcase .mc-showcase-content h4 a{
  color:#071f23!important;
}
body.mc-theme .mc-product-page .mc-gallery-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
body.mc-theme .mc-product-page .mc-gallery-badge{
  left:18px!important;
  top:18px!important;
  z-index:5!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage{
  width:330px!important;
  height:330px!important;
  min-height:0!important;
  aspect-ratio:1 / 1!important;
  border-radius:50%!important;
  background:#fff!important;
  overflow:hidden!important;
  border:0!important;
  box-shadow:0 18px 52px rgba(0,77,82,.10)!important;
}
body.mc-theme .mc-product-page .mc-gallery-ring{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:50%!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage img{
  width:88%!important;
  height:88%!important;
  object-fit:contain!important;
}
body.mc-theme .mc-product-page .mc-gallery-thumbs{
  display:none!important;
}
body.mc-theme .mc-ingredient-row strong a{
  color:#071f23!important;
  text-decoration:none!important;
}
body.mc-theme .mc-ingredient-row strong a:hover{
  color:var(--mc-pink,#ff5d7b)!important;
}
@media(max-width:760px){
  body.mc-theme .mc-product-page .mc-gallery-stage{
    width:min(270px,78vw)!important;
    height:min(270px,78vw)!important;
    margin:0 auto!important;
  }
}

/* Final product / ingredient / category polish */
body.mc-theme .mc-product-page .mc-product-hero-grid{
  grid-template-columns:minmax(300px,420px) minmax(0,1fr)!important;
  align-items:start!important;
}
body.mc-theme .mc-product-page .mc-gallery-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:8px 0 0!important;
  overflow:visible!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage{
  position:relative!important;
  width:min(360px,100%)!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  margin:0 auto 18px!important;
  border-radius:50%!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 24px 62px rgba(9,61,68,.12)!important;
}
body.mc-theme .mc-product-page .mc-gallery-ring{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage img{
  position:relative!important;
  z-index:3!important;
  width:86%!important;
  height:86%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  filter:none!important;
}
body.mc-theme .mc-product-page .mc-gallery-accent{
  position:absolute;
  z-index:2;
  border-radius:999px;
  pointer-events:none;
}
body.mc-theme .mc-product-page .mc-gallery-accent-one{
  width:112px;height:112px;right:-26px;top:24px;
  background:rgba(255,107,130,.18);
}
body.mc-theme .mc-product-page .mc-gallery-accent-two{
  width:88px;height:88px;left:-22px;bottom:36px;
  background:rgba(143,230,221,.42);
}
body.mc-theme .mc-product-page .mc-gallery-accent-three{
  width:14px;height:14px;right:82px;bottom:50px;
  background:#ff6b82;
  box-shadow:-170px -105px 0 #8fe6dd;
}
body.mc-theme .mc-product-page .mc-gallery-purchase-panel{
  max-width:420px;
  margin:0 auto;
  padding:16px 18px 18px;
  border-radius:26px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(240,220,214,.82);
  box-shadow:0 18px 42px rgba(45,28,20,.07);
}
body.mc-theme .mc-product-page .mc-gallery-purchase-panel .mc-purchase-trust{
  margin-top:14px!important;
}
body.mc-theme .mc-product-page .mc-gallery-purchase-panel .mc-purchase-trust li{
  font-size:13px!important;
  line-height:1.45!important;
}
body.mc-theme .mc-product-page .mc-purchase-card{display:none!important;}
body.mc-theme .mc-product-page .mc-story-panel .mc-panel-head h2{
  color:#0a3d44!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:850!important;
  letter-spacing:-.04em!important;
}
body.mc-theme .mc-product-page .mc-story-panel .mc-panel-head h2::after{
  content:" A clear look at the formula, ingredient story, and official buying path.";
  display:block;
  margin-top:8px;
  color:#ff5d7b;
  font-size:16px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:0;
}
body.mc-theme .mc-ingredient-orb-card{
  align-self:start!important;
  min-height:0!important;
  padding:24px!important;
}
body.mc-theme .mc-ingredient-orb-card .mc-ingredient-orb-icon{
  width:58px!important;
  height:58px!important;
  margin-bottom:10px!important;
}
body.mc-theme .mc-ingredient-orb-card h3{
  margin:8px 0 8px!important;
}
body.mc-theme .mc-ingredient-orb-card p{
  margin-bottom:12px!important;
}
body.mc-theme .mc-ingredient-orb-card .mc-evidence-stats.mini{
  gap:10px!important;
}
body.mc-theme .mc-ingredient-rich .mc-panel-head h2,
body.mc-theme .mc-ingredient-faq-panel .mc-panel-head h2,
body.mc-theme .mc-ingredient-rich h2,
body.mc-theme .mc-ingredient-rich h3,
body.mc-theme .mc-ingredient-faq-panel h2,
body.mc-theme .mc-ingredient-faq-panel h3{
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
  line-height:1.15!important;
  color:#0a3d44!important;
}
body.mc-theme .mc-ingredient-main-grid .mc-panel-head h2{
  font-size:clamp(34px,4vw,50px)!important;
  margin-bottom:22px!important;
}
body.mc-theme .mc-secondary-cards .mc-side-card h3{
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:850!important;
  line-height:1.15!important;
  letter-spacing:-.04em!important;
}
@media(max-width:1240px){
  body.mc-theme .mc-product-page .mc-product-hero-grid{grid-template-columns:1fr!important;}
  body.mc-theme .mc-product-page .mc-gallery-purchase-panel{max-width:520px;}
}
@media(max-width:720px){
  body.mc-theme .mc-product-page .mc-gallery-stage{width:min(300px,92vw)!important;}
  body.mc-theme .mc-product-page .mc-gallery-purchase-panel{width:100%;padding:14px!important;}
}


/* 2026-05 final spacing and ingredient-card polish */
@media (min-width: 981px){
  body.mc-theme .mc-product-page .mc-product-copy{
    padding-left:36px!important;
  }
}

/* Keep decorative elements outside the white product circle */
body.mc-theme .mc-product-page .mc-gallery-stage{
  background:transparent!important;
  overflow:visible!important;
  box-shadow:none!important;
  isolation:isolate!important;
}
body.mc-theme .mc-product-page .mc-gallery-ring{
  z-index:1!important;
  background:#fff!important;
  box-shadow:0 24px 62px rgba(9,61,68,.12)!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage img{
  z-index:3!important;
}
body.mc-theme .mc-product-page .mc-gallery-accent{
  z-index:0!important;
  opacity:.58!important;
  mix-blend-mode:multiply;
}
body.mc-theme .mc-product-page .mc-gallery-accent-one{
  right:-44px!important;
  top:18px!important;
  width:118px!important;
  height:118px!important;
  background:rgba(255,107,130,.22)!important;
}
body.mc-theme .mc-product-page .mc-gallery-accent-two{
  left:-46px!important;
  bottom:34px!important;
  width:102px!important;
  height:102px!important;
  background:rgba(143,230,221,.48)!important;
}
body.mc-theme .mc-product-page .mc-gallery-accent-three{
  right:20px!important;
  bottom:-14px!important;
  width:18px!important;
  height:18px!important;
  background:rgba(255,107,130,.9)!important;
  box-shadow:-225px -235px 0 rgba(143,230,221,.9)!important;
}

/* Ingredient detail right card: remove empty top area and make it compact */
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card,
body.mc-theme .mc-ingredient-orb-card{
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px 16px!important;
  padding:22px!important;
  min-height:0!important;
  background:linear-gradient(135deg,#ffffff 0%,#fff8f8 54%,#effdfa 100%)!important;
  overflow:hidden!important;
}
body.mc-theme .mc-ingredient-orb-bg{
  display:none!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card .mc-ingredient-orb-icon,
body.mc-theme .mc-ingredient-orb-card .mc-ingredient-orb-icon{
  grid-row:1 / span 2!important;
  width:64px!important;
  height:64px!important;
  margin:0!important;
  border-radius:22px!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card h3,
body.mc-theme .mc-ingredient-orb-card h3{
  margin:0!important;
  align-self:end!important;
  font-size:clamp(24px,2.2vw,34px)!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card p,
body.mc-theme .mc-ingredient-orb-card p{
  margin:0!important;
  align-self:start!important;
}
body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card .mc-evidence-stats.mini,
body.mc-theme .mc-ingredient-orb-card .mc-evidence-stats.mini{
  grid-column:1 / -1!important;
  margin-top:10px!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

/* Ingredients directory headline without subline */
body.mc-theme .mc-ingredients-page .mc-ing-hero-copy h1 em{
  display:none!important;
}

@media(max-width:760px){
  body.mc-theme .mc-product-page .mc-product-copy{
    padding-left:0!important;
  }
  body.mc-theme .mc-product-page .mc-gallery-accent-one{right:-22px!important;top:20px!important;width:82px!important;height:82px!important;}
  body.mc-theme .mc-product-page .mc-gallery-accent-two{left:-20px!important;bottom:32px!important;width:72px!important;height:72px!important;}
  body.mc-theme .mc-product-page .mc-gallery-accent-three{display:none!important;}
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card,
  body.mc-theme .mc-ingredient-orb-card{
    grid-template-columns:56px minmax(0,1fr)!important;
    padding:18px!important;
  }
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card .mc-ingredient-orb-icon,
  body.mc-theme .mc-ingredient-orb-card .mc-ingredient-orb-icon{
    width:54px!important;
    height:54px!important;
  }
  body.mc-theme .mc-ingredient-detail-page .mc-ingredient-orb-card .mc-evidence-stats.mini,
  body.mc-theme .mc-ingredient-orb-card .mc-evidence-stats.mini{
    grid-template-columns:1fr!important;
  }
}


/* 2026-05 logo + rounded product preview fix */
body.mc-theme .mc-product-page .mc-gallery-stage{
  position:relative!important;
}
body.mc-theme .mc-product-page .mc-gallery-stage img{
  border-radius:28px!important;
  overflow:hidden!important;
  object-fit:contain!important;
}
body.mc-theme .mc-product-page .mc-gallery-ring{
  border-radius:50%!important;
  aspect-ratio:1 / 1!important;
}
body.mc-theme .mc-brand img,
body.mc-theme .footer-logo img,
body.mc-theme .footer-brand img,
body.mc-theme footer .mc-footer-brand img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
}
@media (min-width: 981px){
  body.mc-theme .mc-brand img{
    max-height:68px!important;
  }
  body.mc-theme footer .mc-footer-brand img,
  body.mc-theme .footer-logo img,
  body.mc-theme .footer-brand img{
    max-height:64px!important;
  }
}
@media (max-width: 980px){
  body.mc-theme .mc-brand img{
    max-height:54px!important;
  }
  body.mc-theme footer .mc-footer-brand img,
  body.mc-theme .footer-logo img,
  body.mc-theme .footer-brand img{
    max-height:50px!important;
  }
}


/* 2026-05 product hero full image clipped in circle */
body.mc-theme .mc-product-page .mc-gallery-stage {
    width: 360px !important;
    height: 360px !important;
    max-width: 90vw !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    background: #fff !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.mc-theme .mc-product-page .mc-gallery-ring {
    display: none !important;
}

body.mc-theme .mc-product-page .mc-gallery-stage img {
    width: 115% !important;
    height: 115% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 32px !important;
    position: relative !important;
    z-index: 2 !important;
}


/* 2026-05 mobile product CTA + ingredient readability + dynamic category focus links */
@media (max-width:760px){
  body.mc-theme .mc-product-page .mc-hero-cta-row{
    gap:10px!important;
  }
  body.mc-theme .mc-product-page .mc-hero-cta-row .btn,
  body.mc-theme .mc-product-page .mc-hero-cta-row .btn-primary,
  body.mc-theme .mc-product-page .mc-hero-cta-row .btn-outline{
    min-height:44px!important;
    height:auto!important;
    padding:10px 16px!important;
    line-height:1.15!important;
    font-size:14px!important;
    border-radius:999px!important;
  }
  body.mc-theme .mc-product-page .mc-hero-cta-row .mc-text-link{
    min-height:0!important;
    height:auto!important;
    padding:6px 10px!important;
    line-height:1.25!important;
    font-size:14px!important;
  }
}

body.mc-theme .mc-ingredient-rich .article-content{
  line-height:1.78!important;
}
body.mc-theme .mc-ingredient-rich .article-content br{
  display:block!important;
  content:""!important;
  margin-top:18px!important;
}
body.mc-theme .mc-ingredient-rich .article-content strong{
  display:inline-block!important;
  margin-top:18px!important;
  color:#063f43!important;
  font-weight:850!important;
}
body.mc-theme .mc-ingredient-rich .article-content strong:first-child{
  margin-top:0!important;
}
body.mc-theme .mc-ingredient-rich .ingredient-fact-box{
  margin-top:28px!important;
}

body.mc-theme .mc-category-tags a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(255,105,135,.24)!important;
  color:#073f44!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(9,61,68,.05)!important;
}
body.mc-theme .mc-category-tags a:hover{
  transform:translateY(-1px);
  background:#fff6f8!important;
  color:#fa5475!important;
}


/* 2026-05 hard fix: mobile product CTA height + ingredient article spacing */
@media (max-width:760px){
  body.mc-theme main.mc-product-page .mc-hero-cta-row,
  body.mc-theme .mc-product-page .mc-hero-cta-row{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px!important;
  }
  body.mc-theme main.mc-product-page .mc-hero-cta-row > a.btn,
  body.mc-theme main.mc-product-page .mc-hero-cta-row > .btn,
  body.mc-theme main.mc-product-page .mc-hero-cta-row > a.btn-primary,
  body.mc-theme main.mc-product-page .mc-hero-cta-row > a.btn-outline,
  body.mc-theme .mc-product-page .mc-hero-cta-row > a.btn,
  body.mc-theme .mc-product-page .mc-hero-cta-row > .btn,
  body.mc-theme .mc-product-page .mc-hero-cta-row > a.btn-primary,
  body.mc-theme .mc-product-page .mc-hero-cta-row > a.btn-outline{
    min-height:40px!important;
    height:40px!important;
    max-height:40px!important;
    padding:0 16px!important;
    line-height:40px!important;
    font-size:14px!important;
    border-radius:999px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }
  body.mc-theme main.mc-product-page .mc-hero-cta-row > a.btn-primary,
  body.mc-theme .mc-product-page .mc-hero-cta-row > a.btn-primary{
    min-width:132px!important;
  }
  body.mc-theme main.mc-product-page .mc-hero-cta-row > a.btn-outline,
  body.mc-theme .mc-product-page .mc-hero-cta-row > a.btn-outline{
    min-width:170px!important;
  }
  body.mc-theme main.mc-product-page .mc-hero-cta-row > .mc-text-link,
  body.mc-theme .mc-product-page .mc-hero-cta-row > .mc-text-link{
    min-height:0!important;
    height:auto!important;
    padding:4px 0!important;
    line-height:1.25!important;
    font-size:14px!important;
    flex:1 1 100%!important;
  }
}

body.mc-theme .mc-ingredient-rich .article-content{
  line-height:1.88!important;
}
body.mc-theme .mc-ingredient-rich .article-content br{
  display:block!important;
  content:""!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
}
body.mc-theme .mc-ingredient-rich .article-content strong{
  display:block!important;
  margin:28px 0 7px!important;
  color:#ff5f86!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
  line-height:1.25!important;
}
body.mc-theme .mc-ingredient-rich .article-content strong:first-child{
  margin-top:0!important;
}
body.mc-theme .mc-ingredient-rich .ingredient-fact-box{
  margin-top:34px!important;
}
@media(max-width:760px){
  body.mc-theme .mc-ingredient-rich .article-content strong{
    margin:24px 0 7px!important;
  }
}

/* 2026-05 mobile product CTA equal width + stronger Buy now */
@media (max-width: 760px) {
  body.mc-theme .mc-product-page .mc-hero-cta-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  body.mc-theme .mc-product-page .mc-hero-cta-row .btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.mc-theme .mc-product-page .mc-hero-cta-row .btn.btn-primary,
  body.mc-theme .mc-product-page .mc-hero-cta-row .mc-buy-now {
    background: linear-gradient(135deg, #ff4f9a 0%, #ff6b7e 48%, #ff8a3d 100%) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 14px 28px rgba(255, 79, 154, .34) !important;
    transform: translateY(-1px) !important;
  }

  body.mc-theme .mc-product-page .mc-hero-cta-row .btn.btn-outline {
    background: #fff !important;
    color: #16353f !important;
    border: 1px solid rgba(22, 53, 63, .18) !important;
    box-shadow: none !important;
  }

  body.mc-theme .mc-product-page .mc-hero-cta-row .mc-text-link {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 2px !important;
    text-align: center !important;
    justify-content: center !important;
    font-size: 13px !important;
  }
}


/* 2026-05 product mobile CTA final fix */
@media (max-width: 760px) {
  body.mc-theme main.mc-product-page .mc-product-copy .mc-hero-cta-row,
  body.mc-theme .mc-product-page .mc-product-copy .mc-hero-cta-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  body.mc-theme main.mc-product-page .mc-product-copy .mc-hero-cta-row > a.btn,
  body.mc-theme .mc-product-page .mc-product-copy .mc-hero-cta-row > a.btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  body.mc-theme main.mc-product-page .mc-product-copy .mc-hero-cta-row > a.btn-primary,
  body.mc-theme .mc-product-page .mc-product-copy .mc-hero-cta-row > a.btn-primary {
    background: linear-gradient(135deg, #14b86e 0%, #29d982 52%, #d9f24a 100%) !important;
    color: #083b2b !important;
    border: 0 !important;
    box-shadow: 0 16px 34px rgba(20, 184, 110, .36) !important;
  }

  body.mc-theme main.mc-product-page .mc-product-copy .mc-hero-cta-row > a.btn-outline,
  body.mc-theme .mc-product-page .mc-product-copy .mc-hero-cta-row > a.btn-outline {
    background: #fff !important;
    color: #16353f !important;
    border: 1px solid rgba(22, 53, 63, .18) !important;
    box-shadow: none !important;
  }

  body.mc-theme main.mc-product-page .mc-product-copy .mc-hero-cta-row > .mc-text-link,
  body.mc-theme .mc-product-page .mc-product-copy .mc-hero-cta-row > .mc-text-link {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding-top: 2px !important;
  }

  body.mc-theme .mc-mobile-product-buy-bar {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 76px !important;
    z-index: 96 !important;
    display: block !important;
  }

  body.mc-theme .mc-mobile-product-buy-bar .mc-mobile-buy-now {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #12a85f 0%, #22cf76 50%, #d9f24a 100%) !important;
    color: #073421 !important;
    border: 0 !important;
    font-weight: 1000 !important;
    letter-spacing: .02em !important;
    box-shadow: 0 16px 38px rgba(18, 168, 95, .42) !important;
  }
}

@media (min-width: 761px) {
  body.mc-theme .mc-mobile-product-buy-bar {
    display: none !important;
  }
}


/* FORCE product content styling on live product pages */
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy {
    font-family: Manrope, Arial, sans-serif !important;
    color: #243c44 !important;
    font-size: 18px !important;
    line-height: 1.82 !important;
    letter-spacing: -0.01em !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy > div,
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy > section {
    margin: 0 0 34px !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy > section {
    padding: 30px 32px !important;
    border: 1px solid rgba(27, 156, 170, 0.13) !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfeff 100%) !important;
    box-shadow: 0 18px 48px rgba(24, 83, 91, 0.06) !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .product-overview {
    padding: 28px 32px !important;
    margin-bottom: 34px !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at top left, rgba(239, 93, 139, 0.13), transparent 34%),
        linear-gradient(135deg, #f4fffd 0%, #ffffff 58%, #fff7fb 100%) !important;
    border: 1px solid rgba(27, 156, 170, 0.16) !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy h2,
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy h3 {
    font-family: Manrope, Arial, sans-serif !important;
    color: #122f37 !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.16 !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy h2 {
    position: relative !important;
    margin: 0 0 22px !important;
    padding-bottom: 14px !important;
    font-size: clamp(28px, 3.2vw, 42px) !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy h2::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 74px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #ff5f93, #25c6bc) !important;
}

/* Lists */
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy ul,
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy ol {
    margin: 18px 0 22px !important;
    padding: 0 !important;
    list-style: none !important;
    display: grid !important;
    gap: 12px !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy li {
    position: relative !important;
    padding: 14px 16px 14px 46px !important;
    border-radius: 18px !important;
    background: #f8fcfd !important;
    border: 1px solid rgba(27, 156, 170, 0.12) !important;
    color: #2e4a52 !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy li::before {
    content: "" !important;
    position: absolute !important;
    left: 17px !important;
    top: 21px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #ef5d8b !important;
    box-shadow: 0 0 0 6px rgba(239, 93, 139, 0.12) !important;
}

/* Tables */
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table {
    width: 100% !important;
    display: table !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 22px 0 28px !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(22, 121, 135, 0.16) !important;
    box-shadow: 0 18px 46px rgba(21, 68, 76, 0.07) !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table th {
    background: linear-gradient(135deg, #104957 0%, #167d8a 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    padding: 18px !important;
    border: 0 !important;
    vertical-align: top !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table td {
    padding: 18px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(22, 121, 135, 0.11) !important;
    color: #304d55 !important;
    font-size: 15.5px !important;
    line-height: 1.55 !important;
    vertical-align: top !important;
    background: #fff !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table tr:nth-child(even) td {
    background: #f7fcfd !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table td:first-child {
    color: #122f37 !important;
    font-weight: 800 !important;
}

/* Ingredients table */
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .ingredients table td:first-child {
    color: #ef4f87 !important;
}

/* Pros / Cons */
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons table th:first-child {
    background: linear-gradient(135deg, #138a76, #25c6bc) !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons table th:last-child {
    background: linear-gradient(135deg, #6f5360, #ef5d8b) !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons table td {
    width: 50% !important;
    background: #ffffff !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons table td li {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 9px 0 9px 34px !important;
}

/* FAQ */
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq {
    background:
        radial-gradient(circle at top right, rgba(239, 93, 139, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%) !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dl {
    display: grid !important;
    gap: 14px !important;
    margin: 24px 0 0 !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dt,
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dd {
    margin: 0 !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dt {
    position: relative !important;
    padding: 18px 22px 18px 58px !important;
    border-radius: 20px 20px 8px 8px !important;
    background: #123943 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dt::before {
    content: "?" !important;
    position: absolute !important;
    left: 18px !important;
    top: 15px !important;
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #ef5d8b !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dd {
    padding: 18px 22px 22px 58px !important;
    border-radius: 8px 8px 20px 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(18, 57, 67, 0.12) !important;
    border-top: 0 !important;
    color: #395861 !important;
    font-size: 16.5px !important;
    line-height: 1.72 !important;
    box-shadow: 0 14px 34px rgba(18, 57, 67, 0.06) !important;
}

/* Final verdict */
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .final-verdict {
    background:
        radial-gradient(circle at top left, rgba(37, 198, 188, 0.16), transparent 36%),
        linear-gradient(135deg, #103a44 0%, #176f78 100%) !important;
    color: #e9fbfb !important;
}

body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .final-verdict h2,
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .final-verdict h3,
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .final-verdict strong,
body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .final-verdict p {
    color: #ffffff !important;
}

/* Mobile */
@media (max-width: 760px) {
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy {
        font-size: 16.5px !important;
        line-height: 1.76 !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy > section,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .product-overview {
        padding: 22px 18px !important;
        border-radius: 22px !important;
        margin-bottom: 24px !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy h2 {
        font-size: 27px !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        border-radius: 20px !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table th,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy table td {
        min-width: 190px !important;
        font-size: 14.5px !important;
        padding: 15px 14px !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons table,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons thead,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons tbody,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons tr,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons th,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons td {
        display: block !important;
        width: 100% !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons thead {
        display: none !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons td {
        margin-bottom: 16px !important;
        border: 1px solid rgba(22, 121, 135, 0.14) !important;
        border-radius: 20px !important;
        padding: 18px !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons td:first-child::before,
    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons td:last-child::before {
        display: inline-flex !important;
        margin-bottom: 12px !important;
        padding: 7px 12px !important;
        border-radius: 999px !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        letter-spacing: 0.06em !important;
        text-transform: uppercase !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons td:first-child::before {
        content: "Pros" !important;
        background: #25a99a !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .pros-cons td:last-child::before {
        content: "Cons" !important;
        background: #ef5d8b !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dt {
        padding: 16px 16px 16px 52px !important;
        font-size: 16.5px !important;
    }

    body.mc-theme .mc-product-page .mc-story-panel .mc-rich-copy .faq dd {
        padding: 16px 16px 18px 52px !important;
        font-size: 15.8px !important;
    }
}


/* ABSOLUTE OVERRIDE: product/article rich content */
body.mc-theme .mc-rich-copy > section,
body.mc-theme .mc-rich-copy section.ingredients,
body.mc-theme .mc-rich-copy section.pros-cons,
body.mc-theme .mc-rich-copy section.faq,
body.mc-theme .mc-rich-copy section.final-verdict {
    padding: 30px 32px !important;
    margin: 0 0 34px !important;
    border-radius: 28px !important;
    border: 1px solid rgba(27, 156, 170, 0.16) !important;
    background: #ffffff !important;
    box-shadow: 0 18px 48px rgba(24, 83, 91, 0.08) !important;
}

body.mc-theme .mc-rich-copy table,
body.mc-theme .content-card .mc-rich-copy table,
body.mc-theme .article .mc-rich-copy table {
    width: 100% !important;
    display: table !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 24px 0 30px !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(22, 121, 135, 0.18) !important;
    box-shadow: 0 18px 46px rgba(21, 68, 76, 0.08) !important;
}

body.mc-theme .mc-rich-copy table th,
body.mc-theme .content-card .mc-rich-copy table th,
body.mc-theme .article .mc-rich-copy table th {
    background: linear-gradient(135deg, #104957 0%, #167d8a 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: .035em !important;
    text-transform: uppercase !important;
    padding: 18px !important;
    border: 0 !important;
    white-space: normal !important;
}

body.mc-theme .mc-rich-copy table td,
body.mc-theme .content-card .mc-rich-copy table td,
body.mc-theme .article .mc-rich-copy table td {
    padding: 18px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(22, 121, 135, 0.11) !important;
    color: #304d55 !important;
    font-size: 15.5px !important;
    line-height: 1.55 !important;
    vertical-align: top !important;
    background: #ffffff !important;
    white-space: normal !important;
}

body.mc-theme .mc-rich-copy table tr:nth-child(even) td {
    background: #f7fcfd !important;
}

body.mc-theme .mc-rich-copy table td:first-child {
    color: #ef4f87 !important;
    font-weight: 850 !important;
}

/* FAQ via dl / dt / dd */
body.mc-theme .mc-rich-copy .faq dl,
body.mc-theme .mc-rich-copy dl {
    display: grid !important;
    gap: 14px !important;
    margin: 24px 0 0 !important;
}

body.mc-theme .mc-rich-copy .faq dt,
body.mc-theme .mc-rich-copy dt {
    position: relative !important;
    margin: 0 !important;
    padding: 18px 22px 18px 58px !important;
    border-radius: 20px 20px 8px 8px !important;
    background: #123943 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
}

body.mc-theme .mc-rich-copy .faq dt::before,
body.mc-theme .mc-rich-copy dt::before {
    content: "?" !important;
    position: absolute !important;
    left: 18px !important;
    top: 15px !important;
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #ef5d8b !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

body.mc-theme .mc-rich-copy .faq dd,
body.mc-theme .mc-rich-copy dd {
    margin: 0 !important;
    padding: 18px 22px 22px 58px !important;
    border-radius: 8px 8px 20px 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(18, 57, 67, 0.12) !important;
    border-top: 0 !important;
    color: #395861 !important;
    font-size: 16.5px !important;
    line-height: 1.72 !important;
    box-shadow: 0 14px 34px rgba(18, 57, 67, 0.06) !important;
}

@media (max-width: 760px) {
    body.mc-theme .mc-rich-copy > section,
    body.mc-theme .mc-rich-copy section.ingredients,
    body.mc-theme .mc-rich-copy section.pros-cons,
    body.mc-theme .mc-rich-copy section.faq,
    body.mc-theme .mc-rich-copy section.final-verdict {
        padding: 22px 18px !important;
        border-radius: 22px !important;
        margin-bottom: 24px !important;
    }

    body.mc-theme .mc-rich-copy table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        border-radius: 20px !important;
    }

    body.mc-theme .mc-rich-copy table th,
    body.mc-theme .mc-rich-copy table td {
        min-width: 190px !important;
        font-size: 14.5px !important;
        padding: 15px 14px !important;
    }

    body.mc-theme .mc-rich-copy dt {
        padding: 16px 16px 16px 52px !important;
        font-size: 16.5px !important;
    }

    body.mc-theme .mc-rich-copy dd {
        padding: 16px 16px 18px 52px !important;
        font-size: 15.8px !important;
    }
}


.mc-rich-copy a {
    color: #104957;
    text-decoration: underline;
}