/* Persistent translucent navigation. */
:root{--site-header-height:58px}
body>header{position:sticky;top:0;z-index:40;width:100%;max-width:none;height:var(--site-header-height);padding-inline:max(20px,calc((100% - 1560px)/2));background:rgba(255,255,255,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid #e4e7ea80;box-shadow:0 3px 12px #1b2c3a0b}
.pd-section-nav{position:static;top:auto;z-index:auto}
.pd-band,.pd-import,.pd-about,.pd-benefits,.pd-how,.pd-testing,.pd-reviews,.pd-faqs{scroll-margin-top:calc(var(--site-header-height) + 24px)}
/* Search panel. */
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#search{width:min(1440px,94vw);max-width:94vw;max-height:90dvh;overflow-y:auto;overscroll-behavior:contain;padding:46px 6%;border-radius:12px;background:#fff;color:#111;box-shadow:0 12px 60px #0003}
.search-close{position:absolute;right:15px;top:10px;font-size:38px;color:#666}
.search-input-wrap{position:relative;margin:0 0 35px}
#search-input{width:100%;max-width:none;height:62px;padding:14px 66px 14px 22px;border:1px solid #ddd;border-radius:20px;font-size:22px;background:#fff;color:#111;margin:0}
#search-input::placeholder{color:#151515;opacity:1}
.search-input-wrap>button{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;color:#929292;padding:8px}
.search-input-wrap svg{height:24px;width:24px}
.search-layout{display:grid;grid-template-columns:minmax(0,1fr) 200px;gap:30px;align-items:start}
.search-results-panel{background:#f5f5f5;border-radius:12px;padding:24px 30px}
.search-results-heading{display:flex;align-items:baseline;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-bottom:28px}
.search-results-heading h3{font-size:24px;font-weight:500;letter-spacing:0;margin:0}
#search-result-count{font-size:12px;color:#666;margin:0}
.search-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.search-product{min-width:0;background:linear-gradient(#eeecf3 0 60%,#fff 60%);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}
.search-product:hover{box-shadow:0 4px 15px #0002}
.search-product-main{display:block;flex:1}
.search-product h4{font-size:17px;line-height:1.3;font-weight:500;min-height:66px;margin:0;padding:18px 15px 4px;color:#111;overflow-wrap:anywhere}
.search-product img{width:100%;height:150px;object-fit:contain;mix-blend-mode:multiply;margin:auto}
.search-product-bottom{text-align:center;padding:12px 12px 15px}
.search-product-bottom p{font-size:13px;color:#687176;margin:0 0 10px}
.search-product .button{display:flex;justify-content:center;gap:0;font-size:14px;padding:3px 8px;min-height:30px;font-weight:500;border-radius:22px}
.search-sidebar h3{font-size:20px;margin:10px 0 20px;font-weight:500}
#search-categories{display:flex;flex-direction:column;align-items:start;gap:11px}
#search-categories button{background:#111;color:white;padding:8px 14px;border:1px solid #111;border-radius:10px;font-size:14px;text-align:left;line-height:1.4}
#search-categories button[aria-pressed=true]{background:#9019ff;border-color:#9019ff}
#search-categories button:hover{background:#444}
#search-view-all{display:block;margin:25px 0 0;padding:0;background:none;color:#7613ca;text-decoration:underline;text-underline-offset:4px;font-size:15px;text-align:left}
.search-empty{grid-column:1/-1;text-align:center;padding:25px 10px}
.search-empty h4{min-height:0;font-size:22px;padding:0}.search-empty p{font-size:15px}
@media(max-width:1100px){#search{padding:45px 30px 30px}.search-layout{grid-template-columns:minmax(0,1fr) 170px;gap:20px}.search-results-panel{padding:22px}.search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-product img{height:180px}}
@media(max-width:760px){:root{--site-header-height:70px}body>header{padding-inline:5%}body>header nav{background:rgba(255,255,255,.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}#search{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;border-radius:0;padding:60px 18px 25px}.search-input-wrap{margin-bottom:22px}#search-input{font-size:18px;height:56px;padding-left:16px;border-radius:16px}.search-layout{display:flex;flex-direction:column}.search-results-panel{width:100%;padding:20px 14px}.search-results-heading{gap:6px;margin-bottom:20px}.search-results-heading h3{font-size:22px}.search-product-grid{gap:12px}.search-product h4{font-size:16px;padding:14px 12px 0;min-height:60px}.search-product img{height:150px}.search-sidebar{width:100%}#search-categories{flex-direction:row;flex-wrap:wrap;gap:8px}#search-categories button{font-size:13px}.search-sidebar h3{font-size:18px;margin-bottom:14px}}
@media(prefers-reduced-motion:reduce){.search-product{transition:none}}

/* Matched header controls with a compact, separated count badge. */
body>header .header-tools{gap:10px;align-items:center}
body>header .account-link,body>header .bag-button{width:44px;height:44px;min-width:44px;padding:0;display:flex;align-items:center;justify-content:center;color:#111;border-radius:50%;background:transparent}
body>header .account-link svg,body>header .bag-button svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
body>header .bag-button span{top:0;right:-2px;min-width:18px;width:auto;height:18px;padding:0 4px;font-size:11px;line-height:1;font-weight:600;background:#9019ff;border:2px solid #fff;border-radius:12px;box-sizing:content-box}
body>header .account-link:focus-visible,body>header .bag-button:focus-visible{outline:2px solid #9019ff;outline-offset:2px}
@media(hover:hover){body>header .account-link:hover,body>header .bag-button:hover{background:#f1edf6}}
@media(max-width:760px){body>header .header-tools{gap:4px}}

/* Blend into the page until scrolling begins. */
body:not(.checkout-mode)>header{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent;box-shadow:none;transition:background-color .18s ease,box-shadow .18s ease}
body.header-scrolled:not(.checkout-mode)>header{background:rgba(255,255,255,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:#e4e7ea80;box-shadow:0 3px 12px #1b2c3a0b}
body:not(.header-scrolled):not(.checkout-mode)>header .bag-button span{border-color:transparent}
@media(prefers-reduced-motion:reduce){body:not(.checkout-mode)>header{transition:none}}

/* Slim navigation with one consistent outline icon family. */
:root{--site-header-height:52px}
body:not(.checkout-mode)>header .brand img{width:140px;height:auto}
body>header .account-link,body>header .bag-button{width:40px;height:40px;min-width:40px}
body>header .account-link svg,body>header .bag-button svg,body>header .nav-search svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
body>header .nav-search{min-height:40px;align-items:center;gap:7px;color:#111}
body>header .account-link{display:flex}
body>header .bag-button span{top:-1px;right:-3px}
body.header-scrolled:not(.checkout-mode)>header{background:rgba(255,255,255,.68);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
@media(max-width:760px){:root{--site-header-height:56px}body:not(.checkout-mode)>header .brand img{width:132px}}

/* Consistent icon sizing and a genuinely circular cart count. */
body:not(.checkout-mode)>header{align-items:center;padding-block:0}
body>header .brand{display:flex;align-items:center}
body>header .brand img{display:block}
body>header .header-tools{align-items:center}
body>header .account-link,body>header .bag-button{width:44px;height:44px;min-width:44px}
body>header .account-link svg,body>header .bag-button svg{width:32px;height:32px}
body>header .bag-button span{display:grid;place-items:center;width:28px;height:28px;min-width:28px;aspect-ratio:1;padding:0;border:0;border-radius:50%;box-sizing:border-box;top:-2px;right:-5px;font-size:15px;line-height:1;font-variant-numeric:tabular-nums}
@media(min-width:761px){body>header nav{top:50%;transform:translate(-50%,-50%);margin-block:0}}
@media(max-width:760px){body>header nav{top:100%}}

body>header .nav-search svg{width:18px;height:18px}
