/* GBH V2 commerce fixes: common shell, cards, controls, and shared WooCommerce overrides. Route-specific fixes live in v2-commerce-*.css. */

/* GBH V2 commerce fixes: archive pagination and product media carousel. */

body.gbh-v2-theme {
  --gbh-v2-link-accent: #8fc7ff;
  --gbh-v2-link-accent-hover: #c9e4ff;
  --gbh-v2-link-underline: rgba(143,199,255,.42);
}

body.gbh-v2-theme .gbh-v2-cart-drawer .gbh-v2-drawer-cart-actions {
  display: grid !important;
  gap: 10px !important;
}

body.gbh-v2-theme .gbh-v2-cart-drawer .gbh-v2-clear-cart-link[data-gbh-clear-cart],
body.gbh-v2-theme .gbh-v2-cart-drawer .gbh-v2-drawer-cart-actions .gbh-v2-clear-cart-link[data-gbh-clear-cart] {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.035) !important;
  color: #e9edf5 !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-cart-drawer .gbh-v2-clear-cart-link[data-gbh-clear-cart]:hover,
body.gbh-v2-theme .gbh-v2-cart-drawer .gbh-v2-clear-cart-link[data-gbh-clear-cart]:focus-visible {
  border-color: rgba(255,91,91,.35) !important;
  background: rgba(255,91,91,.10) !important;
  color: #ffb4b4 !important;
}

body.gbh-v2-confirm-open {
  overflow: hidden !important;
}

.gbh-v2-confirm {
  align-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(143,197,255,.12), transparent 34%),
    rgba(0,0,0,.72);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

.gbh-v2-confirm__dialog {
  background: linear-gradient(145deg, rgba(24,27,32,.98), rgba(13,15,19,.98));
  border: 1px solid rgba(143,197,255,.24);
  border-radius: 12px;
  box-shadow: 0 28px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.04) inset;
  color: #edf6ff;
  max-width: 440px;
  padding: 22px;
  width: min(100%, 440px);
}

.gbh-v2-confirm__eyebrow {
  color: #9fc9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gbh-v2-confirm__dialog h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 10px;
}

.gbh-v2-confirm__dialog p {
  color: rgba(234,246,255,.82);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.gbh-v2-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 22px;
}

.gbh-v2-confirm__button {
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: #edf6ff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 16px;
}

.gbh-v2-confirm__button:hover,
.gbh-v2-confirm__button:focus-visible {
  border-color: rgba(143,197,255,.42);
  color: #fff;
  outline: 0;
}

.gbh-v2-confirm__button.is-danger {
  background: rgba(255,75,75,.14);
  border-color: rgba(255,95,95,.36);
  color: #ffd1d1;
}

.gbh-v2-confirm__button.is-danger:hover,
.gbh-v2-confirm__button.is-danger:focus-visible {
  background: rgba(255,75,75,.22);
  border-color: rgba(255,120,120,.55);
}

body.gbh-v2-theme a:not(.button):not(.gbh-btn):not(.gbh-v2-shell-brand):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-home-hero-slide__bg) {
  text-decoration-color: var(--gbh-v2-link-underline) !important;
  text-underline-offset: 3px !important;
}

body.gbh-v2-product-page .gbh-v2-product-recommendations .gbh-v2-product-card__title a,
body.gbh-v2-product-page .gbh-v2-product-recommendations .gbh-home-product-card__media,
body.gbh-v2-product-page .gbh-v2-product-recommendations .gbh-v2-product-card__media,
body.gbh-v2-product-page .gbh-v2-product-recommendations .gbh-v2-product-card__rating {
  color: inherit !important;
  text-decoration: none !important;
}

body.gbh-v2-product-page .gbh-v2-product-recommendations .gbh-v2-product-card__title a {
  color: #fff !important;
}

body.gbh-v2-product-page .gbh-v2-product-recommendations .gbh-v2-product-card__price,
body.gbh-v2-product-page .gbh-v2-product-recommendations .gbh-v2-product-card__price .amount {
  color: #dfe8f5 !important;
}

body.gbh-v2-theme .gbh-v2-product-card__title a,
body.gbh-v2-theme .gbh-v2-product-card__rating,
body.gbh-v2-theme .gbh-v2-product-card__media,
body.gbh-v2-theme .gbh-home-product-card__media {
  color: inherit !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card__title a {
  color: #fff !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price,
body.gbh-v2-theme .gbh-v2-product-card__price .amount {
  color: #dfe8f5 !important;
}

body.gbh-v2-theme .gbh-v2-gallery-control,
body.gbh-v2-theme .gbh-v2-gallery-fullscreen,
body.gbh-v2-theme .gbh-v2-gallery-thumbs-control,
body.gbh-v2-theme .gbh-home-rail-btn {
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

@media (min-width: 1025px) {
body.gbh-v2-theme {
    --gbh-desktop-edge-gutter: clamp(32px, 2.6vw, 56px);
    --gbh-desktop-outer-gutter: clamp(18px, 1.6vw, 34px);
  }

body.gbh-v2-theme #wrapper {
    box-sizing: border-box !important;
    padding-left: var(--gbh-desktop-edge-gutter) !important;
    padding-right: var(--gbh-desktop-outer-gutter) !important;
  }

body.gbh-v2-theme .gbh-home-container,
  body.gbh-v2-theme .gbh-v2-archive-shell,
  body.gbh-v2-theme .gbh-v2-page-shell,
  body.gbh-v2-theme.gbh-v2-cart-page .woocommerce,
  body.gbh-v2-theme.gbh-v2-checkout-page .woocommerce,
  body.gbh-v2-theme.gbh-v2-account-page .woocommerce {
    width: 100% !important;
    max-width: var(--gbh-container) !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
body.gbh-v2-theme {
    --gbh-sidebar-w: 204px;
    --gbh-desktop-edge-gutter: clamp(28px, 3vw, 38px);
  }

body.gbh-v2-theme .gbh-v2-shell-sidebar {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

body.gbh-v2-theme .gbh-v2-product-card {
  position: relative !important;
  overflow: hidden !important;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease !important;
}

body.gbh-v2-theme .gbh-v2-product-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 112px;
  background: linear-gradient(180deg, transparent, rgba(8,9,11,.84));
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

body.gbh-v2-theme .gbh-v2-products-grid.products > .gbh-v2-product-card:hover,
body.gbh-v2-theme .gbh-v2-products-grid.products > .gbh-v2-product-card:focus-within,
body.gbh-v2-theme .gbh-v2-product-card:hover,
body.gbh-v2-theme .gbh-v2-product-card:focus-within {
  border-color: rgba(143,199,255,.34) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.34) !important;
  transform: translateY(-4px) !important;
}

body.gbh-v2-theme .gbh-v2-product-card:hover::after,
body.gbh-v2-theme .gbh-v2-product-card:focus-within::after {
  opacity: 1;
}

body.gbh-v2-theme .gbh-v2-product-card__media img {
  transition:
    opacity .18s ease,
    filter .18s ease,
    transform .28s ease !important;
}

body.gbh-v2-theme .gbh-v2-product-card:hover .gbh-v2-product-card__media img,
body.gbh-v2-theme .gbh-v2-product-card:focus-within .gbh-v2-product-card__media img {
  filter: saturate(1.05) contrast(1.04) !important;
  opacity: .96 !important;
  transform: scale(1.035) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions {
  position: absolute !important;
  left: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 3 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  transition:
    opacity .18s ease,
    transform .18s ease !important;
}

body.gbh-v2-theme .gbh-v2-product-card:hover .gbh-v2-product-card__actions,
body.gbh-v2-theme .gbh-v2-product-card:focus-within .gbh-v2-product-card__actions {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button,
body.gbh-v2-theme .gbh-v2-product-card__button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 10px !important;
  background: rgba(24,26,31,.9) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  backdrop-filter: blur(14px);
  transition:
    background .16s ease,
    border-color .16s ease,
    transform .16s ease !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button:hover,
body.gbh-v2-theme .gbh-v2-product-card__actions .button:focus-visible,
body.gbh-v2-theme .gbh-v2-product-card__button:hover,
body.gbh-v2-theme .gbh-v2-product-card__button:focus-visible {
  border-color: rgba(143,199,255,.48) !important;
  background: rgba(40,44,52,.96) !important;
  transform: translateY(-1px) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button.loading,
body.gbh-v2-theme .gbh-v2-product-card__actions .button.added {
  border-color: rgba(143,199,255,.52) !important;
  background: rgba(35,45,58,.96) !important;
}

@media (hover: none) {
body.gbh-v2-theme .gbh-v2-product-card::after {
    display: none !important;
  }

body.gbh-v2-theme .gbh-v2-product-card__actions {
    position: static !important;
    margin-top: 12px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

body.gbh-v2-theme .gbh-home-product-card {
  position: relative !important;
  overflow: hidden !important;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease !important;
}

body.gbh-v2-theme .gbh-home-product-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 112px;
  background: linear-gradient(180deg, transparent, rgba(8,9,11,.84));
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

body.gbh-v2-theme .gbh-home-product-card:hover,
body.gbh-v2-theme .gbh-home-product-card:focus-within {
  border-color: rgba(143,199,255,.34) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.34) !important;
  transform: translateY(-4px) !important;
}

body.gbh-v2-theme .gbh-home-product-card:hover::after,
body.gbh-v2-theme .gbh-home-product-card:focus-within::after {
  opacity: 1;
}

body.gbh-v2-theme .gbh-home-product-card__media img {
  transition:
    opacity .18s ease,
    filter .18s ease,
    transform .28s ease !important;
}

body.gbh-v2-theme .gbh-home-product-card:hover .gbh-home-product-card__media img,
body.gbh-v2-theme .gbh-home-product-card:focus-within .gbh-home-product-card__media img {
  filter: saturate(1.05) contrast(1.04) !important;
  opacity: .96 !important;
  transform: scale(1.035) !important;
}

body.gbh-v2-theme .gbh-home-product-card__actions {
  position: absolute !important;
  left: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 3 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  transition:
    opacity .18s ease,
    transform .18s ease !important;
}

body.gbh-v2-theme .gbh-home-product-card:hover .gbh-home-product-card__actions,
body.gbh-v2-theme .gbh-home-product-card:focus-within .gbh-home-product-card__actions {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.gbh-v2-theme .gbh-home-product-card__actions .button,
body.gbh-v2-theme .gbh-home-product-card__button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 10px !important;
  background: rgba(24,26,31,.9) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.28) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  backdrop-filter: blur(14px);
  transition:
    background .16s ease,
    border-color .16s ease,
    transform .16s ease !important;
}

body.gbh-v2-theme .gbh-home-product-card__actions .button:hover,
body.gbh-v2-theme .gbh-home-product-card__actions .button:focus-visible,
body.gbh-v2-theme .gbh-home-product-card__button:hover,
body.gbh-v2-theme .gbh-home-product-card__button:focus-visible {
  border-color: rgba(143,199,255,.48) !important;
  background: rgba(40,44,52,.96) !important;
  transform: translateY(-1px) !important;
}

body.gbh-v2-theme .gbh-home-product-card__actions .button.loading,
body.gbh-v2-theme .gbh-home-product-card__actions .button.added {
  border-color: rgba(143,199,255,.52) !important;
  background: rgba(35,45,58,.96) !important;
}

@media (hover: none) {
body.gbh-v2-theme .gbh-home-product-card::after {
    display: none !important;
  }

body.gbh-v2-theme .gbh-home-product-card__actions {
    position: static !important;
    margin-top: 12px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

body.gbh-v2-theme .gbh-v2-product-card,
body.gbh-v2-theme .gbh-home-product-card {
  display: flex !important;
  flex-direction: column !important;
  border-color: rgba(255,255,255,.085) !important;
  border-radius: 12px !important;
  background: #151619 !important;
  box-shadow: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card::after,
body.gbh-v2-theme .gbh-home-product-card::after {
  display: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card:hover,
body.gbh-v2-theme .gbh-v2-product-card:focus-within,
body.gbh-v2-theme .gbh-home-product-card:hover,
body.gbh-v2-theme .gbh-home-product-card:focus-within {
  border-color: rgba(143,199,255,.22) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.22) !important;
  transform: translateY(-2px) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__media-wrap,
body.gbh-v2-theme .gbh-home-product-card__media-wrap {
  position: relative !important;
  overflow: hidden !important;
  background: #0d0e11 !important;
}

body.gbh-v2-theme .gbh-v2-product-card__media,
body.gbh-v2-theme .gbh-home-product-card__media {
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__media::after,
body.gbh-v2-theme .gbh-home-product-card__media::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  height: 42% !important;
  background: linear-gradient(180deg, transparent, rgba(9,10,12,.52)) !important;
  pointer-events: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card__body,
body.gbh-v2-theme .gbh-home-product-card__body {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 72px !important;
  padding: 11px 13px 12px !important;
}

body.gbh-v2-theme .gbh-v2-product-card__categories,
body.gbh-v2-theme .gbh-home-product-card__categories {
  position: absolute !important;
  left: 9px !important;
  right: 86px !important;
  bottom: 9px !important;
  z-index: 3 !important;
  margin: 0 !important;
  gap: 5px !important;
  overflow: hidden !important;
  flex-wrap: nowrap !important;
}

body.gbh-v2-theme .gbh-v2-product-card__categories li,
body.gbh-v2-theme .gbh-home-product-card__categories li,
body.gbh-v2-theme .gbh-v2-product-card__category,
body.gbh-v2-theme .gbh-home-product-card__category {
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 3px 7px !important;
  border-color: rgba(255,255,255,.14) !important;
  background: rgba(15,16,19,.72) !important;
  color: #eef3fb !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-transform: none !important;
  backdrop-filter: blur(12px) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__category,
body.gbh-v2-theme .gbh-home-product-card__category {
  position: absolute !important;
  left: 9px !important;
  bottom: 9px !important;
  z-index: 3 !important;
  margin: 0 !important;
}

body.gbh-v2-theme .gbh-v2-product-card__title,
body.gbh-v2-theme .gbh-home-product-card h3 {
  min-width: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
}

body.gbh-v2-theme .gbh-v2-product-card__title-row,
body.gbh-v2-theme .gbh-home-product-card__title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 8px !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.gbh-v2-theme .gbh-v2-product-card__title-row h3,
body.gbh-v2-theme .gbh-home-product-card__title-row h3 {
  flex: 1 1 auto !important;
}

body.gbh-v2-theme .gbh-v2-product-card__title a,
body.gbh-v2-theme .gbh-home-product-card h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #f7f8fb !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

body.gbh-v2-theme .gbh-v2-product-card__meta,
body.gbh-v2-theme .gbh-home-product-card__meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 20px !important;
  margin-top: auto !important;
  padding-top: 6px !important;
  overflow: visible !important;
}

body.gbh-v2-theme .gbh-v2-product-card__rating,
body.gbh-v2-theme .gbh-home-product-card__rating {
  order: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  min-height: 16px !important;
  margin: 0 !important;
  gap: 5px !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  max-width: 50% !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card__rating.is-empty,
body.gbh-v2-theme .gbh-home-product-card__rating.is-empty {
  visibility: hidden !important;
}

body.gbh-v2-theme .gbh-v2-product-card__rating .gbh-v2-rating-count,
body.gbh-v2-theme .gbh-home-product-card__rating .gbh-v2-rating-count {
  display: inline-block !important;
  color: #c9d4e5 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.gbh-v2-theme.gbh-v2-home .gbh-home-product-card__rating {
  max-width: none !important;
  overflow: visible !important;
}

body.gbh-v2-theme.gbh-v2-home .gbh-home-product-card__rating .gbh-v2-stars {
  flex: 0 0 calc(var(--gbh-star-size, 13px) * 5.35) !important;
}

body.gbh-v2-theme.gbh-v2-home .gbh-home-product-card__rating .gbh-v2-rating-count {
  flex: 0 0 auto !important;
}

body.gbh-v2-theme.gbh-v2-home .gbh-home-product-card__meta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  align-items: center !important;
  gap: 8px !important;
}

body.gbh-v2-theme.gbh-v2-home .gbh-home-product-card__price {
  grid-column: 1 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.gbh-v2-theme.gbh-v2-home .gbh-home-product-card__rating {
  grid-column: 2 !important;
  justify-self: end !important;
  flex: none !important;
  width: max-content !important;
  min-width: calc(var(--gbh-star-size, 13px) * 5.35 + 58px) !important;
  max-width: none !important;
  overflow: visible !important;
}

body.gbh-v2-theme.gbh-v2-home .gbh-home-product-card__rating .gbh-v2-stars {
  display: inline-block !important;
  flex: 0 0 calc(var(--gbh-star-size, 13px) * 5.35) !important;
  width: calc(var(--gbh-star-size, 13px) * 5.35) !important;
  min-width: calc(var(--gbh-star-size, 13px) * 5.35) !important;
  height: var(--gbh-star-size, 13px) !important;
  line-height: var(--gbh-star-size, 13px) !important;
  overflow: hidden !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price,
body.gbh-v2-theme .gbh-home-product-card__price {
  order: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 !important;
  color: #dfe8f5 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  white-space: nowrap !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 60% !important;
  overflow: visible !important;
  clip: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price del,
body.gbh-v2-theme .gbh-home-product-card__price del {
  display: inline-block !important;
  margin: 0 !important;
  color: rgba(201,212,229,.56) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  text-decoration-thickness: 1px !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price .amount,
body.gbh-v2-theme .gbh-home-product-card__price .amount {
  white-space: nowrap !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price del .amount,
body.gbh-v2-theme .gbh-home-product-card__price del .amount {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price ins,
body.gbh-v2-theme .gbh-home-product-card__price ins {
  color: #eaf2ff !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card__discount,
body.gbh-v2-theme .gbh-home-product-card__discount {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 17px !important;
  padding: 1px 5px !important;
  border: 1px solid rgba(150,225,124,.22) !important;
  border-radius: 999px !important;
  background: rgba(95,165,78,.16) !important;
  color: #bceba8 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.gbh-v2-theme .gbh-v2-product-card.is-sale .gbh-v2-product-card__price,
body.gbh-v2-theme .gbh-home-product-card.is-sale .gbh-home-product-card__price {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  gap: 5px !important;
  align-items: center !important;
  justify-content: start !important;
  line-height: 1.1 !important;
}

body.gbh-v2-theme .gbh-v2-product-card.is-sale .gbh-v2-product-card__price del,
body.gbh-v2-theme .gbh-home-product-card.is-sale .gbh-home-product-card__price del {
  display: inline-block !important;
  margin: 0 !important;
  color: rgba(214,223,237,.56) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  text-align: right !important;
  text-decoration-thickness: 1px !important;
}

body.gbh-v2-theme .gbh-v2-product-card.is-sale .gbh-v2-product-card__price del .amount,
body.gbh-v2-theme .gbh-home-product-card.is-sale .gbh-home-product-card__price del .amount {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
}

body.gbh-v2-theme .gbh-v2-product-card.is-sale .gbh-v2-product-card__price ins,
body.gbh-v2-theme .gbh-home-product-card.is-sale .gbh-home-product-card__price ins {
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #eef6ff !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card.is-sale .gbh-v2-product-card__price ins .amount,
body.gbh-v2-theme .gbh-home-product-card.is-sale .gbh-home-product-card__price ins .amount {
  color: inherit !important;
}

body.gbh-v2-theme .gbh-v2-product-card__badge,
body.gbh-v2-theme .gbh-home-product-card__badge {
  top: 9px !important;
  left: 9px !important;
  right: auto !important;
  padding: 4px 8px !important;
  border-color: rgba(255,255,255,.2) !important;
  background: rgba(18,19,22,.78) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(12px) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions,
body.gbh-v2-theme .gbh-home-product-card__actions {
  position: absolute !important;
  top: 9px !important;
  right: 9px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 4 !important;
  display: flex !important;
  width: auto !important;
  gap: 7px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-4px) !important;
  transition:
    opacity .16s ease,
    transform .16s ease !important;
}

body.gbh-v2-theme .gbh-v2-product-card:hover .gbh-v2-product-card__actions,
body.gbh-v2-theme .gbh-v2-product-card:focus-within .gbh-v2-product-card__actions,
body.gbh-v2-theme .gbh-home-product-card:hover .gbh-home-product-card__actions,
body.gbh-v2-theme .gbh-home-product-card:focus-within .gbh-home-product-card__actions {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button,
body.gbh-v2-theme .gbh-v2-product-card__button,
body.gbh-v2-theme .gbh-home-product-card__actions .button,
body.gbh-v2-theme .gbh-home-product-card__button,
body.gbh-v2-theme .gbh-v2-product-card__wishlist a,
body.gbh-v2-theme .gbh-home-product-card__wishlist a,
body.gbh-v2-theme .gbh-v2-product-card__wishlist button,
body.gbh-v2-theme .gbh-home-product-card__wishlist button,
body.gbh-v2-theme .gbh-v2-product-card__favorite,
body.gbh-v2-theme .gbh-home-product-card__favorite {
  position: relative !important;
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 999px !important;
  background: rgba(18,19,22,.78) !important;
  color: #f5f7fb !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.28) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  backdrop-filter: blur(12px) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__button svg,
body.gbh-v2-theme .gbh-home-product-card__button svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
}

body.gbh-v2-theme .gbh-v2-product-card__button span,
body.gbh-v2-theme .gbh-home-product-card__button span,
body.gbh-v2-theme .gbh-v2-product-card__wishlist .yith-wcwl-add-to-wishlist-button__label,
body.gbh-v2-theme .gbh-home-product-card__wishlist .yith-wcwl-add-to-wishlist-button__label,
body.gbh-v2-theme .gbh-v2-product-card__wishlist .feedback,
body.gbh-v2-theme .gbh-home-product-card__wishlist .feedback,
body.gbh-v2-theme .gbh-v2-product-card__favorite span,
body.gbh-v2-theme .gbh-home-product-card__favorite span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

body.gbh-v2-theme .gbh-v2-product-card__wishlist,
body.gbh-v2-theme .gbh-home-product-card__wishlist,
body.gbh-v2-theme .gbh-v2-product-card__wishlist .yith-wcwl-add-to-wishlist,
body.gbh-v2-theme .gbh-home-product-card__wishlist .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
}

body.gbh-v2-theme .gbh-v2-product-card__wishlist a::before,
body.gbh-v2-theme .gbh-home-product-card__wishlist a::before,
body.gbh-v2-theme .gbh-v2-product-card__wishlist button::before,
body.gbh-v2-theme .gbh-home-product-card__wishlist button::before,
body.gbh-v2-theme .gbh-v2-product-card__favorite::before,
body.gbh-v2-theme .gbh-home-product-card__favorite::before {
  content: "" !important;
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.4 4.9 13.8C1 10.2 3.3 4 8.6 4c1.6 0 2.8.7 3.4 1.6C12.7 4.7 13.9 4 15.4 4c5.3 0 7.6 6.2 3.7 9.8L12 20.4Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.4 4.9 13.8C1 10.2 3.3 4 8.6 4c1.6 0 2.8.7 3.4 1.6C12.7 4.7 13.9 4 15.4 4c5.3 0 7.6 6.2 3.7 9.8L12 20.4Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button:hover,
body.gbh-v2-theme .gbh-v2-product-card__actions .button:focus-visible,
body.gbh-v2-theme .gbh-home-product-card__actions .button:hover,
body.gbh-v2-theme .gbh-home-product-card__actions .button:focus-visible,
body.gbh-v2-theme .gbh-v2-product-card__wishlist a:hover,
body.gbh-v2-theme .gbh-v2-product-card__wishlist a:focus-visible,
body.gbh-v2-theme .gbh-home-product-card__wishlist a:hover,
body.gbh-v2-theme .gbh-home-product-card__wishlist a:focus-visible,
body.gbh-v2-theme .gbh-v2-product-card__favorite:hover,
body.gbh-v2-theme .gbh-v2-product-card__favorite:focus-visible,
body.gbh-v2-theme .gbh-home-product-card__favorite:hover,
body.gbh-v2-theme .gbh-home-product-card__favorite:focus-visible {
  border-color: rgba(143,199,255,.38) !important;
  background: rgba(31,34,40,.94) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button.loading,
body.gbh-v2-theme .gbh-home-product-card__actions .button.loading {
  opacity: .72 !important;
}

@media (hover: none) {
body.gbh-v2-theme .gbh-v2-product-card__actions,
  body.gbh-v2-theme .gbh-home-product-card__actions {
    position: absolute !important;
    top: 9px !important;
    right: 9px !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (min-width: 1025px) {
body.gbh-v2-theme .gbh-v2-products-grid.products,
  body.gbh-v2-theme .gbh-v2-archive-grid-wrap > .gbh-v2-products-grid.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px 20px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
}

@media (min-width: 1025px) {
body.gbh-v2-theme .gbh-v2-product-recommendations .gbh-v2-recommendation-grid.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
body.gbh-v2-theme .gbh-v2-products-grid.products,
  body.gbh-v2-theme .gbh-v2-archive-grid-wrap > .gbh-v2-products-grid.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1025px) {
body.gbh-v2-theme .gbh-home-value-hero,
  body.gbh-v2-theme .gbh-v2-collection-hero {
    width: calc(100% + var(--gbh-desktop-outer-gutter, 24px)) !important;
    max-width: none !important;
    margin-right: calc(var(--gbh-desktop-outer-gutter, 24px) * -1) !important;
    box-sizing: border-box !important;
  }
}

/* V2 UI consistency layer: keep cards, buttons, account and selectors on one neutral system. */
body.gbh-v2-theme {
  --gbh-control-bg: rgba(255,255,255,.065);
  --gbh-control-bg-hover: rgba(255,255,255,.105);
  --gbh-control-border: rgba(255,255,255,.16);
  --gbh-control-border-hover: rgba(255,255,255,.28);
  --gbh-control-text: #f4f7fb;
  --gbh-focus-ring: rgba(143,199,255,.22);
}

body.gbh-v2-theme .gbh-v2-product-card,
body.gbh-v2-theme .gbh-home-product-card,
body.gbh-v2-theme ul.products li.product.gbh-v2-product-card {
  background: #101114 !important;
  border-color: rgba(255,255,255,.10) !important;
  color: #f4f7fb !important;
}

body.gbh-v2-theme .gbh-v2-product-card__title a,
body.gbh-v2-theme .gbh-home-product-card__title a,
body.gbh-v2-theme .gbh-v2-product-card .woocommerce-loop-product__title a,
body.gbh-v2-theme .gbh-home-product-card .woocommerce-loop-product__title a,
body.gbh-v2-theme .gbh-v2-product-recommendations .woocommerce-loop-product__title a,
body.gbh-v2-theme .entry-content .gbh-v2-product-card .woocommerce-loop-product__title a,
body.gbh-v2-theme .entry-content .gbh-home-product-card .woocommerce-loop-product__title a {
  color: #fff !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price,
body.gbh-v2-theme .gbh-home-product-card__price,
body.gbh-v2-theme .gbh-v2-product-card__price .amount,
body.gbh-v2-theme .gbh-home-product-card__price .amount {
  color: #f4f7fb !important;
}

body.gbh-v2-theme .woocommerce ul.products,
body.gbh-v2-theme .entry-content .woocommerce ul.products {
  width: 100% !important;
  max-width: none !important;
  justify-content: stretch !important;
}

body.gbh-v2-theme a.button,
body.gbh-v2-theme button.button,
body.gbh-v2-theme input.button,
body.gbh-v2-theme .wp-block-button__link,
body.gbh-v2-theme .gbh-btn,
body.gbh-v2-theme .gbh-v2-topbar-button,
body.gbh-v2-theme .gbh-v2-product-panel .button,
body.gbh-v2-theme .gbh-v2-auth-card .button,
body.gbh-v2-theme .gbh-wishlist-item__actions .button,
body.gbh-v2-theme .gbh-wishlist-remove {
  border: 1px solid var(--gbh-control-border) !important;
  border-radius: 10px !important;
  background: var(--gbh-control-bg) !important;
  color: var(--gbh-control-text) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.gbh-v2-theme a.button:hover,
body.gbh-v2-theme button.button:hover,
body.gbh-v2-theme input.button:hover,
body.gbh-v2-theme .wp-block-button__link:hover,
body.gbh-v2-theme .gbh-btn:hover,
body.gbh-v2-theme .gbh-v2-topbar-button:hover,
body.gbh-v2-theme .gbh-v2-product-panel .button:hover,
body.gbh-v2-theme .gbh-v2-auth-card .button:hover,
body.gbh-v2-theme .gbh-wishlist-item__actions .button:hover,
body.gbh-v2-theme .gbh-wishlist-remove:hover {
  border-color: var(--gbh-control-border-hover) !important;
  background: var(--gbh-control-bg-hover) !important;
  color: #fff !important;
}

body.gbh-v2-theme .gbh-v2-gallery-control,
body.gbh-v2-theme .gbh-v2-gallery-fullscreen,
body.gbh-v2-theme .gbh-v2-gallery-thumbs-control,
body.gbh-v2-theme .gbh-home-rail-btn {
  background: rgba(18,19,22,.78) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #f4f7fb !important;
  box-shadow: none !important;
}

body.gbh-v2-theme .gbh-v2-gallery-control:hover,
body.gbh-v2-theme .gbh-v2-gallery-fullscreen:hover,
body.gbh-v2-theme .gbh-v2-gallery-thumbs-control:hover,
body.gbh-v2-theme .gbh-home-rail-btn:hover {
  background: rgba(31,34,40,.94) !important;
  border-color: rgba(255,255,255,.28) !important;
  color: #fff !important;
}

body.gbh-v2-theme .gbh-v2-product-card__wishlist a,
body.gbh-v2-theme .gbh-home-product-card__wishlist a,
body.gbh-v2-theme .gbh-v2-product-card__wishlist button,
body.gbh-v2-theme .gbh-home-product-card__wishlist button,
body.gbh-v2-theme .gbh-v2-product-card__favorite,
body.gbh-v2-theme .gbh-home-product-card__favorite {
  background: rgba(18,19,22,.78) !important;
  border-color: rgba(255,255,255,.16) !important;
  color: #f4f7fb !important;
}

body.gbh-v2-theme .gbh-wishlist-card-button.is-saved,
body.gbh-v2-theme .gbh-v2-product-card__favorite.is-saved,
body.gbh-v2-theme .gbh-home-product-card__favorite.is-saved {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.30) !important;
  color: #fff !important;
}

body.gbh-v2-theme .hyper-tiered-pricing-selector__picker select,
body.gbh-v2-theme .hyper-tiered-pricing-selector__picker select:focus {
  background: #202124 !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.20) !important;
  box-shadow: 0 0 0 3px var(--gbh-focus-ring) !important;
}

body.gbh-v2-theme .hyper-tiered-pricing-selector__picker select option {
  background: #202124 !important;
  color: #fff !important;
}

/* V2 final consistency guard: shared cards and controls must not inherit page/link accent styles. */
body.gbh-v2-theme {
  --gbh-control-bg: rgba(255,255,255,.065);
  --gbh-control-bg-hover: rgba(255,255,255,.105);
  --gbh-control-border: rgba(255,255,255,.16);
  --gbh-control-border-hover: rgba(255,255,255,.28);
  --gbh-control-text: #f4f7fb;
  --gbh-inline-link: #9fd3ff;
  --gbh-inline-link-hover: #d7efff;
  --gbh-page-end-space: clamp(58px, 7vh, 104px);
}

body.gbh-v2-theme .gbh-v2-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .gbh-home-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .gbh-v2-product-card__title,
body.gbh-v2-theme .gbh-home-product-card__title,
body.gbh-v2-theme .gbh-v2-product-card .woocommerce-loop-product__title,
body.gbh-v2-theme .gbh-home-product-card .woocommerce-loop-product__title,
body.gbh-v2-theme .gbh-v2-product-card .woocommerce-loop-product__title a,
body.gbh-v2-theme .gbh-home-product-card .woocommerce-loop-product__title a,
body.gbh-v2-theme .entry-content .gbh-v2-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .entry-content .gbh-home-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .woocommerce .gbh-v2-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .woocommerce .gbh-home-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button) {
  color: #fff !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card a:not(.button):hover,
body.gbh-v2-theme .gbh-home-product-card a:not(.button):hover,
body.gbh-v2-theme .entry-content .gbh-v2-product-card a:not(.button):hover,
body.gbh-v2-theme .entry-content .gbh-home-product-card a:not(.button):hover {
  color: #fff !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-product-card__price,
body.gbh-v2-theme .gbh-home-product-card__price,
body.gbh-v2-theme .gbh-v2-product-card__price ins,
body.gbh-v2-theme .gbh-home-product-card__price ins,
body.gbh-v2-theme .gbh-v2-product-card__price .amount,
body.gbh-v2-theme .gbh-home-product-card__price .amount {
  color: #f4f7fb !important;
  text-decoration-color: rgba(255,255,255,.44) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button,
body.gbh-v2-theme .gbh-home-product-card__actions .button,
body.gbh-v2-theme .gbh-v2-product-card__wishlist a,
body.gbh-v2-theme .gbh-v2-product-card__wishlist button,
body.gbh-v2-theme .gbh-home-product-card__wishlist a,
body.gbh-v2-theme .gbh-home-product-card__wishlist button,
body.gbh-v2-theme .gbh-v2-product-card__favorite,
body.gbh-v2-theme .gbh-home-product-card__favorite,
body.gbh-v2-theme .gbh-wishlist-card-button,
body.gbh-v2-theme .gbh-wishlist-card-button.is-saved,
body.gbh-v2-theme .gbh-v2-gallery-control,
body.gbh-v2-theme .gbh-v2-gallery-fullscreen,
body.gbh-v2-theme .gbh-v2-gallery-thumbs-control,
body.gbh-v2-theme .gbh-home-rail-btn,
body.gbh-v2-theme .gbh-home-hero-side-card {
  background: rgba(18,19,22,.82) !important;
  border-color: var(--gbh-control-border) !important;
  color: var(--gbh-control-text) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.20) !important;
}

body.gbh-v2-theme .gbh-v2-product-card__actions .button:hover,
body.gbh-v2-theme .gbh-home-product-card__actions .button:hover,
body.gbh-v2-theme .gbh-v2-product-card__wishlist a:hover,
body.gbh-v2-theme .gbh-v2-product-card__wishlist button:hover,
body.gbh-v2-theme .gbh-home-product-card__wishlist a:hover,
body.gbh-v2-theme .gbh-home-product-card__wishlist button:hover,
body.gbh-v2-theme .gbh-v2-product-card__favorite:hover,
body.gbh-v2-theme .gbh-home-product-card__favorite:hover,
body.gbh-v2-theme .gbh-wishlist-card-button:hover,
body.gbh-v2-theme .gbh-wishlist-card-button.is-saved:hover,
body.gbh-v2-theme .gbh-v2-gallery-control:hover,
body.gbh-v2-theme .gbh-v2-gallery-fullscreen:hover,
body.gbh-v2-theme .gbh-v2-gallery-thumbs-control:hover,
body.gbh-v2-theme .gbh-home-rail-btn:hover,
body.gbh-v2-theme .gbh-home-hero-side-card:hover,
body.gbh-v2-theme .gbh-home-hero-side-card:focus-visible,
body.gbh-v2-theme .gbh-home-hero-side-card:active,
body.gbh-v2-theme .gbh-home-hero-side-card.is-active {
  background: rgba(31,34,40,.96) !important;
  border-color: var(--gbh-control-border-hover) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.24) !important;
}

body.gbh-v2-theme .gbh-wishlist-card-button.is-saved::before,
body.gbh-v2-theme .gbh-wishlist-button.is-saved .gbh-wishlist-button__icon {
  color: #fff !important;
}

body.gbh-v2-theme .hyper-tiered-pricing-selector__picker select,
body.gbh-v2-theme .hyper-tiered-pricing-selector__picker select:focus,
body.gbh-v2-theme .hyper-tiered-pricing-selector select,
body.gbh-v2-theme .hyper-tiered-pricing-selector select:focus {
  background: #202124 !important;
  color: #fff !important;
  color-scheme: dark !important;
}

body.gbh-v2-theme .hyper-tiered-pricing-selector__picker select option,
body.gbh-v2-theme .hyper-tiered-pricing-selector select option {
  background: #202124 !important;
  color: #f4f7fb !important;
}

body.gbh-v2-theme .hyper-tiered-pricing-selector__picker select option:checked,
body.gbh-v2-theme .hyper-tiered-pricing-selector select option:checked {
  background: #3b3d42 !important;
  color: #fff !important;
}

body.gbh-v2-theme .gbh-v2-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .gbh-home-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .entry-content .gbh-v2-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button),
body.gbh-v2-theme .entry-content .gbh-home-product-card a:not(.button):not(.gbh-v2-product-card__media):not(.gbh-home-product-card__media):not(.gbh-wishlist-card-button) {
  color: #fff !important;
}

body.gbh-v2-theme.woocommerce-shop .site-main,
body.gbh-v2-theme.tax-product_cat .site-main,
body.gbh-v2-theme.tax-product_tag .site-main,
body.gbh-v2-theme.gbh-v2-cart-page .site-main,
body.gbh-v2-theme.gbh-v2-checkout-page .site-main,
body.gbh-v2-theme.gbh-v2-account-page .site-main {
  padding-bottom: var(--gbh-page-end-space) !important;
}

body.gbh-v2-theme.gbh-v2-cart-page .gbh-v2-cart-before .hcb-compact,
body.gbh-v2-theme.gbh-v2-cart-page .gbh-v2-cart-before .hcb-discount-chart,
body.gbh-v2-theme.gbh-v2-cart-page .gbh-v2-cart-coupon-form,
body.gbh-v2-theme.gbh-v2-cart-page .gbh-license-selector,
body.gbh-v2-theme.gbh-v2-cart-page .gbh-v2-cart-side .cart_totals {
  background: rgba(255,255,255,.035) !important;
  border-color: rgba(255,255,255,.12) !important;
}

@keyframes gbh-library-spin {
  to {
    transform: rotate(360deg);
  }
}

/* V2 store/category polish pass: final shared component locks. */
body.gbh-v2-theme .gbh-core-discount-stack {
  margin: 14px 0 !important;
}

body.gbh-v2-theme .gbh-core-discount-stack .hcb-compact {
  max-width: 100% !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.04) !important;
  color: #edf3fb !important;
}

body.gbh-v2-theme .gbh-core-discount-stack--drawer .hcb-compact {
  overflow: visible !important;
  position: relative !important;
}

body.gbh-v2-theme .gbh-core-discount-stack .hcb-badge {
  border-color: rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}

body.gbh-v2-theme .gbh-core-discount-stack .hcb-prog {
  background: rgba(255,255,255,.13) !important;
}

body.gbh-v2-theme .gbh-core-discount-stack .hcb-bar {
  background: linear-gradient(90deg, #7a5cff, #38a8ff) !important;
}

body.gbh-v2-theme .gbh-core-discount-stack--drawer {
  margin: 16px 0 !important;
}

body.gbh-v2-theme .gbh-v2-product-card__credits {
  margin: 0 !important;
  color: #8fc7ff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.gbh-v2-static-page.blog #archive-container .entry.loop-entry .entry-title,
body.gbh-v2-static-page.blog #archive-container .entry.loop-entry .entry-title a {
  display: block !important;
  color: #fff !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

body.gbh-v2-static-page.blog #archive-container .entry.loop-entry .entry-summary,
body.gbh-v2-static-page.blog #archive-container .entry.loop-entry .entry-content,
body.gbh-v2-static-page.blog #archive-container .entry.loop-entry .entry-summary p {
  color: #d7deea !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.gbh-v2-static-page.blog #archive-container .entry.loop-entry .more-link,
body.gbh-v2-static-page.blog #archive-container .entry.loop-entry a.post-more-link {
  display: inline-flex !important;
  width: auto !important;
  min-height: auto !important;
  margin-top: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #8fc7ff !important;
  font-weight: 850 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.gbh-v2-static-page.blog #archive-container .entry.loop-entry .more-link:hover,
body.gbh-v2-static-page.blog #archive-container .entry.loop-entry a.post-more-link:hover {
  color: #c9e4ff !important;
}

body.gbh-v2-theme.single-post .gbh-v2-post-content > .wp-block-group:only-child,
body.gbh-v2-theme.single-post .gbh-v2-post-content > .wp-block-kadence-rowlayout:only-child {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Sidebar category group: one compact, collapsible browse section instead of a long top-level list. */
body.gbh-v2-theme .gbh-v2-shell-nav {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding-right: 2px !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(143,199,255,.32) transparent;
}

body.gbh-v2-theme .gbh-v2-shell-footer {
  flex: 0 0 auto !important;
}

body.gbh-v2-theme .gbh-v2-shell-group-item {
  margin: 10px 0 4px !important;
}

body.gbh-v2-theme .gbh-v2-shell-category-group {
  display: block !important;
}

body.gbh-v2-theme .gbh-v2-shell-category-group summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 32px !important;
  margin: 9px 4px 6px !important;
  padding: 6px 8px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  color: #9aa5b6 !important;
  cursor: pointer !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  list-style: none !important;
  text-transform: uppercase !important;
}

body.gbh-v2-theme .gbh-v2-shell-category-group summary::-webkit-details-marker {
  display: none !important;
}

body.gbh-v2-theme .gbh-v2-shell-links--wp-menu,
body.gbh-v2-theme .gbh-v2-shell-links--wp-menu .sub-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gbh-v2-theme .gbh-v2-shell-links--wp-menu .sub-menu {
  display: grid !important;
  gap: 4px !important;
  margin: 5px 0 8px 26px !important;
}

body.gbh-v2-theme .gbh-v2-shell-links--wp-menu a {
  display: flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 7px 8px !important;
  border-radius: 8px !important;
  color: #b8c0cf !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

body.gbh-v2-theme .gbh-v2-shell-links--wp-menu a:hover,
body.gbh-v2-theme .gbh-v2-shell-links--wp-menu .current-menu-item > a,
body.gbh-v2-theme .gbh-v2-shell-links--wp-menu .current-menu-ancestor > a {
  background: rgba(255,255,255,.055) !important;
  color: #fff !important;
}

body.gbh-v2-theme .gbh-v2-shell-group-caret {
  color: #7f899a !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transform: rotate(90deg);
  transition: transform .16s ease;
}

body.gbh-v2-theme .gbh-v2-shell-category-group:not([open]) .gbh-v2-shell-group-caret {
  transform: rotate(0deg);
}

body.gbh-v2-theme .gbh-v2-shell-category-links {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.gbh-v2-theme .gbh-v2-shell-category-links a.is-child {
  min-height: 29px !important;
  padding: 5px 8px 5px 20px !important;
  gap: 7px !important;
  border-radius: 7px !important;
  color: #adb7c7 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

body.gbh-v2-theme .gbh-v2-shell-category-links a.is-child .gbh-v2-link-icon {
  width: 13px !important;
  height: 13px !important;
}

body.gbh-v2-theme .gbh-v2-shell-category-links a.is-child .gbh-v2-icon-svg {
  width: 12px !important;
  height: 12px !important;
}

/* Blog archive cards live inside a static page shell; restore only the card title header. */
body.blog.gbh-v2-static-page #archive-container .entry.loop-entry .entry-header {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.blog.gbh-v2-static-page #archive-container .entry.loop-entry .entry-taxonomies,
body.blog.gbh-v2-static-page #archive-container .entry.loop-entry .entry-meta {
  display: none !important;
}

body.blog.gbh-v2-static-page #archive-container .entry.loop-entry h2.entry-title,
body.blog.gbh-v2-static-page #archive-container .entry.loop-entry h2.entry-title a {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #f6f8fb !important;
  -webkit-text-fill-color: #f6f8fb !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  transform: none !important;
}

/* Editable Kadence/core editorial pages: richer page rhythm without locking content into HTML blocks. */
body.gbh-v2-theme .gbh-v2-editorial-page {
  color: #d8e0ec !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .kt-row-column-wrap {
  gap: clamp(18px, 2.2vw, 34px) !important;
}

body.gbh-v2-theme .gbh-v2-editorial-hero .kt-row-column-wrap {
  align-items: center !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page h1,
body.gbh-v2-theme .gbh-v2-editorial-page h2,
body.gbh-v2-theme .gbh-v2-editorial-page h3,
body.gbh-v2-theme .gbh-v2-editorial-page .wp-block-kadence-advancedheading {
  letter-spacing: 0 !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page h1 {
  max-width: 920px !important;
  font-size: clamp(42px, 4.4vw, 72px) !important;
  line-height: .98 !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page h2 {
  font-size: clamp(27px, 2.6vw, 42px) !important;
  line-height: 1.04 !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page p,
body.gbh-v2-theme .gbh-v2-editorial-page li {
  color: #aeb8c9 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.gbh-v2-theme .gbh-v2-editorial-kicker {
  margin-bottom: 10px !important;
  color: #9fb6d3 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.gbh-v2-theme .gbh-v2-editorial-media img,
body.gbh-v2-theme .gbh-v2-editorial-image img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 8px !important;
  background: #0d1016 !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.26) !important;
}

body.gbh-v2-theme .gbh-v2-founder-image img {
  aspect-ratio: 1 !important;
  object-fit: cover !important;
}

body.gbh-v2-theme .gbh-v2-editorial-card,
body.gbh-v2-theme .gbh-v2-editorial-callout {
  min-width: 0 !important;
  padding: clamp(16px, 1.8vw, 24px) !important;
  border: 1px solid rgba(255,255,255,.085) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014)),
    #0d1016 !important;
  box-shadow: none !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .kt-svg-icon-list {
  display: grid !important;
  gap: 9px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .kt-svg-icon-list-item-wrap {
  align-items: flex-start !important;
  gap: 9px !important;
  color: #d8e0ec !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .kadence-dynamic-icon {
  color: #8fc7ff !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .wp-block-buttons {
  gap: 10px !important;
  margin-top: 18px !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 11px 22px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .wp-block-button__link:hover,
body.gbh-v2-theme .gbh-v2-editorial-page .wp-block-button__link:focus-visible {
  border-color: rgba(255,255,255,.42) !important;
  background: rgba(255,255,255,.13) !important;
  color: #fff !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .is-style-outline .wp-block-button__link {
  background: rgba(255,255,255,.035) !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .wp-block-embed {
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 8px !important;
  background: #0d1016 !important;
}

body.gbh-v2-theme .gbh-v2-editorial-page .wp-block-embed iframe {
  display: block !important;
}

body.gbh-v2-theme.page-id-38 .gbh-about-founder-restored .kt-row-column-wrap {
  align-items: center !important;
}

body.gbh-v2-theme.page-id-38 .gbh-about-founder-restored .wp-block-image img {
  display: block !important;
  max-width: min(100%, 520px) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 8px !important;
  background: #0d1016 !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.26) !important;
}

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-copy-restored .kt-inside-inner-col {
  width: min(820px, calc(100% - 32px)) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-copy-restored .wp-block-kadence-advancedheading {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-products-section {
  width: min(1120px, calc(100% - 32px)) !important;
  margin: clamp(14px, 2vw, 26px) auto clamp(44px, 5vw, 72px) !important;
}

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-products-section .woocommerce {
  width: 100% !important;
}

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-products-section ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-products-section ul.products li.product {
  float: none !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
}

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-products-section .gbh-product-card {
  height: 100% !important;
}

@media (max-width: 900px) {
body.gbh-v2-theme .gbh-v2-editorial-page h1 {
    font-size: clamp(36px, 10vw, 52px) !important;
  }

body.gbh-v2-theme.page-id-108199 .gbh-upgrade-products-section ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
body.gbh-v2-theme.page-id-108199 .gbh-upgrade-products-section ul.products {
    grid-template-columns: 1fr !important;
  }
}

body.gbh-v2-theme .gbh-v2-topbar,
body.gbh-v2-theme .gbh-v2-topbar-inner {
  overflow: visible !important;
}

body.admin-bar.gbh-v2-theme {
  --gbh-topbar-h: 84px;
}

body.admin-bar.gbh-v2-theme .gbh-v2-topbar {
  top: 32px !important;
  height: 52px !important;
}

@media (max-width: 782px) {
body.admin-bar.gbh-v2-theme {
    --gbh-topbar-h: 98px;
  }

body.admin-bar.gbh-v2-theme .gbh-v2-topbar {
    top: 46px !important;
  }
}

/* Account notifications, library requests, marketing incentives, and sticky configurator polish. */
body.gbh-v2-theme .gbh-notifications {
  position: relative;
  z-index: 10050;
}

body.gbh-v2-theme .gbh-notifications__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.065);
  color: #f4f7fb;
  cursor: pointer;
}

body.gbh-v2-theme .gbh-notifications__toggle:hover {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.105);
}

body.gbh-v2-theme .gbh-notifications__badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #8fc5ff;
  color: #061018;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

body.gbh-v2-theme .gbh-notifications__panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 10060;
  width: min(420px, calc(100vw - 28px));
  max-height: min(560px, calc(100vh - 90px));
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: #14171d;
  box-shadow: 0 18px 54px rgba(0,0,0,.38);
}

body.gbh-v2-theme .gbh-notifications__head,
body.gbh-v2-theme .gbh-notification-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 12px;
}

body.gbh-v2-theme .gbh-notifications__head > div {
  display: flex;
  gap: 8px;
  align-items: center;
}

body.gbh-v2-theme .gbh-notifications__head strong,
body.gbh-v2-theme .gbh-notification-item h4 {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

body.gbh-v2-theme .gbh-notifications__head button,
body.gbh-v2-theme .gbh-notifications__head a,
body.gbh-v2-theme .gbh-notification-item button,
body.gbh-v2-theme .gbh-notification-item a {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 9px;
  text-decoration: none !important;
  white-space: nowrap;
}

body.gbh-v2-theme .gbh-notifications.is-guest .gbh-notifications__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.gbh-v2-theme .gbh-notification-item--guest {
  align-items: center;
}

body.gbh-v2-theme .gbh-notification-item--guest .gbh-notification-item__primary {
  background: rgba(143,197,255,.16);
  border-color: rgba(143,197,255,.34);
  color: #d9edff !important;
}

body.gbh-v2-theme .gbh-notification-item--guest .gbh-notification-item__primary:hover {
  background: rgba(143,197,255,.24);
  border-color: rgba(143,197,255,.48);
  color: #fff !important;
}

body.gbh-v2-theme .gbh-notification-item p {
  margin: 5px 0;
  color: #cdd6e3;
  font-size: 13px;
  line-height: 1.45;
}

body.gbh-v2-theme .gbh-notification-item span,
body.gbh-v2-theme .gbh-notification-empty {
  color: #95a1b2;
  font-size: 12px;
}

body.gbh-v2-theme .gbh-notification-empty {
  margin: 0;
  padding: 14px;
}

body.gbh-v2-theme .gbh-notification-item__status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(143,197,255,.16);
  border-radius: 8px;
  background: rgba(143,197,255,.08);
  color: #b9d9ff;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 9px;
  white-space: nowrap;
}

body.gbh-v2-theme .gbh-notification-item {
  align-items: flex-start;
}

body.gbh-v2-theme .gbh-notification-item__body {
  min-width: 0;
  flex: 1 1 auto;
}

body.gbh-v2-theme .gbh-notification-item__actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

body.home.gbh-v2-theme .gbh-home-rail--personal .gbh-home-product-card__badge {
  border-color: rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
}

body.gbh-v2-theme .gbh-home-rail--personal .gbh-marketing-offer {
  flex: 0 0 min(400px, calc(100vw - 44px)) !important;
  min-height: 228px !important;
}

body.gbh-v2-theme .gbh-home-product-card__offer-timer {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  margin: 0 !important;
  max-width: 48% !important;
  min-height: 22px !important;
  padding: 3px 7px !important;
  border: 1px solid rgba(143,199,255,.22) !important;
  border-radius: 999px !important;
  background: rgba(143,199,255,.10) !important;
  color: #aeb8c8 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

body.gbh-v2-theme .gbh-home-product-card__offer-timer strong {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
}

body.gbh-v2-theme .gbh-home-product-card__offer-timer span {
  color: #b9c7d9 !important;
}

@media (max-width: 640px) {
body.gbh-v2-theme .gbh-home-product-card__title-row {
    flex-wrap: wrap !important;
  }

body.gbh-v2-theme .gbh-home-product-card__offer-timer {
    max-width: 100% !important;
  }
}

/* Commerce rail lock shared by later page-specific alignment rules. */
body.gbh-v2-theme {
  --gbh-content-rail-w: min(var(--gbh-container), calc(100vw - var(--gbh-sidebar-w, 204px) - 72px));
}

body.gbh-v2-theme.page-id-295064 .single-content > .hso-shell,
body.gbh-v2-theme.page-id-295064 .hso-shell,
body.gbh-v2-theme .single-content > .hso-shell,
body.gbh-v2-theme .entry-content > .hso-shell,
body.gbh-v2-theme.gbh-v2-cart-page .woocommerce,
body.gbh-v2-theme.gbh-v2-cart-page .gbh-v2-cart-shell,
body.gbh-v2-theme.gbh-v2-checkout-page .woocommerce,
body.gbh-v2-theme.gbh-v2-checkout-page .wp-block-woocommerce-checkout.alignwide,
body.gbh-v2-theme.gbh-v2-checkout-page .wp-block-woocommerce-checkout,
body.gbh-v2-theme.gbh-v2-checkout-page .wc-block-checkout {
  width: var(--gbh-content-rail-w) !important;
  max-width: var(--gbh-content-rail-w) !important;
  margin-inline: auto !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-coupon-line,
body.gbh-v2-theme .gbh-v2-drawer-cart-fee-line {
  align-items: center;
  color: #d9f4ff;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-coupon-line > span,
body.gbh-v2-theme .gbh-v2-drawer-cart-fee-line > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-coupon-line small {
  color: rgba(216,230,248,.68);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-coupon-line button {
  align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: #d8e6f8;
  cursor: pointer;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  line-height: 1;
  margin-right: 2px;
  width: 22px;
}

body.gbh-v2-theme .gbh-v2-drawer-coupon-form {
  border-top: 1px solid rgba(255,255,255,.10);
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-notices {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-notices .woocommerce-error,
body.gbh-v2-theme .gbh-v2-drawer-cart-notices .woocommerce-message,
body.gbh-v2-theme .gbh-v2-drawer-cart-notices .woocommerce-info {
  background: rgba(20,27,38,.96);
  border: 1px solid rgba(143,197,255,.18);
  border-radius: 8px;
  color: #eaf3ff;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
}

@media (max-width: 980px) {
body.gbh-v2-theme {
    --gbh-content-rail-w: min(calc(100vw - 28px), var(--gbh-container));
  }
}

/* Final rail/sticky/coupon pass: keep high-value commerce surfaces aligned and usable. */
body.gbh-v2-theme {
  --gbh-content-rail-w: min(var(--gbh-container), calc(100vw - var(--gbh-sidebar-w, 204px) - 72px));
}

body.gbh-v2-theme.page-id-295064 .single-content > .hso-shell,
body.gbh-v2-theme.page-id-295064 .hso-shell,
body.gbh-v2-theme.gbh-v2-cart-page .woocommerce,
body.gbh-v2-theme.gbh-v2-cart-page .gbh-v2-cart-shell,
body.gbh-v2-theme.gbh-v2-checkout-page .woocommerce,
body.gbh-v2-theme.gbh-v2-checkout-page .wp-block-woocommerce-checkout.alignwide,
body.gbh-v2-theme.gbh-v2-checkout-page .wp-block-woocommerce-checkout,
body.gbh-v2-theme.gbh-v2-checkout-page .wc-block-checkout {
  width: var(--gbh-content-rail-w) !important;
  max-width: var(--gbh-content-rail-w) !important;
  margin-inline: auto !important;
}

body.gbh-v2-theme .hcb-mini-line-coupon em {
  color: #d9ecff !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

body.gbh-v2-theme .hcb-mini-line-coupon-note {
  color: #c9d5e6 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.gbh-v2-theme .gbh-v2-drawer-coupon-form {
  display: grid !important;
  gap: 8px !important;
  margin: 0 0 14px !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.035) !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-coupon-line strong,
body.gbh-v2-theme .gbh-v2-drawer-cart-fee-line strong {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  justify-content: flex-end !important;
  min-width: 112px !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-discount-amount {
  display: inline-block !important;
  min-width: 82px !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.gbh-v2-theme .hcb-info-tip-wrap {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}

body.gbh-v2-theme .hcb-info-tip {
  display: inline-grid !important;
  width: 16px !important;
  height: 16px !important;
  place-items: center !important;
  margin-left: 5px !important;
  border: 1px solid rgba(143,197,255,.32) !important;
  border-radius: 999px !important;
  background: rgba(143,197,255,.10) !important;
  color: #cbe6ff !important;
  cursor: help !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: none !important;
  vertical-align: middle !important;
}

body.gbh-v2-theme .hcb-info-tip:focus-visible {
  outline: 2px solid rgba(143,197,255,.55) !important;
  outline-offset: 2px !important;
}

body.gbh-v2-theme .hcb-info-tooltip {
  position: absolute !important;
  left: 0 !important;
  top: calc(100% + 10px) !important;
  z-index: 80 !important;
  width: min(420px, calc(100vw - 40px)) !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 12px !important;
  background: #18191c !important;
  color: #fff !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.34) !important;
  opacity: 0 !important;
  overflow-wrap: anywhere !important;
  pointer-events: none !important;
  transform: translateY(6px) !important;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  visibility: hidden !important;
  white-space: normal !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-fee-line .hcb-info-tooltip {
  left: auto !important;
  right: 0 !important;
  width: min(300px, calc(100vw - 72px)) !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-item__stack-note .hcb-info-tooltip {
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, 6px) !important;
  width: min(300px, calc(100vw - 72px)) !important;
}

body.gbh-v2-theme .gbh-core-discount-stack--drawer .hcb-info-tooltip {
  left: auto !important;
  right: -42px !important;
  width: min(300px, calc(100vw - 72px)) !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-item__stack-note {
  align-items: center !important;
  color: rgba(216,230,248,.74) !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  gap: 2px !important;
  line-height: 1.25 !important;
  margin-top: 5px !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-item__stack-note--sale {
  color: #cbe6ff !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-item__stack-note--excluded {
  color: rgba(255,216,189,.82) !important;
}

body.gbh-v2-theme .hcb-info-tip-wrap:hover .hcb-info-tooltip,
body.gbh-v2-theme .hcb-info-tip-wrap:focus-within .hcb-info-tooltip {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-item__stack-note .hcb-info-tip-wrap:hover .hcb-info-tooltip,
body.gbh-v2-theme .gbh-v2-drawer-cart-item__stack-note .hcb-info-tip-wrap:focus-within .hcb-info-tooltip {
  transform: translate(-50%, 0) !important;
}

body.gbh-v2-theme .hcb-info-tooltip__lead {
  display: block !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  margin-bottom: 10px !important;
}

body.gbh-v2-theme .hcb-info-tooltip__item {
  display: block !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
}

body.gbh-v2-theme .hcb-info-tooltip__item strong,
body.gbh-v2-theme .hcb-info-tooltip__item span {
  display: block !important;
}

body.gbh-v2-theme .hcb-info-tooltip__item strong {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
}

body.gbh-v2-theme .hcb-info-tooltip__item span {
  margin-top: 4px !important;
  color: rgba(255,255,255,.86) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-item__offer-badges li span {
  border-color: rgba(143,197,255,.22) !important;
  background: rgba(143,197,255,.10) !important;
  color: #cbe6ff !important;
}

body.gbh-v2-theme .gbh-v2-drawer-coupon-remove {
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-notices {
  margin: 0 0 12px !important;
}

body.gbh-v2-theme .gbh-v2-drawer-cart-notices .woocommerce-message,
body.gbh-v2-theme .gbh-v2-drawer-cart-notices .woocommerce-info,
body.gbh-v2-theme .gbh-v2-drawer-cart-notices .woocommerce-error {
  margin: 0 0 8px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.05) !important;
  color: #edf4ff !important;
}

@media (max-width: 980px) {
body.gbh-v2-theme {
    --gbh-content-rail-w: min(100% - 28px, var(--gbh-container));
  }
}

/* Commerce alignment guard repeated for late page-width overrides. */
body.gbh-v2-theme {
  --gbh-content-rail-w: min(var(--gbh-container), calc(100vw - var(--gbh-sidebar-w, 204px) - 72px));
}

/* V2 rail canon: adjust these variables to move content and topbar together.
   --gbh-rail-max controls normal pages, shop, account, static pages, and topbar.
   --gbh-rail-gutter controls the minimum desktop breathing room.
   --gbh-product-rail-max stays tied to --gbh-rail-max for uniform product edges. */
@media (min-width: 1025px) {
  body.gbh-v2-theme {
    --gbh-rail-max: calc(var(--gbh-container) + 200px);
    --gbh-rail-gutter: 72px;
    --gbh-shell-left: var(--gbh-sidebar-w, 212px);
    --gbh-shell-width: calc(100vw - var(--gbh-shell-left));
    --gbh-rail-width: min(var(--gbh-rail-max), calc(var(--gbh-shell-width) - var(--gbh-rail-gutter)));
    --gbh-product-rail-max: var(--gbh-rail-max);
    --gbh-product-rail-width: min(var(--gbh-product-rail-max), calc(var(--gbh-shell-width) - var(--gbh-rail-gutter)));
    --gbh-content-rail-w: var(--gbh-rail-width);
  }

  body.gbh-v2-theme #wrapper {
    box-sizing: border-box !important;
    margin-left: var(--gbh-shell-left) !important;
    margin-right: 0 !important;
    width: var(--gbh-shell-width) !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.gbh-v2-theme .gbh-v2-topbar {
    box-sizing: border-box !important;
    left: var(--gbh-shell-left) !important;
    right: auto !important;
    width: var(--gbh-shell-width) !important;
  }

  body.gbh-v2-theme .gbh-v2-topbar-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 16px !important;
    width: var(--gbh-rail-width) !important;
    max-width: var(--gbh-rail-width) !important;
    height: 100% !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
    transform: none !important;
  }

  body.gbh-v2-theme .gbh-v2-topbar-search {
    justify-self: stretch !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.gbh-v2-theme .gbh-v2-topbar-actions {
    justify-self: end !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  body.gbh-v2-theme .gbh-home-container,
  body.gbh-v2-theme .gbh-v2-page-shell,
  body.gbh-v2-theme .gbh-v2-collection-hero__inner,
  body.gbh-v2-theme .gbh-v2-archive-shell .kadence-shop-top-row,
  body.gbh-v2-theme .gbh-v2-archive-grid-wrap,
  body.gbh-v2-theme .gbh-v2-archive-shell nav.woocommerce-pagination,
  body.gbh-v2-theme .gbh-v2-archive-shell .woocommerce-pagination,
  body.gbh-v2-theme .single-content > .hso-shell,
  body.gbh-v2-theme .entry-content > .hso-shell,
  body.gbh-v2-theme.gbh-v2-account-page .woocommerce,
  body.gbh-v2-theme.gbh-v2-account-page .gbh-v2-account-shell,
  body.gbh-v2-theme.gbh-v2-account-page section.gbh-v2-auth-shell,
  body.gbh-v2-theme.gbh-v2-cart-page .woocommerce,
  body.gbh-v2-theme.gbh-v2-cart-page .gbh-v2-cart-shell,
  body.gbh-v2-theme.gbh-v2-checkout-page .woocommerce,
  body.gbh-v2-theme.gbh-v2-checkout-page .wp-block-woocommerce-checkout.alignwide,
  body.gbh-v2-theme.gbh-v2-checkout-page .wp-block-woocommerce-checkout,
  body.gbh-v2-theme.gbh-v2-checkout-page .wc-block-checkout {
    box-sizing: border-box !important;
    width: var(--gbh-rail-width) !important;
    max-width: var(--gbh-rail-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.gbh-v2-theme .gbh-v2-archive-shell {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.gbh-v2-theme .gbh-v2-collection-hero {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.gbh-v2-product-page div.product.gbh-v2-product-layout.entry-content-wrap,
  body.gbh-v2-product-page div.product.gbh-v2-product-layout.content-bg,
  body.gbh-v2-product-page div.product.gbh-v2-product-layout.entry,
  body.gbh-v2-product-page div.product.gbh-v2-product-layout {
    box-sizing: border-box !important;
    width: var(--gbh-product-rail-width) !important;
    max-width: var(--gbh-product-rail-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.gbh-v2-static-page .kb-row-layout-wrap.alignfull,
  body.gbh-v2-static-page .wp-block-kadence-rowlayout.alignfull,
  body.gbh-v2-static-page .kb-row-layout-wrap.kt-row-has-bg.alignfull,
  body.gbh-v2-static-page .wp-block-kadence-rowlayout.kt-row-has-bg.alignfull {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.gbh-v2-static-page .kt-row-column-wrap,
  body.gbh-v2-static-page .wp-block-kadence-rowlayout > .kt-row-column-wrap,
  body.gbh-v2-static-page .kt-row-layout-inner > .kt-row-column-wrap,
  body.gbh-v2-static-page .kb-row-layout-wrap > .kt-row-column-wrap {
    box-sizing: border-box !important;
    width: var(--gbh-rail-width) !important;
    max-width: var(--gbh-rail-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 1024px) {
body.gbh-v2-theme {
    --gbh-rail-gutter: 28px;
    --gbh-rail-width: min(var(--gbh-container), calc(100vw - var(--gbh-rail-gutter)));
    --gbh-product-rail-width: var(--gbh-rail-width);
    --gbh-content-rail-w: var(--gbh-rail-width);
  }

body.gbh-v2-theme .gbh-v2-topbar-inner {
    width: var(--gbh-rail-width) !important;
    max-width: var(--gbh-rail-width) !important;
    margin-inline: auto !important;
    transform: none !important;
  }
}

/* Wider rail polish: keep widened surfaces intentional, not merely stretched. */
@media (min-width: 1025px) {
  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 > .kt-row-column-wrap {
    box-sizing: border-box !important;
    width: var(--gbh-rail-width) !important;
    max-width: var(--gbh-rail-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: minmax(500px, .46fr) minmax(0, .54fr) !important;
    column-gap: clamp(42px, 4.6vw, 70px) !important;
  }

  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kadence-column930_ea5a06-80,
  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kadence-column930_ea5a06-80 > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 540px !important;
  }

  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kadence-column930_ea5a06-80 {
    margin-left: 0 !important;
  }

  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kadence-column930_ea5a06-80 p,
  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kadence-column930_ea5a06-80 .kt-svg-icon-list,
  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kadence-column930_ea5a06-80 .kt-svg-icon-list-text,
  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kadence-column930_ea5a06-80 .kb-buttons-wrap {
    width: 100% !important;
    max-width: 540px !important;
  }

  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kt-svg-icon-list {
    row-gap: 9px !important;
  }

  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .kt-svg-icon-list-item-wrap {
    line-height: 1.42 !important;
  }

  body.home.gbh-v2-theme .kb-row-layout-id930_be22a9-17 .wp-block-kadence-advancedbtn .wp-block-button__link {
    width: min(100%, 430px) !important;
  }

  body.gbh-v2-theme.page-id-295064 .hso-card {
    padding: clamp(24px, 2.2vw, 32px) !important;
  }

  body.gbh-v2-theme.page-id-295064 .hso-card-top,
  body.gbh-v2-theme.page-id-295064 .hso-price-block {
    align-items: center !important;
    text-align: center !important;
  }

  body.gbh-v2-theme.page-id-295064 .hso-card-title,
  body.gbh-v2-theme.page-id-295064 .hso-price-current,
  body.gbh-v2-theme.page-id-295064 .hso-price-current .amount {
    text-align: center !important;
  }

  body.gbh-v2-theme.page-id-295064 .hso-badge,
  body.gbh-v2-theme.page-id-295064 .hso-license-pill {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.gbh-v2-theme.page-id-295064 .hso-price-current,
  body.gbh-v2-theme.page-id-295064 .hso-price-current .amount {
    font-size: clamp(30px, 2.5vw, 40px) !important;
    letter-spacing: 0 !important;
  }

  body.gbh-v2-theme.page-id-295064 .hso-action-stack {
    justify-content: center !important;
    gap: 12px !important;
  }

  body.gbh-v2-theme.page-id-226662 .single-content > #hyper-guide,
  body.gbh-v2-theme.page-id-226662 #hyper-guide.hyper-guide {
    box-sizing: border-box !important;
    width: var(--gbh-rail-width) !important;
    max-width: var(--gbh-rail-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.gbh-v2-theme.page-id-226662 #hyper-guide .hg-layout {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px) !important;
    gap: 18px !important;
  }

  body.gbh-v2-theme.page-id-226662 #hyper-guide .hg-foundations,
  body.gbh-v2-theme.page-id-226662 #hyper-guide .hg-section,
  body.gbh-v2-theme.page-id-226662 #hyper-guide .hg-summary-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.gbh-v2-theme.page-id-226662 #hyper-guide .hcb-compact,
  body.gbh-v2-theme.page-id-226662 .hcb-compact {
    width: 100% !important;
  }

  body.gbh-v2-theme.page-id-226662 .kb-row-layout-id226662_2c9045-4d > .kt-row-column-wrap {
    box-sizing: border-box !important;
    width: var(--gbh-rail-width) !important;
    max-width: var(--gbh-rail-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.gbh-v2-theme.page-id-226662 #hyper-guide {
    scroll-margin-top: calc(var(--gbh-topbar-h, 52px) + 22px) !important;
  }
}
