.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:#622b3c; font-size:13px; font-weight:800; box-shadow:0 3px 10px #7b26380b; 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 #7b263822; }
.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:#cb5357; 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:#f3e4e7; 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:#f2e4e8; }
.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 #eadde1; border-radius:16px; background:#fff; color:#61414d; box-shadow:0 18px 50px #49213229; overflow-y:auto; overscroll-behavior:contain; }
.wb-promo-panel[hidden] { display:none; }
.wb-promo-panel>strong { display:block; font:600 27px/1.2 'Cormorant Garamond',Georgia,serif; padding-bottom:13px; margin-bottom:6px; border-bottom:1px solid #f0e5e8; }
.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 #eadde1; }
.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:#fcf4f5; }
.wb-promo-toggle:focus-visible,.wb-promo-panel a:focus-visible,.wb-promo-link:focus-visible { outline:2px solid #bd8c98; outline-offset:3px; }
.wb-header-brands__toggle { display:flex; gap:8px; width:auto; min-height:38px; padding:6px 10px; font:600 14px/1.4 Manrope,Arial,sans-serif; }
.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:#e8d8de; }
.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 'Cormorant Garamond',Georgia,serif; color:#4f2934; }
.wb-header-brands__head>a { font-size:13px; color:var(--wb-accent); white-space:nowrap; }
.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 #f0e4e8; background:#fcf9f9; border-radius:10px; transition:background .18s,border-color .18s; }
.wb-header-brands__card:hover { background:#f5e9ed; border-color:#d7b8c3; }
.wb-header-brands__card img { display:block; width:100%; height:62px; object-fit:contain; }
.wb-header-brands__card span { font:600 23px/1.2 'Cormorant Garamond',Georgia,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; } }
