.wb-promo-item { display:flex; align-items:center; flex:none; gap:4px; }
.wb-promo-item--theme { margin-left:auto; padding-left:8px; }
.wb-header-nav__links .wb-nav--theme { display:inline-flex; align-items:center; gap:9px; min-height:36px; padding:8px 15px; border:1px solid #eac2aa; border-radius:22px; background:linear-gradient(115deg,#f9dfc8,#f4c5b9); color:#2f5e49; font-size:13px; font-weight:800; box-shadow:0 3px 10px #356c530b; transition:background .2s,box-shadow .2s; }
.wb-header-nav__links .wb-nav--theme::after { display:none; }
.wb-header-nav__links .wb-nav--theme:hover { background:linear-gradient(115deg,#ffe9d4,#f4b7a8); box-shadow:0 4px 12px #356c5322; }
.wb-nav--theme svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.wb-nav--theme:focus-visible { outline:2px solid var(--wb-accent); outline-offset:3px; }
.wb-story__card[id] { scroll-margin-top:calc(var(--wb-header-visible-height,200px) + 24px); }
.wb-story__card p + .wb-btn { margin-top:20px; }
.wb-header-nav__links .wb-nav--sale,.wb-promo-panel .wb-nav--sale { color:#69b593; font-weight:700; }
.wb-header-nav__links .wb-nav--accent,.wb-promo-panel .wb-nav--accent { color:var(--wb-accent); font-weight:700; }
.wb-header-nav__links .wb-nav--green,.wb-promo-panel .wb-nav--green { color:#4b7661; font-weight:600; }
.wb-header-nav__links .wb-nav--pill { min-height:30px; padding:5px 12px; border-radius:18px; background:#e5f2ec; color:var(--wb-accent); font-weight:600; }
.wb-header-nav__links .wb-nav--pill::after { display:none; }
.wb-promo-toggle { display:grid; place-items:center; width:28px; height:32px; padding:0; border:0; background:transparent; color:var(--wb-accent); border-radius:7px; cursor:pointer; }
.wb-promo-toggle:hover,.wb-promo-toggle[aria-expanded='true'] { background:#e4f2ec; }
.wb-promo-toggle svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.5; transition:transform .18s; }
.wb-promo-toggle[aria-expanded='true'] svg { transform:rotate(180deg); }
.wb-promo-panel { position:fixed; z-index:110; width:min(350px,calc(100vw - 32px)); padding:22px; border:1px solid #ddeae4; border-radius:16px; background:#fff; color:#416153; box-shadow:0 18px 50px #23473729; overflow-y:auto; overscroll-behavior:contain; }
.wb-promo-panel[hidden] { display:none; }
.wb-promo-panel>strong { display:block; font:600 27px/1.2 Onest,Arial,sans-serif; padding-bottom:13px; margin-bottom:6px; border-bottom:1px solid #e5f0eb; }
.wb-promo-children { list-style:none; padding:0; margin:0; }
.wb-promo-children .wb-promo-children { margin:0 0 7px 12px; padding-left:10px; border-left:1px solid #ddeae4; }
.wb-promo-children a { display:block; padding:9px 8px; font-size:14px; line-height:1.5; border-radius:7px; overflow-wrap:anywhere; }
.wb-promo-children a:hover { background:#f6faf8; }
.wb-promo-toggle:focus-visible,.wb-promo-panel a:focus-visible,.wb-promo-link:focus-visible { outline:2px solid #8cbda7; outline-offset:3px; }
.wb-header-nav__links .wb-header-brands__toggle { display:inline-flex; align-items:center; gap:8px; width:auto; height:auto; min-height:38px; padding:6px 10px; color:var(--wb-accent); font:600 14px/1.4 Onest,Arial,sans-serif; text-decoration:none; }
.wb-header-nav__links .wb-header-brands__toggle::after { display:none; }
.wb-header-brands { padding-right:14px; position:relative; }
.wb-header-brands::after { content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:18px; background:#d8e8e1; }
.wb-header-brands__panel { width:min(860px,calc(100vw - 32px)); padding:26px 30px; border-radius:18px; }
.wb-header-brands__head { display:flex; justify-content:space-between; align-items:center; gap:24px; margin-bottom:20px; }
.wb-header-brands__head strong { display:block; white-space:nowrap; font:600 30px/1.2 Onest,Arial,sans-serif; color:#294f3e; }
.wb-header-brands__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.wb-header-brands__card { min-width:0; min-height:92px; display:grid; place-items:center; padding:14px; border:1px solid #e4f0eb; background:#fcf9f9; border-radius:10px; transition:background .18s,border-color .18s; }
.wb-header-brands__card:hover { background:#eaf4f0; border-color:#b8d7c9; }
.wb-header-brands__card img { display:block; width:100%; height:62px; object-fit:contain; }
.wb-header-brands__card span { font:600 23px/1.2 Onest,Arial,sans-serif; text-align:center; overflow-wrap:anywhere; }
@media(max-width:640px) { .wb-header-brands__panel { padding:20px 16px; }.wb-header-brands__grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:8px; }.wb-header-brands__head { gap:12px;align-items:center; }.wb-header-brands__head strong { font-size:clamp(18px,5vw,26px); }.wb-header-brands__head>a { font-size:12px; }.wb-header-brands__toggle { font-size:13px; }.wb-header-brands__card { padding:10px; } }
@media(prefers-reduced-motion:reduce) { .wb-promo-toggle svg { transition:none; } }
