/* ============================================================
   beautynails — «Beautifo» glow skin (design 2026-07, Claude Design 6a–6n)
   Loaded AFTER final.min.css — overrides the megashop look.
   Tokens: Playfair Display (headings) + Jost (text), rose #D96A80.
   ============================================================ */

:root {
  --bn-ink: #141414;
  --bn-text: #1c1c1c;
  --bn-body: #5c5c5c;
  --bn-muted: #8f8f8f;
  --bn-faint: #9a9a9a;
  --bn-rose: #d96a80;
  --bn-pink-soft: #f6d9db;
  --bn-pink-mist: #fdf1f2;
  --bn-cream: #faf6f3;
  --bn-line: #f0eaea;
  --bn-line2: #eee6e3;
  --bn-gold: #e8b84b;
  --bn-mint: #8fb99f;
  --bn-serif: 'Playfair Display', Georgia, serif;
  --bn-sans: 'Jost', 'Manrope', system-ui, sans-serif;
}

/* ---------- base ---------- */
body.page {
  font-family: var(--bn-sans);
  color: var(--bn-text);
  background: #fff;
}
.page__container { max-width: 1280px; }
h1, h2, h3, .widget-primary__title, .content__title {
  font-family: var(--bn-serif);
  font-weight: 600;
  color: var(--bn-text);
}
a { color: inherit; }
a:hover { color: var(--bn-rose); }
em { color: var(--bn-rose); font-weight: 500; }

/* ============================================================
   HEADER
   ============================================================ */
.bn-topbar {
  background: var(--bn-pink-mist);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--bn-text);
  text-transform: uppercase;
}
.bn-topbar__row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.bn-topbar__menu { display: flex; gap: 24px; flex-wrap: wrap; }
.bn-topbar__menu ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.bn-topbar__menu a { color: var(--bn-text); text-decoration: none; }
.bn-topbar__menu a:hover { color: var(--bn-rose); }
.bn-topbar__right { display: flex; gap: 18px; align-items: center; white-space: nowrap; }
.bn-topbar__right a { text-decoration: none; }
/* lang widget inside topbar */
.bn-topbar .lang-change, .bn-topbar .navbar__drop { font-size: 10.5px; }

.bn-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.bn-logo { display: flex; align-items: center; gap: 11px; text-decoration: none !important; flex: none; }
.bn-logo img { width: 44px; height: 44px; display: block; }
.bn-logo__name { font-size: 20px; font-weight: 600; letter-spacing: .24em; line-height: 1; color: var(--bn-text); }
.bn-logo__sub { font-size: 7.5px; font-weight: 500; letter-spacing: .4em; color: var(--bn-rose); margin-top: 3px; }

.bn-search { flex: 1; min-width: 0; position: relative; }
.bn-search .autocomplete { width: 100%; }
.bn-search input,
.bn-search .autocomplete__field,
.bn-search [type="text"] {
  width: 100%;
  background: var(--bn-cream);
  border: none;
  border-radius: 999px;
  padding: 12px 48px 12px 22px;
  font-size: 13px;
  font-weight: 300;
  color: var(--bn-text);
  font-family: var(--bn-sans);
}
.bn-search input::placeholder { color: var(--bn-faint); }
.bn-search .autocomplete__btn,
.bn-search button[type="submit"] {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: var(--bn-muted);
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}

.bn-actions { display: flex; gap: 20px; align-items: center; flex: none; }
.bn-action {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 9.5px; font-weight: 500; letter-spacing: .08em;
  color: var(--bn-text); text-transform: uppercase; text-decoration: none !important;
  position: relative; cursor: pointer;
}
.bn-action .svg-icon { width: 18px; height: 18px; fill: currentColor; }
.bn-action:hover { color: var(--bn-rose); }
.bn-action .user-panel__counter,
.bn-action [data-compare-counter],
.bn-action .wishlist-counter {
  position: absolute; top: -6px; right: -10px;
  background: var(--bn-rose); color: #fff;
  border-radius: 999px; font-size: 9px; font-weight: 600;
  padding: 1px 6px; line-height: 1.4;
}
/* profile dropdown reuse */
.bn-action .navbar__drop { top: 100%; right: 0; }

.bn-cart { flex: none; }
.bn-cart .bottom-menu__button {
  display: flex; align-items: center; gap: 9px;
  background: var(--bn-ink); color: #fff !important;
  border-radius: 999px; padding: 12px 24px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; white-space: nowrap; text-decoration: none !important;
}
.bn-cart .svg-icon { width: 16px; height: 16px; fill: #fff; }
.bn-cart .user-panel__icon { position: relative; display: flex; }
.bn-cart .user-panel__counter {
  background: var(--bn-rose); color: #fff; border-radius: 999px;
  padding: 1px 8px; font-size: 10px; margin-left: 2px;
  position: static;
}

.bn-nav { border-bottom: 1px solid #fff; }
.bn-nav__row {
  max-width: 1280px; margin: 0 auto;
  padding: 2px 24px 16px;
  display: flex; justify-content: center; align-items: center; gap: 28px;
  font-size: 13.5px; font-weight: 400; color: var(--bn-body);
  flex-wrap: wrap;
}
.bn-nav__row ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.bn-nav__row a { color: var(--bn-body); text-decoration: none; padding-bottom: 4px; }
.bn-nav__row a:hover { color: var(--bn-text); border-bottom: 1.5px solid var(--bn-rose); }
.bn-nav__catalog {
  color: var(--bn-text); font-weight: 500;
  border-bottom: 1.5px solid var(--bn-rose);
  text-decoration: none;
}

/* hamburger only on mobile */
.bn-burger { display: none; background: none; border: none; padding: 6px; }
.bn-burger .svg-icon { width: 22px; height: 22px; }

@media (max-width: 991px) {
  .bn-burger { display: inline-flex; }
  .bn-search { display: none; }
  .bn-actions { display: none; }
  .bn-nav { display: none; }
  .bn-topbar__menu { display: none; }
  .bn-header { padding: 12px 16px; gap: 12px; justify-content: space-between; }
  .bn-cart .bottom-menu__button { padding: 10px 16px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.page__footer { background: #fff; margin-top: 48px; }
.page__footer > .page__container { max-width: none; padding: 0; width: auto; }
.bn-footer { border-top: 1px solid #f0f0f0; font-family: var(--bn-sans); color: var(--bn-text); }
.bn-footer__grid {
  max-width: 1280px; margin: 0 auto;
  padding: 40px 24px 8px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.bn-footer__brandtext { font-size: 12px; font-weight: 300; color: var(--bn-muted); line-height: 1.7; margin-top: 12px; max-width: 230px; }
.bn-footer__minicap { font-size: 9.5px; font-weight: 600; letter-spacing: .2em; color: #b7b7b7; margin-top: 18px; text-transform: uppercase; }
.bn-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.bn-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--bn-cream); border-radius: 5px; padding: 4px 9px;
  font-size: 10px; font-weight: 500; color: var(--bn-text);
}
.bn-badge--visa { font-weight: 900; font-style: italic; color: #1a1f71; }
.bn-badge--mono { font-weight: 800; color: #111; }
.bn-badge--privat { font-weight: 800; color: #75b21b; }
.bn-dot { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.bn-footer__title { font-size: 10.5px; font-weight: 600; letter-spacing: .2em; margin-bottom: 14px; text-transform: uppercase; }
.bn-footer__col ul, .bn-footer__col .footer__items { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.bn-footer__col a, .bn-footer__col li, .bn-footer__col .footer__item {
  font-size: 12.5px; font-weight: 300; color: var(--bn-muted); text-decoration: none;
}
.bn-footer__col a:hover { color: var(--bn-rose); }
.bn-footer__score { font-size: 26px; font-weight: 600; }
.bn-footer__score span { font-size: 14px; color: #b7b7b7; font-weight: 300; }
.bn-footer__stars { color: var(--bn-gold); font-size: 12px; letter-spacing: 2px; margin-top: 2px; }
.bn-footer__review-btn {
  display: inline-flex; border: 1px solid var(--bn-ink); border-radius: 999px;
  padding: 8px 18px; font-size: 9.5px; font-weight: 600; letter-spacing: .14em;
  margin-top: 12px; white-space: nowrap; text-transform: uppercase;
  text-decoration: none !important; color: var(--bn-text);
}
.bn-footer__bottom { background: var(--bn-pink-mist); margin-top: 32px; }
.bn-footer__bottom-row {
  max-width: 1280px; margin: 0 auto; padding: 14px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 10.5px; font-weight: 400; letter-spacing: .1em; color: var(--bn-body);
  text-transform: uppercase;
}
.bn-footer__soc { display: flex; gap: 12px; align-items: center; }
.bn-footer__soc a { display: inline-flex; color: var(--bn-text); }
.bn-footer__soc .svg-icon { width: 15px; height: 15px; fill: currentColor; }

@media (max-width: 991px) {
  .bn-footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; padding: 28px 16px 8px; }
  .bn-footer__bottom-row { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 560px) {
  .bn-footer__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HOMEPAGE
   ============================================================ */
.bn-hero {
  margin: 8px 4px 0;
  background: linear-gradient(115deg, var(--bn-pink-mist), var(--bn-pink-soft) 70%);
  border-radius: 14px;
  padding: 60px 60px 48px;
  position: relative;
  overflow: hidden;
}
.bn-hero__deco {
  position: absolute; right: -40px; top: -80px;
  width: 360px; height: 360px; border-radius: 50%;
  background: #f0c6cb;
}
.bn-hero__inner { position: relative; max-width: 560px; }
.bn-hero__label { font-size: 11px; font-weight: 500; letter-spacing: .16em; color: var(--bn-rose); text-transform: uppercase; }
.bn-hero__title { font-family: var(--bn-serif); font-size: 50px; font-weight: 600; line-height: 1.12; margin-top: 16px; }
.bn-hero__text { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--bn-body); margin-top: 16px; max-width: 400px; }
.bn-hero__cta { display: flex; gap: 20px; margin-top: 28px; align-items: center; flex-wrap: wrap; }
.bn-hero__features { display: flex; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.bn-feature { display: flex; gap: 9px; align-items: center; }
.bn-feature b { display: block; font-size: 11.5px; font-weight: 500; }
.bn-feature span { font-size: 10px; font-weight: 300; color: var(--bn-muted); }
.bn-hero__photo {
  position: absolute; right: 64px; top: 50%; transform: translateY(-50%);
  width: 310px; height: 310px; border-radius: 50%; overflow: hidden;
  background: #fff center/cover no-repeat;
  box-shadow: 0 10px 40px rgba(20,20,20,.08);
}
.bn-hero__badge {
  position: absolute; right: 340px; top: 56px;
  width: 76px; height: 76px; border-radius: 50%;
  background: #fff; box-shadow: 0 6px 20px rgba(20,20,20,.1);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; line-height: 1.2;
}
.bn-hero__badge b { font-size: 14px; font-weight: 600; }
.bn-hero__badge span { font-size: 8px; font-weight: 400; color: var(--bn-muted); }

.bn-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--bn-ink); color: #fff !important;
  border-radius: 999px; padding: 14px 28px;
  font-size: 13px; font-weight: 500; white-space: nowrap;
  text-decoration: none !important; border: none; cursor: pointer;
  font-family: var(--bn-sans);
}
.bn-btn:hover { background: #2a2a2a; }
.bn-btn--rose { background: var(--bn-rose); }
.bn-btn--rose:hover { background: #c95a70; }
.bn-btn--ghost {
  background: transparent; color: var(--bn-text) !important;
  border: 1px solid #e3dcd8; padding: 9px 22px; font-size: 12px;
}
.bn-btn--ghost:hover { background: var(--bn-cream); }

.bn-stats {
  display: flex; justify-content: center; gap: 56px;
  padding: 32px 24px 8px; text-align: center; flex-wrap: wrap;
}
.bn-stats__sep { width: 1px; background: #f0f0f0; }
.bn-stats b { display: block; font-size: 19px; font-weight: 600; }
.bn-stats b .star { color: var(--bn-gold); }
.bn-stats span { font-size: 11.5px; font-weight: 300; color: var(--bn-faint); margin-top: 2px; display: block; }

.bn-section-head {
  padding: 34px 4px 4px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.bn-section-head h2 { font-family: var(--bn-serif); font-size: 28px; font-weight: 600; margin: 0; }

/* category tiles (homepage catalog map restyle) */
.bn-cats { padding: 20px 4px 8px; }
.bn-cats .catalog-map, .bn-cats ul { list-style: none; margin: 0; padding: 0; }

.bn-cta {
  margin: 34px 4px;
  background: linear-gradient(100deg, var(--bn-pink-mist), var(--bn-pink-soft));
  border-radius: 14px;
  padding: 42px 56px;
  display: flex; justify-content: space-between; align-items: center; gap: 40px;
  flex-wrap: wrap;
}
.bn-cta__title { font-family: var(--bn-serif); font-size: 26px; font-weight: 600; line-height: 1.25; }
.bn-cta__text { font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--bn-body); margin-top: 8px; max-width: 520px; }

@media (max-width: 991px) {
  .bn-hero { padding: 36px 24px; }
  .bn-hero__photo, .bn-hero__badge, .bn-hero__deco { display: none; }
  .bn-hero__title { font-size: 34px; }
  .bn-stats { gap: 24px; }
  .bn-cta { padding: 28px 24px; }
}

/* ============================================================
   PRODUCT CARDS (product-cut) — white card, thin border, cream tile
   ============================================================ */
.product-cut {
  background: #fff;
  border: 1px solid var(--bn-line);
  border-radius: 12px;
  overflow: visible;
  transition: box-shadow .18s ease;
}
.product-cut:hover { box-shadow: 0 10px 30px rgba(20,20,20,.07); border-color: var(--bn-line2); }
.product-cut__main-info { padding: 0 14px 14px; }
.product-cut__photo {
  background: var(--bn-cream);
  border-radius: 12px 12px 0 0;
  margin: 0 -14px 10px;
  padding: 12px;
}
.product-cut__title-link {
  font-size: 13.5px; font-weight: 500; line-height: 1.4;
  color: var(--bn-text); text-decoration: none;
  font-family: var(--bn-sans);
}
.product-cut__title-link:hover { color: var(--bn-rose); }
.product-cut__price { margin-top: 9px; }
.product-price, .product-price__current, .product-price--bg {
  font-family: var(--bn-sans); font-weight: 600; color: var(--bn-text);
  background: transparent;
}
.product-price__old { color: #c4c4c4; text-decoration: line-through; font-weight: 400; }
/* stars gold */
.star-rating__star--active, .star-rating .active { color: var(--bn-gold) !important; fill: var(--bn-gold) !important; }
/* stock dot */
.product-cut .unavailable { color: #c4c4c4; font-size: 11px; }

/* widget section titles */
.widget-primary__title { font-size: 28px; padding: 0 0 12px; border: none; background: transparent; }
.widget-primary__view-all {
  display: inline-flex; border: 1px solid #e3dcd8; border-radius: 999px;
  padding: 9px 22px; font-size: 12px; font-weight: 500;
  color: var(--bn-text); text-decoration: none !important; margin-top: 14px;
}
.widget-primary__view-all:hover { background: var(--bn-cream); }

/* ============================================================
   GENERIC CONTROLS — pills, forms, breadcrumbs, pagination, tabs
   ============================================================ */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
input[type="search"], input[type="number"], select {
  border: 1px solid var(--bn-line2);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 12.5px;
  font-family: var(--bn-sans);
  background: #fff;
  color: var(--bn-text);
}
textarea {
  border: 1px solid var(--bn-line2);
  border-radius: 16px;
  padding: 12px 18px;
  font-family: var(--bn-sans);
  font-size: 12.5px;
  background: #fff;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--bn-rose); }

/* main action buttons across shop (add-to-cart etc.) */
.btn, .button, button[type="submit"], .product-buy__btn, .buy-one-click__btn {
  font-family: var(--bn-sans);
  border-radius: 999px;
}
.btn--primary, .btn-primary, .product-buy__btn {
  background: var(--bn-ink); color: #fff; border: none;
}
.btn--primary:hover, .btn-primary:hover, .product-buy__btn:hover { background: #2a2a2a; color: #fff; }

/* breadcrumbs */
.breadcrumbs, .breadcrumb { font-size: 11px; color: var(--bn-muted); }
.breadcrumbs a, .breadcrumb a { color: var(--bn-muted); text-decoration: none; }
.breadcrumbs a:hover, .breadcrumb a:hover { color: var(--bn-rose); }

/* pagination round */
.pagination li a, .pagination__item {
  border-radius: 50% !important;
  border: 1px solid var(--bn-line2);
  color: var(--bn-text);
}
.pagination li.active a, .pagination__item--active {
  background: var(--bn-ink) !important; color: #fff !important; border-color: var(--bn-ink);
}

/* links accent */
.link--main { color: var(--bn-text); }
.link--main:hover { color: var(--bn-rose); }

/* old green theme wipes */
.bottom-menu[footer-menu] { background: var(--bn-ink) !important; border-top: 1px solid var(--bn-ink) !important; }

/* category tiles */
.bn-cats__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
}
.bn-cat-tile {
  background: #fff; border: 1px solid var(--bn-line); border-radius: 12px;
  padding: 22px 14px; display: flex; flex-direction: column; align-items: center;
  gap: 12px; text-align: center; text-decoration: none !important;
  transition: box-shadow .18s ease;
}
.bn-cat-tile:hover { box-shadow: 0 10px 30px rgba(20,20,20,.07); }
.bn-cat-tile__icon {
  width: 52px; height: 52px; border-radius: 50%; background: var(--bn-cream);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--bn-serif); font-size: 19px; color: var(--bn-rose);
}
.bn-cat-tile__name { font-size: 12.5px; font-weight: 500; line-height: 1.35; color: var(--bn-text); }
@media (max-width: 991px) { .bn-cats__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .bn-cats__grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- overrides round 2 (real DOM) ---------- */
/* topbar info menu: kill button look, plain caps text */
.bn-topbar .main-nav__items { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.bn-topbar .main-nav__item { margin: 0; padding: 0; background: none; }
.bn-topbar .main-nav__link,
.bn-topbar .main-nav__item a {
  background: none !important; border: none !important; box-shadow: none !important;
  padding: 0 !important; margin: 0 !important;
  color: var(--bn-text) !important;
  font-size: 10.5px !important; font-weight: 500 !important; letter-spacing: .12em !important;
  text-transform: uppercase; text-decoration: none !important;
  font-family: var(--bn-sans) !important; line-height: 1.6 !important; min-height: 0 !important;
}
.bn-topbar .main-nav__link:hover, .bn-topbar .main-nav__item a:hover { color: var(--bn-rose) !important; }
.bn-topbar__right a { color: var(--bn-text) !important; font-size: 10.5px; }

/* header action icons: vertical icon+label from user-panel markup */
.bn-action .user-panel__link {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  color: var(--bn-text) !important; text-decoration: none !important;
  font-size: 9.5px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
}
.bn-action .user-panel__link:hover { color: var(--bn-rose) !important; }
.bn-action .user-panel__icon { display: flex; position: relative; color: var(--bn-text); }
.bn-action .user-panel__icon .svg-icon { width: 18px; height: 18px; fill: currentColor; }
.bn-action .navbar__link { color: var(--bn-text) !important; font-size: 9.5px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 3px; cursor: pointer; }
.bn-action--profile { position: relative; }
.bn-action--profile .navbar__drop { position: absolute; top: calc(100% + 8px); right: 0; z-index: 50; background: #fff; border: 1px solid var(--bn-line); border-radius: 12px; box-shadow: 0 12px 32px rgba(20,20,20,.1); min-width: 190px; display: none; }
.bn-action--profile:hover .navbar__drop { display: block; }
.bn-action--profile .overlay__item { padding: 0; }
.bn-action--profile .overlay__link { display: block; padding: 10px 18px; font-size: 12.5px; text-transform: none; letter-spacing: 0; color: var(--bn-text) !important; text-decoration: none !important; }
.bn-action--profile .overlay__link:hover { color: var(--bn-rose) !important; background: var(--bn-cream); }

/* cart pill: force over final.min link colors */
.bn-cart .bottom-menu__button {
  background: var(--bn-ink) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  display: flex !important; align-items: center; gap: 9px;
}
.bn-cart .bottom-menu__button span { color: #fff !important; }
.bn-cart .bottom-menu__button .svg-icon { fill: #fff !important; width: 16px; height: 16px; }
.bn-cart .user-panel__counter { background: var(--bn-rose) !important; color: #fff !important; position: static !important; display: inline-block; }

/* nav row: catalog_footer ul repurposed horizontally */
.bn-nav__row .footer__items { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.bn-nav__row .footer__item { margin: 0; font-size: 13.5px; }
.bn-nav__row .footer__link {
  color: var(--bn-body) !important; text-decoration: none !important;
  font-size: 13.5px; font-weight: 400; padding-bottom: 4px;
}
.bn-nav__row .footer__link:hover { color: var(--bn-text) !important; border-bottom: 1.5px solid var(--bn-rose); }

/* footer catalog column back to vertical (scoped stronger) */
.bn-footer__col .footer__items { display: flex; flex-direction: column; gap: 9px; }
.bn-footer__col .footer__item { font-size: 12.5px; }
.bn-footer__col .footer__link { color: var(--bn-muted) !important; font-size: 12.5px; font-weight: 300; text-decoration: none !important; }
.bn-footer__col .footer__link:hover { color: var(--bn-rose) !important; }

/* search submit icon inside autocomplete */
.bn-search .autocomplete__submit, .bn-search .search__btn {
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  background: transparent; border: none; width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center; color: var(--bn-muted);
}

/* ---------- round 3: kill remaining green accents ---------- */
/* product sidebar (delivery / payment / questions) */
.product-shipping__header { color: var(--bn-text) !important; }
.product-shipping a, .product-shipping .link, .product-shipping .link--main { color: var(--bn-rose) !important; }
.product-shipping__ico { color: var(--bn-rose) !important; fill: var(--bn-rose) !important; }

/* tabs: active underline rose */
.tabs .tab.js-active, .accordion-tabs__link.js-active {
  border-color: var(--bn-rose) !important;
  color: var(--bn-text) !important;
}
.tabs .tab { font-family: var(--bn-sans); }

/* category toolbar view toggle */
.toggle-view__button { background: transparent !important; border: 1px solid var(--bn-line2) !important; border-radius: 6px; }
.toggle-view__button.js-active, .toggle-view__button--active, .toggle-view__button[class*="active"] {
  background: var(--bn-ink) !important; border-color: var(--bn-ink) !important;
}
.toggle-view__button.js-active .svg-icon, .toggle-view__button[class*="active"] .svg-icon { fill: #fff !important; }

/* price range slider */
.range-slider__control, .range-slider .noUi-connect, .range-slider .noUi-handle,
.filter__range-slider .noUi-connect { background: var(--bn-rose) !important; border-color: var(--bn-rose) !important; }
.range-slider .noUi-handle { box-shadow: none !important; }
.irs-bar, .irs-from, .irs-to, .irs-handle > i:first-child { background: var(--bn-rose) !important; }

/* smart filter / sidebar links */
.filter a, .filter .link, .filter label, .smart-filter a { color: var(--bn-text) !important; }
.filter a:hover, .smart-filter a:hover { color: var(--bn-rose) !important; }

/* checkboxes / radios accent */
input[type="checkbox"]:checked, input[type="radio"]:checked { accent-color: var(--bn-rose); }

/* generic green link colors from old theme */
a.link--main, .link.link--main { color: var(--bn-text); }
.benefits__title, .bonus__title { color: var(--bn-text) !important; font-family: var(--bn-serif); }

/* buy button on product page */
.product-buy__btn, button[data-product-buy], .buy-button {
  background: var(--bn-ink) !important; color: #fff !important;
  border-radius: 999px !important; border: none !important;
  font-family: var(--bn-sans) !important; font-weight: 500;
}
.product-buy__btn:hover { background: var(--bn-rose) !important; }

/* hit/sale badges */
.product-cut__sale-item, .badge--hit, .label--hit {
  background: var(--bn-ink) !important; color: #fff !important;
  border-radius: 999px !important; font-size: 9.5px !important;
  letter-spacing: .14em; text-transform: uppercase; padding: 4px 12px !important;
}

/* ---------- round 4: last green traces ---------- */
.content__title, h1.content__title { border-color: var(--bn-line) !important; }
.content__header { border-color: var(--bn-line) !important; }
hr, .delimiter { border-color: var(--bn-line); }
.range-slider__control { background: var(--bn-line2) !important; }
.range-slider__control .noUi-connect { background: var(--bn-rose) !important; }
.range-slider__wrapper .noUi-handle, .range-slider__control span[class*="handle"] { border-color: var(--bn-rose) !important; }
.catalog-toolbar { border-color: var(--bn-line) !important; }

/* ============================================================
   ROUND 5 — full design-system conformance (6d/6e/6f + 6a details)
   ============================================================ */

/* ---------- 6d: category filters — cream cards ---------- */
.filter { background: transparent; border: none; }
.filter .filter__item {
  background: var(--bn-cream);
  border: none !important;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 18px;
}
.filter__title, .filter__header {
  font-size: 10.5px !important; font-weight: 600 !important;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--bn-text) !important;
  background: transparent !important; border: none !important;
  font-family: var(--bn-sans) !important;
}
.filter__inner { background: transparent; }
.filter__checkgroup-title { font-size: 12.5px; font-weight: 300; color: var(--bn-text); }
.filter__checkgroup-count { color: #b7b7b7; }
.filter__checkgroup-control { accent-color: var(--bn-rose); border-radius: 5px; }
.filter__range-field, .filter__range-control input {
  border: 1px solid #ebebeb !important; border-radius: 999px !important;
  padding: 8px 14px !important; font-size: 12px !important; background: #fff !important;
}
.filter__range-label { color: var(--bn-muted); font-size: 11px; }

/* category toolbar: sort pill + counters */
.catalog-toolbar { border: none !important; padding: 4px 0 10px; }
.catalog-toolbar__label { font-size: 11px; letter-spacing: .08em; color: var(--bn-muted); text-transform: uppercase; }
.catalog-toolbar select, .catalog-toolbar__field select {
  border: 1px solid #ebebeb !important; border-radius: 999px !important;
  padding: 9px 20px !important; font-size: 11px !important; font-weight: 500;
  letter-spacing: .08em; background: #fff !important;
}

/* ---------- 6d: product cards — icon overlays, stock dot ---------- */
.product-cut__photo { position: relative; }
.product-cut { border-radius: 12px; }
.product-cut__title-link { font-size: 13.5px; }
.product-cut .product-price__main { font-size: 15px; font-weight: 600; }

/* ---------- 6e: product page ---------- */
.product-photo {
  background: var(--bn-cream) !important;
  border-radius: 14px; overflow: hidden;
  border: none !important;
}
.product-photo__img { mix-blend-mode: multiply; }
.product-photo__thumb, .product-photo__thumb-item {
  border-radius: 10px !important; overflow: hidden;
  background: var(--bn-cream);
  border: 1px solid transparent !important;
}
.product-photo__thumb-item.js-active, .product-photo__thumb-item:hover {
  outline: 1.5px solid var(--bn-rose); outline-offset: -1.5px;
}
.product-intro__title { font-family: var(--bn-serif); font-weight: 600; line-height: 1.18; }
.product-price__main { font-family: var(--bn-sans); }
.product-intro .product-price__main { font-size: 30px; font-weight: 600; }
.product-price__old { font-weight: 300; }

/* quantity stepper → pill */
.product-purchase__quantity input,
.quantity, .quantity input,
input[name="quantity"] {
  border: 1px solid #ebebeb !important; border-radius: 999px !important;
  text-align: center; font-weight: 500 !important;
}
.product-purchase__item .btn { border-radius: 999px !important; }

/* product info block (shipping/payment sidebar) → cream card */
.product-shipping {
  background: var(--bn-cream) !important;
  border-radius: 14px; padding: 18px 22px !important;
  border: none !important;
}
.product-shipping__item, .product-shipping__desc { font-size: 12.5px; font-weight: 300; }
.product-shipping__row { border: none !important; }
.product-shipping__header {
  font-size: 10.5px !important; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 600 !important; font-family: var(--bn-sans) !important;
}

/* product tabs → pills (6e) */
.tabs .tab, .accordion-tabs__link {
  border-radius: 999px !important; border: none !important;
  background: transparent !important;
  font-size: 11px !important; font-weight: 400; letter-spacing: .1em;
  text-transform: uppercase; color: var(--bn-muted) !important;
  padding: 9px 20px !important;
  font-family: var(--bn-sans) !important;
}
.tabs .tab.js-active, .accordion-tabs__link.js-active {
  background: var(--bn-pink-mist) !important;
  color: var(--bn-rose) !important; font-weight: 600;
  border: none !important;
}
.tabs { border-bottom: none !important; gap: 6px; }

/* characteristics table — dotted rows */
.tab-item-content table td, .tab-item-content table th,
.product-features td, .product-features th {
  border: none !important; border-bottom: 1px dotted #ebebeb !important;
  padding: 8px 4px !important; font-size: 12.5px;
}
.tab-item-content table td:first-child { color: var(--bn-faint); font-weight: 300; }
.tab-item-content table td:last-child { font-weight: 500; }

/* ---------- 6f: cart + checkout ---------- */
.cart-summary__product, .cart-summary__row {
  border: 1px solid #f0f0f0; border-radius: 14px;
  margin-bottom: 12px; padding: 10px 14px;
}
.cart-summary__items { border: none; }
.cart-product__photo { border-radius: 10px; overflow: hidden; background: var(--bn-cream); }
.cart-product__title, .cart-product__link { font-size: 13.5px; font-weight: 400; color: var(--bn-text); }
.cart-summary__quantity input {
  border: 1px solid #ebebeb !important; border-radius: 999px !important;
  text-align: center; font-weight: 500;
}
.cart-summary__delete { color: #c4c4c4; }
.cart-summary__delete:hover { color: var(--bn-rose); }
.cart-price__main { font-weight: 600; font-family: var(--bn-sans); }

/* order summary card */
.cart-frame {
  background: var(--bn-cream) !important;
  border: none !important; border-radius: 14px !important;
  overflow: hidden;
}
.cart-frame__header { background: transparent !important; border: none !important; padding-bottom: 0; }
.cart-frame__title { font-size: 16px; font-weight: 500; font-family: var(--bn-sans); }
.cart-summary__subtotal-item { font-size: 12.5px; }
.cart-summary__subtotal-title { color: var(--bn-muted); font-weight: 300; }
.cart-summary__subtotal-value { font-weight: 500; }
.cart-summary__total { border-top: 1px dashed #d9d9d9 !important; }
.cart-summary__total-price { font-size: 26px; font-weight: 600; }

/* delivery / payment radio cards */
.delivery-radio, .delivery-radio__field {
  border-radius: 14px !important;
}
.delivery-radio { border: 1px solid #f0f0f0 !important; margin-bottom: 10px; background: #fff; }
.delivery-radio__control:checked ~ .delivery-radio__content,
.delivery-radio.js-active, .delivery-radio--active {
  background: var(--bn-pink-mist) !important;
}
.delivery-radio:has(input:checked) {
  border-color: var(--bn-rose) !important;
  background: var(--bn-pink-mist) !important;
}
.delivery-radio input[type="radio"] { accent-color: var(--bn-rose); }
.delivery-radio__info { font-size: 13px; }

/* checkout main buttons */
.btn-order, .btn.btn-primary, .btn-primary {
  background: var(--bn-ink) !important; color: #fff !important;
  border: none !important; border-radius: 999px !important;
  font-size: 10.5px !important; font-weight: 600 !important;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 15px 26px !important; font-family: var(--bn-sans) !important;
}
.btn-order:hover, .btn-primary:hover { background: var(--bn-rose) !important; }
.btn.btn-default {
  border: 1px solid #e3dcd8 !important; border-radius: 999px !important;
  background: #fff !important; color: var(--bn-text) !important;
  font-family: var(--bn-sans) !important;
}
.btn.btn-default:hover { background: var(--bn-cream) !important; }

/* ---------- 6a: modals ---------- */
.modal-content, .modal__content, [class*="modal"] .overlay__content {
  border-radius: 16px !important; border: none;
  box-shadow: 0 20px 50px rgba(20,20,20,.14);
  font-family: var(--bn-sans);
}
.modal-header, .modal__header { border-bottom: none !important; }
.modal-title, .modal__title { font-family: var(--bn-serif) !important; font-weight: 600; }

/* ---------- 6a: notifications ---------- */
.noty_bar, .notification, .alert {
  border-radius: 12px !important; border: 1px solid var(--bn-line) !important;
  box-shadow: 0 8px 24px rgba(20,20,20,.08) !important;
  font-family: var(--bn-sans) !important;
}
.alert-success { background: #fff !important; color: var(--bn-text) !important; }
.alert-info { background: var(--bn-pink-mist) !important; color: var(--bn-text) !important; border: none !important; }

/* ---------- 6m: wishlist/compare empty states ---------- */
.empty-state, .wishlist-empty, .compare-empty {
  border: 1px dashed #e3dcd8; border-radius: 14px;
  padding: 26px; text-align: center;
}

/* ---------- 6i: profile order status pills ---------- */
.order-status, .label-status, [class*="status-label"] {
  border-radius: 999px !important; font-size: 9px !important;
  font-weight: 600 !important; letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 10px !important;
}

/* ---------- global: headings em, breadcrumbs separators ---------- */
.breadcrumbs { letter-spacing: .06em; }
.breadcrumbs__item + .breadcrumbs__item::before,
.breadcrumb > li + li::before { color: var(--bn-rose) !important; }

/* profile forms */
.profile input, .auth input { border-radius: 999px; }

/* ---------- round 6: runtime-injected widgets ---------- */
/* jQuery UI price slider */
.range-slider__control.ui-slider { background: var(--bn-line2) !important; border: none !important; }
.range-slider__control .ui-slider-range, .ui-widget-header { background: var(--bn-rose) !important; border: none !important; }
.range-slider__control .ui-slider-handle {
  background: #fff !important; border: 1.5px solid var(--bn-rose) !important;
  border-radius: 50% !important; outline: none;
}
/* tab active green bar */
.tabs .tab::before, .accordion-tabs__link::before,
.tabs .tab.js-active::before, .accordion-tabs__link.js-active::before {
  display: none !important; content: none !important; background: transparent !important;
}
/* product shipping titles + tooltips */
.product-shipping__title, .product-shipping__title span, .product-shipping__title .tooltip span {
  color: var(--bn-text) !important;
  font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  font-family: var(--bn-sans);
}
.product-shipping__ico svg, .product-shipping__ico { color: var(--bn-rose) !important; fill: var(--bn-rose) !important; }
.tooltip__icon, .tooltip [class*="icon"] { color: var(--bn-rose) !important; fill: var(--bn-rose) !important; }
/* checkout / generic form inputs — pill everywhere */
.content input[type="text"], .content input[type="tel"], .content input[type="email"],
.content input[type="password"], .content input[type="number"],
form input.form-control, .form-control, input.input, .cart input[type="text"] {
  border: 1px solid var(--bn-line2) !important;
  border-radius: 999px !important;
  padding: 11px 18px !important;
  font-family: var(--bn-sans) !important;
  box-shadow: none !important;
}
.content textarea, textarea.form-control { border-radius: 16px !important; }
.content select { border-radius: 999px !important; }
/* toggle view buttons: second (grid) treated active by default */
.toggle-view__button { width: 34px; height: 30px; }
.toggle-view__button:hover { background: var(--bn-cream) !important; }
/* compare/wishlist small buttons on product page — neutral ink icons */
.product-purchase__item .btn .svg-icon, .compare-button .svg-icon, [data-compare] .svg-icon { fill: var(--bn-text) !important; }
/* checkout headings weight */
.content__title + * .checkout-title, .checkout h2, .cart h2 { font-family: var(--bn-sans); font-weight: 500; }

/* ---------- round 7: last polish ---------- */
/* product buy zone: white, no grey box */
.product-intro { background: #fff !important; border: none !important; border-radius: 14px; }
.product-intro__section, .product-intro__row { background: transparent !important; }
/* all purchase-row icons inherit ink; primary buttons stay white */
.product-purchase__flex-container .svg-icon { fill: var(--bn-text); }
.product-purchase__flex-container .btn-primary .svg-icon,
.product-purchase__flex-container .product-buy__btn .svg-icon { fill: #fff !important; }
/* compare/wishlist square buttons → round ghost per design */
.product-purchase__item .btn.btn-default, .product-purchase__item button:not(.product-buy__btn):not(.btn-primary) {
  border-radius: 50% !important; width: 44px; height: 44px; padding: 0 !important;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #ebebeb !important; background: #fff !important;
}
/* wishlist heart icons in cards — ink */
.product-cut .svg-icon, .wishlist-button .svg-icon { fill: var(--bn-text); }
.product-cut .btn-primary .svg-icon { fill: #fff; }
/* green leftovers inside bottom menu label (mobile) */
.bottom-menu__button span { color: #fff !important; }

/* svg icons: inherit text color everywhere (kills legacy green fills) */
body.page .svg-icon { fill: currentColor; }
body.page .btn-primary .svg-icon, body.page .product-buy__btn .svg-icon, body.page .bn-cart .svg-icon { fill: #fff; }

/* stars: empty grey, active gold (fix after global currentColor) */
.star-rating .svg-icon, .star-rating__star .svg-icon, .rating .svg-icon { fill: #e0dcd8 !important; }
.star-rating__star--active .svg-icon, .star-rating .active .svg-icon,
.star-rating__star.js-active .svg-icon, [class*="star"][class*="active"] .svg-icon { fill: var(--bn-gold) !important; }
/* compare buttons anywhere: ink, not legacy green */
[class*="compare"] { color: var(--bn-text); }
a[class*="compare"], button[class*="compare"], span[class*="compare"] { color: var(--bn-text) !important; }
.site-info__icon, .site-info__icon--clock, .site-info__icon--phone { color: var(--bn-rose) !important; }

/* ---------- mobile pushy menu (design 6j): light panel ---------- */
.page__mobile, [data-page-pushy-mobile], .mobile-nav {
  background: #fff !important; color: var(--bn-text) !important;
}
.mobile-nav { font-family: var(--bn-sans); }
.mobile-nav__list { border: none; }
.mobile-nav__item {
  background: transparent !important;
  border-bottom: 1px solid var(--bn-line) !important;
  border-top: none !important;
}
.mobile-nav__link, .mobile-nav a {
  color: var(--bn-text) !important;
  font-size: 13.5px; font-weight: 400;
}
.mobile-nav__link:hover { color: var(--bn-rose) !important; }
.mobile-nav hr { border-color: var(--bn-line) !important; margin: 8px 0; }
.mobile-nav__call-icon { color: var(--bn-rose) !important; }
.mobile-nav__call-link { color: var(--bn-text) !important; font-size: 16px; font-weight: 500; }
.mobile-nav .svg-icon { fill: currentColor; }
/* catalog toggle → black pill */
.mobile-nav__catalog-toggle {
  background: var(--bn-ink) !important; color: #fff !important;
  border: none !important; border-radius: 999px !important;
  padding: 12px 20px !important; font-size: 11px !important;
  font-weight: 600 !important; letter-spacing: .14em; text-transform: uppercase;
  margin: 12px 14px; width: calc(100% - 28px) !important;
}
.mobile-nav__catalog-toggle-text { color: #fff !important; }
.mobile-nav__catalog-list { background: #fff; }
.mobile-nav__catalog-list a { color: var(--bn-body) !important; }
/* language switch inside panel */
.mob-lang-switch { background: var(--bn-cream); border-radius: 12px; margin: 10px 14px; padding: 6px 10px; }
/* bottom fixed bar: black per design */
.bottom-menu[footer-menu] { background: var(--bn-ink) !important; border-top: none !important; }
.bottom-menu[footer-menu] a, .bottom-menu[footer-menu] span { color: #fff !important; }
.bottom-menu[footer-menu] .svg-icon { fill: #fff !important; }

/* mobile menu: catalog pill must beat .btn-default; profile rows light */
.mobile-nav .btn.btn-default.mobile-nav__catalog-toggle,
.mobile-nav__catalog-toggle.btn {
  background: var(--bn-ink) !important; color: #fff !important;
  border: none !important; outline: none !important; box-shadow: none !important;
}
.mobile-nav .benefits__item, .lmobmenu__item, .mobile-profile-item {
  background: #fff !important;
  border-bottom: 1px solid var(--bn-line) !important;
  border-top: none !important;
}
.mobile-nav .benefits__title, .mobile-nav .benefits__title a { color: var(--bn-text) !important; font-weight: 400; }
.mobile-nav .benefits__ico { background: var(--bn-cream) !important; border: none !important; border-radius: 50%; }
.mobile-nav .benefits__img { filter: none; }

.mobile-nav .benefits__img { filter: brightness(0) opacity(.75); }

/* mobile header: burger visible, cart icon-only */
@media (max-width: 991px) {
  .bn-burger { display: inline-flex !important; align-items: center; color: var(--bn-text); }
  .bn-burger .svg-icon { width: 24px; height: 24px; fill: currentColor; }
  /* cart: drop label, round icon button */
  .bn-cart .bottom-menu__button { padding: 0 !important; width: 46px; height: 46px; justify-content: center !important; border-radius: 50% !important; }
  .bn-cart .bottom-menu__button > span:not([class*="counter"]) { display: none !important; }
  .bn-cart .bottom-menu__img-wrap { display: flex; }
  .bn-cart .user-panel__icon { align-items: center; }
  .bn-cart .user-panel__counter { position: absolute !important; top: -4px; right: -6px; margin: 0; }
}

/* mobile cart button: bigger icon, true centering */
@media (max-width: 991px) {
  .bn-cart .bottom-menu__button { width: 48px; height: 48px; display: flex !important; align-items: center !important; justify-content: center !important; gap: 0 !important; }
  .bn-cart .bottom-menu__img-wrap { display: flex; align-items: center; justify-content: center; margin: 0 !important; padding: 0 !important; }
  .bn-cart .user-panel__icon { display: flex; align-items: center; justify-content: center; margin: 0 !important; padding: 0 !important; }
  .bn-cart .svg-icon { width: 22px !important; height: 22px !important; display: block; }
}
