/* Best Beauty - storefront styles */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap");

:root {
  --bb-magenta: #c2186b;
  --bb-magenta-dark: #7a1848;
  --bb-pink: #e91e8c;
  --bb-promo-a: #7b2d9b;
  --bb-promo-b: #c44ec4;
  --bb-new: #3dcc9a;
  --bb-best: #8b6cf6;
  --bb-save: #f6c2d0;
  --bb-glue: #f5a623;
  --bb-text: #1c1c1c;
  --bb-muted: #6a6a6a;
  --bb-line: #ececec;
  --bb-bg: #fff;
  --bb-soft: #f6f6f6;
  --bb-max: 1240px;
  --bb-header: 4.65rem;
  --font: "Outfit", system-ui, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --shadow: 0 10px 30px rgba(30, 10, 30, 0.08);
  --radius: 14px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--bb-text);
  background: var(--bb-bg);
  line-height: 1.45;
  font-size: 15px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

/* Custom selects */
select,
.woocommerce select,
.bb-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 0.62rem 2.4rem 0.62rem 0.85rem;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 12px 8px;
  color: #222;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
select:hover,
.woocommerce select:hover,
.bb-select select:hover {
  border-color: #b7b7b7;
}
select:focus,
.woocommerce select:focus,
.bb-select select:focus {
  outline: none;
  border-color: #e83b71;
  box-shadow: 0 0 0 3px rgba(232, 59, 113, 0.12);
}
.bb-select {
  display: block;
  position: relative;
  width: 100%;
}
.bb-select select {
  margin: 0;
}

.bb-dropdown {
  position: relative;
  display: block;
}
.bb-dropdown.is-ready select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
}
.bb-dropdown__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  width: 100%;
  min-height: 44px;
  padding: 0.62rem 0.95rem;
  border: 1px solid rgba(232, 59, 113, 0.18);
  border-radius: 10px;
  background: #fff;
  color: #2a1520;
  font: inherit;
  font-size: 14px;
  text-align: left;
  box-shadow: 0 1px 2px rgba(16, 10, 16, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.bb-dropdown__toggle:hover {
  border-color: rgba(232, 59, 113, 0.35);
}
.bb-dropdown.is-open .bb-dropdown__toggle,
.bb-dropdown__toggle:focus {
  outline: none;
  border-color: #e83b71;
  box-shadow: 0 0 0 3px rgba(232, 59, 113, 0.12);
}
.bb-dropdown__value {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bb-dropdown__caret {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 1.8px solid #8a6a76;
  border-bottom: 1.8px solid #8a6a76;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.bb-dropdown.is-open .bb-dropdown__caret {
  transform: rotate(225deg) translateY(-1px);
}
.bb-dropdown__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 80;
  width: 100%;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(232, 59, 113, 0.14);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(40, 12, 24, 0.14);
  overflow: hidden;
}
.bb-dropdown__list[hidden] { display: none; }
.bb-dropdown__option {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #3a2030;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.bb-dropdown__option:hover,
.bb-dropdown__option.is-active {
  background: #fff0f5;
  color: #c2186b;
}
.bb-dropdown__option.is-selected {
  background: #ffe4ef;
  color: #c2186b;
  font-weight: 600;
}
button { cursor: pointer; }
h1, h2, h3, p { margin: 0; }

.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  padding: 0.5rem 1rem;
}

/* Promo */
.bb-promo {
  background: linear-gradient(90deg, var(--bb-promo-a), var(--bb-promo-b) 55%, #d35bc8);
  color: #fff;
  font-size: 13px;
}
.bb-promo__inner {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 38px;
  padding: 0 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bb-promo__msg { text-align: center; width: 100%; letter-spacing: 0.01em; }
.bb-promo__locale {
  background: none;
  border: 0;
  color: #fff;
  white-space: nowrap;
  opacity: 0.95;
}

/* Header */
.bb-header {
  background: #fff;
  border-bottom: 1px solid var(--bb-line);
  position: sticky;
  top: 0;
  z-index: 80;
}
.bb-header__bar { padding: 0.85rem 0 0.35rem; }
.bb-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  grid-template-areas: "search logo actions";
  align-items: center;
  gap: 1rem;
}
.bb-header__menu { grid-area: menu; }
.bb-search { grid-area: search; }
.bb-logo { grid-area: logo; justify-self: center; }
.bb-header__actions { grid-area: actions; }
.bb-header__menu {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.bb-header__menu span {
  display: block;
  height: 2px;
  background: #222;
  width: 20px;
}

.bb-search {
  position: relative;
  z-index: 120;
  display: flex;
  align-items: center;
  color: #333;
  max-width: 340px;
  width: 100%;
  justify-self: start;
}
.bb-search__fallback,
.bb-search .dgwt-wcas-sf-wrapp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 0 2.5rem 0 0.85rem;
  box-shadow: 0 1px 2px rgba(16, 10, 16, 0.04);
  overflow: visible;
  z-index: 2;
}
.bb-search__fallback:focus-within,
.bb-search .dgwt-wcas-sf-wrapp:focus-within {
  border-color: #b7b7b7;
  box-shadow: 0 0 0 3px rgba(28, 28, 28, 0.06);
}
.bb-search button,
.bb-search__fallback button {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  padding: 0;
  display: grid;
  place-items: center;
  color: #6b6b6b;
  z-index: 2;
  cursor: pointer;
}
.bb-search input,
.bb-search__fallback input {
  border: 0;
  outline: none;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  background: transparent;
  color: #222;
  font-size: 14px;
  height: 42px;
  padding: 0;
}
.bb-search input::placeholder { color: #8a8a8a; }
.bb-search .dgwt-wcas-search-wrapp {
  position: relative;
  max-width: 100% !important;
  width: 100%;
}
.bb-search .dgwt-wcas-search-form {
  width: 100%;
  margin: 0;
}
.bb-search .dgwt-wcas-suggestions-wrapp {
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.bb-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 42px;
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  padding: 0 !important;
  color: #222 !important;
}
.bb-search .dgwt-wcas-search-submit {
  position: absolute !important;
  right: 0.7rem !important;
  top: 50% !important;
  left: auto !important;
  inset: auto !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  place-items: center;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #666 !important;
  cursor: pointer;
  z-index: 2;
}
.bb-search .dgwt-wcas-search-submit::after {
  content: none !important;
  display: none !important;
}
.bb-search .dgwt-wcas-search-submit:hover {
  background: none !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
  color: #333 !important;
}
.bb-search .dgwt-wcas-search-submit svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}
.bb-search .dgwt-wcas-preloader {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.bb-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  max-width: 240px;
}
.bb-logo .custom-logo-link {
  display: block;
  line-height: 0;
}
.bb-logo img,
.bb-logo .custom-logo {
  max-height: 52px;
  max-width: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.bb-logo a + a,
.bb-logo .custom-logo-link + a,
.bb-logo img + img {
  display: none;
}
.bb-logo__word {
  font-family: var(--serif);
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.9;
  display: block;
  background: linear-gradient(90deg, #2b2b2b 20%, var(--bb-magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bb-logo__tag {
  display: block;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: lowercase;
  color: #888;
  margin-top: 0.2rem;
  white-space: nowrap;
}

.bb-header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-self: end;
}
.bb-header__actions .bb-icon-link:first-child .bb-icon-link__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.bb-icon-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: none;
  border: 0;
  color: #333;
  padding: 0;
}
.bb-icon-link__icon { position: relative; display: grid; place-items: center; }
.bb-icon-link__label { font-size: 13px; }
.bb-cart-count {
  position: absolute;
  top: -7px;
  right: -8px;
  background: var(--bb-magenta);
  color: #fff;
  border-radius: 99px;
  min-width: 16px;
  height: 16px;
  font-size: 10px;
  display: none;
  place-items: center;
  padding: 0 4px;
}
.bb-cart-count.is-on { display: grid; }

.bb-nav {
  position: relative;
  border-top: 1px solid var(--bb-line);
  padding: 0;
  width: 100%;
}
.bb-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333;
  overflow-x: auto;
  scrollbar-width: none;
}
.bb-nav__list::-webkit-scrollbar { display: none; }
.bb-nav .sub-menu { display: none; }
.bb-nav__item {
  list-style: none;
  flex: 0 0 auto;
  position: static;
}
.bb-nav__top {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.7rem 0.55rem;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s;
}
.bb-nav__top::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--bb-magenta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}
.bb-nav__item:hover .bb-nav__top,
.bb-nav__item.is-open .bb-nav__top {
  color: var(--bb-magenta);
}
.bb-nav__item:hover .bb-nav__top::after,
.bb-nav__item.is-open .bb-nav__top::after {
  transform: scaleX(1);
}
.bb-nav__caret {
  width: auto;
  height: auto;
  border: 0;
  opacity: 0.55;
  font-size: 10px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.bb-nav__caret::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
}
.bb-nav__item:hover .bb-nav__caret,
.bb-nav__item.is-open .bb-nav__caret {
  transform: rotate(180deg);
}

.bb-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 22px 50px rgba(28, 10, 28, 0.12);
  border-top: 1px solid var(--bb-line);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.28s;
  z-index: 30;
  max-height: min(78vh, 640px);
  overflow: auto;
}
.bb-mega__inner {
  max-width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.2rem 1.4rem;
  padding: 1.35rem 1.5rem 1.7rem;
}
.bb-mega__kids {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.55rem;
  padding: 0.1rem 0 0.35rem 0.65rem;
  margin: 0 0 0.15rem;
}
.bb-mega__kid {
  font-size: 12px !important;
  color: #7a4a62 !important;
  padding: 0.08rem 0 !important;
  transform: none !important;
}
.bb-mega__kid:hover { color: #e83b71 !important; }
.bb-mega__heading {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-magenta);
  font-weight: 700;
  margin: 0 0 0.7rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #f0e6ec;
}
.bb-mega__col a {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: #444;
  padding: 0.28rem 0;
  transform: translateX(0);
  transition: color 0.18s, transform 0.18s;
}
.bb-mega__col a:hover {
  color: var(--bb-magenta);
  transform: translateX(4px);
}

@media (min-width: 721px) {
  .bb-nav__item.has-mega:hover .bb-mega,
  .bb-nav__item.has-mega:focus-within .bb-mega,
  .bb-nav__item.has-mega.is-open .bb-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .bb-nav__item.has-mega:hover .bb-mega__col,
  .bb-nav__item.has-mega:focus-within .bb-mega__col,
  .bb-nav__item.has-mega.is-open .bb-mega__col {
    animation: bbMegaSlide 0.38s ease both;
  }
  .bb-mega__col:nth-child(1) { animation-delay: 0.02s; }
  .bb-mega__col:nth-child(2) { animation-delay: 0.06s; }
  .bb-mega__col:nth-child(3) { animation-delay: 0.1s; }
  .bb-mega__col:nth-child(4) { animation-delay: 0.14s; }
  .bb-mega__col:nth-child(5) { animation-delay: 0.18s; }
}

@keyframes bbMegaSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: none; }
}

.bb-header.is-open .bb-nav { display: block; }

/* Hero */
.bb-hero {
  max-width: 1280px;
  margin: 1.1rem auto 0;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 1rem;
  align-items: start;
}
.bb-hero__feature,
.bb-hero__offer,
.bb-hero__kinky {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  line-height: 0;
  background: transparent;
  min-height: 0;
}
.bb-hero__feature::after,
.bb-hero__offer::after,
.bb-hero__kinky::after {
  content: none;
  display: none;
}
.bb-hero__feature img,
.bb-hero__offer img,
.bb-hero__kinky img {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}
.bb-hero__stack {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1rem;
  align-content: start;
}

/* Shipping + quick links */
.bb-shipbanner {
  max-width: 820px;
  margin: 2rem auto 1.5rem;
  background: var(--bb-soft);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  flex-wrap: wrap;
}
.bb-shipbanner__price {
  background: #111;
  color: #fff;
  border-radius: 8px;
  padding: 0.2rem 0.5rem;
  font-size: 1.15rem;
}

.bb-quick {
  max-width: var(--bb-max);
  margin: 0 auto 1.6rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.bb-quick__item { text-align: center; width: 96px; }
.bb-quick__circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 0.45rem;
  font-size: 12px;
  text-align: center;
  padding: 0.4rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.ql-sale { background: radial-gradient(circle at 30% 30%, #ff6b6b, #e12323); }
.ql-new { background: radial-gradient(circle at 30% 30%, #ff8cc8, #e91e8c); }
.ql-best { background: radial-gradient(circle at 30% 30%, #7ad7ff, #2aa7d6); }
.ql-glue { background: radial-gradient(circle at 30% 30%, #333, #111); }
.ql-under { background: radial-gradient(circle at 30% 30%, #9b6bff, #5b2ad1); }
.ql-top { background: radial-gradient(circle at 30% 30%, #c47a3a, #5a2a12); }
.ql-braid { background: radial-gradient(circle at 30% 30%, #e8b86d, #8a5a22); }
.ql-remy { background: radial-gradient(circle at 30% 30%, #1aa7a0, #0b4f55); }
.bb-quick__circle[style*="background-image"] {
  color: transparent;
  position: relative;
}
.bb-quick__circle[style*="background-image"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
  border-radius: inherit;
}
.bb-quick__label { font-size: 12px; color: #555; }

.bb-hiring {
  max-width: var(--bb-max);
  margin: 0 auto 2.2rem;
  padding: 0 1.25rem;
  display: block;
  line-height: 0;
  background: none;
  border-radius: 16px;
  overflow: hidden;
}
.bb-hiring img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Product rails */
.bb-rail {
  background: #fafafa;
  padding: 2rem 0 0.5rem;
}
.bb-rail + .bb-rail { padding-top: 1.2rem; }
.bb-rail:nth-of-type(even) { background: #fff; }
.bb-promopair + .bb-rail,
.bb-pdp .bb-rail { background: #fff; }
.bb-rail__inner {
  max-width: var(--bb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.bb-rail__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-bottom: 0.35rem;
  text-align: center;
}
.bb-rail__title { font-size: 1.55rem; font-weight: 600; }
.bb-rail__all {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--bb-magenta);
  margin-top: 0.15rem;
}
.bb-rail__arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 50%;
  font-size: 1.35rem;
  color: #555;
  box-shadow: 0 4px 12px rgba(20, 8, 20, 0.06);
}
.bb-rail__arrow:hover { color: var(--bb-magenta); border-color: #f0cfe0; }
.bb-rail__track {
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 2rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.1rem;
}
.bb-rail__track,
.bb-drag-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.bb-rail__track::-webkit-scrollbar,
.bb-drag-scroll::-webkit-scrollbar { display: none; }
.bb-rail__track.is-dragging,
.bb-drag-scroll.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}
.bb-rail__track .bb-card {
  flex: 0 0 236px;
  width: 236px;
  scroll-snap-align: start;
}
.bb-rail__inner .bb-grid,
.bb-rail__grid {
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 2rem;
}
.bb-grid {
  max-width: var(--bb-max);
  margin: 0 auto;
  padding: 1rem 1.25rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

/* Cards */
.bb-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #f0ecee;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 22px rgba(40, 12, 32, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(40, 12, 32, 0.1);
}
.bb-card__media {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #faf7f8 0%, #f3eef1 100%);
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
}
.bb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.85rem;
  transition: transform 0.4s ease;
}
.bb-card:hover .bb-card__media img { transform: scale(1.06); }
.bb-card__hover {
  position: absolute;
  inset: auto 10px 10px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.25s ease;
  pointer-events: none;
}
.bb-card__hover span {
  background: rgba(28, 18, 24, 0.86);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
}
.bb-card:hover .bb-card__hover {
  opacity: 1;
  transform: none;
}
.bb-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  z-index: 1;
}
.bb-badge--new { background: var(--bb-new); color: #fff; }
.bb-badge--best { background: var(--bb-best); color: #fff; }
.bb-badge--glue {
  left: auto;
  right: 10px;
  top: auto;
  bottom: 44px;
  background: var(--bb-glue);
  color: #111;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 8px;
  line-height: 1.15;
  padding: 0.3rem;
}
.bb-card__color {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(80,80,80,0.72);
  color: #fff;
  font-size: 11px;
  padding: 0.28rem 0.6rem;
  border-radius: 4px;
}
.bb-card__savepill {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--bb-magenta);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  z-index: 1;
}
.bb-card__save {
  background: var(--bb-save);
  color: var(--bb-magenta);
  text-align: center;
  font-size: 13px;
  padding: 0.35rem;
  font-weight: 500;
}
.bb-card__body {
  padding: 0.85rem 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  flex: 1;
}
.bb-card__cat {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bb-magenta);
  font-weight: 600;
}
.bb-card__title {
  font-size: 13.5px;
  font-weight: 500;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.bb-card__price { font-size: 14px; }
.bb-card__price strong { font-weight: 700; }
.bb-card__price .from { color: #888; margin-right: 0.2rem; }
.bb-card__price s { color: #999; margin: 0 0.25rem; font-weight: 400; }
.bb-card__price .sale { color: var(--bb-magenta); font-weight: 600; }
.bb-card__rating { margin-top: 0.1rem; }
.bb-card__add {
  margin-top: auto;
  width: 100%;
  border: 0;
  background: #1c1c1c;
  color: #fff;
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.92;
  transition: background 0.2s, opacity 0.2s;
}
.bb-card__add:hover { background: var(--bb-magenta); opacity: 1; }
.bb-stars { color: #e3c6d0; letter-spacing: 0.05em; }
.bb-stars i { font-size: 12px; }
.bb-stars .is-on,
.bb-stars.is-on,
.bb-stars.is-on i { color: var(--bb-magenta); }
.bb-stars__count { color: var(--bb-muted); font-size: 12px; margin-left: 0.3rem; }

.bb-promopair {
  max-width: var(--bb-max);
  margin: 0.5rem auto 1.5rem;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.bb-promopair__card {
  display: block;
  line-height: 0;
  border-radius: 12px;
  overflow: hidden;
  background: none;
  min-height: 0;
}
.bb-promopair__card img {
  width: 100%;
  height: auto;
  display: block;
}

.bb-channels, .bb-reviews {
  max-width: var(--bb-max);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2rem;
  text-align: center;
}
.bb-channels h2, .bb-reviews h2 { font-size: 1.45rem; margin-bottom: 0.9rem; }
.bb-channels__track,
.bb-reviews__track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  text-align: left;
}
.bb-channels__card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 150px;
  background: #f3c6e4;
  color: #fff;
}
.bb-channels__card img { width: 100%; height: 180px; object-fit: cover; }
.bb-channels__card .play,
.bb-review__photo .play {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bb-magenta);
  display: grid;
  place-items: center;
  font-size: 14px;
}
.bb-channels__card .meta {
  position: absolute;
  left: 0.7rem;
  bottom: 0.6rem;
  display: flex;
  flex-direction: column;
}
.bb-reviews__score { color: var(--bb-magenta); margin-bottom: 1.1rem; }
.bb-review {
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.bb-review__photo { position: relative; aspect-ratio: 1; background: #eee; }
.bb-review__photo img { width: 100%; height: 100%; object-fit: cover; }
.bb-review__body { padding: 0.8rem 0.9rem 1rem; }
.bb-review h3 { font-size: 14px; margin: 0.2rem 0; }
.bb-review p { font-size: 13px; color: #555; }
.bb-review .ok { color: #2b8a3e; font-size: 10px; }
.bb-reviews__track.is-wrap { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

/* Footer band */
.bb-brandstrip {
  max-width: var(--bb-max);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 0.5rem;
}
.bb-brandstrip__card {
  display: block;
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
  background: none;
  min-height: 0;
}
.bb-brandstrip__card img {
  width: 100%;
  height: auto;
  display: block;
}
.bb-trust {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.6rem 1rem 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
  border-bottom: 1px solid var(--bb-line);
}
.bb-trust__item { display: grid; gap: 0.35rem; justify-items: center; color: #333; font-size: 14px; }
.bb-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 1.25rem 2.5rem;
}
.bb-footer__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr 1.1fr 0.9fr;
  gap: 2rem;
}
.bb-footer__title { font-size: 15px; margin-bottom: 0.7rem; }
.bb-footer__tagline {
  line-height: 1.55;
  margin-bottom: 0.85rem;
}
.bb-footer__map {
  margin-top: 0.85rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(232, 59, 113, 0.12);
  background: #fff;
}
.bb-footer__map iframe {
  display: block;
  width: 100%;
  height: 220px;
}
.bb-footer p, .bb-footer li, .bb-footer a { color: #555; font-size: 14px; }
.bb-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.bb-footer a:hover { color: var(--bb-magenta); }
.bb-social { display: flex; gap: 0.6rem; margin: 0.8rem 0; }
.bb-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.bb-follow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  background: var(--bb-magenta);
  color: #fff !important;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none !important;
  transform: none !important;
}
.bb-follow::after {
  content: none !important;
  display: none !important;
}
.bb-follow:hover {
  color: #fff !important;
  background: #d42f63;
  transform: none !important;
  box-shadow: none !important;
}
.bb-footer a.bb-follow,
.bb-footer a.bb-follow i {
  color: #fff !important;
}
.bb-footer a.bb-follow:hover,
.bb-footer a.bb-follow:hover i {
  color: #fff !important;
}
.bb-newsletter { display: grid; gap: 0.55rem; }
.bb-newsletter input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.7rem 0.8rem;
}
.bb-footer__copy { margin-top: 2rem; color: #999; font-size: 13px; }

/* Buttons + forms */
.bb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.85rem 1.1rem;
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
}
.bb-btn--solid { background: var(--bb-magenta-dark); color: #fff; }
.bb-btn--ghost { background: #fff; border-color: #ccc; color: #222; }
.bb-btn--block { width: 100%; }
.bb-form { display: grid; gap: 0.7rem; }
.bb-form input:not([type="checkbox"]),
.bb-form textarea,
.bb-form select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  width: 100%;
}
.bb-form .split, .bb-form .split3 { display: grid; gap: 0.6rem; }
.bb-form .split { grid-template-columns: 1fr 1fr; }
.bb-form .split3 { grid-template-columns: 1fr 1fr 1fr; }
.bb-form .check, .bb-form .hint { font-size: 13px; color: #666; }
.bb-form .check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.bb-lead { color: var(--bb-muted); max-width: 46rem; margin: 0.4rem 0 1.2rem; }

/* Inner pages */
.bb-pagebanners {
  max-width: 1280px;
  margin: 0.9rem auto 0.4rem;
  padding: 0 1.25rem;
}
.bb-pagebanners__link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.bb-pagebanners__link img {
  display: block;
  width: 100%;
  height: auto;
}

.bb-page__wrap { max-width: var(--bb-max); margin: 0 auto; padding: 1.2rem 1.25rem 3rem; }
.bb-page__head { margin-bottom: 1.2rem; }
.bb-page__head h1, .bb-shop__title, .bb-page__wrap > h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
.bb-prose { max-width: 46rem; color: #444; display: grid; gap: 0.8rem; }
.bb-prose--wide { max-width: 52rem; margin: 0 auto 1.5rem; text-align: center; }
.bb-prose--legal { max-width: 52rem; gap: 1rem; }
.bb-prose--legal h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1c1216;
  margin: 1.2rem 0 0.2rem;
}
.bb-prose--legal h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1c1216;
  margin: 0.8rem 0 0.2rem;
}
.bb-prose--legal ul {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.45rem;
}
.bb-prose--legal li { line-height: 1.55; }
.bb-prose--legal a { color: var(--bb-magenta); text-decoration: underline; }
.bb-prose--legal a:hover { color: var(--bb-magenta-dark); }
.bb-404 { text-align: center; padding: 4rem 1rem; }
.bb-404__code { font-size: 4rem; color: var(--bb-magenta); font-family: var(--serif); }
.bb-textlink { display: inline-block; margin-top: 0.8rem; color: var(--bb-magenta); }

/* Shop */
.bb-shop { max-width: 1360px; margin: 0 auto; padding: 0 1.25rem 3rem; }
.bb-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-start;
  margin: 0.4rem 0 1.2rem;
}
.bb-chip {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.55rem 0.9rem;
  font-size: 13.5px;
}
.bb-chip.is-active, .bb-chip:hover { border-color: #222; }
.bb-shop__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
}
.bb-filters {
  overflow: visible;
  min-width: 0;
}
.bb-filters__head { margin-bottom: 0.8rem; }
.bb-filters__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  font-size: 14px;
}
.bb-filters__row > span {
  min-width: 0;
  white-space: normal;
  color: #3a2030;
  font-weight: 500;
}
.bb-toggle {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  gap: 0;
  padding: 2px;
  border: 1px solid rgba(232, 59, 113, 0.16);
  border-radius: 999px;
  background: #f8f2f5;
  overflow: hidden;
}
.bb-toggle button {
  flex: 1 1 0;
  border: 0;
  background: transparent;
  padding: 0.4rem 0.5rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: #7a5d68;
  border-radius: 999px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  transform: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.bb-toggle button:hover:not(.is-on) {
  color: #c2186b;
  background: rgba(255, 240, 246, 0.65);
}
.bb-toggle button.is-on {
  background: #fff;
  color: #c2186b;
  box-shadow: 0 2px 8px rgba(232, 59, 113, 0.12);
}
.bb-toggle button::after {
  display: none !important;
}
.bb-acc { border-top: 1px solid var(--bb-line); }
.bb-acc summary {
  cursor: pointer;
  padding: 0.85rem 0;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.bb-acc__label {
  flex: 1 1 auto;
  min-width: 0;
}
.bb-acc__count {
  flex: 0 0 auto;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #e83b71;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35rem;
  text-align: center;
}
.bb-acc summary::-webkit-details-marker { display: none; }
.bb-acc summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #888;
  font-size: 12px;
  transition: transform 0.2s ease;
}
.bb-acc[open] summary::after {
  transform: rotate(180deg);
}
.bb-acc ul { list-style: none; margin: 0 0 0.8rem; padding: 0; display: grid; gap: 0.45rem; font-size: 14px; color: #444; }
.bb-filters .bb-acc--attr ul {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.bb-acc label,
.bb-form .check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
  line-height: 1.35;
}
.bb-acc input[type="checkbox"],
.bb-form .check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 1.5px solid rgba(232, 59, 113, 0.32);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.bb-acc input[type="checkbox"]:hover,
.bb-form .check input[type="checkbox"]:hover {
  border-color: #e83b71;
}
.bb-acc input[type="checkbox"]:focus,
.bb-form .check input[type="checkbox"]:focus {
  outline: none;
  border-color: #e83b71;
  box-shadow: 0 0 0 3px rgba(232, 59, 113, 0.14);
}
.bb-acc input[type="checkbox"]:checked,
.bb-form .check input[type="checkbox"]:checked {
  background-color: #e83b71;
  border-color: #e83b71;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.2 4.4 8.6 11 1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 9px;
}
.bb-shop__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 8;
}
.bb-shop__count {
  margin: 0;
  color: #7a5d68;
  font-size: 13px;
}
.bb-shop__toolbar .bb-select,
.bb-shop__toolbar .bb-dropdown {
  width: auto;
  min-width: 16.5rem;
  max-width: 20rem;
  flex: 0 0 auto;
  z-index: 8;
}
.bb-shop__toolbar .bb-dropdown.is-open {
  z-index: 12;
}
.bb-shop .bb-grid { padding: 0; max-width: none; position: relative; z-index: 1; }
.bb-shop__results { min-height: 24rem; }
.bb-shop__results.is-loading { pointer-events: none; }
.bb-card--skel { pointer-events: none; border-color: #f3eef1; }
.bb-skel {
  display: block;
  background: linear-gradient(90deg, #f4eef1 0%, #faf7f8 45%, #f4eef1 100%);
  background-size: 200% 100%;
  animation: bb-skel 1.1s ease-in-out infinite;
}
.bb-skel--img {
  aspect-ratio: 3 / 4;
  width: 100%;
}
.bb-skel--line {
  height: 12px;
  margin: 12px 12px 0;
  border-radius: 999px;
}
.bb-skel--short { width: 42%; margin-bottom: 16px; }
@keyframes bb-skel {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
.bb-pagination {
  display: flex;
  justify-content: center;
  margin: 1.8rem 0 0.4rem;
}
.bb-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bb-pagination li { margin: 0; }
.bb-pagination a,
.bb-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 59, 113, 0.18);
  background: #fff;
  color: #3a2030;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.bb-pagination a:hover {
  border-color: #e83b71;
  color: #c2186b;
}
.bb-pagination .current {
  background: #e83b71;
  border-color: #e83b71;
  color: #fff;
}
.bb-pagination .prev,
.bb-pagination .next { font-size: 18px; }
.bb-acc--wide { max-width: var(--bb-max); margin: 0 auto; padding: 0 1.25rem; border-top: 1px solid var(--bb-line); border-bottom: 1px solid var(--bb-line); }

/* PDP */
.bb-pdp { max-width: 1240px; margin: 0 auto; padding: 0.4rem 1.25rem 3rem; }
.bb-crumb {
  padding: 0.15rem 0 1.15rem;
}
.bb-crumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
}
.bb-crumb__item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  color: rgba(28, 18, 22, 0.58);
}
.bb-crumb__item:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 9px;
  color: rgba(232, 59, 113, 0.42);
  margin: 0 0.6rem;
}
.bb-crumb__item a {
  color: rgba(28, 18, 22, 0.68);
  text-decoration: none;
  transition: color 0.2s ease;
}
.bb-crumb__item a:hover {
  color: var(--bb-magenta);
}
.bb-crumb__item--current {
  color: #1c1216;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.bb-crumb__item--current span {
  display: block;
  max-width: min(560px, 72vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bb-pdp__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: start;
}
.bb-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-items: stretch;
  background: transparent;
}
.bb-gallery.has-thumbs {
  grid-template-columns: 92px minmax(0, 1fr);
}
.bb-gallery__thumbs-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-height: 0;
}
.bb-gallery__thumb-arrow {
  width: 32px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #888;
  cursor: pointer;
  flex: 0 0 auto;
}
.bb-gallery__thumb-arrow:hover { color: #1c1216; }
.bb-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 560px;
  padding: 2px;
  scrollbar-width: none;
}
.bb-gallery__thumbs::-webkit-scrollbar { display: none; }
.bb-gallery__thumb {
  width: 78px;
  height: 78px;
  padding: 0;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  flex: 0 0 auto;
}
.bb-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.bb-gallery__thumb.is-active {
  border-color: #1c1216;
}
.bb-gallery__stage {
  position: relative;
  background: #fff;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bb-gallery__main {
  display: block;
  width: 100%;
  height: min(680px, 72vh);
  object-fit: contain;
  background: #fff;
}
.bb-gallery__stage .bb-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.bb-gallery__zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #444;
  font-size: 1.05rem;
  cursor: pointer;
}
.bb-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 56px;
  border: 0;
  background: transparent;
  color: #888;
  font-size: 1.35rem;
  cursor: pointer;
}
.bb-gallery__nav--prev { left: 4px; }
.bb-gallery__nav--next { right: 4px; }
.bb-gallery__nav:hover,
.bb-gallery__zoom:hover { color: #1c1216; }
.bb-gallery__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
  z-index: 2;
  pointer-events: none;
}
.bb-gallery__dots button {
  pointer-events: auto;
}
.bb-gallery__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfcfcf;
  cursor: pointer;
}
.bb-gallery__dot.is-active { background: #8a8a8a; }
.bb-stock {
  color: #c2186b;
  font-size: 14px;
  font-weight: 600;
  margin: 0.4rem 0 0.8rem;
}
.bb-swatch.is-oos small {
  text-decoration: line-through;
  color: #8a7a82;
}
.bb-lightbox[hidden] { display: none !important; }
.bb-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(16, 10, 14, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.bb-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  object-fit: contain;
}
.bb-lightbox__close,
.bb-lightbox__nav {
  position: absolute;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
}
.bb-lightbox__close { top: 18px; right: 22px; }
.bb-lightbox__nav--prev { left: 18px; }
.bb-lightbox__nav--next { right: 18px; }
.bb-buy h1 { font-size: 1.85rem; line-height: 1.15; margin-bottom: 0.7rem; }
.bb-buy__price { display: flex; align-items: baseline; gap: 0.55rem; font-size: 1.25rem; }
.bb-buy__price s { color: #999; font-size: 1rem; }
.bb-buy__price .save { color: var(--bb-magenta); font-size: 14px; }
.bb-buy__pay { color: #666; font-size: 14px; margin: 0.35rem 0; }
.bb-shipnote,
[data-ship-note],
.bb-swatch .ship,
.bb-swatch .ship--placeholder {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.bb-buy__colorlabel { margin: 0.4rem 0 0.55rem; font-weight: 600; }
.bb-swatches {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
}
.bb-swatch {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  text-align: center;
  border-radius: 8px;
}
.bb-swatch.is-active {
  outline: none;
  border-color: #222;
  box-shadow: inset 0 0 0 1px #222;
}
.bb-swatch .ship,
.bb-swatch .ship--placeholder {
  display: none !important;
}
.bb-swatch .dot {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--swatch, #222);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.bb-swatch .dot.has-image {
  background-color: #f4f4f4;
}
.bb-swatch .dot.has-photo {
  background-size: contain;
  background-color: #f7f4f5;
}
.bb-swatch.is-oos .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.58);
  pointer-events: none;
}
.bb-swatch small {
  display: block;
  width: 100%;
  padding: 0.22rem 0.15rem 0.28rem;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bb-qty {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.bb-qty > span {
  font-weight: 600;
  line-height: 1;
}
.bb-qty__ctrl {
  display: inline-flex;
  align-items: stretch;
  height: 40px;
  border: 1px solid rgba(232, 59, 113, 0.18);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.bb-qty__ctrl button {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #1c1216;
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.bb-qty__ctrl button:hover {
  background: #fff0f5;
  color: #c2186b;
}
.bb-qty__ctrl input {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  color: #1c1216;
  -moz-appearance: textfield;
  appearance: textfield;
}
.bb-qty__ctrl input::-webkit-outer-spin-button,
.bb-qty__ctrl input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bb-buy__actions { display: grid; grid-template-columns: 1fr 52px; gap: 0.5rem; }
.bb-wish { border: 1px solid #ddd; background: #fff; border-radius: 6px; font-size: 1.2rem; }
.bb-product-reviews {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--bb-line);
}
.bb-product-reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.bb-product-reviews__title {
  margin: 0;
  font-size: 1.45rem;
}
.bb-product-reviews__summary {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #666;
  font-size: 14px;
}
.bb-product-reviews__score-label {
  margin-left: 0.15rem;
}
.bb-product-reviews__empty {
  color: #8a6a76;
}
.bb-product-reviews__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.05fr);
  gap: 1.25rem;
  align-items: start;
}
.bb-product-reviews__panel {
  background: #fff;
  border: 1px solid rgba(232, 59, 113, 0.14);
  border-radius: 14px;
  padding: 1.25rem 1.35rem 1.35rem;
  box-shadow: 0 10px 28px rgba(40, 12, 24, 0.06);
}
.bb-product-reviews__panel--list {
  min-height: 100%;
}
.bb-product-reviews__panel-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8a6a76;
}
.bb-product-reviews__form-wrap .comment-respond {
  margin: 0;
}
.bb-review-form {
  display: grid;
  gap: 0.85rem;
}
.bb-review-form .bb-review-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.bb-review-form .bb-review-form__field {
  margin: 0;
}
.bb-review-form__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1c1216;
}
.bb-review-form__field input,
.bb-review-form__field textarea,
.bb-review-form__field select {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(232, 59, 113, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #1c1216;
}
.bb-review-form__field textarea {
  min-height: 120px;
  resize: vertical;
}
.bb-review-form__field--half {
  grid-column: span 1;
}
.bb-review-form .comment-form-author,
.bb-review-form .comment-form-email {
  margin: 0;
}
.bb-review-form .comment-form-author.bb-review-form__field--half,
.bb-review-form .comment-form-email.bb-review-form__field--half {
  display: block;
  width: 100%;
  margin: 0;
}
.bb-star-input {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.bb-star-input__btn {
  border: 0;
  background: transparent;
  color: #d8c5cd;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0.1rem;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}
.bb-star-input__btn:hover,
.bb-star-input__btn.is-on {
  color: #e83b71;
  transform: scale(1.05);
}
.bb-star-input__select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.bb-star-input__hint {
  font-size: 12px;
  color: #8a6a76;
  margin-left: 0.35rem;
}
.bb-review-form__note {
  margin: 0.25rem 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #8a6a76;
  text-align: center;
}
.bb-review-form__submit {
  margin: 0;
}
.bb-product-reviews__notice,
.bb-product-reviews__placeholder {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.bb-product-reviews__placeholder {
  text-align: center;
  padding: 2rem 1rem;
}
.bb-product-reviews__placeholder .bb-stars {
  justify-content: center;
  margin-bottom: 0.65rem;
}
.bb-product-reviews__list {
  display: grid;
  gap: 0.85rem;
}
.bb-pdp-review {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(232, 59, 113, 0.1);
  border-radius: 10px;
  background: #fffdfb;
}
.bb-pdp-review__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}
.bb-pdp-review__author {
  display: block;
  font-size: 14px;
}
.bb-pdp-review__date {
  display: block;
  margin-top: 0.1rem;
  font-size: 12px;
  color: #8a6a76;
}
.bb-pdp-review__stars .bb-stars {
  font-size: 13px;
}
.bb-pdp-review__title {
  margin: 0 0 0.35rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bb-pdp-review__body {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
}
.bb-pdp-review__body p {
  margin: 0;
}

/* Cart / checkout / account */
.bb-cartpage__layout, .bb-checkout__grid, .bb-contact__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
.bb-account__panel {
  max-width: 460px;
  margin: 0 auto;
}
.bb-tabs__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid var(--bb-line);
}
.bb-tabs__btn {
  border: 0;
  background: transparent;
  padding: 0.85rem 0.75rem;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.bb-tabs__btn:hover { color: #1c1216; }
.bb-tabs__btn.is-active {
  color: var(--bb-magenta);
  border-bottom-color: var(--bb-magenta);
}
.bb-tabs__panel { display: none; }
.bb-tabs__panel.is-active { display: block; }
.bb-account .bb-form {
  background: #fff;
  border: 1px solid var(--bb-line);
  border-radius: 12px;
  padding: 1.4rem 1.25rem 1.25rem;
}
.bb-cartpage__sum, .bb-checkout__sum {
  background: #fafafa;
  border: 1px solid var(--bb-line);
  border-radius: 12px;
  padding: 1.1rem;
}
.bb-cart-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.8rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--bb-line);
}
.bb-cart-row img { width: 72px; height: 90px; object-fit: cover; background: #eee; }
.bb-cart-row h3 { font-size: 14px; font-weight: 500; }
.bb-about__hero { border-radius: 16px; overflow: hidden; margin-bottom: 1.4rem; max-height: 360px; }
.bb-about__hero img { width: 100%; height: 360px; object-fit: cover; }
.bb-rewards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; margin: 1rem 0 1.4rem; }
.bb-rewards__card {
  border: 1px solid var(--bb-line);
  border-radius: 12px;
  padding: 1.1rem;
  text-align: center;
  display: grid;
  gap: 0.3rem;
}
.bb-form--narrow { max-width: 420px; }
.bb-track__result { margin-top: 1rem; padding: 1rem; background: #f7f7f7; border-radius: 10px; }
.bb-postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.bb-postcard { border: 1px solid var(--bb-line); border-radius: 12px; overflow: hidden; }
.bb-postcard h2 { font-size: 1.05rem; padding: 0.8rem 0.9rem 0.2rem; }
.bb-postcard p { padding: 0 0.9rem 1rem; color: #666; font-size: 14px; }

/* Drawer */
.bb-drawer[hidden] { display: none !important; }
.bb-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
}
body.bb-cart-open { overflow: hidden; }
.bb-drawer__overlay { position: absolute; inset: 0; background: rgba(20,10,20,0.45); }
.bb-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(400px, 100%);
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0,0,0,0.12);
}
.bb-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--bb-line);
}
.bb-drawer__close { border: 0; background: none; font-size: 1.6rem; }
.bb-drawer__ship {
  margin: 0.7rem 1.1rem;
  background: #f7eef6;
  color: var(--bb-magenta);
  font-size: 13px;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
}
.bb-drawer__items { flex: 1; overflow: auto; padding: 0 1.1rem; }
.bb-drawer__recs { padding: 0.6rem 1.1rem; border-top: 1px solid var(--bb-line); }
.bb-drawer__recs-head { display: flex; justify-content: space-between; align-items: center; }
.bb-drawer__recs-track { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-top: 0.5rem; }
.bb-drawer__recs-track img { width: 100%; height: 110px; object-fit: cover; }
.bb-drawer__foot { padding: 0.8rem 1.1rem 1.2rem; border-top: 1px solid var(--bb-line); }
.bb-drawer__sub { display: flex; justify-content: space-between; margin-bottom: 0.4rem; }
.bb-drawer__sub.is-total { font-size: 1.15rem; margin-top: 0.5rem; }
.bb-drawer__note { font-size: 12px; color: #777; }
.bb-drawer__ordernote { display: grid; gap: 0.3rem; font-size: 13px; margin: 0.6rem 0; }
.bb-drawer__ordernote textarea { border: 1px solid #eee; border-radius: 8px; padding: 0.5rem; }
.bb-drawer__returns { text-align: center; font-size: 12px; color: #888; margin-top: 0.5rem; }

.bb-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 0.55rem;
  z-index: 50;
}
.bb-float__btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: var(--bb-magenta);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow);
}
.bb-chat[hidden] { display: none; }
.bb-chat { position: fixed; right: 18px; bottom: 86px; z-index: 60; }
.bb-chat__panel {
  width: 280px;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
}
.bb-chat__head { display: flex; justify-content: space-between; }
.bb-chat__head button { border: 0; background: none; font-size: 1.2rem; }

.empty-cart { color: #777; padding: 1rem 0; }

@media (max-width: 1100px) {
  .bb-hero__copy h1 { white-space: normal; font-size: 1.85rem; }
}
@media (max-width: 1024px) {
  .bb-hero,
  .bb-pdp__grid,
  .bb-shop__layout,
  .bb-promopair,
  .bb-brandstrip__card,
  .bb-cartpage__layout,
  .bb-checkout__grid,
  .bb-contact__grid {
    grid-template-columns: 1fr;
  }
  .bb-gallery,
  .bb-gallery.has-thumbs {
    grid-template-columns: 1fr;
  }
  .bb-gallery__thumbs-col {
    order: 2;
    flex-direction: row;
    max-width: 100%;
  }
  .bb-gallery__thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bb-gallery__thumb-arrow {
    display: none;
  }
  .bb-gallery__stage { min-height: 360px; }
  .bb-gallery__main { height: min(420px, 70vh); }
  .bb-hero__feature { min-height: 0; }
  .bb-hero__feature img,
  .bb-hero__offer img,
  .bb-hero__kinky img { height: auto; }
  .bb-hero__stack { grid-template-rows: auto; }
  .bb-grid, .bb-channels__track, .bb-reviews__track, .bb-trust, .bb-rewards, .bb-postgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bb-rail__track .bb-card {
    flex-basis: 210px;
    width: 210px;
  }
  .bb-footer__grid { grid-template-columns: 1fr 1fr; }
  .bb-footer__map iframe { height: 200px; }
}

@media (max-width: 720px) {
  .bb-header__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "menu logo actions"
      "search search search";
    gap: 0.65rem 0.75rem;
    padding: 0 1rem;
  }
  .bb-header__bar { padding: 0.65rem 0 0.5rem; }
  .bb-header__menu { display: flex; }
  .bb-search {
    display: flex;
    max-width: none;
    width: 100%;
    padding-bottom: 0.15rem;
  }
  .bb-icon-link__label { display: none; }
  body.bb-nav-open { overflow: hidden; }
  .bb-header.is-open {
    position: fixed;
    inset: 0;
    z-index: 200;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .bb-nav {
    display: none;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--bb-line);
    padding: 0;
  }
  .bb-header.is-open .bb-nav { display: block; }
  .bb-nav__list {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    overflow-x: hidden;
  }
  .bb-nav__item { border-bottom: 1px solid rgba(232, 59, 113, 0.08); }
  .bb-nav__top {
    padding: 0.9rem 1rem;
    justify-content: space-between;
    font-weight: 600;
    color: #2a1520;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  .bb-nav__top:focus,
  .bb-nav__top:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .bb-nav__top::after { display: none; }
  .bb-nav__item.is-open > .bb-nav__top {
    color: var(--bb-magenta);
    background: rgba(255, 240, 246, 0.65);
  }
  .bb-mega {
    position: static;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    background: #faf7f8;
    transition: max-height 0.32s ease;
  }
  .bb-nav__item.is-open .bb-mega {
    max-height: min(68vh, 520px);
    pointer-events: auto;
    overflow-y: auto;
    padding-bottom: 0.35rem;
  }
  .bb-mega__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .bb-mega__col {
    padding: 0 1rem 0.45rem 1.2rem;
    border-bottom: 1px solid rgba(232, 59, 113, 0.06);
  }
  .bb-mega__col:last-child { border-bottom: 0; }
  .bb-mega__col--all {
    padding: 0.45rem 1rem 0.65rem;
  }
  .bb-mega__col--all .bb-mega__heading { display: none; }
  .bb-mega__heading {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin: 0.55rem 0 0.25rem;
    padding-bottom: 0.3rem;
    border-bottom: 0;
  }
  .bb-mega__col a {
    padding: 0.42rem 0;
    font-size: 14px;
    transform: none;
  }
  .bb-mega__kids {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 0.2rem;
    margin: 0;
  }
  .bb-mega__kid {
    display: block !important;
    font-size: 13px !important;
    padding: 0.32rem 0 0.32rem 0.75rem !important;
    color: #6a5060 !important;
  }
  .bb-header__menu span {
    transition: transform 0.25s ease, opacity 0.2s ease;
    transform-origin: center;
  }
  .bb-header.is-open .bb-header__menu span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .bb-header.is-open .bb-header__menu span:nth-child(2) { opacity: 0; }
  .bb-header.is-open .bb-header__menu span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .bb-logo__word { font-size: 1.8rem; }
  .bb-hero__copy h1 { font-size: 1.5rem; }
  .bb-hero__copy .script { font-size: 2.1rem; }
  .bb-grid { grid-template-columns: 1fr 1fr; gap: 0.7rem; }
  .bb-shop__toolbar {
    flex-wrap: wrap;
  }
  .bb-shop__toolbar .bb-select,
  .bb-shop__toolbar .bb-dropdown {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .bb-rail__track .bb-card {
    flex-basis: 168px;
    width: 168px;
  }
  .bb-card__add { font-size: 10px; padding: 0.45rem 0.5rem; }
  .bb-footer__grid { grid-template-columns: 1fr; }
  .bb-swatches { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.3rem; }
  .bb-swatch small { font-size: 9px; }
  .bb-form .split, .bb-form .split3 { grid-template-columns: 1fr; }
  .bb-promo__locale { display: none; }
}

/* ==========================================================================
   Ethereal Glassmorphism overlay - light theme, modest rounding
   Overrides Best Beauty surfaces without changing markup or PHP.
   ========================================================================== */

:root {
  --bb-bg: #ffffff;
  --bb-text: #1c1216;
  --bb-muted: #7a5d68;
  --bb-line: rgba(232, 59, 113, 0.14);
  --bb-soft: #fff0f5;
  --bb-magenta: #e83b71;
  --bb-magenta-dark: #c2186b;
  --bb-pink: #ff6aa0;
  --font: "Montserrat", system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --shadow: 0 10px 24px rgba(232, 59, 113, 0.12);
  --radius: 10px;
  --bb-radius: 10px;
  --bb-glass-bg: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%);
  --bb-glass-border: 1px solid rgba(232, 59, 113, 0.12);
  --bb-glass-shadow: 0 10px 24px rgba(232, 59, 113, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  --bb-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cfilter id='bbn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23bbn)'/%3E%3C/svg%3E");
  --bb-pink-mask:
    radial-gradient(1100px 640px at 8% -8%, #000 0%, transparent 55%),
    radial-gradient(900px 560px at 100% 18%, #000 0%, transparent 52%),
    radial-gradient(720px 480px at 38% 108%, #000 0%, transparent 58%);
}

html {
  background: #fff !important;
  isolation: isolate;
}

body {
  font-family: "Montserrat", var(--font), system-ui, sans-serif !important;
  color: #1c1216 !important;
  background:
    radial-gradient(1100px 640px at 8% -8%, rgba(255, 182, 210, 0.45), transparent 55%),
    radial-gradient(900px 560px at 100% 18%, rgba(255, 214, 230, 0.4), transparent 52%),
    #fff !important;
  overflow-x: hidden;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--bb-noise);
  background-repeat: repeat;
  background-size: 180px 180px;
  opacity: 0.28;
  mix-blend-mode: overlay;
  -webkit-mask-image: var(--bb-pink-mask);
  mask-image: var(--bb-pink-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-composite: source-over;
  mask-composite: add;
}

h1, h2, h3, h4, h5, h6,
.bb-logo__word,
.bb-hero__copy .script,
.bb-rail__title,
.bb-shop__title,
.bb-page__head h1,
.bb-buy h1,
.bb-404__code {
  font-family: "Playfair Display", var(--serif), Georgia, serif !important;
}

#bb-ethereal-fx {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

#bb-ethereal-fx::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bb-noise);
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.32;
  mix-blend-mode: overlay;
  -webkit-mask-image: var(--bb-pink-mask);
  mask-image: var(--bb-pink-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-composite: source-over;
  mask-composite: add;
}

.bb-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.55;
}

.bb-orb--a {
  width: 460px;
  height: 460px;
  left: -10%;
  top: -8%;
  background: radial-gradient(circle, rgba(255, 166, 198, 0.85) 0%, rgba(255, 166, 198, 0) 70%);
}

.bb-orb--b {
  width: 540px;
  height: 540px;
  right: -14%;
  top: 22%;
  background: radial-gradient(circle, rgba(255, 192, 214, 0.7) 0%, rgba(255, 192, 214, 0) 72%);
}

.bb-orb--c {
  width: 420px;
  height: 420px;
  left: 38%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(232, 59, 113, 0.22) 0%, rgba(232, 59, 113, 0) 70%);
}

.bb-sparkle,
.bb-float,
.bb-chat {
  display: none !important;
}

.bb-header,
.bb-main,
.bb-brandstrip,
.bb-trust,
.bb-footer,
.bb-float,
.bb-chat {
  position: relative;
  z-index: 1;
}

.bb-header { z-index: 90; }
.bb-chat { z-index: 60; }
.bb-float { z-index: 50; }

/* Glass surfaces - Best Beauty + WP/Woo core */
.bb-header,
.bb-card,
.bb-review,
.bb-rewards__card,
.bb-postcard,
.bb-filters,
.bb-cartpage__sum,
.bb-checkout__sum,
.bb-shipbanner,
.bb-drawer__panel,
.bb-chat__panel,
.bb-track__result,
.widget,
.widget-area .widget,
.hentry,
.wp-block-group,
.wp-block-column,
.wp-block-cover,
.site-header,
.elementor-widget-wrap,
.elementor-column-wrap {
  background: var(--bb-glass-bg) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  border: var(--bb-glass-border) !important;
  box-shadow: var(--bb-glass-shadow) !important;
  border-radius: var(--bb-radius, 10px) !important;
  color: #1c1216 !important;
}

.bb-nav__list a {
  white-space: nowrap;
}

.bb-header {
  overflow: visible !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(232, 59, 113, 0.1) !important;
  border-radius: 0 !important;
}

.bb-promo {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.bb-nav {
  padding-left: 1.35rem !important;
  padding-right: 1.35rem !important;
}

.bb-card,
.bb-review,
.bb-postcard,
.bb-rewards__card,
.bb-filters {
  overflow: hidden;
  padding: 0.7rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.bb-card:hover,
.bb-review:hover,
.bb-postcard:hover,
.bb-rewards__card:hover,
.bb-channels__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(232, 59, 113, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.bb-card__title,
.bb-card__title a,
.bb-card__price,
.bb-card__cat,
.bb-review h3,
.bb-review p,
.bb-postcard h2,
.bb-postcard p,
.bb-filters,
.bb-filters a,
.bb-acc summary,
.bb-acc ul,
.bb-nav__list,
.bb-icon-link,
.bb-search,
.bb-search input,
.bb-logo__tag,
.bb-header {
  color: #1a0a10 !important;
}

.bb-promo,
.bb-promo * {
  color: #fff !important;
}

.bb-hero__copy,
.bb-hero__copy h1,
.bb-hero__copy .script,
.bb-hero__copy .eyebrow,
.bb-hero__copy .sub,
.bb-hero__kinky,
.bb-hero__kinky h2,
.bb-hero__kinky .shopnow {
  color: #1a1216 !important;
}

.bb-hero__offer,
.bb-hero__offer h2,
.bb-hero__offer .code {
  color: #fff !important;
}

.bb-mega {
  background: var(--bb-glass-bg) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  border: var(--bb-glass-border) !important;
  box-shadow: var(--bb-glass-shadow) !important;
  color: #1a0a10 !important;
}

.bb-card,
.bb-review,
.bb-postcard,
.bb-rewards__card {
  overflow: visible;
}

.bb-search input::placeholder { color: rgba(26, 10, 16, 0.5) !important; }
.bb-header__menu span { background: #1a0a10 !important; }
.bb-nav__list { color: #3a2030 !important; }
.bb-nav__list .is-sale > .bb-nav__top { color: #e83b71 !important; }
.bb-logo__word {
  background: linear-gradient(90deg, #2b1220 10%, #e83b71 80%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.bb-rail,
.bb-rail + .bb-rail,
.bb-rail:nth-of-type(even),
.bb-promopair + .bb-rail,
.bb-pdp .bb-rail {
  background: transparent !important;
}

.bb-rail__title,
.bb-channels h2,
.bb-reviews h2,
.bb-shop__title,
.bb-page__head h1,
.bb-page__wrap > h1,
.bb-buy h1 {
  color: #1c1216 !important;
}

.bb-lead,
.bb-prose,
.bb-quick__label,
.bb-footer p,
.bb-footer li,
.bb-footer a,
.bb-trust__item,
.bb-footer__copy {
  color: #6b4f59 !important;
}

.bb-footer a:hover { color: #e83b71 !important; }

.bb-card__media,
.woocommerce-product-gallery,
.bb-quick__item,
.bb-hero__offer,
.bb-hero__kinky,
.bb-channels__card {
  animation: bb-float 6.4s ease-in-out infinite;
}

.bb-card:nth-child(3n+2) .bb-card__media,
.bb-quick__item:nth-child(3n+2) {
  animation-delay: -2.1s;
}

.bb-card:nth-child(3n) .bb-card__media,
.bb-quick__item:nth-child(3n) {
  animation-delay: -4.2s;
}

.bb-hero__feature,
.bb-hero__offer,
.bb-hero__kinky,
.bb-channels__card,
.bb-about__hero {
  border: var(--bb-glass-border) !important;
  box-shadow: var(--bb-glass-shadow) !important;
  border-radius: 12px !important;
}

.bb-hero__feature,
.bb-hero__offer,
.bb-hero__kinky {
  background-color: transparent !important;
}

.bb-card__media {
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55) !important;
}

.bb-card__media img,
.bb-gallery__main {
  background: transparent !important;
}

.bb-chip,
.bb-swatch,
.bb-wish {
  background: var(--bb-glass-bg) !important;
  border: 1px solid rgba(232, 59, 113, 0.16) !important;
  color: #1c1216 !important;
  border-radius: 8px !important;
  backdrop-filter: blur(12px);
}

.bb-toggle {
  background: #f8f2f5 !important;
  border: 1px solid rgba(232, 59, 113, 0.16) !important;
  border-radius: 999px !important;
  backdrop-filter: none !important;
  overflow: hidden !important;
  padding: 2px !important;
}
.bb-toggle button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #7a5d68 !important;
  transform: none !important;
}
.bb-toggle button:hover:not(.is-on) {
  background: rgba(255, 240, 246, 0.65) !important;
  color: #c2186b !important;
  transform: none !important;
}
.bb-toggle button.is-on {
  background: #fff !important;
  color: #c2186b !important;
  box-shadow: 0 2px 8px rgba(232, 59, 113, 0.12) !important;
}

.bb-swatch { border-radius: 8px !important; }

.bb-qty__ctrl {
  background: #fff !important;
  border: 1px solid rgba(232, 59, 113, 0.18) !important;
  border-radius: 999px !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.bb-qty__ctrl button,
.bb-qty__ctrl input {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.bb-swatch {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.bb-chip.is-active,
.bb-chip:hover {
  border-color: #e83b71 !important;
  box-shadow: 0 6px 16px rgba(232, 59, 113, 0.18);
}

.bb-form input:not([type="checkbox"]),
.bb-form textarea,
.bb-newsletter input,
.bb-search input {
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(232, 59, 113, 0.18) !important;
  color: #1c1216 !important;
  border-radius: 8px !important;
}

.bb-form select,
.woocommerce select {
  background-color: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(232, 59, 113, 0.18) !important;
  color: #1c1216 !important;
  border-radius: 8px !important;
  padding-right: 2.4rem !important;
}

.bb-header .bb-search input {
  color: #1c1216 !important;
}

.bb-form input::placeholder,
.bb-form textarea::placeholder,
.bb-newsletter input::placeholder {
  color: rgba(28, 18, 22, 0.45) !important;
}

.bb-btn--ghost {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(232, 59, 113, 0.22) !important;
  color: #1c1216 !important;
  border-radius: 8px !important;
}

.bb-btn--solid,
.bb-card__add,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
button[type="submit"]:not(.bb-rail__arrow):not(.bb-drawer__close):not(.bb-search__btn):not(.dgwt-wcas-search-submit):not([data-cart-plus]):not([data-cart-minus]):not([data-qty-plus]):not([data-qty-minus]):not([data-bb-nav-toggle]):not([data-bb-chat]):not([data-bb-chat-close]):not([data-bb-cart-close]):not(.bb-toggle button):not(.bb-dropdown__toggle):not(.bb-dropdown__option),
input[type="submit"],
input[type="button"].bb-btn {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  border: 0 !important;
  border-radius: 8px !important;
  background: #e83b71 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(232, 59, 113, 0.32) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

.bb-btn--solid::after,
.bb-card__add::after,
.wp-block-button__link::after,
.woocommerce a.button::after,
.woocommerce button.button::after,
button[type="submit"]:not(.bb-rail__arrow):not(.bb-drawer__close):not(.bb-search__btn):not(.dgwt-wcas-search-submit)::after,
input[type="submit"]::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.55) 48%, transparent 100%);
  transform: translateX(-130%) skewX(-18deg);
  animation: bb-shine 2.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.bb-btn--solid:hover,
.bb-card__add:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
button[type="submit"]:not(.bb-search__btn):not(.dgwt-wcas-search-submit):hover,
input[type="submit"]:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(232, 59, 113, 0.62) !important;
}

.bb-float__btn {
  background: #e83b71 !important;
  box-shadow: 0 10px 28px rgba(232, 59, 113, 0.45) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bb-float__btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(232, 59, 113, 0.62) !important;
}

.bb-drawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 200 !important;
}
.bb-drawer__overlay { background: rgba(28, 18, 22, 0.28) !important; }
.bb-drawer__panel {
  border-radius: 12px 0 0 12px !important;
  color: #1c1216 !important;
  background: #fff !important;
}
.bb-drawer__panel h3,
.bb-drawer__panel p,
.bb-drawer__panel strong { color: #1c1216 !important; }

.bb-social a {
  border-color: rgba(232, 59, 113, 0.22) !important;
  color: #1c1216 !important;
}

@keyframes bb-shine {
  0% { transform: translateX(-130%) skewX(-18deg); }
  100% { transform: translateX(280%) skewX(-18deg); }
}

@keyframes bb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}


@media (prefers-reduced-motion: reduce) {
  .bb-card__media,
  .woocommerce-product-gallery,
  .bb-quick__item,
  .bb-hero__offer,
  .bb-hero__kinky,
  .bb-channels__card,
  .bb-btn--solid::after,
  .bb-card__add::after,
  .wp-block-button__link::after,
  button[type="submit"]::after,
  input[type="submit"]::after {
    animation: none !important;
  }
}

.bb-nav__list {
  justify-content: safe center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.bb-mega {
  background: #fff8fb !important;
  z-index: 95;
}

.bb-mega__col a {
  color: #3a2030 !important;
}
.bb-mega__col a:hover {
  color: #e83b71 !important;
}

.bb-icon-link__icon i,
.bb-search button i {
  font-size: 1.05rem;
  line-height: 1;
}
.bb-promo__msg i,
.bb-promo__locale i,
.bb-follow i,
.bb-drawer__ship i,
.eyebrow i,
.leaf i,
.bb-filters__head i {
  margin-right: 0.35em;
}
.bb-promo__locale i { margin-left: 0.35em; margin-right: 0; font-size: 0.7em; }
.bb-trust__item i {
  font-size: 1.35rem;
  color: var(--bb-magenta);
}
.bb-social a i { font-size: 13px; }
.bb-channels__card .play i,
.bb-review__photo .play i {
  color: #fff;
  font-size: 13px;
  margin-left: 2px;
}
.bb-wish i { font-size: 1.05rem; }
.bb-drawer__close i,
.bb-cart-row [data-cart-remove] i { font-size: 1rem; }
.bb-reviews__score .bb-stars { margin-right: 0.35rem; }
.bb-ok, .ok i { color: #2b8a3e; font-size: 12px; }

.bb-hero__feature,
.bb-hero__offer,
.bb-hero__kinky {
  animation: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
}
.bb-hero img {
  animation: none !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
}
.bb-hiring,
.bb-promopair__card,
.bb-brandstrip__card {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  min-height: 0 !important;
  color: inherit !important;
  animation: none !important;
  transform: none !important;
}
.bb-hiring img,
.bb-promopair__card img,
.bb-brandstrip__card img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  animation: none !important;
  position: static !important;
}
.bb-search__fallback,
.bb-search .dgwt-wcas-sf-wrapp {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  height: 44px;
  padding: 0 2.5rem 0 0.85rem !important;
  background: #fff !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 2px rgba(16, 10, 16, 0.05) !important;
  backdrop-filter: none !important;
  overflow: visible !important;
}
.bb-search input,
.bb-header .bb-search input,
.bb-search__fallback input,
.bb-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #222 !important;
  border-radius: 0 !important;
}
.bb-search button,
.bb-search button i {
  color: #666 !important;
}
.bb-search button[type="submit"],
.bb-search .dgwt-wcas-search-submit,
.bb-search__btn,
.bb-search__fallback .bb-search__btn {
  position: absolute !important;
  right: 0.7rem !important;
  top: 50% !important;
  left: auto !important;
  overflow: visible !important;
  isolation: auto;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: translateY(-50%) !important;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 !important;
  z-index: 2;
}
.bb-search button[type="submit"]::after,
.bb-search .dgwt-wcas-search-submit::after,
.bb-search__btn::after {
  content: none !important;
  display: none !important;
}
.bb-search button[type="submit"]:hover,
.bb-search .dgwt-wcas-search-submit:hover,
.bb-search__btn:hover {
  transform: translateY(-50%) !important;
  box-shadow: none !important;
  background: none !important;
  color: #333 !important;
}

@media (max-width: 720px) {
  .bb-header.is-open {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }
  .bb-header.is-open .bb-nav {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bb-header.is-open .bb-mega,
  .bb-nav__item.is-open .bb-mega {
    background: #faf7f8 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .bb-nav__list a {
    white-space: normal;
  }
}

/* FiboSearch / AJAX Search for WooCommerce dropdown */
.dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-details-wrapp {
  background: #fff !important;
  border: 1px solid rgba(232, 59, 113, 0.16) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 48px rgba(40, 12, 24, 0.16) !important;
  overflow: hidden !important;
  padding: 0.35rem 0 0 !important;
  color: #1c1216 !important;
  font-family: inherit !important;
  max-height: min(70vh, 560px) !important;
  box-sizing: border-box !important;
}
.bb-search .dgwt-wcas-suggestions-wrapp,
.bb-search .dgwt-wcas-details-wrapp {
  position: absolute !important;
}
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
  width: 8px;
}
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-thumb {
  background: rgba(232, 59, 113, 0.28);
  border-radius: 99px;
}
.dgwt-wcas-suggestion {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin: 0 0.45rem !important;
  padding: 0.55rem 0.7rem !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #1c1216 !important;
  text-decoration: none !important;
  line-height: 1.25 !important;
}
.dgwt-wcas-suggestion:hover,
.dgwt-wcas-suggestion-selected {
  background: #fff0f5 !important;
  color: #c2186b !important;
}
.dgwt-wcas-suggestion-headline,
.dgwt-wcas-suggestion-headline:hover,
.dgwt-wcas-suggestion-headline.dgwt-wcas-suggestion-selected {
  background: transparent !important;
  color: #8a6a76 !important;
  pointer-events: none !important;
  margin: 0.35rem 0.45rem 0.1rem !important;
  padding: 0.45rem 0.7rem 0.25rem !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(232, 59, 113, 0.1) !important;
}
.dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #8a6a76 !important;
}
.dgwt-wcas-si {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f7eef2 !important;
  border: 1px solid rgba(232, 59, 113, 0.1) !important;
}
.dgwt-wcas-si img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.dgwt-wcas-content-wrapp,
.dgwt-wcas-st {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
.dgwt-wcas-st-title {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: inherit !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.dgwt-wcas-st-title strong,
.dgwt-wcas-st strong {
  color: #e83b71 !important;
  font-weight: 700 !important;
}
.dgwt-wcas-st-breadcrumbs,
.dgwt-wcas-st-label-in {
  display: block !important;
  margin-top: 0.15rem !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #8a6a76 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.dgwt-wcas-suggestion-tax .dgwt-wcas-st {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.1rem !important;
}
.dgwt-wcas-suggestion-more,
.dgwt-wcas-suggestion-more:hover {
  justify-content: center !important;
  margin: 0.45rem 0 0 !important;
  padding: 0.85rem 1rem !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(232, 59, 113, 0.12) !important;
  background: #fff7fa !important;
  color: #c2186b !important;
  font-weight: 700 !important;
}
.dgwt-wcas-st-more,
.dgwt-wcas-st-more-total {
  color: inherit !important;
  font-size: 13px !important;
}
.dgwt-wcas-close {
  color: #8a6a76 !important;
}

.bb-shipnote,
[data-ship-note],
.bb-swatch .ship,
.bb-swatch .ship--placeholder,
.bb-buy__sku,
.sku_wrapper,
.product_meta .sku,
.woocommerce-product-attributes-item--sku,
.woocommerce-product-attributes-item--attribute_pa_sku,
.woocommerce-product-attributes-item--attribute_pa_barcode,
.dgwt-wcas-sp,
.dgwt-wcas-sku {
  display: none !important;
}

@media (max-width: 900px) {
  .bb-product-reviews__grid {
    grid-template-columns: 1fr;
  }
  .bb-review-form .bb-review-form__row {
    grid-template-columns: 1fr;
  }
}
