:root,
:root[data-theme="light"] {
  color-scheme: light;
  --bb-brand-900: #40262f;
  --bb-brand-700: #7b4053;
  --bb-brand-solid: #40262f;
  --bb-action: #a13f5d;
  --bb-action-hover: #873149;
  --bb-ink: #202326;
  --bb-muted: #62686d;
  --bb-line: #dde1e3;
  --bb-surface: #ffffff;
  --bb-surface-soft: #f7f4f5;
  --bb-field: #ffffff;
  --bb-control-line: #bcc3c5;
  --bb-disabled: #6d7576;
  --bb-on-disabled: #ffffff;
  --bb-accent-soft: #eef4f2;
  --bb-accent-mid: #dfe8e5;
  --bb-rose-soft: #fbf2f5;
  --bb-surface-glass: rgb(255 255 255 / 0.97);
  --bb-sale: #c92f47;
  --bb-error: #b42318;
  --bb-success: #207a4b;
  --bb-radius: 4px;
  --bb-shell: min(1360px, calc(100% - 64px));
  --bb-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --bb-ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --bb-bottom-nav-height: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bb-surface);
  color: var(--bb-ink);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bb-surface);
  color: var(--bb-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.bb-drawer-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
input,
select,
textarea,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--bb-action);
  outline-offset: 2px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bb-shell {
  width: var(--bb-shell);
  margin-right: auto;
  margin-left: auto;
}

.bb-site {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  padding-bottom: var(--bb-bottom-nav-height);
}

.bb-main {
  flex: 1 0 auto;
}

.bb-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  background: currentColor;
  mask-image: var(--bb-icon-source);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: var(--bb-icon-source);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.bb-icon-button {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 0;
  border-radius: var(--bb-radius);
  background: transparent;
  color: var(--bb-ink);
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-icon-button .bb-icon {
  width: 22px;
  height: 22px;
}

.no-js [data-theme-toggle] {
  display: none !important;
}

.bb-theme-toggle {
  isolation: isolate;
}

.bb-theme-icon {
  position: absolute;
  display: inline-grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
  transition:
    opacity 140ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-theme-icon-moon {
  opacity: 1;
  transform: scale(1);
}

:root[data-theme="dark"] .bb-theme-icon-moon {
  opacity: 0;
  transform: scale(0.9);
}

:root[data-theme="dark"] .bb-theme-icon-sun {
  opacity: 1;
  transform: scale(1);
}

.bb-icon-button:active,
.bb-button:active,
.single_add_to_cart_button:active,
.bb-card-open:active,
.bb-solution-links a:active {
  transform: scale(0.97);
}

.bb-button,
.woocommerce a.button,
.woocommerce button.button,
.single_add_to_cart_button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--bb-radius);
  padding: 0 20px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-button-primary,
.woocommerce button.button.alt,
.single_add_to_cart_button {
  background: var(--bb-action);
  color: #ffffff;
}

.bb-button-secondary {
  border-color: var(--bb-brand-700);
  background: var(--bb-surface);
  color: var(--bb-brand-900);
}

.bb-notice-bar {
  min-height: 30px;
  background: var(--bb-brand-solid);
  color: #ffffff;
}

.bb-notice-content {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.bb-notice-content span + span::before {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-right: 22px;
  background: rgb(255 255 255 / 0.36);
  content: "";
  vertical-align: -1px;
}

.bb-header {
  position: relative;
  z-index: 20;
  background: var(--bb-surface);
  border-bottom: 1px solid var(--bb-line);
}

.bb-compact-header {
  display: none;
}

.bb-header-main {
  display: grid;
  min-height: 62px;
  grid-template-columns: minmax(250px, 1fr) minmax(360px, 520px) minmax(250px, 1fr);
  align-items: center;
  gap: 24px;
}

.bb-menu-trigger {
  display: none;
}

.bb-brand {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: baseline;
  gap: 10px;
  color: var(--bb-brand-900);
}

.bb-brand strong {
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.bb-brand span {
  color: var(--bb-muted);
  font-size: 11px;
  font-weight: 750;
}

.bb-search {
  display: grid;
  min-width: 0;
  height: 42px;
  grid-template-columns: minmax(0, 1fr) 44px;
  overflow: hidden;
  border: 1px solid #bcc3c5;
  border-radius: var(--bb-radius);
  background: var(--bb-surface-soft);
}

.bb-search:focus-within {
  border-color: var(--bb-action);
  box-shadow: 0 0 0 1px var(--bb-action);
}

.bb-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 13px;
  background: transparent;
  color: var(--bb-ink);
}

.bb-search input::placeholder {
  color: #70777b;
  opacity: 1;
}

.bb-search button {
  display: grid;
  border: 0;
  place-items: center;
  background: var(--bb-brand-900);
  color: #ffffff;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-search button .bb-icon {
  width: 20px;
  height: 20px;
}

.bb-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.bb-desktop-search-link {
  display: none;
}

.bb-cart-link b {
  position: absolute;
  top: 3px;
  right: 1px;
  display: grid;
  min-width: 17px;
  height: 17px;
  place-items: center;
  border: 2px solid var(--bb-surface);
  border-radius: 50%;
  background: var(--bb-sale);
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
}

.bb-category-rail {
  border-top: 1px solid var(--bb-line);
}

.bb-category-rail .bb-shell {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
  overflow-x: auto;
  scrollbar-width: none;
}

.bb-category-rail .bb-shell::-webkit-scrollbar {
  display: none;
}

.bb-category-rail a {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 650;
}

.bb-category-rail a:last-child {
  color: var(--sale, var(--bb-sale));
}

.bb-category-rail a[aria-current="page"] {
  border-bottom-color: var(--bb-action);
  color: var(--bb-brand-900);
}

.bb-drawer[hidden] {
  display: none;
}

.bb-drawer {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: flex;
  align-items: stretch;
  background: rgb(20 30 30 / 0.48);
  opacity: 1;
  transition: opacity 180ms ease;
}

.bb-drawer-panel {
  width: min(380px, calc(100% - 34px));
  height: 100%;
  overflow-y: auto;
  background: var(--bb-surface);
  box-shadow: 18px 0 50px rgb(20 61 58 / 0.16);
  transform: translateX(0);
  transition: transform 240ms var(--bb-ease-drawer);
}

@starting-style {
  .bb-drawer {
    opacity: 0;
  }

  .bb-drawer-panel {
    transform: translateX(-100%);
  }
}

.bb-drawer-header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--bb-line);
  padding: 12px 16px;
  background: var(--bb-surface);
}

.bb-drawer-header > div {
  display: grid;
  gap: 2px;
}

.bb-drawer-header strong {
  font-size: 19px;
}

.bb-drawer-header span {
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-mobile-menu-links {
  display: grid;
}

.bb-mobile-menu-links a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--bb-line);
  padding: 10px 18px;
}

.bb-mobile-menu-links span {
  font-size: 16px;
  font-weight: 700;
}

.bb-mobile-menu-links small {
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-drawer-appearance {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid var(--bb-line);
  padding: 16px 18px 18px;
}

.bb-drawer-appearance-label {
  color: var(--bb-muted);
  font-size: 12px;
  font-weight: 700;
}

.bb-theme-drawer-toggle {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  padding: 0 14px;
  background: var(--bb-surface-soft);
  color: var(--bb-ink);
  font-weight: 750;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-theme-drawer-toggle .bb-theme-icon {
  position: relative;
  display: none;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.bb-theme-drawer-toggle .bb-theme-icon-moon,
:root[data-theme="dark"] .bb-theme-drawer-toggle .bb-theme-icon-sun {
  display: inline-grid;
}

:root[data-theme="dark"] .bb-theme-drawer-toggle .bb-theme-icon-moon {
  display: none;
}

.bb-theme-drawer-toggle .bb-icon {
  width: 22px;
  height: 22px;
}

.bb-theme-drawer-toggle:active {
  transform: scale(0.98);
}

.bb-drawer-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px;
  padding: 14px;
  background: var(--bb-surface-soft);
  color: var(--bb-brand-900);
  font-weight: 650;
}

.bb-drawer-trust .bb-icon {
  width: 20px;
  height: 20px;
}

/* Home */
.bb-home {
  background: var(--bb-surface);
}

.bb-home-hero {
  border-bottom: 1px solid var(--bb-line);
  background: #eef4f2;
}

.bb-home-hero-grid {
  display: grid;
  min-height: 238px;
  grid-template-columns: minmax(340px, 0.78fr) minmax(520px, 1.22fr);
  align-items: stretch;
  gap: clamp(30px, 5vw, 72px);
}

.bb-home-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 0;
}

.bb-home-label {
  margin: 0 0 7px;
  color: var(--bb-brand-700);
  font-size: 13px;
  font-weight: 750;
}

.bb-home-hero-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--bb-brand-900);
  font-size: 47px;
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

.bb-home-hero-copy h1 span {
  display: block;
}

.bb-home-hero-copy > p:not(.bb-home-label) {
  max-width: 25em;
  margin: 12px 0 16px;
  color: #4f5d5b;
  font-size: 14px;
}

.bb-home-hero-action {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bb-home-hero-action strong {
  color: var(--bb-brand-900);
  font-size: 16px;
}

.bb-hero-products {
  position: relative;
  display: grid;
  min-height: 238px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  overflow: hidden;
  padding: 14px 0 0;
}

.bb-hero-product {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 6 / 5;
  overflow: hidden;
  border: 1px solid rgb(20 61 58 / 0.13);
  background: #dfe8e5;
}

.bb-hero-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bb-hero-product > span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 0.84);
  padding: 0 9px;
  background: rgb(255 255 255 / 0.94);
  color: var(--bb-ink);
  font-size: 12px;
  font-weight: 750;
}

.bb-home-categories {
  display: grid;
  min-height: 88px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bb-home-categories > a {
  display: grid;
  min-width: 0;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  align-items: center;
  border: 1px solid var(--bb-line);
  background: var(--bb-surface);
  transition:
    border-color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-category-image {
  grid-row: 1 / span 2;
  width: 62px;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bb-surface-soft);
}

.bb-category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bb-home-categories strong,
.bb-home-categories small {
  min-width: 0;
  padding-right: 8px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bb-home-categories strong {
  align-self: end;
  font-size: 14px;
}

.bb-home-categories small {
  align-self: start;
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-live-strip {
  display: grid;
  min-height: 66px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--bb-line);
  border-bottom: 1px solid var(--bb-line);
  padding-top: 8px;
  padding-bottom: 8px;
}

.bb-live-strip-copy {
  display: grid;
  min-width: 0;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.bb-live-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  background: var(--bb-brand-900);
  color: #ffffff;
}

.bb-live-icon .bb-icon {
  width: 22px;
  height: 22px;
}

.bb-live-strip-copy strong {
  display: block;
  font-size: 15px;
}

.bb-live-strip-copy p {
  margin: 1px 0 0;
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-home-products {
  padding-top: 24px;
  padding-bottom: 28px;
}

.bb-section-heading {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.bb-section-heading h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

.bb-section-heading p {
  margin: 2px 0 0;
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-section-heading > a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: var(--bb-brand-700);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bb-home-products-secondary {
  padding-top: 30px;
  padding-bottom: 34px;
}

.bb-home-solutions {
  border-top: 1px solid var(--bb-line);
  border-bottom: 1px solid var(--bb-line);
  padding: 28px 0;
  background: var(--bb-surface-soft);
}

.bb-solution-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bb-line);
  border-bottom: 1px solid var(--bb-line);
}

.bb-solution-links a {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 3px;
  padding: 16px 20px;
  background: var(--bb-surface);
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-solution-links a + a {
  border-left: 1px solid var(--bb-line);
}

.bb-solution-links strong {
  color: var(--bb-brand-900);
  font-size: 16px;
}

.bb-solution-links span {
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-home-assurance {
  border-top: 1px solid var(--bb-line);
  background: #eef4f2;
}

.bb-home-assurance > .bb-shell {
  display: grid;
  min-height: 94px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.bb-home-assurance .bb-trust-item {
  display: grid;
  min-width: 0;
  min-height: 94px;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
}

.bb-home-assurance .bb-trust-item + .bb-trust-item {
  border-left: 1px solid rgb(20 61 58 / 0.15);
}

.bb-home-assurance .bb-trust-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(20 61 58 / 0.15);
  background: color-mix(in srgb, var(--bb-surface) 82%, transparent);
  color: var(--bb-brand-700);
}

.bb-home-assurance .bb-trust-icon .bb-icon {
  width: 22px;
  height: 22px;
}

.bb-trust-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.bb-home-assurance b {
  font-size: 14px;
}

.bb-home-assurance small {
  color: var(--bb-muted);
  font-size: 11px;
}

/* Product cards */
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products,
.bb-product-grid {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product,
.bb-product-card {
  position: relative;
  display: block;
  width: auto !important;
  min-width: 0;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  overflow: visible;
  border: 0;
  background: var(--bb-surface);
}

.bb-product-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--bb-line);
  background: var(--bb-surface-soft);
}

.bb-product-card-media img,
.woocommerce ul.products li.product .bb-product-card-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  object-fit: cover;
  object-position: var(--bb-image-position, center 18%);
  transition: transform 220ms var(--bb-ease-out);
}

.bb-product-state {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 750;
}

.bb-product-state-sale {
  background: var(--bb-sale);
}

.bb-product-state-sold {
  background: #3e4447;
}

.bb-product-card-copy {
  display: grid;
  gap: 5px;
  padding: 9px 1px 2px;
}

.bb-product-card-title {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  color: var(--bb-ink);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bb-product-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-product-card-meta span:last-child {
  color: var(--bb-success);
}

.bb-product-card-buy {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.bb-product-card-price,
.bb-product-card-price .amount {
  color: var(--bb-ink);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.bb-product-card-price del {
  color: var(--bb-muted);
  font-size: 12px;
  font-weight: 500;
}

.bb-product-card-price ins {
  color: var(--bb-sale);
  text-decoration: none;
}

.bb-card-open {
  display: inline-flex;
  width: auto;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  padding: 0 9px;
  color: var(--bb-brand-900);
  font-size: 12px;
  font-weight: 700;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bb-home-products .products {
  gap: 16px;
}

.bb-home-products .bb-product-card {
  display: block !important;
}

.bb-home-products .bb-product-card-media img {
  height: auto;
  aspect-ratio: 4 / 5;
}

.bb-home-products .bb-product-card-copy {
  align-content: start;
  padding: 9px 1px 2px;
}

.bb-home-products .bb-product-card-title {
  font-size: 14px;
}

.bb-home-products .bb-product-card-meta {
  display: flex;
  justify-content: space-between;
}

/* PLP */
.bb-plp-main {
  padding-bottom: 48px;
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.bb-plp-header {
  display: grid;
  min-height: 96px;
  grid-template-columns: 1fr minmax(300px, 0.6fr);
  align-items: end;
  gap: 32px;
  padding-top: 22px;
  padding-bottom: 17px;
}

.bb-plp-header p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 13px;
}

.bb-plp-header > div > p {
  color: var(--bb-brand-700);
  font-weight: 700;
}

.bb-plp-header h1 {
  margin: 3px 0 0;
  font-size: 32px;
  line-height: 1.16;
}

.bb-plp-header > p {
  max-width: 36em;
  justify-self: end;
  padding-bottom: 3px;
  text-align: right;
}

.bb-subcategory-rail {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  border-top: 1px solid var(--bb-line);
  border-bottom: 1px solid var(--bb-line);
  scrollbar-width: none;
}

.bb-subcategory-rail::-webkit-scrollbar {
  display: none;
}

.bb-subcategory-rail a {
  display: inline-flex;
  min-height: 32px;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 13px;
  color: var(--bb-muted);
  font-size: 13px;
  font-weight: 650;
}

.bb-subcategory-rail a.is-active {
  border-color: var(--bb-brand-900);
  background: var(--bb-brand-900);
  color: #ffffff;
}

.bb-plp-toolbar {
  display: grid;
  min-height: 54px;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--bb-line);
}

.bb-toolbar-button {
  display: none;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--bb-line);
  background: var(--bb-surface);
  font-weight: 700;
}

.bb-result-count {
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-result-count p {
  margin: 0;
}

.bb-ordering {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bb-ordering .bb-icon {
  width: 18px;
  height: 18px;
  color: var(--bb-muted);
}

.bb-ordering .woocommerce-ordering {
  margin: 0;
}

.bb-ordering select {
  min-height: 38px;
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  padding: 0 34px 0 10px;
  background: var(--bb-surface);
  color: var(--bb-ink);
  font-size: 13px;
}

.bb-plp-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding-top: 18px;
}

.bb-filter-panel {
  position: sticky;
  top: 12px;
  border: 1px solid var(--bb-line);
  padding: 0 14px;
}

.bb-filter-panel-heading {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bb-line);
}

.bb-filter-panel-heading strong {
  font-size: 16px;
}

.bb-filter-panel-heading a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: var(--bb-muted);
  font-size: 12px;
  text-decoration: underline;
}

.bb-filter-group {
  padding: 14px 0;
}

.bb-filter-group + .bb-filter-group {
  border-top: 1px solid var(--bb-line);
}

.bb-filter-group > strong {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
}

.bb-filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.bb-filter-links a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--bb-line);
  padding: 0 9px;
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-filter-links a.is-active {
  border-color: var(--bb-brand-900);
  background: var(--bb-brand-900);
  color: #ffffff;
}

.bb-filter-options {
  display: grid;
  gap: 7px;
}

.bb-filter-options label {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--bb-line);
  padding: 5px 8px;
  color: var(--bb-muted);
  font-size: 11px;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.bb-filter-options label.is-active {
  border-color: var(--bb-action);
  background: #fbf2f5;
  color: var(--bb-brand-900);
}

.bb-filter-options label small {
  margin-left: auto;
  color: var(--bb-muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.bb-filter-options .is-collapsed-term {
  display: none;
}

.bb-filter-options.is-expanded .is-collapsed-term {
  display: flex;
}

.bb-filter-expand {
  min-height: 34px;
  margin-top: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--bb-action);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.bb-filter-options input {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin: 0;
  accent-color: var(--bb-action);
}

.bb-filter-size,
.bb-filter-price {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bb-filter-colors {
  display: grid;
  gap: 8px;
}

.bb-filter-colors label {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-filter-colors label > span.has-swatch,
.bb-filter-colors label > span.has-no-swatch {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid #b9bec0;
  border-radius: 50%;
  background: var(--bb-swatch, transparent);
}

.bb-filter-colors label > span.has-no-swatch {
  display: none;
}

.bb-filter-apply {
  width: 100%;
  margin: 0 0 14px;
}

.bb-active-filters {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  border-bottom: 1px solid var(--bb-line);
  padding-top: 6px;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.bb-active-filters > span {
  flex: 0 0 auto;
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-active-filters a {
  display: inline-flex;
  min-height: 30px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--bb-line);
  padding: 0 8px;
  background: var(--bb-surface);
  font-size: 11px;
}

.bb-active-filters .bb-icon {
  width: 12px;
  height: 12px;
}

.bb-active-filters a.bb-clear-filters {
  border-color: transparent;
  color: var(--bb-action);
  text-decoration: underline;
}

.bb-product-results {
  min-width: 0;
}

.bb-product-results .products {
  gap: 16px;
}

.woocommerce-pagination {
  margin-top: 28px;
}

.woocommerce-pagination ul {
  display: flex !important;
  justify-content: center;
  gap: 5px;
  border: 0 !important;
}

.woocommerce-pagination li {
  border: 0 !important;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: grid !important;
  min-width: 38px !important;
  height: 38px !important;
  place-items: center;
  border: 1px solid var(--bb-line);
}

.woocommerce-pagination .current {
  border-color: var(--bb-brand-900);
  background: var(--bb-brand-900) !important;
  color: #ffffff !important;
}

.bb-filter-drawer {
  align-items: flex-end;
}

.bb-filter-drawer .bb-drawer-panel {
  width: 100%;
  height: min(82dvh, 720px);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -18px 48px rgb(20 61 58 / 0.18);
  transform: translateY(0);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

@starting-style {
  .bb-filter-drawer .bb-drawer-panel {
    transform: translateY(100%);
  }
}

.bb-filter-drawer-content {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 16px 82px;
}

.bb-filter-drawer-form {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.bb-filter-drawer-footer {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--bb-line);
  background: var(--bb-surface);
}

.bb-filter-drawer-footer .bb-button {
  width: 100%;
}

.bb-filter-drawer-footer > a {
  color: var(--bb-muted);
  font-size: 12px;
  text-decoration: underline;
}

/* PDP */
.bb-pdp-main {
  padding-bottom: 42px;
}

.bb-pdp-breadcrumb {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-pdp-breadcrumb a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
}

.bb-pdp-breadcrumb .bb-icon {
  width: 16px;
  height: 16px;
}

.bb-pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  align-items: start;
  gap: clamp(28px, 4vw, 60px);
  padding-bottom: 22px;
}

.bb-pdp-gallery {
  min-width: 0;
}

.bb-pdp-gallery .woocommerce-product-gallery {
  position: relative;
  display: grid;
  width: 100% !important;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
}

.bb-pdp-gallery .flex-viewport,
.bb-pdp-gallery .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  width: auto !important;
  max-width: 100%;
  height: min(690px, calc(100dvh - 194px));
  min-height: 540px;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bb-line);
  background: var(--bb-surface-soft);
}

.bb-pdp-gallery .flex-viewport > .woocommerce-product-gallery__wrapper {
  height: 100%;
  min-height: 0;
  margin: 0;
}

.bb-pdp-gallery .woocommerce-product-gallery__image {
  margin: 0;
}

.bb-pdp-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: min(690px, calc(100dvh - 194px));
  min-height: 540px;
  object-fit: cover;
  object-position: var(--bb-image-position, center 18%);
}

.bb-pdp-gallery .woocommerce-product-gallery__image.bb-gallery-image-fallback {
  position: relative;
  background: var(--bb-surface-soft);
}

.bb-pdp-gallery .woocommerce-product-gallery__image.bb-gallery-image-fallback::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 8px;
  background: color-mix(in srgb, var(--bb-surface) 88%, transparent);
  color: var(--bb-text-muted);
  content: "Product image unavailable";
  font-size: 12px;
  text-align: center;
}

.bb-pdp-gallery .flex-control-thumbs {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  max-height: min(690px, calc(100dvh - 194px));
  align-content: start;
  gap: 8px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  scrollbar-width: thin;
}

.bb-pdp-gallery .flex-control-thumbs li {
  width: 76px;
  height: 92px;
  overflow: hidden;
  border: 1px solid var(--bb-line);
  background: var(--bb-surface-soft);
  cursor: pointer;
}

.bb-pdp-gallery .flex-control-thumbs li:has(img.flex-active) {
  border: 2px solid var(--bb-action);
}

.bb-pdp-gallery .flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.bb-pdp-gallery .flex-control-thumbs img:focus-visible {
  outline: 2px solid var(--bb-action);
  outline-offset: -3px;
}

.bb-pdp-gallery .woocommerce-product-gallery__trigger {
  z-index: 4;
  top: 10px;
  right: 10px;
}

.bb-pdp-main > .woocommerce-notices-wrapper {
  width: var(--bb-shell);
  margin: 0 auto;
}

.bb-pdp-summary {
  min-width: 0;
  padding: 4px 0;
}

.bb-pdp-status {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--bb-line);
  padding-bottom: 10px;
  color: var(--bb-success);
  font-size: 12px;
  font-weight: 650;
}

.bb-pdp-status > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bb-pdp-status .bb-icon {
  width: 17px;
  height: 17px;
}

.bb-share-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.bb-share-status {
  color: var(--bb-muted);
  font-size: 11px;
  font-weight: 500;
}

.bb-pdp-status button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--bb-muted);
  cursor: pointer;
}

.bb-pdp-summary .product_title {
  margin: 17px 0 7px;
  font-size: 38px;
  line-height: 1.16;
}

.bb-pdp-summary .woocommerce-product-rating {
  margin: 0 0 8px;
}

.bb-pdp-summary > .price,
.bb-pdp-summary > .price .amount {
  margin: 0 0 14px;
  color: var(--bb-ink);
  font-size: 25px;
  font-weight: 800;
}

.bb-pdp-summary .woocommerce-product-details__short-description {
  margin: 0 0 12px;
  color: var(--bb-muted);
  font-size: 13px;
}

.bb-size-help {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  border: 1px solid var(--bb-line);
  padding: 8px 10px;
  background: var(--bb-surface-soft);
  color: var(--bb-brand-900);
}

.bb-size-help > .bb-icon {
  width: 22px;
  height: 22px;
}

.bb-size-help > span {
  display: grid;
}

.bb-size-help b {
  font-size: 13px;
}

.bb-size-help small {
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-pdp-summary form.cart,
.bb-pdp-summary form.variations_form {
  margin: 0;
}

.bb-pdp-summary table.variations {
  display: block;
  margin: 0 0 10px;
  border: 0;
}

.bb-pdp-summary table.variations tbody,
.bb-pdp-summary table.variations tr,
.bb-pdp-summary table.variations th,
.bb-pdp-summary table.variations td {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
}

.bb-pdp-summary table.variations tr + tr {
  margin-top: 12px;
}

.bb-pdp-summary table.variations th.label {
  margin-bottom: 7px;
  text-align: left;
}

.bb-pdp-summary table.variations label {
  color: var(--bb-ink);
  font-size: 13px;
  font-weight: 700;
}

.bb-pdp-summary table.variations select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  padding: 0 10px;
  background: var(--bb-surface);
}

.bb-pdp-summary table.variations select.bowbar-enhanced-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.bowbar-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.bowbar-variation-button {
  position: relative;
  min-width: 46px;
  min-height: 42px;
  border: 1px solid #c7ccce;
  border-radius: var(--bb-radius);
  padding: 0 12px;
  background: var(--bb-surface);
  color: var(--bb-ink);
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 140ms var(--bb-ease-out);
}

.bowbar-variation-button.is-active {
  border-color: var(--bb-action);
  box-shadow: inset 0 0 0 1px var(--bb-action);
  color: var(--bb-brand-900);
  font-weight: 750;
}

.bowbar-variation-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  text-decoration: line-through;
}

.is-color-selector .bowbar-variation-button {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
}

.is-color-selector .bowbar-variation-button.has-swatch::before {
  width: 18px;
  height: 18px;
  border: 1px solid #aeb4b6;
  border-radius: 50%;
  background: var(--bb-swatch);
  content: "";
}

.reset_variations {
  display: inline-flex;
  min-width: 24px;
  min-height: 24px;
  align-items: center;
  margin-top: 7px;
  color: var(--bb-muted);
  font-size: 11px;
  text-decoration: underline;
}

.woocommerce-variation {
  min-height: 26px;
  margin: 8px 0;
}

.woocommerce-variation-price .price,
.woocommerce-variation-price .amount {
  color: var(--bb-ink);
  font-size: 19px;
  font-weight: 800;
}

.woocommerce-variation-availability {
  color: var(--bb-success);
  font-size: 12px;
}

.woocommerce-variation-add-to-cart,
.bb-pdp-summary form.cart:not(.variations_form) {
  display: grid;
  min-height: 50px;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.bb-pdp-summary .quantity {
  display: block;
  margin: 0 !important;
}

.bb-pdp-summary .quantity input.qty {
  width: 100%;
  height: 50px;
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  padding: 0 8px;
  background: var(--bb-surface);
  color: var(--bb-ink);
  text-align: center;
}

.bb-pdp-summary .single_add_to_cart_button {
  width: 100%;
  min-height: 50px;
  border: 0;
  font-size: 15px;
}

.woocommerce .bb-pdp-summary button.single_add_to_cart_button.disabled,
.woocommerce .bb-pdp-summary button.single_add_to_cart_button:disabled {
  background: #6d7576;
  color: #ffffff;
  opacity: 1;
  cursor: not-allowed;
}

.bb-pdp-summary .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 12px;
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-pdp-summary .product_meta a {
  display: inline-flex;
  min-width: 24px;
  min-height: 24px;
  align-items: center;
}

.bb-pdp-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.bb-pdp-trust .bb-trust-item {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--bb-line);
  padding-top: 10px;
}

.bb-pdp-trust .bb-trust-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
}

.bb-pdp-trust .bb-icon {
  width: 21px;
  height: 21px;
  color: var(--bb-brand-700);
}

.bb-pdp-trust b {
  font-size: 12px;
}

.bb-pdp-trust small {
  overflow-wrap: anywhere;
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-pdp-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--bb-line);
  border-bottom: 1px solid var(--bb-line);
}

.bb-pdp-details article {
  min-width: 0;
  padding: 16px 18px;
}

.bb-pdp-details article + article {
  border-left: 1px solid var(--bb-line);
}

.bb-pdp-details h2 {
  margin: 0 0 5px;
  font-size: 15px;
}

.bb-pdp-details p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 12px;
}

.woocommerce-tabs,
.related.products,
.upsells.products {
  width: var(--bb-shell);
  margin: 28px auto 0;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--bb-line);
}

.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.woocommerce-tabs ul.tabs a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
}

/* Footer */
.bb-footer {
  margin-top: auto;
  border-top: 1px solid var(--bb-line);
  background: var(--bb-surface-soft);
}

.bb-footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 1.35fr) repeat(3, minmax(150px, 0.8fr));
  align-items: start;
  gap: clamp(28px, 4vw, 64px);
  padding-top: 52px;
  padding-bottom: 44px;
}

.bb-footer-brand {
  display: grid;
  align-content: start;
  gap: 5px;
}

.bb-footer-brand strong {
  color: var(--bb-brand-900);
  font-size: 19px;
}

.bb-footer-brand span {
  color: var(--bb-muted);
  font-size: 12px;
}

.bb-footer-brand p {
  max-width: 34ch;
  margin: 14px 0 0;
  color: var(--bb-muted);
  font-size: 12px;
  line-height: 1.65;
}

.bb-footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.bb-footer-column strong {
  margin-bottom: 5px;
  color: var(--bb-ink);
  font-size: 12px;
}

.bb-footer-column a,
.bb-footer-column span {
  width: fit-content;
  min-height: 28px;
  color: var(--bb-muted);
  font-size: 12px;
  line-height: 1.5;
}

.bb-footer-bottom {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--bb-line);
  color: var(--bb-muted);
  font-size: 11px;
}

.bb-bottom-nav {
  display: none;
}

/* Generic Woo and content pages */
.bb-page-main,
.bb-woocommerce-main:not(.bb-pdp-main) {
  width: var(--bb-shell);
  margin-right: auto;
  margin-left: auto;
}

.bb-page-main {
  padding-top: 28px;
  padding-bottom: 48px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 12px auto !important;
  border: 1px solid var(--bb-line);
  border-top: 3px solid var(--bb-action);
  padding: 13px 16px 13px 46px;
  background: var(--bb-surface-soft);
  color: var(--bb-ink);
}

.woocommerce-error {
  border-top-color: var(--bb-error);
}

.bb-catalog-empty {
  padding: clamp(42px, 7vw, 88px) 0;
}

.bb-catalog-empty h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--bb-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.bb-catalog-empty > p:not(.bb-eyebrow) {
  max-width: 620px;
  color: var(--bb-muted);
}

.bb-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (hover: hover) and (pointer: fine) {
  .bb-icon-button:hover {
    background: var(--bb-surface-soft);
    color: var(--bb-action);
  }

  .bb-search button:hover,
  .bb-button-primary:hover,
  .single_add_to_cart_button:hover {
    background: var(--bb-action-hover);
  }

  .bb-button-secondary:hover {
    background: var(--bb-brand-900);
    color: #ffffff;
  }

  .bb-category-rail a:hover {
    border-bottom-color: var(--bb-action);
    color: var(--bb-brand-900);
  }

  .bb-home-categories > a:hover,
  .bb-filter-links a:hover {
    border-color: var(--bb-action);
  }

  .bb-product-card-media:hover img {
    transform: scale(1.018);
  }

  .bb-card-open:hover {
    border-color: var(--bb-action);
    background: var(--bb-action);
    color: #ffffff;
  }

  .bb-solution-links a:hover {
    background: #e8f0ee;
  }
}

@media (max-width: 1100px) {
  :root {
    --bb-shell: min(100% - 40px, 1360px);
  }

  .bb-header-main {
    grid-template-columns: minmax(220px, 0.9fr) minmax(300px, 1.2fr) minmax(160px, 0.9fr);
  }

  .bb-home-hero-grid {
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    gap: 28px;
  }

  .bb-home-products .bb-product-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bb-home-products .bb-product-card-media img {
    height: 136px;
  }

  .bb-home-products .bb-product-card-meta {
    display: none;
  }

  .bb-pdp-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 28px;
  }

  .bb-footer-main {
    grid-template-columns: minmax(210px, 1.2fr) repeat(3, minmax(130px, 0.8fr));
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products,
  .bb-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .bb-home-products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-solution-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--bb-line);
  }

  .bb-solution-links a + a {
    border-left: 0;
  }

  .bb-plp-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .bb-plp-toolbar {
    grid-template-columns: 200px 1fr auto;
  }

  .bb-pdp-layout {
    grid-template-columns: 1fr;
  }

  .bb-pdp-gallery .woocommerce-product-gallery {
    display: block;
  }

  .bb-pdp-gallery .woocommerce-product-gallery__image img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .bb-pdp-gallery .flex-viewport,
  .bb-pdp-gallery .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .bb-pdp-gallery .flex-viewport > .woocommerce-product-gallery__wrapper {
    height: 100%;
    aspect-ratio: auto;
  }

  .bb-pdp-gallery .flex-control-thumbs {
    display: flex;
    max-height: none;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 8px;
  }

  .bb-pdp-gallery .flex-control-thumbs li {
    width: 58px;
    height: 66px;
    flex: 0 0 58px;
  }
}

@media (max-width: 767px) {
  :root {
    --bb-shell: calc(100% - 24px);
    --bb-bottom-nav-height: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body {
    font-size: 14px;
  }

  .bb-theme-toggle-desktop {
    display: none;
  }

  .bb-notice-bar,
  .bb-notice-content {
    min-height: 28px;
  }

  .bb-notice-content {
    width: 100%;
    gap: 9px;
    padding: 0 8px;
    font-size: 11px;
  }

  .bb-notice-content span + span::before {
    height: 10px;
    margin-right: 9px;
  }

  .bb-header-main {
    width: 100%;
    min-height: 102px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-rows: 48px 42px;
    gap: 4px 6px;
    padding: 0 12px 8px;
  }

  .bb-menu-trigger {
    display: inline-grid;
  }

  .bb-brand {
    justify-self: start;
  }

  .bb-brand strong {
    font-size: 19px;
  }

  .bb-brand span {
    font-size: 11px;
  }

  .bb-compact-header {
    position: fixed;
    z-index: 58;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    min-height: 52px;
    grid-template-columns: 40px minmax(0, 1fr) 40px 40px;
    align-items: center;
    gap: 2px;
    border-bottom: 1px solid var(--bb-line);
    padding: env(safe-area-inset-top, 0px) 8px 0;
    background: var(--bb-surface);
    box-shadow: 0 8px 24px rgb(64 38 47 / 0.09);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition:
      opacity 180ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  body.bb-header-compact .bb-compact-header {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .bb-compact-header .bb-icon-button {
    width: 40px;
    height: 40px;
  }

  .bb-compact-brand {
    min-width: 0;
    overflow: hidden;
    color: var(--bb-brand-900);
    font-size: 16px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bb-header-actions {
    gap: 0;
  }

  .bb-header-actions .bb-icon-button {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .bb-header-actions .bb-icon-button .bb-icon {
    width: 20px;
    height: 20px;
  }

  .bb-desktop-search-link {
    display: none;
  }

  .bb-search {
    width: 100%;
    height: 40px;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .bb-category-rail .bb-shell {
    width: 100%;
    min-height: 36px;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 12px;
  }

  .bb-category-rail a {
    min-height: 36px;
    font-size: 12px;
  }

  .bb-home-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .bb-home-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 4px 12px;
    padding: 6px 0 8px;
  }

  .bb-home-label {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    font-size: 11px;
  }

  .bb-home-hero-copy h1 {
    max-width: 10ch;
    font-size: 28px;
    line-height: 1.12;
  }

  .bb-home-hero-copy > p:not(.bb-home-label) {
    display: none;
  }

  .bb-home-hero-action {
    display: grid;
    gap: 4px;
    margin-top: 0;
  }

  .bb-home-hero-action .bb-button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .bb-home-hero-action strong {
    font-size: 12px;
  }

  .bb-hero-products {
    min-height: 0;
    gap: 7px;
    padding-top: 0;
  }

  .bb-hero-product,
  .bb-hero-product-2,
  .bb-hero-product-3 {
    aspect-ratio: 3 / 4;
  }

  .bb-hero-product > span {
    right: 4px;
    bottom: 4px;
    min-height: 22px;
    padding: 0 5px;
    font-size: 11px;
  }

  .bb-home-categories {
    width: 100%;
    min-height: 76px;
    grid-template-columns: repeat(5, 76px);
    gap: 7px;
    overflow-x: auto;
    padding: 7px 12px;
    scrollbar-width: none;
  }

  .bb-home-categories::-webkit-scrollbar {
    display: none;
  }

  .bb-home-categories > a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 45px 18px;
    text-align: center;
  }

  .bb-category-image {
    width: 100%;
    height: auto;
    aspect-ratio: 76 / 45;
    grid-row: 1;
  }

  .bb-home-categories strong {
    grid-row: 2;
    align-self: center;
    padding: 0 2px;
    font-size: 11px;
  }

  .bb-home-categories small {
    display: none;
  }

  .bb-live-strip {
    width: 100%;
    min-height: 56px;
    gap: 8px;
    padding: 7px 12px;
  }

  .bb-live-icon {
    width: 34px;
    height: 34px;
  }

  .bb-live-icon .bb-icon {
    width: 19px;
    height: 19px;
  }

  .bb-live-strip-copy {
    min-width: 0;
    gap: 8px;
  }

  .bb-live-strip-copy strong {
    font-size: 12px;
  }

  .bb-live-strip-copy p {
    max-width: 16em;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bb-live-strip .bb-button {
    min-height: 36px;
    padding: 0 9px;
    font-size: 12px;
  }

  .bb-home-products {
    width: 100%;
    padding: 16px 12px 18px;
  }

  .bb-home-products-secondary {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .bb-section-heading {
    min-height: 34px;
    margin-bottom: 6px;
  }

  .bb-section-heading h2 {
    font-size: 16px;
  }

  .bb-section-heading p {
    display: none;
  }

  .bb-section-heading > a {
    font-size: 12px;
  }

  .bb-home-products .products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bb-home-products .bb-product-card {
    display: block !important;
    width: auto !important;
  }

  .bb-home-products .bb-product-card-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .bb-home-products .bb-product-card-copy {
    gap: 3px;
    padding: 7px 6px;
  }

  .bb-home-products .bb-product-card-title {
    min-height: 2.8em;
    font-size: 12px;
  }

  .bb-home-products .bb-product-card-meta {
    display: flex;
    font-size: 11px;
  }

  .bb-home-products .bb-product-card-price,
  .bb-home-products .bb-product-card-price .amount {
    font-size: 12px;
  }

  .bb-home-products .bb-card-open {
    width: auto;
    height: 32px;
    flex-basis: auto;
    padding: 0 7px;
  }

  .bb-home-solutions {
    padding: 18px 0;
  }

  .bb-home-solutions > .bb-shell {
    width: 100%;
    padding: 0 12px;
  }

  .bb-solution-links a {
    min-height: 64px;
    padding: 10px 12px;
  }

  .bb-solution-links strong {
    font-size: 13px;
  }

  .bb-solution-links span {
    font-size: 11px;
  }

  .bb-home-assurance > .bb-shell {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .bb-home-assurance .bb-trust-item {
    min-height: 60px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 4px;
  }

  .bb-home-assurance .bb-trust-item + .bb-trust-item {
    border-top: 1px solid rgb(20 61 58 / 0.15);
    border-left: 0;
  }

  .bb-home-assurance .bb-trust-icon {
    width: 40px;
    height: 40px;
  }

  .bb-plp-main {
    padding-bottom: 22px;
  }

  .bb-plp-header {
    min-height: 74px;
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .bb-plp-header h1 {
    font-size: 24px;
  }

  .bb-plp-header > div > p {
    font-size: 11px;
  }

  .bb-plp-header > p {
    display: none;
  }

  .bb-subcategory-rail {
    width: 100%;
    min-height: 42px;
    gap: 6px;
    padding: 0 12px;
  }

  .bb-subcategory-rail a {
    min-height: 28px;
    padding: 0 11px;
    font-size: 11px;
  }

  .bb-plp-toolbar {
    width: 100%;
    min-height: 48px;
    grid-template-columns: 88px 1fr minmax(118px, auto);
    gap: 8px;
    padding: 0 12px;
  }

  .bb-toolbar-button {
    display: inline-flex;
    min-height: 36px;
    font-size: 12px;
  }

  .bb-toolbar-button .bb-icon {
    width: 16px;
    height: 16px;
  }

  .bb-result-count {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bb-ordering {
    gap: 4px;
  }

  .bb-ordering .bb-icon {
    display: none;
  }

  .bb-ordering select {
    width: 100%;
    min-height: 36px;
    font-size: 11px;
  }

  .bb-plp-layout {
    width: 100%;
    display: block;
    padding: 10px 8px 0;
  }

  .bb-filter-panel {
    display: none;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products,
  .bb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bb-product-card-title {
    font-size: 12px;
  }

  .bb-product-card-price,
  .bb-product-card-price .amount {
    font-size: 14px;
  }

  .bb-product-card-meta {
    font-size: 11px;
  }

  .bb-pdp-main {
    width: 100%;
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  .bb-pdp-breadcrumb {
    width: 100%;
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .bb-pdp-layout {
    width: 100%;
    display: block;
    padding: 0;
  }

  .bb-pdp-gallery {
    display: block;
  }

  .bb-pdp-gallery .woocommerce-product-gallery {
    display: block;
  }

  .bb-pdp-gallery .flex-viewport,
  .bb-pdp-gallery .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    width: 100%;
    height: 286px;
    min-height: 286px;
    aspect-ratio: auto;
    border-right: 0;
    border-left: 0;
  }

  .bb-pdp-gallery .flex-viewport > .woocommerce-product-gallery__wrapper {
    width: auto;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .bb-pdp-gallery .woocommerce-product-gallery__image img {
    width: 100%;
    height: 286px;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: var(--bb-image-position, center 18%);
  }

  .bb-pdp-gallery .flex-control-thumbs {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    padding: 0 12px 5px;
  }

  .bb-pdp-gallery .flex-control-thumbs li {
    width: 42px;
    height: 48px;
    flex: 0 0 42px;
  }

  .bb-pdp-summary {
    padding: 9px 12px 12px;
  }

  .bb-pdp-status {
    min-height: 28px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .bb-pdp-status button {
    width: 30px;
    height: 30px;
  }

  .bb-share-status {
    font-size: 11px;
  }

  .bb-pdp-summary .product_title {
    margin: 9px 0 4px;
    font-size: 22px;
  }

  .bb-pdp-summary > .price,
  .bb-pdp-summary > .price .amount {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .bb-pdp-summary .woocommerce-product-details__short-description {
    display: none;
  }

  .bb-size-help {
    min-height: 42px;
    margin: 6px 0;
    padding: 5px 8px;
  }

  .bb-size-help > .bb-icon {
    width: 18px;
    height: 18px;
  }

  .bb-size-help b {
    font-size: 11px;
  }

  .bb-size-help small {
    font-size: 11px;
  }

  .bb-pdp-summary table.variations tr + tr {
    margin-top: 7px;
  }

  .bb-pdp-summary table.variations th.label {
    margin-bottom: 4px;
  }

  .bb-pdp-summary table.variations label {
    font-size: 11px;
  }

  .bowbar-variation-buttons {
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 2px;
  }

  .bowbar-variation-button {
    min-width: 42px;
    min-height: 38px;
    flex: 0 0 auto;
    padding: 0 9px;
    font-size: 12px;
  }

  .is-color-selector .bowbar-variation-button.has-swatch::before {
    width: 16px;
    height: 16px;
  }

  .woocommerce-variation {
    min-height: 20px;
    margin: 4px 0;
  }

  .woocommerce-variation-add-to-cart,
  .bb-pdp-summary form.cart:not(.variations_form) {
    min-height: 44px;
    grid-template-columns: 72px minmax(0, 1fr);
    margin-top: 6px;
  }

  .bb-pdp-summary .quantity input.qty,
  .bb-pdp-summary .single_add_to_cart_button {
    height: 44px;
    min-height: 44px;
  }

  .bb-pdp-summary .product_meta {
    display: none;
  }

  .bb-pdp-trust {
    margin-top: 8px;
  }

  .bb-pdp-trust .bb-trust-item {
    padding-top: 7px;
  }

  .bb-pdp-details {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .bb-pdp-details article {
    padding: 12px;
  }

  .bb-pdp-details article + article {
    border-top: 1px solid var(--bb-line);
    border-left: 0;
  }

  .bb-pdp-details h2 {
    font-size: 13px;
  }

  .bb-pdp-details p {
    font-size: 12px;
  }

  .woocommerce-tabs,
  .related.products,
  .upsells.products {
    display: block;
    width: 100%;
    margin: 18px 0 0;
    padding: 0 12px;
  }

  .woocommerce-tabs ul.tabs {
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }

  .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  .woocommerce-tabs ul.tabs a {
    min-height: 40px;
    font-size: 12px;
    white-space: nowrap;
  }

  .woocommerce-tabs .panel {
    padding: 14px 0 4px;
    color: var(--bb-ink);
    font-size: 13px;
    line-height: 1.65;
  }

  .woocommerce-tabs .panel img {
    width: 100%;
    height: auto;
    margin: 8px 0;
  }

  .related.products > h2,
  .upsells.products > h2 {
    margin: 0 0 10px;
    font-size: 18px;
  }

  .related.products .products,
  .upsells.products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bb-footer-main {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
    padding: 38px 0 30px;
  }

  .bb-footer-brand {
    grid-column: 1 / -1;
  }

  .bb-footer-brand strong {
    font-size: 18px;
  }

  .bb-footer-brand span {
    font-size: 12px;
  }

  .bb-footer-brand p {
    max-width: 46ch;
  }

  .bb-footer-column:last-child {
    grid-column: 1 / -1;
  }

  .bb-footer-bottom {
    width: calc(100% - 24px);
    min-height: 76px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
  }

  .bb-bottom-nav {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: var(--bb-bottom-nav-height);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    border-top: 1px solid var(--bb-line);
    padding: 5px 3px env(safe-area-inset-bottom, 0px);
    background: rgb(255 255 255 / 0.98);
    transition: transform 180ms var(--bb-ease-out);
  }

  body.bb-input-active .bb-bottom-nav {
    pointer-events: none;
    transform: translateY(110%);
  }

  .bb-bottom-nav a {
    display: grid;
    min-width: 0;
    min-height: 48px;
    place-items: center;
    align-content: center;
    gap: 1px;
    color: var(--bb-muted);
    font-size: 11px;
  }

  .bb-bottom-nav a.is-active {
    color: var(--bb-brand-700);
    font-weight: 700;
  }

  .bb-bottom-nav .bb-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 359px) {
  :root {
    --bb-shell: calc(100% - 20px);
  }

  .bb-header-main {
    padding-right: 8px;
    padding-left: 8px;
  }

  .bb-brand strong {
    font-size: 17px;
  }

  .bb-brand span {
    display: none;
  }

  .bb-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .bb-hero-products {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .bb-hero-products::-webkit-scrollbar {
    display: none;
  }

  .bb-hero-product,
  .bb-hero-product-2,
  .bb-hero-product-3 {
    flex: 0 0 calc((100% - 7px) / 2);
    scroll-snap-align: start;
  }

  .bb-live-strip-copy p {
    display: none;
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bb-brand-900: #f1dce3;
  --bb-brand-700: #d18aa1;
  --bb-brand-solid: #351c27;
  --bb-action: #e56f94;
  --bb-action-hover: #f187a7;
  --bb-ink: #f4f1f2;
  --bb-muted: #bdb6b9;
  --bb-line: #443a3e;
  --bb-surface: #171718;
  --bb-surface-soft: #211f20;
  --bb-field: #1d1c1d;
  --bb-control-line: #62565b;
  --bb-disabled: #5e585a;
  --bb-on-disabled: #e3dddf;
  --bb-accent-soft: #182523;
  --bb-accent-mid: #233330;
  --bb-rose-soft: #2a1e23;
  --bb-surface-glass: rgb(23 23 24 / 0.97);
  --bb-sale: #ff7790;
  --bb-error: #ff8b7f;
  --bb-success: #75d4a4;
}

:root[data-theme="dark"] body,
:root[data-theme="dark"] .bb-site,
:root[data-theme="dark"] .bb-header,
:root[data-theme="dark"] .bb-drawer-panel,
:root[data-theme="dark"] .bb-filter-panel,
:root[data-theme="dark"] .bb-pdp-summary,
:root[data-theme="dark"] .bb-product-results,
:root[data-theme="dark"] .bb-footer {
  background-color: var(--bb-surface);
  color: var(--bb-ink);
}

:root[data-theme="dark"] ::selection {
  background: color-mix(in srgb, var(--bb-action) 38%, transparent);
  color: var(--bb-ink);
}

:root[data-theme="dark"] input,
:root[data-theme="dark"] select,
:root[data-theme="dark"] textarea {
  color-scheme: dark;
}

:root[data-theme="dark"] input::placeholder,
:root[data-theme="dark"] textarea::placeholder {
  color: #91888c;
  opacity: 1;
}

:root[data-theme="dark"] .bb-notice-bar,
:root[data-theme="dark"] .bb-live-icon,
:root[data-theme="dark"] .bb-cart-count,
:root[data-theme="dark"] .bb-filter-chip.is-active,
:root[data-theme="dark"] .bb-category-tabs a.is-active,
:root[data-theme="dark"] .bb-filter-drawer-footer .bb-button {
  background: var(--bb-brand-solid);
  color: #ffffff;
}

:root[data-theme="dark"] .bb-header,
:root[data-theme="dark"] .bb-primary-nav,
:root[data-theme="dark"] .bb-category-tabs,
:root[data-theme="dark"] .bb-plp-toolbar,
:root[data-theme="dark"] .bb-pdp-topline,
:root[data-theme="dark"] .bb-pdp-reassurance,
:root[data-theme="dark"] .bb-footer,
:root[data-theme="dark"] .bb-bottom-nav {
  border-color: var(--bb-line);
}

:root[data-theme="dark"] .bb-compact-header {
  background: var(--bb-surface-glass);
  color: var(--bb-ink);
}

:root[data-theme="dark"] .bb-search-form,
:root[data-theme="dark"] .bb-compact-search,
:root[data-theme="dark"] .bb-ordering select,
:root[data-theme="dark"] .bb-filter-form input,
:root[data-theme="dark"] .bb-filter-form select,
:root[data-theme="dark"] .bb-pdp-summary .quantity,
:root[data-theme="dark"] .bb-pdp-summary .variations select {
  border-color: var(--bb-control-line);
  background: var(--bb-field);
  color: var(--bb-ink);
}

:root[data-theme="dark"] .bb-home-hero,
:root[data-theme="dark"] .bb-home-assurance,
:root[data-theme="dark"] .bb-solution-strip,
:root[data-theme="dark"] .bb-size-help {
  background: var(--bb-accent-soft);
}

:root[data-theme="dark"] .bb-home-hero-copy > p:not(.bb-home-label) {
  color: var(--bb-muted);
}

:root[data-theme="dark"] .bb-hero-product > span,
:root[data-theme="dark"] .bb-hero-product > span .amount {
  background: #ffffff;
  color: #17201f;
}

:root[data-theme="dark"] .bb-button-primary,
:root[data-theme="dark"] .bb-filter-apply,
:root[data-theme="dark"] .search-submit {
  border-color: #963854;
  background: #963854;
  color: #ffffff;
}

:root[data-theme="dark"] .bb-subcategory-rail a.is-active {
  border-color: var(--bb-brand-700);
  background: var(--bb-brand-solid);
  color: #ffffff;
}

:root[data-theme="dark"] .bb-category-card,
:root[data-theme="dark"] .bb-solution-links a,
:root[data-theme="dark"] .bb-filter-chip,
:root[data-theme="dark"] .bb-active-filters a,
:root[data-theme="dark"] .bb-pdp-summary .bb-variation-option,
:root[data-theme="dark"] .bb-pdp-reassurance span,
:root[data-theme="dark"] .bb-page-content blockquote {
  border-color: var(--bb-line);
  background: var(--bb-surface-soft);
  color: var(--bb-ink);
}

:root[data-theme="dark"] .bb-hero-product-price,
:root[data-theme="dark"] .bb-bottom-nav,
:root[data-theme="dark"] .bb-drawer-panel,
:root[data-theme="dark"] .bb-filter-drawer-footer {
  background: var(--bb-surface-glass);
}

:root[data-theme="dark"] .bb-product-card-media,
:root[data-theme="dark"] .woocommerce-product-gallery__image,
:root[data-theme="dark"] .flex-control-thumbs li {
  background: var(--bb-surface-soft);
}

:root[data-theme="dark"] .bb-product-card-media img,
:root[data-theme="dark"] .woocommerce-product-gallery img,
:root[data-theme="dark"] .wc-block-components-product-image img {
  filter: none;
}

:root[data-theme="dark"] .woocommerce-message,
:root[data-theme="dark"] .woocommerce-info,
:root[data-theme="dark"] .woocommerce-error {
  background: var(--bb-surface-soft);
  color: var(--bb-ink);
}

:root[data-theme="dark"] .bb-bottom-nav a {
  color: var(--bb-muted);
}

:root[data-theme="dark"] .bb-bottom-nav a.is-active {
  color: var(--bb-action);
}

:root[data-theme="dark"] .woocommerce .bb-pdp-summary button.single_add_to_cart_button.disabled,
:root[data-theme="dark"] .woocommerce .bb-pdp-summary button.single_add_to_cart_button:disabled {
  background: var(--bb-disabled);
  color: var(--bb-on-disabled);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .bb-drawer-panel,
  .bb-filter-drawer .bb-drawer-panel,
  .bb-compact-header {
    transform: none;
  }

  .bb-theme-icon,
  .bb-theme-drawer-toggle {
    transition-duration: 0.01ms !important;
  }

  .bb-theme-icon {
    transform: none !important;
  }
}
