:root {
  --sb-black: #050607;
  --sb-black-soft: #090a0b;
  --sb-panel: #111214;
  --sb-panel-light: #171719;
  --sb-text: #f4f0eb;
  --sb-muted: #9a9693;
  --sb-gold: #cba64c;
  --sb-gold-light: #e3c873;
  --sb-pink: #d64b93;
  --sb-green: #4dcb91;
  --sb-line: rgba(255, 255, 255, .12);
  --sb-line-gold: rgba(203, 166, 76, .28);
  --sb-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sb-sans: Montserrat, Arial, Helvetica, sans-serif;
  --sb-shell: 1380px;
}

html { scroll-behavior: smooth; }
body.sb-luxe-theme {
  margin: 0;
  color: var(--sb-text);
  background: var(--sb-black);
  font-family: var(--sb-sans);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
.sb-luxe-theme *,
.sb-luxe-theme *::before,
.sb-luxe-theme *::after { box-sizing: border-box; }
.sb-luxe-theme img { display: block; max-width: 100%; }
.sb-luxe-theme a { color: inherit; text-decoration: none; }
.sb-luxe-theme button,
.sb-luxe-theme input { font: inherit; }
.sb-luxe-theme button { cursor: pointer; }
.sb-shell { width: min(var(--sb-shell), calc(100% - 60px)); margin-inline: auto; }
.sb-icon { width: 1.45em; height: 1.45em; display: block; }
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sb-skip-link {
  position: fixed;
  z-index: 99999;
  left: 12px;
  top: 12px;
  padding: 11px 15px;
  color: #111;
  background: #fff;
  transform: translateY(-170%);
}
.sb-skip-link:focus { transform: translateY(0); }

/* Header */
.sb-header {
  position: sticky;
  z-index: 80;
  top: 0;
  color: var(--sb-text);
  border-bottom: 1px solid var(--sb-line);
  background: rgba(4, 5, 6, .96);
  transition: box-shadow .25s ease, background .25s ease;
}
.admin-bar .sb-header { top: 32px; }
.sb-header.is-scrolled {
  background: rgba(4, 5, 6, .9);
  box-shadow: 0 14px 45px rgba(0, 0, 0, .38);
  backdrop-filter: blur(16px);
}
.sb-header-top { border-bottom: 1px solid rgba(255, 255, 255, .05); }
.sb-header-top-grid {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}
.sb-promise {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--sb-gold-light);
  font-size: 10px;
}
.sb-promise .sb-icon { width: 13px; color: var(--sb-pink); }
.sb-logo {
  position: relative;
  width: max-content;
  display: block;
  justify-self: center;
  padding-top: 7px;
  text-align: center;
  line-height: 1;
}
.sb-logo-mark {
  position: absolute;
  top: -4px;
  left: 50%;
  color: var(--sb-gold);
  font-size: 12px;
  transform: translateX(-50%);
}
.sb-logo strong {
  display: block;
  color: #d8b75d;
  font-family: var(--sb-serif);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .17em;
  text-shadow: 0 0 22px rgba(203, 166, 76, .14);
}
.sb-logo small {
  display: block;
  margin-top: 5px;
  color: var(--sb-pink);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .58em;
}
.sb-utility {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 10px;
}
.sb-utility-select {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  color: #d7d4d1;
  border-radius: 7px;
  background: rgba(255, 255, 255, .035);
}
.sb-utility-select b { color: var(--sb-gold); font-size: 8px; }
.sb-account-link,
.sb-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dfdcda;
}
.sb-account-link .sb-icon { width: 18px; color: var(--sb-gold); }
.sb-cart-icon { position: relative; display: block; color: var(--sb-gold); }
.sb-cart-icon .sb-icon { width: 22px; }
.sb-cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  min-width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  color: #fff;
  border-radius: 999px;
  background: var(--sb-pink);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}
.sb-cart-total .woocommerce-Price-amount { color: #ddd9d5; font-size: 10px; }
.sb-header-nav { min-height: 50px; }
.sb-nav-row {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.sb-menu-toggle {
  display: none;
  width: 42px;
  height: 38px;
  place-items: center;
  padding: 0;
  color: var(--sb-gold);
  border: 1px solid var(--sb-line);
  border-radius: 7px;
  background: #101113;
}
.sb-menu-toggle .sb-icon { width: 20px; }
.sb-catalog-button {
  flex: 0 0 auto;
  height: 40px;
  display: inline-flex;
  align-items: stretch;
  color: #090807 !important;
  border: 1px solid #8d7132;
  border-radius: 7px;
  background: linear-gradient(130deg, #957335, #ebcf78 55%, #9d7b39);
  box-shadow: inset 0 1px rgba(255, 255, 255, .35);
  overflow: hidden;
}
.sb-catalog-menu {
  width: 42px;
  display: grid;
  place-items: center;
  color: var(--sb-gold);
  background: #0b0c0d;
}
.sb-catalog-menu .sb-icon { width: 20px; }
.sb-catalog-button strong {
  min-width: 89px;
  display: grid;
  place-items: center;
  padding-inline: 15px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.sb-menu-panel { flex: 1; min-width: 0; }
.sb-primary-nav { width: 100%; }
.sb-primary-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  list-style: none;
}
.sb-primary-menu li { position: relative; }
.sb-primary-menu a {
  display: block;
  padding: 18px 0;
  color: #eeebe7;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .2s ease;
}
.sb-primary-menu a:hover { color: var(--sb-gold-light); }
.sb-primary-menu .sub-menu {
  position: absolute;
  z-index: 10;
  left: -18px;
  top: 100%;
  min-width: 230px;
  margin: 0;
  padding: 9px 17px;
  display: none;
  border: 1px solid var(--sb-line);
  border-radius: 9px;
  background: #111214;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .56);
  list-style: none;
}
.sb-primary-menu li:hover > .sub-menu,
.sb-primary-menu li:focus-within > .sub-menu { display: block; }
.sb-primary-menu .sub-menu a {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  text-transform: none;
}
.sb-search {
  flex: 0 0 min(340px, 28vw);
  height: 38px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  background: #151517;
  overflow: hidden;
}
.sb-search input {
  min-width: 0;
  flex: 1;
  padding: 0 15px;
  color: var(--sb-text);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 10px;
}
.sb-search input::placeholder { color: #7f7c79; }
.sb-search button {
  width: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #f1ede8;
  border: 0;
  background: transparent;
}
.sb-search button .sb-icon { width: 19px; }

/* Homepage */
.sb-luxe {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 25%, rgba(69, 12, 39, .11), transparent 28%),
    linear-gradient(180deg, #050607, #070809 65%, #050607);
}
.sb-reference-hero {
  position: relative;
  min-height: clamp(390px, 38vw, 560px);
  background:
    linear-gradient(90deg, rgba(3, 4, 5, .99) 0%, rgba(3, 4, 5, .9) 30%, rgba(3, 4, 5, .2) 55%, rgba(3, 4, 5, 0) 80%),
    url("../images/hero-reference.webp") center / cover no-repeat;
  overflow: hidden;
}
.sb-reference-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .06), transparent 55%, rgba(0, 0, 0, .12)),
    radial-gradient(circle at 42% 100%, rgba(129, 12, 62, .15), transparent 36%);
}
.sb-hero-layout {
  position: relative;
  z-index: 2;
  min-height: clamp(390px, 38vw, 560px);
  display: flex;
  align-items: center;
}
.sb-hero-copy {
  width: min(47%, 620px);
  padding: 42px 0 30px;
}
.sb-kicker {
  display: inline-flex;
  padding: 7px 13px;
  color: #f26bab;
  border: 1px solid rgba(214, 75, 147, .25);
  border-radius: 999px;
  background: rgba(92, 15, 53, .3);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .07em;
}
.sb-hero-copy h1 {
  margin: 17px 0 14px;
  color: #faf6f0;
  font-family: var(--sb-serif);
  font-size: clamp(49px, 5.15vw, 76px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.035em;
}
.sb-hero-copy h1 em { color: var(--sb-gold); font-style: normal; }
.sb-hero-copy > p {
  margin: 0;
  color: #d1cdca;
  font-size: clamp(11px, 1.15vw, 16px);
  line-height: 1.7;
}
.sb-gold-button {
  min-width: 150px;
  min-height: 44px;
  margin-top: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px 0 22px;
  color: #090806 !important;
  border: 1px solid #8e7130;
  border-radius: 6px;
  background: linear-gradient(130deg, #a27c35, #ead077 52%, #9e7730);
  box-shadow: inset 0 1px rgba(255, 255, 255, .38), 0 16px 32px rgba(0, 0, 0, .24);
  font-size: 9px;
  font-weight: 700;
  transition: transform .2s ease, filter .2s ease;
}
.sb-gold-button:hover { filter: brightness(1.08); transform: translateY(-2px); }
.sb-gold-button .sb-icon { width: 19px; }
.sb-hero-notes {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #aaa5a1;
  font-size: 8px;
  white-space: nowrap;
}
.sb-hero-notes i {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: var(--sb-pink);
}
.sb-discreet-seal {
  position: absolute;
  right: 1.8%;
  top: 10%;
  width: 105px;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--sb-gold-light);
  border: 1px solid var(--sb-pink);
  border-radius: 50%;
  background: rgba(5, 6, 7, .62);
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .18);
  backdrop-filter: blur(8px);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .08em;
  transform: rotate(8deg);
}
.sb-discreet-seal .sb-icon { width: 25px; color: var(--sb-gold); }

/* Benefit strip */
.sb-benefits {
  position: relative;
  z-index: 4;
  min-height: 90px;
  margin-top: -1px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--sb-line-gold);
  border-radius: 10px;
  background: linear-gradient(110deg, #111214, #151517 45%, #101113);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
  overflow: hidden;
}
.sb-benefits article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 17px 27px;
  border-right: 1px solid var(--sb-line);
}
.sb-benefits article:last-child { border-right: 0; }
.sb-benefits > article > .sb-icon {
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  color: var(--sb-pink);
}
.sb-benefits h3 {
  margin: 0 0 5px;
  color: var(--sb-gold-light);
  font-size: 10px;
  font-weight: 600;
}
.sb-benefits p {
  margin: 0;
  color: #b8b3af;
  font-size: 9px;
  line-height: 1.55;
}

/* Category and product sections */
.sb-reference-section { padding-top: 34px; }
.sb-compact-heading {
  min-height: 31px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sb-compact-heading h2 {
  margin: 0;
  color: var(--sb-gold);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
}
.sb-compact-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sb-pink);
  font-size: 9px;
  font-weight: 500;
}
.sb-compact-heading > a .sb-icon { width: 17px; }
.sb-reference-categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.sb-reference-category {
  position: relative;
  aspect-ratio: 1.15 / 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--sb-line);
  border-radius: 8px;
  isolation: isolate;
  transition: transform .25s ease, border-color .25s ease;
}
.sb-reference-category:hover {
  z-index: 2;
  border-color: rgba(214, 75, 147, .6);
  transform: translateY(-4px);
}
.sb-reference-category::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background: radial-gradient(circle at 65% 30%, var(--category-glow), var(--category-dark) 72%);
}
.sb-category-rose { --category-glow: #83183c; --category-dark: #250811; }
.sb-category-purple { --category-glow: #421459; --category-dark: #16071e; }
.sb-category-blue { --category-glow: #143551; --category-dark: #07121d; }
.sb-category-amber { --category-glow: #5a3514; --category-dark: #1b0f06; }
.sb-category-teal { --category-glow: #153f3f; --category-dark: #071918; }
.sb-reference-category img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 65% center;
  filter: contrast(1.08) saturate(.95);
  transition: transform .35s ease;
}
.sb-reference-category:hover img { transform: scale(1.045); }
.sb-category-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(4, 5, 6, .06) 48%, rgba(4, 5, 6, .88) 100%);
}
.sb-category-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 13px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .7);
}
.sb-category-copy strong,
.sb-category-copy small { display: block; }
.sb-category-copy strong {
  max-width: 90%;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.sb-category-copy small {
  margin-top: 5px;
  color: #f0ebe6;
  font-size: 8px;
}
.sb-product-slider { position: relative; }
.sb-reference-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  scrollbar-width: none;
}
.sb-reference-products::-webkit-scrollbar { display: none; }
.sb-reference-product {
  --sb-product-bg: #d9a0ad;
  --sb-product-bg-light: #f3cbd2;
  --sb-product-glow: rgba(255, 225, 231, .72);
  --sb-product-accent: #d64b93;
  min-width: 0;
  border: 1px solid var(--sb-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #151618, #0e0f10);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.sb-reference-product:hover {
  border-color: var(--sb-product-accent);
  border-color: color-mix(in srgb, var(--sb-product-accent) 48%, var(--sb-gold));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
  transform: translateY(-4px);
}
.sb-product-tone-rose {
  --sb-product-bg: #c78394;
  --sb-product-bg-light: #efc3ce;
  --sb-product-glow: rgba(255, 222, 230, .82);
  --sb-product-accent: #e05c96;
}
.sb-product-tone-lilac {
  --sb-product-bg: #9c86ba;
  --sb-product-bg-light: #ded1ed;
  --sb-product-glow: rgba(240, 229, 255, .82);
  --sb-product-accent: #ba76d4;
}
.sb-product-tone-powder {
  --sb-product-bg: #78a7bb;
  --sb-product-bg-light: #cce2e9;
  --sb-product-glow: rgba(227, 249, 255, .82);
  --sb-product-accent: #63aac5;
}
.sb-product-tone-champagne {
  --sb-product-bg: #c6a16e;
  --sb-product-bg-light: #eddbbc;
  --sb-product-glow: rgba(255, 242, 216, .84);
  --sb-product-accent: #d0a44e;
}
.sb-product-tone-sage {
  --sb-product-bg: #789f91;
  --sb-product-bg-light: #c8ddd4;
  --sb-product-glow: rgba(226, 248, 239, .82);
  --sb-product-accent: #67ad93;
}
.sb-reference-product-image {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / .84;
  display: grid;
  place-items: center;
  margin: 8px 8px 0;
  overflow: hidden;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 30%, var(--sb-product-glow) 0, transparent 43%),
    linear-gradient(145deg, var(--sb-product-bg-light), var(--sb-product-bg));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    inset 0 -24px 45px rgba(54, 25, 37, .08);
}
.sb-reference-product-image::before,
.sb-reference-product-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.sb-reference-product-image::before {
  z-index: 0;
  width: 82%;
  aspect-ratio: 1;
  left: -36%;
  bottom: -60%;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(255, 255, 255, .14);
}
.sb-reference-product-image::after {
  z-index: 3;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: inherit;
  background: linear-gradient(128deg, rgba(255, 255, 255, .1), transparent 34%, rgba(28, 11, 20, .06));
}
.sb-reference-product-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px 14px 4px;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.02) drop-shadow(0 18px 17px rgba(31, 15, 23, .28));
  mix-blend-mode: multiply;
  transition: transform .35s ease, filter .35s ease;
}
.sb-reference-product:hover .sb-reference-product-image img {
  filter: saturate(1.08) contrast(1.03) drop-shadow(0 22px 20px rgba(31, 15, 23, .32));
  transform: scale(1.045);
}
.sb-reference-badge {
  position: absolute;
  z-index: 4;
  left: 7px;
  top: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(214, 75, 147, .25);
  border-radius: 6px;
  font-size: 7px;
  font-weight: 600;
}
.sb-badge-0 { color: #ee78b6; background: rgba(86, 15, 52, .8); }
.sb-badge-1 { color: #e6c767; border-color: rgba(203, 166, 76, .25); background: rgba(77, 54, 10, .75); }
.sb-badge-2 { color: #64dba7; border-color: rgba(77, 203, 145, .24); background: rgba(6, 66, 40, .75); }
.sb-reference-product-copy { padding: 12px 14px 14px; }
.sb-reference-product-title {
  height: 31px;
  display: -webkit-box;
  overflow: hidden;
  color: #fff !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sb-reference-brand {
  height: 14px;
  margin-top: 3px;
  display: block;
  overflow: hidden;
  color: #a9a4a0;
  font-size: 8px;
  line-height: 1.4;
  white-space: nowrap;
}
.sb-reference-rating {
  height: 17px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--sb-gold);
}
.sb-reference-rating .star-rating {
  float: none;
  width: 5.4em;
  margin: 0;
  color: var(--sb-gold);
  font-size: 9px;
}
.sb-reference-rating small { color: #928d89; font-size: 7px; }
.sb-reference-product-bottom {
  min-height: 33px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.sb-reference-product-bottom > strong,
.sb-reference-product-bottom .price {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.sb-reference-product-bottom del { color: #746f6c; font-size: 9px; }
.sb-reference-product-bottom ins { text-decoration: none; }
.sb-product-actions { display: flex; align-items: center; gap: 6px; }
.sb-square-cart {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #0a0907 !important;
  border: 1px solid #8f7130;
  border-radius: 5px;
  background: linear-gradient(135deg, #a57e34, #dfc369);
}
.sb-square-cart .sb-icon { width: 17px; }
.sb-square-cart.loading { opacity: .55; pointer-events: none; }
.sb-square-cart.added::after {
  content: "✓";
  position: absolute;
  color: var(--sb-green);
}
.sb-heart-link { color: #e47aab !important; }
.sb-heart-link .sb-icon { width: 17px; }
.sb-slider-arrow {
  position: absolute;
  z-index: 6;
  top: 41%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--sb-gold);
  border: 1px solid var(--sb-line);
  border-radius: 50%;
  background: #111214;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}
.sb-slider-arrow .sb-icon { width: 16px; }
.sb-slider-prev { left: -25px; }
.sb-slider-prev .sb-icon { transform: rotate(180deg); }
.sb-slider-next { right: -25px; }
.sb-empty {
  padding: 28px;
  color: var(--sb-muted);
  border: 1px dashed var(--sb-line);
  border-radius: 8px;
  text-align: center;
}

/* About and newsletter */
.sb-reference-about {
  min-height: 245px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: 34% 31% 35%;
  border: 1px solid var(--sb-line);
  border-radius: 10px;
  background: linear-gradient(120deg, #111214, #151517 52%, #0f1012);
  overflow: hidden;
}
.sb-reference-about-image {
  min-height: 245px;
  background:
    linear-gradient(90deg, transparent 68%, #111214 100%),
    url("../images/about-reference.webp") center / cover no-repeat;
}
.sb-reference-about-copy {
  align-self: center;
  padding: 27px 29px;
}
.sb-reference-about-copy > span {
  color: var(--sb-gold);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .12em;
}
.sb-reference-about-copy h2 {
  margin: 8px 0 10px;
  color: #f8f3ed;
  font-family: var(--sb-serif);
  font-size: clamp(29px, 3.1vw, 42px);
  font-weight: 500;
  line-height: .95;
}
.sb-reference-about-copy h2 em { color: var(--sb-gold); font-style: normal; }
.sb-reference-about-copy p {
  margin: 0;
  color: #b7b2ae;
  font-size: 9px;
  line-height: 1.65;
}
.sb-reference-about-copy > a {
  min-height: 30px;
  margin-top: 13px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 11px;
  color: var(--sb-gold-light);
  border: 1px solid rgba(203, 166, 76, .18);
  border-radius: 5px;
  font-size: 7px;
  font-weight: 600;
}
.sb-reference-about-copy > a .sb-icon { width: 14px; }
.sb-reference-about-list {
  align-self: center;
  display: grid;
  gap: 13px;
  padding: 24px 28px;
}
.sb-reference-about-list > div { display: flex; align-items: flex-start; gap: 12px; }
.sb-reference-about-list > div > .sb-icon {
  flex: 0 0 auto;
  width: 23px;
  color: var(--sb-pink);
}
.sb-reference-about-list p { margin: 0; }
.sb-reference-about-list strong,
.sb-reference-about-list span { display: block; }
.sb-reference-about-list strong { color: #d76ba2; font-size: 9px; font-weight: 500; }
.sb-reference-about-list span { margin-top: 3px; color: #aaa5a1; font-size: 8px; line-height: 1.4; }
.sb-newsletter {
  min-height: 68px;
  margin-top: 8px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr minmax(300px, 47%);
  align-items: center;
  gap: 18px;
  padding: 12px 25px;
  border: 1px solid var(--sb-line);
  border-radius: 9px;
  background: linear-gradient(100deg, #0f1012, #151517 55%, #111214);
}
.sb-newsletter-icon { color: var(--sb-gold); }
.sb-newsletter-icon .sb-icon { width: 34px; }
.sb-newsletter-copy h2 {
  margin: 0;
  color: var(--sb-gold-light);
  font-size: 9px;
  font-weight: 600;
}
.sb-newsletter-copy p { margin: 5px 0 0; color: #aaa6a2; font-size: 8px; }
.sb-newsletter-form {
  position: relative;
  height: 38px;
  display: flex;
  border-radius: 6px;
  background: #1b1b1e;
  overflow: visible;
}
.sb-newsletter-form > input[type="email"] {
  min-width: 0;
  flex: 1;
  padding: 0 14px;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 9px;
}
.sb-newsletter-form > button {
  width: 56px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #090806;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #a47c34, #e1c66e);
}
.sb-newsletter-form > button .sb-icon { width: 18px; }
.sb-newsletter-form > button:disabled { opacity: .6; }
.sb-newsletter-honeypot { position: absolute; left: -9999px; }
.sb-newsletter-status {
  position: absolute;
  left: 3px;
  top: calc(100% + 4px);
  color: var(--sb-green);
  font-size: 8px;
}
.sb-newsletter-form.is-error .sb-newsletter-status { color: #f17878; }

/* Footer */
.sb-footer {
  padding: 30px 0 32px;
  color: var(--sb-text);
  border-top: 1px solid rgba(255, 255, 255, .045);
  background: #050607;
}
.sb-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.15fr;
  gap: clamp(35px, 7vw, 105px);
}
.sb-footer-logo {
  justify-self: start;
  transform: scale(.82);
  transform-origin: left top;
}
.sb-footer-brand > p {
  margin: 18px 0 0;
  color: #817d79;
  font-size: 8px;
  line-height: 1.65;
}
.sb-footer h3 {
  margin: 0 0 13px;
  color: #e1ddd9;
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
}
.sb-footer-column > a {
  display: block;
  margin: 8px 0;
  color: #8f8a87;
  font-size: 8px;
  transition: color .2s ease;
}
.sb-footer-column > a:hover { color: var(--sb-gold-light); }
.sb-social-links { display: flex; gap: 11px; }
.sb-social-links a,
.sb-social-links span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: #d75b99;
  border-radius: 50%;
  background: #111214;
}
.sb-social-links .sb-icon { width: 14px; }
.sb-accept-title { margin-top: 24px !important; }
.sb-payment-marks { display: flex; align-items: center; gap: 15px; }
.sb-visa { color: #6da1ff; font-size: 17px; font-style: italic; }
.sb-mastercard { display: flex; }
.sb-mastercard i { width: 18px; height: 18px; border-radius: 50%; background: #eb321e; }
.sb-mastercard i + i { margin-left: -6px; background: #ff9f18; opacity: .92; }
.sb-apple {
  padding: 5px 7px;
  color: #e9e7e4;
  border-radius: 5px;
  background: #171719;
  font-size: 10px;
}

/* Inner WordPress / WooCommerce screens */
.sb-luxe-theme:not(.sb-luxe-home) main,
.sb-luxe-theme:not(.sb-luxe-home) .site-main {
  width: min(var(--sb-shell), calc(100% - 60px));
  min-height: 58vh;
  margin: 44px auto 72px;
  color: var(--sb-text);
}
.sb-luxe-theme:not(.sb-luxe-home) .page-title,
.sb-luxe-theme:not(.sb-luxe-home) h1,
.sb-luxe-theme:not(.sb-luxe-home) h2 {
  color: var(--sb-text);
  font-family: var(--sb-serif);
}
.sb-luxe-theme .woocommerce .button,
.sb-luxe-theme .woocommerce button.button,
.sb-luxe-theme .woocommerce input.button {
  color: #0a0907;
  border-radius: 5px;
  background: linear-gradient(135deg, #a47c34, #e1c66e);
}
.sb-luxe-theme .woocommerce input,
.sb-luxe-theme .woocommerce select,
.sb-luxe-theme .woocommerce textarea {
  color: var(--sb-text);
  border: 1px solid var(--sb-line);
  background: #161719;
}
.sb-luxe-theme .woocommerce-error,
.sb-luxe-theme .woocommerce-info,
.sb-luxe-theme .woocommerce-message {
  color: var(--sb-text);
  border-top-color: var(--sb-gold);
  background: #141517;
}

@media (max-width: 1180px) {
  .sb-nav-row { gap: 22px; }
  .sb-primary-menu { gap: 22px; }
  .sb-primary-menu a { font-size: 9px; }
  .sb-search { flex-basis: 250px; }
  .sb-utility { gap: 14px; }
  .sb-benefits article { padding-inline: 19px; gap: 13px; }
  .sb-benefits > article > .sb-icon { width: 34px; }
  .sb-reference-product-bottom > strong,
  .sb-reference-product-bottom .price { font-size: 15px; }
}

@media (max-width: 920px) {
  .admin-bar .sb-header { top: 46px; }
  .sb-shell { width: calc(100% - 36px); }
  .sb-promise span { display: none; }
  .sb-promise .sb-icon { width: 18px; }
  .sb-utility-select { display: none; }
  .sb-account-link span { display: none; }
  .sb-menu-toggle { display: grid; }
  .sb-catalog-button { display: none; }
  .sb-nav-row { position: relative; gap: 12px; }
  .sb-menu-panel {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 48px;
    display: none;
    padding: 12px 18px 20px;
    border: 1px solid var(--sb-line);
    border-radius: 0 0 9px 9px;
    background: rgba(8, 9, 10, .98);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .48);
  }
  .sb-header.is-menu-open .sb-menu-panel { display: block; }
  .sb-primary-menu { display: block; }
  .sb-primary-menu a { padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .sb-primary-menu .sub-menu {
    position: static;
    display: block;
    margin-left: 15px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .sb-search { flex: 1; }
  .sb-hero-copy { width: 55%; }
  .sb-benefits { grid-template-columns: 1fr 1fr; }
  .sb-benefits article:nth-child(2) { border-right: 0; }
  .sb-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--sb-line); }
  .sb-reference-categories,
  .sb-reference-products {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .sb-reference-category { flex: 0 0 min(32vw, 260px); scroll-snap-align: start; }
  .sb-reference-product { flex: 0 0 min(32vw, 250px); scroll-snap-align: start; }
  .sb-slider-prev { left: -14px; }
  .sb-slider-next { right: -14px; }
  .sb-reference-about { grid-template-columns: 42% 58%; }
  .sb-reference-about-list {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--sb-line);
  }
  .sb-newsletter { grid-template-columns: auto 1fr; }
  .sb-newsletter-form { grid-column: 1 / -1; }
  .sb-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .sb-footer-social { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .sb-shell { width: calc(100% - 28px); }
  .sb-header-top-grid { min-height: 62px; grid-template-columns: 42px 1fr auto; }
  .sb-promise { justify-content: flex-start; }
  .sb-logo strong { font-size: 26px; }
  .sb-logo small { font-size: 6px; }
  .sb-cart-total { display: none; }
  .sb-account-link { display: none; }
  .sb-header-nav,
  .sb-nav-row { min-height: 48px; }
  .sb-search { height: 36px; }
  .sb-reference-hero {
    min-height: 590px;
    background:
      linear-gradient(90deg, rgba(3, 4, 5, .98) 0%, rgba(3, 4, 5, .9) 58%, rgba(3, 4, 5, .4) 100%),
      url("../images/hero-reference.webp") 58% center / cover no-repeat;
  }
  .sb-hero-layout { min-height: 590px; align-items: flex-end; }
  .sb-hero-copy { width: 100%; padding: 0 0 54px; }
  .sb-hero-copy h1 { font-size: 51px; }
  .sb-hero-copy > p { max-width: 390px; font-size: 12px; }
  .sb-discreet-seal { width: 82px; height: 82px; right: 2px; top: 24px; font-size: 5px; }
  .sb-discreet-seal .sb-icon { width: 20px; }
  .sb-hero-notes { max-width: 360px; flex-wrap: wrap; white-space: normal; }
  .sb-benefits { grid-template-columns: 1fr; }
  .sb-benefits article { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--sb-line); }
  .sb-benefits article:last-child { border-bottom: 0; }
  .sb-reference-section { padding-top: 31px; }
  .sb-compact-heading h2 { max-width: 58%; font-size: 11px; }
  .sb-compact-heading > a { font-size: 7px; }
  .sb-reference-category { flex-basis: 74vw; }
  .sb-reference-product { flex-basis: 72vw; }
  .sb-reference-product-image { aspect-ratio: 1 / .9; }
  .sb-slider-arrow { width: 36px; height: 36px; }
  .sb-reference-about { grid-template-columns: 1fr; }
  .sb-reference-about-image { min-height: 275px; }
  .sb-reference-about-copy { padding: 34px 26px; }
  .sb-reference-about-copy h2 { font-size: 39px; }
  .sb-reference-about-list { grid-column: auto; grid-template-columns: 1fr; padding: 29px 26px; }
  .sb-newsletter { grid-template-columns: 1fr; padding: 20px; }
  .sb-newsletter-icon { display: none; }
  .sb-newsletter-form { grid-column: auto; }
  .sb-footer { padding-top: 38px; }
  .sb-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .sb-footer-brand,
  .sb-footer-social { grid-column: 1 / -1; }
  .sb-luxe-theme:not(.sb-luxe-home) main,
  .sb-luxe-theme:not(.sb-luxe-home) .site-main {
    width: calc(100% - 28px);
    margin-block: 34px 55px;
  }
}

@media (max-width: 390px) {
  .sb-logo { transform: scale(.9); }
  .sb-hero-copy h1 { font-size: 46px; }
  .sb-reference-category,
  .sb-reference-product { flex-basis: 84vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sb-luxe-theme *,
  .sb-luxe-theme *::before,
  .sb-luxe-theme *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Catalogue */
.sb-luxe-theme main.sb-shop {
  width: 100%;
  min-height: 70vh;
  margin: 0;
  color: var(--sb-text);
  background:
    radial-gradient(circle at 10% 37%, rgba(119, 22, 68, .09), transparent 26%),
    radial-gradient(circle at 88% 64%, rgba(157, 120, 51, .07), transparent 24%),
    #060708;
}
.sb-shop-hero {
  position: relative;
  min-height: 320px;
  border-bottom: 1px solid rgba(203, 166, 76, .18);
  background:
    radial-gradient(circle at 79% 45%, rgba(193, 56, 124, .18), transparent 22%),
    radial-gradient(circle at 88% 56%, rgba(220, 178, 87, .11), transparent 19%),
    linear-gradient(110deg, #08090a 0%, #0d090c 52%, #160913 100%);
  overflow: hidden;
}
.sb-shop-hero::before,
.sb-shop-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}
.sb-shop-hero::before {
  width: 420px;
  height: 420px;
  right: 5%;
  top: -230px;
  border: 1px solid rgba(203, 166, 76, .17);
  box-shadow: 0 0 90px rgba(203, 166, 76, .06);
}
.sb-shop-hero::after {
  width: 250px;
  height: 250px;
  right: 16%;
  bottom: -175px;
  border: 1px solid rgba(214, 75, 147, .2);
  box-shadow: 0 0 70px rgba(214, 75, 147, .1);
}
.sb-shop-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  align-items: end;
  gap: 28px 55px;
  padding-block: 50px 42px;
}
.sb-shop-breadcrumbs {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #777472;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sb-shop-breadcrumbs a { color: #b8b1ab; transition: color .2s ease; }
.sb-shop-breadcrumbs a:hover { color: var(--sb-gold-light); }
.sb-shop-hero-copy h1 {
  margin: 13px 0 8px;
  color: #f7f1eb;
  font-family: var(--sb-serif);
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 500;
  line-height: .95;
}
.sb-shop-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: #b7b0ab;
  font-size: 13px;
  line-height: 1.75;
}
.sb-shop-assurances {
  display: grid;
  gap: 11px;
  min-width: 230px;
  padding: 20px 24px;
  border: 1px solid rgba(203, 166, 76, .18);
  border-radius: 9px;
  background: rgba(5, 6, 7, .45);
  backdrop-filter: blur(10px);
}
.sb-shop-assurances span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ddd6cf;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.sb-shop-assurances .sb-icon { width: 18px; color: var(--sb-pink); }
.sb-shop-categories { padding-top: 52px; }
.sb-shop-section-heading {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}
.sb-shop-section-heading > div > span {
  display: block;
  margin-bottom: 6px;
  color: var(--sb-pink);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
}
.sb-shop-section-heading h2 {
  margin: 0;
  color: var(--sb-gold-light);
  font-family: var(--sb-serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}
.sb-shop-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d56a9f;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.sb-shop-section-heading > a .sb-icon { width: 14px; }
.sb-shop-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
}
.sb-shop-category {
  position: relative;
  isolation: isolate;
  min-height: 155px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background: #3d1028;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.sb-shop-category:hover,
.sb-shop-category.is-active {
  border-color: rgba(226, 198, 112, .62);
  box-shadow: 0 15px 34px rgba(0, 0, 0, .27);
  transform: translateY(-3px);
}
.sb-shop-category img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 6px 8px 0 28%;
  object-fit: contain;
  object-position: 80% center;
  filter: saturate(.95) contrast(1.04);
  mix-blend-mode: multiply;
  transition: transform .35s ease;
}
.sb-shop-category:hover img { transform: scale(1.05); }
.sb-shop-category-overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 6, 8, .77), rgba(8, 6, 8, .13) 72%);
}
.sb-shop-category-rose { background: linear-gradient(145deg, #641936, #aa315d); }
.sb-shop-category-teal { background: linear-gradient(145deg, #123839, #1d6260); }
.sb-shop-category-purple { background: linear-gradient(145deg, #3c184d, #713183); }
.sb-shop-category-blue { background: linear-gradient(145deg, #152d4a, #28577a); }
.sb-shop-category-amber { background: linear-gradient(145deg, #49301a, #805a2c); }
.sb-shop-category-copy {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 12px;
  bottom: 15px;
}
.sb-shop-category-copy strong {
  max-width: 125px;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.sb-shop-category-copy small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .7);
  font-size: 8px;
}
.sb-shop-catalog { padding-block: 58px 78px; }
.sb-shop-products-heading { margin-bottom: 18px; }
.sb-shop-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #0b0907;
  border: 1px solid #8f7130;
  border-radius: 6px;
  background: linear-gradient(135deg, #a47c34, #e1c66e);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.sb-shop-filter-toggle .sb-icon { width: 16px; }
.sb-shop-filter-form {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(205px, 1fr) minmax(230px, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid var(--sb-line);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(22, 23, 25, .96), rgba(13, 14, 16, .98));
  box-shadow: 0 15px 45px rgba(0, 0, 0, .18);
}
.sb-shop-filter-field > label {
  display: block;
  margin-bottom: 8px;
  color: #aaa39e;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.sb-shop-filter-field input,
.sb-shop-filter-field select {
  width: 100%;
  height: 43px;
  padding: 0 13px;
  color: #f3eee9;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  outline: none;
  background: #0d0e10;
  font-size: 10px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.sb-shop-filter-field input:focus,
.sb-shop-filter-field select:focus {
  border-color: rgba(203, 166, 76, .72);
  box-shadow: 0 0 0 3px rgba(203, 166, 76, .08);
}
.sb-shop-filter-field input::placeholder { color: #66615e; }
.sb-shop-filter-search > span { position: relative; display: block; }
.sb-shop-filter-search > span .sb-icon {
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 50%;
  width: 16px;
  color: #8d8782;
  transform: translateY(-50%);
}
.sb-shop-filter-search input { padding-left: 40px; }
.sb-shop-price-field > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; }
.sb-shop-price-field > div > span { color: #746f6b; }
.sb-shop-filter-actions {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sb-shop-filter-actions button {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  color: #0a0907;
  border: 1px solid #8f7130;
  border-radius: 6px;
  background: linear-gradient(135deg, #a47c34, #e1c66e);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.sb-shop-filter-actions button .sb-icon { width: 15px; }
.sb-shop-filter-actions > a { color: #d16a9d; font-size: 8px; text-transform: uppercase; }
.sb-shop-toolbar {
  min-height: 48px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.sb-shop-toolbar .woocommerce-result-count {
  float: none;
  margin: 0;
  color: #8e8985;
  font-size: 9px;
}
.sb-shop-toolbar .woocommerce-ordering { float: none; margin: 0 0 9px; }
.sb-shop-toolbar .woocommerce-ordering select {
  min-width: 235px;
  height: 37px;
  padding: 0 34px 0 12px;
  color: #c9c2bd;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 6px;
  outline: none;
  background: #111214;
  font-size: 9px;
}
.sb-shop ul.products,
.sb-luxe-theme.woocommerce .sb-shop ul.products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.sb-shop ul.products::before,
.sb-shop ul.products::after { display: none; content: none; }
.sb-shop ul.products li.product,
.sb-luxe-theme.woocommerce .sb-shop ul.products li.product {
  --sb-card-bg: #c78394;
  --sb-card-bg-light: #efc3ce;
  --sb-card-glow: rgba(255, 222, 230, .82);
  width: auto;
  min-width: 0;
  height: 100%;
  margin: 0;
  float: none;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--sb-line);
  border-radius: 10px;
  background: linear-gradient(180deg, #161719, #0e0f10);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.sb-shop ul.products li.product:nth-child(5n+2) {
  --sb-card-bg: #9c86ba;
  --sb-card-bg-light: #ded1ed;
  --sb-card-glow: rgba(240, 229, 255, .82);
}
.sb-shop ul.products li.product:nth-child(5n+3) {
  --sb-card-bg: #78a7bb;
  --sb-card-bg-light: #cce2e9;
  --sb-card-glow: rgba(227, 249, 255, .82);
}
.sb-shop ul.products li.product:nth-child(5n+4) {
  --sb-card-bg: #c6a16e;
  --sb-card-bg-light: #eddbbc;
  --sb-card-glow: rgba(255, 242, 216, .84);
}
.sb-shop ul.products li.product:nth-child(5n) {
  --sb-card-bg: #789f91;
  --sb-card-bg-light: #c8ddd4;
  --sb-card-glow: rgba(226, 248, 239, .82);
}
.sb-shop ul.products li.product:hover {
  border-color: rgba(203, 166, 76, .44);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .32);
  transform: translateY(-5px);
}
.sb-shop-product-image {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / .92;
  display: grid;
  place-items: center;
  margin: 9px 9px 0;
  overflow: hidden;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 28%, var(--sb-card-glow) 0, transparent 43%),
    linear-gradient(145deg, var(--sb-card-bg-light), var(--sb-card-bg));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), inset 0 -28px 45px rgba(54, 25, 37, .08);
}
.sb-shop-product-image::before,
.sb-shop-product-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.sb-shop-product-image::before {
  z-index: 0;
  width: 76%;
  aspect-ratio: 1;
  left: -34%;
  bottom: -55%;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
}
.sb-shop-product-image::after {
  z-index: 3;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: inherit;
  background: linear-gradient(128deg, rgba(255, 255, 255, .1), transparent 34%, rgba(28, 11, 20, .06));
}
.sb-shop ul.products li.product .sb-shop-product-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12px 18px 7px;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.02) drop-shadow(0 18px 16px rgba(31, 15, 23, .27));
  mix-blend-mode: multiply;
  transition: transform .35s ease, filter .35s ease;
}
.sb-shop ul.products li.product:hover .sb-shop-product-image img {
  filter: saturate(1.07) contrast(1.03) drop-shadow(0 22px 19px rgba(31, 15, 23, .31));
  transform: scale(1.045);
}
.sb-shop-product-badge {
  position: absolute;
  z-index: 5;
  left: 9px;
  top: 9px;
  padding: 5px 9px;
  color: #e8ca6f;
  border: 1px solid rgba(203, 166, 76, .26);
  border-radius: 6px;
  background: rgba(77, 54, 10, .76);
  font-size: 7px;
  font-weight: 700;
}
.sb-shop-product-badge.is-sale { color: #fff; border-color: rgba(255, 255, 255, .24); background: rgba(169, 35, 92, .86); }
.sb-shop-product-badge.is-new { color: #75e0ae; border-color: rgba(77, 203, 145, .26); background: rgba(6, 66, 40, .8); }
.sb-shop-heart {
  position: absolute;
  z-index: 5;
  right: 9px;
  top: 9px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #6e3b53;
  border: 1px solid rgba(76, 35, 55, .15);
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  backdrop-filter: blur(8px);
}
.sb-shop-heart .sb-icon { width: 15px; }
.sb-shop-product-copy {
  min-height: 185px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 15px 15px;
}
.sb-shop-product-brand {
  display: block;
  margin-bottom: 5px;
  color: #a89f98;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.sb-shop-product-title {
  min-height: 49px;
  display: -webkit-box;
  overflow: hidden;
  color: #f8f4ef !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sb-shop-product-rating {
  min-height: 22px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sb-shop-product-rating .star-rating {
  float: none;
  width: 5.4em;
  margin: 0;
  color: var(--sb-gold);
  font-size: 10px;
}
.sb-shop-product-rating small,
.sb-shop-product-rating > span { color: #807a76; font-size: 7px; }
.sb-shop-product-bottom {
  min-height: 38px;
  margin-top: auto;
  padding-top: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.sb-shop-product-bottom > strong,
.sb-shop-product-bottom > strong .price {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.sb-shop-product-bottom del { color: #77716d; font-size: 9px; }
.sb-shop-product-bottom ins { display: block; text-decoration: none; }
.sb-luxe-theme.woocommerce .sb-shop a.button.sb-shop-cart-button,
.sb-luxe-theme .woocommerce .sb-shop a.button.sb-shop-cart-button {
  min-width: 38px;
  min-height: 36px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  color: #0a0907;
  border: 1px solid #8f7130;
  border-radius: 6px;
  background: linear-gradient(135deg, #a47c34, #e1c66e);
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
}
.sb-shop-cart-button .sb-icon { width: 16px; }
.sb-shop-cart-button.added::after { margin-left: 0; }
.sb-shop-product .added_to_cart {
  padding: 7px 0 0;
  color: var(--sb-gold-light);
  font-size: 8px;
  text-align: right;
}
.sb-shop .woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
}
.sb-luxe-theme.woocommerce .sb-shop nav.woocommerce-pagination ul {
  margin: 0;
  display: inline-flex;
  gap: 7px;
  border: 0;
}
.sb-luxe-theme.woocommerce .sb-shop nav.woocommerce-pagination ul li { border: 0; }
.sb-luxe-theme.woocommerce .sb-shop nav.woocommerce-pagination ul li a,
.sb-luxe-theme.woocommerce .sb-shop nav.woocommerce-pagination ul li span {
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  color: #bbb3ae;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  background: #111214;
  font-size: 9px;
}
.sb-luxe-theme.woocommerce .sb-shop nav.woocommerce-pagination ul li span.current,
.sb-luxe-theme.woocommerce .sb-shop nav.woocommerce-pagination ul li a:hover {
  color: #0a0907;
  border-color: #9c7932;
  background: linear-gradient(135deg, #a47c34, #e1c66e);
}
.sb-shop-empty {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sb-shop-empty > .sb-icon { width: 42px; color: var(--sb-pink); }
.sb-shop-empty h2 { margin: 20px 0 5px; font-size: 34px; }
.sb-shop-empty p { margin: 0; color: #948e89; }
.sb-shop-empty .sb-gold-button { margin-top: 24px; }
.sb-shop-bottom-promise {
  padding: 26px 0;
  border-block: 1px solid var(--sb-line-gold);
  background: linear-gradient(90deg, #111214, #170d13 55%, #111214);
}
.sb-shop-bottom-promise .sb-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.sb-shop-bottom-promise .sb-shell > div { display: flex; align-items: center; gap: 15px; }
.sb-shop-bottom-promise .sb-shell > div > .sb-icon { width: 34px; color: var(--sb-pink); }
.sb-shop-bottom-promise p { margin: 0; }
.sb-shop-bottom-promise strong { display: block; color: var(--sb-gold-light); font-size: 10px; text-transform: uppercase; }
.sb-shop-bottom-promise span { display: block; margin-top: 5px; color: #9f9893; font-size: 9px; }
.sb-shop-bottom-promise a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d56a9f;
  font-size: 8px;
  font-weight: 600;
}
.sb-shop-bottom-promise a .sb-icon { width: 15px; }

@media (max-width: 1160px) {
  .sb-shop-category-grid { grid-template-columns: repeat(5, minmax(190px, 1fr)); overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
  .sb-shop-filter-form { grid-template-columns: 1.2fr 1fr 1fr; }
  .sb-shop-filter-actions { grid-column: 1 / -1; justify-content: flex-end; }
  .sb-shop ul.products,
  .sb-luxe-theme.woocommerce .sb-shop ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .sb-shop-hero,
  .sb-shop-hero-inner { min-height: 360px; }
  .sb-shop-hero-inner { grid-template-columns: 1fr; align-items: start; gap: 22px; padding-block: 38px; }
  .sb-shop-breadcrumbs { grid-column: auto; }
  .sb-shop-hero-copy h1 { font-size: 55px; }
  .sb-shop-assurances { min-width: 0; grid-template-columns: repeat(3, 1fr); padding: 15px; }
  .sb-shop-assurances span { justify-content: center; text-align: center; }
  .sb-shop-categories { padding-top: 38px; }
  .sb-shop-category-grid { width: calc(100% + 14px); grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(64vw, 245px); margin-right: -14px; scroll-snap-type: x proximity; }
  .sb-shop-category { scroll-snap-align: start; }
  .sb-shop-catalog { padding-block: 45px 58px; }
  .sb-shop-filter-toggle { display: inline-flex; }
  .sb-shop-filter-form { grid-template-columns: 1fr 1fr; }
  .sb-js .sb-shop-filter-form { display: none; }
  .sb-js .sb-shop-filter-form.is-open { display: grid; }
  .sb-shop-filter-search,
  .sb-shop-filter-actions { grid-column: 1 / -1; }
  .sb-shop-filter-actions { justify-content: flex-start; }
  .sb-shop-toolbar { align-items: flex-start; }
  .sb-shop-toolbar .woocommerce-ordering select { min-width: 205px; }
  .sb-shop ul.products,
  .sb-luxe-theme.woocommerce .sb-shop ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .sb-shop-product-copy { min-height: 180px; }
  .sb-shop-product-bottom { align-items: flex-end; }
  .sb-shop-cart-button span { display: none; }
  .sb-shop-bottom-promise .sb-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  /* Override the parent theme's one-column WooCommerce grid. */
  .sb-shop ul.products,
  .sb-luxe-theme.woocommerce .sb-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* Catalogue sections already provide their own responsive shells. */
  .sb-luxe-theme:not(.sb-luxe-home) main.sb-shop {
    width: 100%;
    margin: 0;
  }

  .sb-shop-hero,
  .sb-shop-hero-inner { min-height: 405px; }
  .sb-shop-hero-copy h1 { font-size: 46px; }
  .sb-shop-hero-copy p { font-size: 11px; }
  .sb-shop-assurances { grid-template-columns: 1fr; gap: 8px; }
  .sb-shop-assurances span { justify-content: flex-start; }
  .sb-shop-section-heading h2 { font-size: 28px; }
  .sb-shop-filter-form { grid-template-columns: 1fr; padding: 14px; }
  .sb-shop-filter-search,
  .sb-shop-filter-actions { grid-column: auto; }
  .sb-shop-toolbar { min-height: 76px; flex-direction: column; gap: 8px; padding: 10px 0; }
  .sb-shop-toolbar .woocommerce-ordering { width: 100%; margin-bottom: 0; }
  .sb-shop-toolbar .woocommerce-ordering select { width: 100%; }
  .sb-shop-product-image { margin: 6px 6px 0; aspect-ratio: 1 / 1; }
  .sb-shop ul.products li.product .sb-shop-product-image img { padding: 9px 9px 4px; }
  .sb-shop-product-copy { min-height: 170px; padding: 11px 10px 10px; }
  .sb-shop-product-title { min-height: 46px; font-size: 10px; line-height: 1.45; }
  .sb-shop-product-brand { font-size: 7px; }
  .sb-shop-product-bottom > strong,
  .sb-shop-product-bottom > strong .price { font-size: 14px; }
  .sb-luxe-theme.woocommerce .sb-shop a.button.sb-shop-cart-button,
  .sb-luxe-theme .woocommerce .sb-shop a.button.sb-shop-cart-button { min-width: 34px; min-height: 34px; padding: 7px; }
  .sb-shop-heart { width: 27px; height: 27px; right: 7px; top: 7px; }
  .sb-shop-product-badge { left: 7px; top: 7px; padding: 4px 7px; }
  .sb-luxe-theme.woocommerce .sb-shop nav.woocommerce-pagination ul { max-width: 100%; flex-wrap: wrap; justify-content: center; }
}

/* Brand directory */
.sb-luxe-theme main.sb-brands-page {
  width: 100%;
  min-height: 70vh;
  margin: 0;
  color: var(--sb-text);
  background:
    radial-gradient(circle at 8% 52%, rgba(117, 24, 70, .08), transparent 26%),
    radial-gradient(circle at 93% 75%, rgba(178, 135, 55, .06), transparent 24%),
    #060708;
}
.sb-brands-hero {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-bottom: 1px solid rgba(203, 166, 76, .2);
  background:
    radial-gradient(circle at 72% 48%, rgba(204, 55, 127, .17), transparent 20%),
    radial-gradient(circle at 87% 33%, rgba(208, 165, 73, .1), transparent 17%),
    linear-gradient(108deg, #070809 0%, #0c090b 49%, #190a14 100%);
}
.sb-brands-hero::before,
.sb-brands-hero::after {
  content: "S";
  position: absolute;
  pointer-events: none;
  color: rgba(226, 199, 115, .035);
  font-family: var(--sb-serif);
  font-size: 520px;
  font-weight: 500;
  line-height: .7;
}
.sb-brands-hero::before { right: 1%; top: 23%; transform: translateY(-50%); }
.sb-brands-hero::after {
  content: "";
  width: 420px;
  height: 420px;
  right: 6%;
  top: -190px;
  border: 1px solid rgba(203, 166, 76, .16);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(203, 166, 76, .06);
}
.sb-brands-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  align-items: end;
  gap: 30px 65px;
  padding-block: 54px 50px;
}
.sb-brands-hero-inner .sb-shop-breadcrumbs { grid-column: 1 / -1; }
.sb-brands-hero-copy h1 {
  margin: 15px 0 14px;
  color: #faf5ee;
  font-family: var(--sb-serif);
  font-size: clamp(56px, 5.45vw, 84px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.035em;
}
.sb-brands-hero-copy h1 em { color: var(--sb-gold); font-style: normal; }
.sb-brands-hero-copy p {
  max-width: 650px;
  margin: 0;
  color: #bcb4ae;
  font-size: 13px;
  line-height: 1.75;
}
.sb-brands-hero-stats {
  min-width: 285px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 22px;
  padding: 25px 27px;
  border: 1px solid rgba(203, 166, 76, .2);
  border-radius: 10px;
  background: rgba(6, 7, 8, .52);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
}
.sb-brands-hero-stats i { width: 1px; height: 45px; background: rgba(255, 255, 255, .1); }
.sb-brands-hero-stats div { text-align: center; }
.sb-brands-hero-stats strong {
  display: block;
  color: var(--sb-gold-light);
  font-family: var(--sb-serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
.sb-brands-hero-stats span {
  display: block;
  margin-top: 6px;
  color: #a29b96;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.sb-brands-featured { padding-top: 58px; }
.sb-featured-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}
.sb-featured-brand {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / .82;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: linear-gradient(145deg, #6f1b3c, #bd3c6d);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.sb-featured-brand-2 { background: linear-gradient(145deg, #3d2058, #8252a0); }
.sb-featured-brand-3 { background: linear-gradient(145deg, #173c4e, #317991); }
.sb-featured-brand-4 { background: linear-gradient(145deg, #60401d, #a57b3f); }
.sb-featured-brand:hover {
  border-color: rgba(226, 199, 115, .62);
  box-shadow: 0 23px 50px rgba(0, 0, 0, .34);
  transform: translateY(-5px);
}
.sb-featured-brand > img {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: 78%;
  height: 100%;
  padding: 10px 9px 4px 20%;
  object-fit: contain;
  object-position: right center;
  filter: saturate(1.02) contrast(1.04) drop-shadow(0 18px 20px rgba(20, 8, 14, .28));
  mix-blend-mode: multiply;
  transition: transform .4s ease;
}
.sb-featured-brand:hover > img { transform: scale(1.055); }
.sb-featured-brand-shade {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 5, 7, .78) 0%, rgba(6, 5, 7, .35) 50%, rgba(6, 5, 7, .04) 100%),
    linear-gradient(0deg, rgba(6, 5, 7, .42), transparent 55%);
}
.sb-featured-brand-copy {
  position: absolute;
  z-index: 2;
  left: 19px;
  right: 16px;
  bottom: 18px;
}
.sb-featured-brand-copy > small {
  display: block;
  margin-bottom: 7px;
  color: #f08ab9;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .1em;
}
.sb-featured-brand-copy > strong {
  max-width: 75%;
  display: block;
  overflow: hidden;
  color: #fff;
  font-family: var(--sb-serif);
  font-size: clamp(22px, 2.2vw, 35px);
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sb-featured-brand-copy > span {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .76);
  font-size: 8px;
  text-transform: uppercase;
}
.sb-featured-brand-copy > span .sb-icon { width: 14px; color: var(--sb-gold-light); }
.sb-all-brands { padding-block: 70px 82px; }
.sb-all-brands-top {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  align-items: end;
  gap: 35px;
}
.sb-all-brands-top .sb-shop-section-heading { margin-bottom: 0; }
.sb-brand-search {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: #8d8782;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 7px;
  background: #111214;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.sb-brand-search:focus-within {
  border-color: rgba(203, 166, 76, .65);
  box-shadow: 0 0 0 3px rgba(203, 166, 76, .07);
}
.sb-brand-search .sb-icon { flex: 0 0 auto; width: 17px; }
.sb-brand-search input {
  min-width: 0;
  flex: 1;
  color: #f1ece7;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 10px;
}
.sb-brand-search input::placeholder { color: #6e6965; }
.sb-brand-alphabet {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.sb-brand-alphabet a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #aaa39e;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 6px;
  background: #101113;
  font-size: 9px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.sb-brand-alphabet a:hover {
  color: #0a0907;
  border-color: #a88337;
  background: linear-gradient(135deg, #a47c34, #e1c66e);
}
.sb-brand-directory { margin-top: 37px; }
.sb-brand-letter-group {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  scroll-margin-top: 145px;
}
.sb-brand-letter-group:last-child { border-bottom: 1px solid rgba(255, 255, 255, .08); }
.sb-brand-letter-group > h3 {
  margin: 7px 0 0;
  color: var(--sb-gold);
  font-family: var(--sb-serif);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
.sb-brand-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.sb-brand-card {
  min-height: 82px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: linear-gradient(145deg, #161719, #101113);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.sb-brand-card:nth-child(4n+2) { background: linear-gradient(145deg, #19151b, #111114); }
.sb-brand-card:nth-child(4n+3) { background: linear-gradient(145deg, #12191a, #101314); }
.sb-brand-card:nth-child(4n) { background: linear-gradient(145deg, #1b1811, #12110e); }
.sb-brand-card:hover {
  border-color: rgba(203, 166, 76, .42);
  background: linear-gradient(145deg, #1c1d1f, #131416);
  transform: translateY(-2px);
}
.sb-brand-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #dfbb62;
  border: 1px solid rgba(203, 166, 76, .21);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(214, 75, 147, .23), rgba(203, 166, 76, .07));
  font-family: var(--sb-serif);
  font-size: 20px;
}
.sb-brand-card-copy { min-width: 0; }
.sb-brand-card-copy strong {
  display: block;
  overflow: hidden;
  color: #eee9e4;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sb-brand-card-copy small { display: block; margin-top: 4px; color: #77716d; font-size: 8px; }
.sb-brand-card > .sb-icon { width: 15px; color: #b4648d; transition: transform .2s ease; }
.sb-brand-card:hover > .sb-icon { color: var(--sb-gold-light); transform: translateX(3px); }
.sb-brand-search-empty {
  min-height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: #8c8580;
  text-align: center;
}
.sb-brand-search-empty .sb-icon { width: 35px; color: var(--sb-pink); }
.sb-brand-search-empty p { margin: 0; }
.sb-brands-cta {
  padding: 34px 0;
  border-block: 1px solid var(--sb-line-gold);
  background: linear-gradient(90deg, #111214, #190d14 55%, #111214);
}
.sb-brands-cta .sb-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.sb-brands-cta .sb-shell > div > span {
  color: var(--sb-pink);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
}
.sb-brands-cta h2 {
  margin: 6px 0 0;
  color: #f2ede7;
  font-family: var(--sb-serif);
  font-size: 31px;
  font-weight: 500;
}
.sb-brands-cta .sb-gold-button { margin-top: 0; }

@media (max-width: 1120px) {
  .sb-featured-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sb-featured-brand { aspect-ratio: 1 / .62; }
  .sb-brand-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .sb-brands-hero,
  .sb-brands-hero-inner { min-height: 500px; }
  .sb-brands-hero-inner { grid-template-columns: 1fr; align-items: start; gap: 24px; padding-block: 40px; }
  .sb-brands-hero-inner .sb-shop-breadcrumbs { grid-column: auto; }
  .sb-brands-hero-copy h1 { font-size: 58px; }
  .sb-brands-hero-stats { width: min(100%, 380px); min-width: 0; }
  .sb-brands-featured { padding-top: 42px; }
  .sb-featured-brand-grid {
    width: calc(100% + 14px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(76vw, 340px);
    margin-right: -14px;
    padding-bottom: 7px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .sb-featured-brand { aspect-ratio: 1 / .72; scroll-snap-align: start; }
  .sb-all-brands { padding-block: 55px 62px; }
  .sb-all-brands-top { grid-template-columns: 1fr; gap: 18px; }
  .sb-brand-search { width: 100%; }
  .sb-brand-letter-group { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; }
  .sb-brand-letter-group > h3 { font-size: 29px; }
  .sb-brand-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .sb-brands-hero,
  .sb-brands-hero-inner { min-height: 525px; }
  .sb-brands-hero-copy h1 { font-size: 48px; }
  .sb-brands-hero-copy p { font-size: 11px; }
  .sb-brands-hero-stats { padding: 20px; }
  .sb-brands-hero-stats strong { font-size: 29px; }
  .sb-brand-alphabet { gap: 6px; }
  .sb-brand-alphabet a { width: 32px; height: 32px; }
  .sb-brand-letter-group { grid-template-columns: 1fr; }
  .sb-brand-letter-group > h3 { margin-bottom: 3px; }
  .sb-brand-card-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .sb-brand-card { min-height: 73px; grid-template-columns: 35px minmax(0, 1fr); gap: 8px; padding: 9px; }
  .sb-brand-monogram { width: 35px; height: 35px; font-size: 17px; }
  .sb-brand-card > .sb-icon { display: none; }
  .sb-brand-card-copy strong { font-size: 9px; }
  .sb-brands-cta .sb-shell { align-items: flex-start; flex-direction: column; }
  .sb-brands-cta h2 { font-size: 28px; }
}

/* v2.4 — readable typography, rich category cards and rotating internal promos */
:root {
  --sb-serif: "Prata", Georgia, "Times New Roman", serif;
  --sb-sans: "Manrope", Arial, Helvetica, sans-serif;
}

body.sb-luxe-theme {
  font-size: 15px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.sb-promise,
.sb-utility,
.sb-search input { font-size: 12px; }
.sb-catalog-button strong,
.sb-primary-menu a { font-size: 11px; letter-spacing: .025em; }
.sb-footer-brand > p,
.sb-footer h3,
.sb-footer-column > a { font-size: 11px; }

/* Reusable promo/news carousel */
.sb-promo-slider {
  position: relative;
  width: 100%;
  color: #fff;
}
.sb-promo-viewport {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  border: 1px solid rgba(227, 200, 115, .27);
  border-radius: 16px;
  background: #100b0e;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .08);
}
.sb-promo-slide {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.025);
  display: none;
  transition: none;
}
.sb-promo-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition-delay: 0s;
  display: block;
}
.sb-promo-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sb-promo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, .91) 0%, rgba(6, 5, 7, .55) 47%, rgba(6, 5, 7, .06) 78%),
    linear-gradient(0deg, rgba(5, 5, 7, .72), transparent 64%);
}
.sb-promo-copy {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 48px);
  top: 50%;
  width: min(52%, 390px);
  transform: translateY(-50%);
}
.sb-promo-copy small {
  display: block;
  margin-bottom: 10px;
  color: #f07fb4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}
.sb-promo-copy h2 {
  margin: 0;
  color: #fff8f0 !important;
  font-family: var(--sb-serif);
  font-size: clamp(27px, 2.25vw, 38px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.025em;
}
.sb-promo-copy p {
  margin: 13px 0 18px;
  color: rgba(255, 250, 245, .78);
  font-size: 13px;
  line-height: 1.65;
}
.sb-promo-copy > a {
  min-height: 40px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  color: #0a0907;
  border: 1px solid #9c7932;
  border-radius: 7px;
  background: linear-gradient(135deg, #a47c34, #e5cb75);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .24);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
}
.sb-promo-copy > a .sb-icon { width: 15px; transition: transform .2s ease; }
.sb-promo-copy > a:hover .sb-icon { transform: translateX(3px); }
.sb-promo-controls {
  position: absolute;
  z-index: 8;
  right: 17px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  background: rgba(5, 6, 7, .64);
  backdrop-filter: blur(12px);
}
.sb-promo-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #f1e8dd;
  border: 0;
  border-radius: 50%;
  background: transparent;
}
.sb-promo-arrow:hover { color: var(--sb-gold-light); background: rgba(255, 255, 255, .08); }
.sb-promo-arrow .sb-icon { width: 14px; }
.sb-promo-prev .sb-icon { transform: rotate(180deg); }
.sb-promo-dots { display: flex; align-items: center; gap: 6px; }
.sb-promo-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .36);
  transition: width .25s ease, background .25s ease;
}
.sb-promo-dots button.is-active { width: 22px; background: var(--sb-gold-light); }

/* Compact promo injected into all ordinary internal pages. */
.sb-inner-promo {
  padding: 28px 0;
  border-bottom: 1px solid rgba(203, 166, 76, .18);
  background:
    radial-gradient(circle at 76% 35%, rgba(184, 48, 112, .14), transparent 24%),
    linear-gradient(110deg, #070809, #160a12);
}
.sb-promo-slider--strip .sb-promo-viewport { min-height: 220px; }
.sb-promo-slider--strip .sb-promo-copy { width: min(44%, 520px); }
.sb-promo-slider--strip .sb-promo-copy h2 { font-size: clamp(31px, 3vw, 46px); }

/* Product and checkout conversion essentials. */
.single-product .sb-inner-promo { display: none; }
.single-product .woocommerce div.product { padding-top: 40px; }
.single-product .woocommerce-product-gallery__image { background: #f4efea; border-radius: 16px; }
.single-product .woocommerce-product-gallery__image img { mix-blend-mode: multiply; }
.sb-product-assurances { display: grid; gap: 9px; margin: 22px 0; padding: 16px; border: 1px solid rgba(203,166,76,.25); border-radius: 14px; background: rgba(255,255,255,.035); }
.sb-product-assurances span { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.sb-product-assurances .sb-icon { width: 19px; color: var(--sb-gold-light); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 920px; }
.woocommerce div.product .woocommerce-tabs .panel p { margin: 0 0 1em; }
.woocommerce-product-attributes { width: 100%; border-collapse: collapse; }
.woocommerce-product-attributes th,.woocommerce-product-attributes td { padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; }
.woocommerce-checkout .form-row input,.woocommerce-checkout .form-row select,.woocommerce-checkout .form-row textarea { min-height: 48px; }
.woocommerce-checkout #billing_country_field,.woocommerce-checkout #shipping_country_field { display: none; }
.woocommerce-checkout #billing_phone_field .optional { display: none; }
.woocommerce-checkout #billing_phone_field label::after { content: " *"; color: #d63638; }
.sb-np-help { display: block; margin-top: 5px; color: #a9a1a5; font-size: 11px; }

/* Catalogue and brand heroes now use the empty space for the promo slider. */
.sb-shop-hero,
.sb-brands-hero { min-height: 590px; }
.sb-shop-hero-inner,
.sb-brands-hero-inner {
  min-height: 590px;
  grid-template-columns: minmax(360px, .82fr) minmax(590px, 1.18fr);
  align-items: center;
  gap: 30px clamp(48px, 5vw, 82px);
  padding-block: 46px 48px;
}
.sb-shop-hero-copy p,
.sb-brands-hero-copy p { max-width: 590px; color: #d0c8c1; font-size: 15px; line-height: 1.75; }
.sb-shop-hero-side,
.sb-brands-hero-side {
  min-width: 0;
  display: grid;
  gap: 12px;
}
.sb-shop-assurances {
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 14px;
  border-radius: 10px;
}
.sb-shop-assurances span {
  justify-content: center;
  gap: 7px;
  color: #e6dfd7;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}
.sb-shop-assurances .sb-icon { flex: 0 0 auto; width: 17px; }
.sb-brands-hero-stats {
  min-width: 0;
  padding: 13px 22px;
  border-radius: 10px;
}
.sb-brands-hero-stats strong { font-size: 29px; }
.sb-brands-hero-stats span { font-size: 10px; }

/* Category selection is now a prominent navigation block. */
.sb-shop-categories { padding-top: 70px; }
.sb-shop-section-heading { margin-bottom: 26px; }
.sb-shop-section-heading > div > span,
.sb-brands-cta .sb-shell > div > span { font-size: 10px; }
.sb-shop-section-heading h2 { font-size: 38px; }
.sb-shop-section-heading > a { font-size: 10px; }
.sb-shop-category-grid { gap: 16px; }
.sb-shop-category {
  min-height: 215px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, .2);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .14);
}
.sb-shop-category::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), transparent 35%, rgba(0, 0, 0, .12));
  pointer-events: none;
}
.sb-shop-category:hover,
.sb-shop-category.is-active {
  border-color: rgba(236, 210, 130, .9);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .38), 0 0 0 2px rgba(203, 166, 76, .13);
  transform: translateY(-5px);
}
.sb-shop-category.is-active::after {
  content: "ОБРАНО";
  position: absolute;
  z-index: 4;
  left: 18px;
  top: 17px;
  padding: 6px 9px;
  color: #151007;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6ad4d, #f0db91);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
}
.sb-shop-category img {
  padding: 5px 6px 0 24%;
  object-position: 82% center;
  filter: saturate(1.18) contrast(1.08) brightness(1.16) drop-shadow(0 18px 20px rgba(5, 3, 5, .34));
}
.sb-shop-category-overlay {
  background: linear-gradient(90deg, rgba(7, 5, 7, .88) 0%, rgba(7, 5, 7, .5) 48%, rgba(7, 5, 7, .04) 82%);
}
.sb-shop-category-copy { left: 18px; bottom: 19px; }
.sb-shop-category-copy strong { max-width: 160px; font-size: 15px; line-height: 1.25; }
.sb-shop-category-copy small { margin-top: 7px; color: rgba(255, 255, 255, .86); font-size: 11px; font-weight: 500; }

/* Readability pass across catalogue and brand pages. */
.sb-shop-breadcrumbs { color: #9a9591; font-size: 11px; }
.sb-shop-breadcrumbs a { color: #d0c8c1; }
.sb-shop-filter-field > label { font-size: 10px; }
.sb-shop-filter-field input,
.sb-shop-filter-field select { height: 47px; font-size: 13px; }
.sb-shop-filter-actions button { min-height: 47px; font-size: 11px; }
.sb-shop-filter-actions > a { font-size: 10px; }
.sb-shop-toolbar .woocommerce-result-count,
.sb-shop-toolbar .woocommerce-ordering select { font-size: 12px; }
.sb-shop-product-brand { font-size: 10px; }
.sb-shop-product-title { min-height: 61px; font-size: 14px; line-height: 1.46; }
.sb-shop-product-rating small,
.sb-shop-product-rating > span { font-size: 10px; }
.sb-shop-product-bottom > strong,
.sb-shop-product-bottom > strong .price { font-size: 19px; }
.sb-luxe-theme.woocommerce .sb-shop a.button.sb-shop-cart-button,
.sb-luxe-theme .woocommerce .sb-shop a.button.sb-shop-cart-button { min-width: 44px; min-height: 42px; font-size: 10px; }
.sb-featured-brand-copy > small { font-size: 9px; }
.sb-featured-brand-copy > span { font-size: 11px; }
.sb-brand-search { height: 48px; }
.sb-brand-search input { font-size: 13px; }
.sb-brand-alphabet a { width: 38px; height: 38px; font-size: 12px; }
.sb-brand-card { min-height: 94px; }
.sb-brand-card-copy strong { font-size: 13px; }
.sb-brand-card-copy small { color: #a49c96; font-size: 11px; }
.sb-brands-cta h2 { font-size: 36px; }

@media (max-width: 1240px) {
  .sb-shop-hero-inner,
  .sb-brands-hero-inner { grid-template-columns: minmax(320px, .8fr) minmax(500px, 1.2fr); gap: 36px; }
  .sb-promo-viewport { min-height: 335px; }
  .sb-promo-copy { width: 56%; }
  .sb-shop-category-grid { grid-template-columns: repeat(5, minmax(210px, 1fr)); overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x proximity; }
  .sb-shop-category { scroll-snap-align: start; }
}

@media (max-width: 980px) {
  .sb-shop-hero,
  .sb-brands-hero,
  .sb-shop-hero-inner,
  .sb-brands-hero-inner { min-height: 0; }
  .sb-shop-hero-inner,
  .sb-brands-hero-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 40px 45px; }
  .sb-shop-hero-inner .sb-shop-breadcrumbs,
  .sb-brands-hero-inner .sb-shop-breadcrumbs { grid-column: auto; }
  .sb-shop-hero-side,
  .sb-brands-hero-side { width: 100%; }
  .sb-promo-viewport { min-height: 390px; }
  .sb-promo-copy { width: min(50%, 390px); }
  .sb-shop-assurances span { font-size: 9px; }
}

@media (max-width: 760px) {
  .sb-shell { width: min(var(--sb-shell), calc(100% - 28px)); }
  .sb-inner-promo { padding: 14px 0; }
  .sb-promo-viewport,
  .sb-promo-slider--strip .sb-promo-viewport { min-height: 345px; border-radius: 13px; }
  .sb-promo-copy,
  .sb-promo-slider--strip .sb-promo-copy { left: 22px; top: auto; bottom: 54px; width: calc(100% - 44px); transform: none; }
  .sb-promo-shade {
    background:
      linear-gradient(0deg, rgba(5, 5, 7, .95) 0%, rgba(5, 5, 7, .7) 48%, rgba(5, 5, 7, .08) 88%),
      linear-gradient(90deg, rgba(5, 5, 7, .45), transparent);
  }
  .sb-promo-copy small { margin-bottom: 7px; font-size: 9px; }
  .sb-promo-copy h2,
  .sb-promo-slider--strip .sb-promo-copy h2 { font-size: 29px; }
  .sb-promo-copy p { max-width: 470px; margin: 9px 0 13px; font-size: 12px; line-height: 1.5; }
  .sb-promo-copy > a { min-height: 38px; font-size: 9px; }
  .sb-promo-controls { right: 11px; bottom: 11px; }
  .sb-shop-assurances { grid-template-columns: 1fr; padding: 12px 16px; }
  .sb-shop-assurances span { justify-content: flex-start; font-size: 10px; text-align: left; }
  .sb-shop-categories { padding-top: 48px; }
  .sb-shop-section-heading h2 { font-size: 32px; }
  .sb-shop-category-grid {
    width: calc(100% + 14px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 310px);
    margin-right: -14px;
    gap: 12px;
  }
  .sb-shop-category { min-height: 205px; }
  .sb-shop-category-copy strong { font-size: 15px; }
  .sb-shop-category-copy small { font-size: 11px; }
  .sb-shop-product-title { min-height: 56px; font-size: 12px; }
  .sb-shop-product-brand { font-size: 9px; }
  .sb-brand-card-copy strong { font-size: 11px; }
  .sb-brand-card-copy small { font-size: 9px; }
}

@media (max-width: 480px) {
  .sb-promo-viewport,
  .sb-promo-slider--strip .sb-promo-viewport { min-height: 330px; }
  .sb-promo-slide > img { object-position: 63% center; }
  .sb-promo-copy h2,
  .sb-promo-slider--strip .sb-promo-copy h2 { font-size: 25px; }
  .sb-promo-copy p { display: none; }
  .sb-promo-copy > a { margin-top: 13px; }
  .sb-shop-hero-copy h1 { font-size: 44px; }
  .sb-brands-hero-copy h1 { font-size: 43px; line-height: .96; }
  .sb-shop-hero-copy p,
  .sb-brands-hero-copy p { font-size: 13px; }
  .sb-shop-section-heading h2 { font-size: 29px; }
  .sb-shop-category-grid { grid-auto-columns: 84vw; }
  .sb-shop-category { min-height: 195px; }
  .sb-brand-card-grid { grid-template-columns: 1fr; }
  .sb-brand-card { min-height: 82px; grid-template-columns: 42px minmax(0, 1fr) 16px; padding: 11px; }
  .sb-brand-monogram { width: 42px; height: 42px; }
  .sb-brand-card > .sb-icon { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .sb-promo-slide { transition: none; }
}
