:root {
  --bo-blue: #244f7a;
  --bo-blue-2: #173f68;
  --bo-blue-3: #0a2f52;
  --bo-navy: #061a3d;
  --bo-navy-deep: #020b1f;
  --bo-gold: #e6b84a;
  --bo-gold-2: #fed488;
  --bo-gold-deep: #775a19;
  --bo-gold-ink: #2f2304;
  --bo-white: #fbfcfe;
  --bo-surface: #fbfcfe;
  --bo-surface-soft: #f8f9fb;
  --bo-surface-dim: #edeef0;
  --bo-bg: #f8f9fb;
  --bo-line: #c5cbd5;
  --bo-ink: #191c1e;
  --bo-ink-soft: #44464e;
  --bo-muted: #657382;
  --bo-on-dark: #f8f4ea;
  --bo-on-dark-muted: #d8e2ee;
  --bo-on-dark-soft: #b8c7d8;
  --bo-wa: #0f6b38;
  --bo-radius: 14px;
  --bo-radius-lg: 18px;
  --bo-display: Sora, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bo-body: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bo-mono: Sora, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bo-shadow-card: 0 2px 6px rgba(10, 74, 122, 0.06), 0 12px 28px rgba(10, 74, 122, 0.1);
  --bo-shadow-hover: 0 6px 14px rgba(10, 74, 122, 0.1), 0 24px 48px rgba(10, 74, 122, 0.18);
}

body.bo-site {
  margin: 0;
  background: var(--bo-bg);
  color: var(--bo-ink);
  font-family: var(--bo-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.bo-site * {
  box-sizing: border-box;
}

body.bo-site a {
  color: inherit;
  text-decoration: none;
}

body.bo-site img {
  max-width: 100%;
}

body.bo-site button,
body.bo-site input,
body.bo-site select,
body.bo-site textarea {
  font-family: var(--bo-body);
}

body.bo-site button {
  cursor: pointer;
}

body.bo-site :focus-visible {
  outline: 3px solid rgba(244, 191, 0, 0.8);
  outline-offset: 3px;
}

body.bo-site h1,
body.bo-site h2,
body.bo-site h3,
body.bo-site h4,
body.bo-site h5,
body.bo-site h6 {
  font-family: var(--bo-display);
  letter-spacing: 0;
}

.bo-wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.bo-ref,
.bo-eyebrow,
.bo-crumbs,
.bo-badge,
.bo-product-tag,
.bo-filter-title,
.bo-step__number {
  font-family: var(--bo-mono);
}

.bo-ref {
  color: var(--bo-muted);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bo-blue);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

.bo-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--bo-gold);
}

.bo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.bo-btn:active {
  transform: translateY(1px) scale(0.99);
}

.bo-btn--gold,
.wp-block-button__link,
.wp-element-button,
.button,
button.single_add_to_cart_button,
input[type="submit"] {
  background: linear-gradient(160deg, var(--bo-gold-2), var(--bo-gold) 55%, #d9a800);
  color: var(--bo-gold-ink);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(244, 191, 0, 0.28);
}

body.bo-site .bo-btn--gold,
body.bo-site a.bo-btn--gold,
body.bo-site button.bo-btn--gold {
  color: var(--bo-gold-ink);
}

.bo-btn--gold:hover,
.wp-block-button__link:hover,
.wp-element-button:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(244, 191, 0, 0.38);
}

.bo-btn--ghost {
  border: 1.5px solid rgba(248, 244, 234, 0.42);
  color: var(--bo-on-dark);
  background: transparent;
}

.bo-btn--ghost:hover {
  border-color: var(--bo-gold);
  color: var(--bo-gold);
  transform: translateY(-2px);
}

.bo-btn--wa {
  background: linear-gradient(160deg, #127b41, var(--bo-wa));
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(31, 179, 85, 0.35);
}

.bo-btn--wa:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(31, 179, 85, 0.45);
}

body.bo-site .bo-btn--wa,
body.bo-site a.bo-btn--wa,
body.bo-site .bo-support-link,
body.bo-site .bo-fab-wa {
  color: #ffffff;
}

.bo-btn--wa .bo-icon,
.bo-support-link .bo-icon,
.bo-fab-wa .bo-icon {
  color: #ffffff;
}

.bo-btn--outline {
  border: 1.5px solid var(--bo-blue);
  background: var(--bo-white);
  color: var(--bo-blue-3);
}

.bo-btn--outline:hover {
  background: #eaf3fa;
  transform: translateY(-2px);
}

.bo-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

/* Header */
.site-header,
.bo-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--bo-line);
  background: rgba(251, 252, 254, 0.94);
  backdrop-filter: blur(10px);
}

.admin-bar .site-header,
.admin-bar .bo-header {
  top: 32px;
}

.bo-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 70px;
}

.bo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.bo-brand-mark {
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}

.bo-brand-name {
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.bo-brand-name em {
  display: block;
  margin-top: 2px;
  color: var(--bo-gold-deep);
  font-family: var(--bo-mono);
  font-size: clamp(0.68rem, 1.4vw, 0.74rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: none;
}

.bo-nav {
  display: flex;
  gap: 4px;
}

.bo-nav a {
  border-radius: 8px;
  color: var(--bo-ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 14px;
  transition: background 180ms ease, color 180ms ease;
}

.bo-nav a:hover,
.bo-nav a[aria-current="page"] {
  background: #e7f0f8;
  color: var(--bo-blue-3);
}

.bo-header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 250px;
  margin-left: auto;
  border: 1px solid var(--bo-line);
  border-radius: 999px;
  background: var(--bo-surface-dim);
  padding: 8px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.bo-header-search:focus-within {
  border-color: var(--bo-blue);
  box-shadow: 0 0 0 3px rgba(19, 104, 166, 0.14);
}

.bo-header-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--bo-ink);
  font-size: 0.88rem;
  outline: 0;
}

.bo-header .bo-btn--gold {
  min-height: 40px;
  padding: 10px 18px;
  font-size: 0.86rem;
}

.bo-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid rgba(7, 57, 94, 0.18);
  border-radius: 999px;
  background: var(--bo-navy);
  box-shadow: 0 8px 18px rgba(7, 57, 94, 0.18);
  color: var(--bo-on-dark);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 10px 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bo-cart-link span,
.bo-cart-link .bo-icon {
  color: var(--bo-on-dark);
}

body.bo-site a.bo-cart-link {
  color: var(--bo-on-dark);
}

.bo-cart-link:hover {
  background: var(--bo-blue-3);
  box-shadow: 0 12px 24px rgba(7, 57, 94, 0.24);
  transform: translateY(-2px);
}

.bo-cart-link .bo-icon {
  width: 20px;
  height: 20px;
}

.bo-cart-link b {
  display: grid;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--bo-gold);
  color: var(--bo-gold-ink);
  font-size: 0.72rem;
  line-height: 1;
  place-items: center;
}

.bo-account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(7, 57, 94, 0.18);
  border-radius: 999px;
  background: var(--bo-surface);
  color: var(--bo-blue-3);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 10px 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bo-account-link:hover {
  background: #eaf3fa;
  box-shadow: 0 8px 18px rgba(7, 57, 94, 0.12);
  transform: translateY(-2px);
}

.bo-account-link .bo-icon {
  width: 19px;
  height: 19px;
}

.bo-account-link span {
  max-width: 136px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bo-cart-badge.is-empty {
  display: none;
}

.bo-cart-badge.is-pop {
  animation: bo-badge-pop 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes bo-badge-pop {
  40% {
    transform: scale(1.42);
  }
}

/* Hero */
.bo-hero {
  position: relative;
  overflow: hidden;
  color: var(--bo-on-dark);
  background:
    radial-gradient(1100px 520px at 78% 18%, rgba(19, 104, 166, 0.55), transparent 60%),
    linear-gradient(158deg, var(--bo-blue-3) 0%, var(--bo-navy) 46%, var(--bo-navy-deep) 100%);
}

.bo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    repeating-linear-gradient(115deg, rgba(244, 191, 0, 0.5) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0 1px, transparent 1px 140px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 85%);
}

.bo-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
  padding: 78px 0 64px;
}

.bo-hero .bo-eyebrow {
  margin-bottom: 20px;
  color: var(--bo-gold-2);
}

.bo-hero .bo-eyebrow::before {
  background: var(--bo-gold);
}

.bo-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  font-weight: 700;
  line-height: 1.08;
}

.bo-hero h1 .bo-gold-text {
  color: var(--bo-gold-2);
}

.bo-hero__lead {
  max-width: 52ch;
  margin: 18px 0 0;
  color: var(--bo-on-dark-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.bo-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bo-hero-proof span {
  border: 1px solid rgba(248, 244, 234, 0.2);
  border-radius: 999px;
  background: rgba(248, 244, 234, 0.1);
  color: var(--bo-on-dark);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 8px 13px;
}

.bo-hero-search {
  display: flex;
  max-width: 520px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(248, 244, 234, 0.28);
  border-radius: 14px;
  background: rgba(248, 244, 234, 0.1);
  backdrop-filter: blur(6px);
}

.bo-hero-search:focus-within {
  border-color: var(--bo-gold);
  box-shadow: 0 0 0 4px rgba(244, 191, 0, 0.15);
}

.bo-hero-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--bo-on-dark);
  font-size: 0.98rem;
  outline: 0;
  padding: 16px 18px;
}

.bo-hero-search input::placeholder {
  color: var(--bo-on-dark-soft);
}

.bo-hero-search button {
  border: 0;
  background: var(--bo-gold);
  color: var(--bo-gold-ink);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0 24px;
}

.bo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bo-hero__actions .bo-btn {
  padding: 12px 22px;
}

.bo-hero-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bo-hero-cats a {
  border: 1px solid rgba(248, 244, 234, 0.2);
  border-radius: 999px;
  color: var(--bo-on-dark);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 8px 12px;
}

.bo-hero-cats a:hover {
  border-color: rgba(230, 184, 74, 0.7);
  color: var(--bo-gold-2);
}

.bo-hero-visual {
  position: relative;
  display: grid;
  min-height: 420px;
  place-items: center;
}

.bo-hero-product {
  position: relative;
  width: min(470px, 86vw);
}

.bo-hero-product a,
.bo-hero-product__fallback {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(248, 244, 234, 0.18);
  border-radius: 24px;
  background: #03142d;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.bo-hero-product__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
}

.bo-hero-product__fallback {
  display: grid;
  aspect-ratio: 0.92;
  place-items: center;
}

.bo-hero-product__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  max-width: min(82%, 320px);
  border: 1px solid rgba(230, 184, 74, 0.45);
  border-radius: 14px;
  background: rgba(2, 11, 31, 0.86);
  color: var(--bo-on-dark);
  padding: 12px 14px;
  backdrop-filter: blur(8px);
}

.bo-hero-product__caption span {
  color: var(--bo-gold-2);
  font-size: 0.74rem;
  font-weight: 800;
}

.bo-hero-product__caption strong {
  color: var(--bo-on-dark);
  font-family: var(--bo-display);
  font-size: 1.1rem;
  line-height: 1.1;
}

.bo-product-card__visual::after,
.bo-duo-card::after,
.bo-product-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 38%, rgba(255, 255, 255, 0.34) 50%, transparent 60%);
  background-position: 135% 0;
  background-size: 280% 100%;
  mix-blend-mode: screen;
  transition: background-position 800ms ease;
}

.bo-product-stage::after {
  animation: bo-sheen 4.6s ease-in-out infinite;
}

@keyframes bo-sheen {
  0%,
  55% {
    background-position: 130% 0;
  }
  90%,
  100% {
    background-position: -60% 0;
  }
}

.bo-trustbar {
  border-top: 1px solid rgba(244, 191, 0, 0.25);
  background: var(--bo-navy-deep);
  color: var(--bo-on-dark-muted);
}

.bo-trustbar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px 0;
}

.bo-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.86rem;
  line-height: 1.35;
}

.bo-trust-item .bo-icon {
  color: var(--bo-gold);
  width: 26px;
  height: 26px;
}

.bo-trust-item b {
  display: block;
  color: var(--bo-on-dark);
  font-size: 0.9rem;
}

/* Sections */
.bo-section {
  padding: 76px 0;
}

.bo-section--compact-top {
  padding-top: 0;
}

.bo-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

.bo-section-head h2 {
  margin: 10px 0 0;
  color: var(--bo-navy);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

.bo-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--bo-blue);
  font-size: 0.92rem;
  font-weight: 800;
  transition: color 180ms ease, gap 180ms ease;
}

.bo-more:hover {
  gap: 11px;
  color: var(--bo-blue-3);
}

.bo-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.bo-duo-card {
  position: relative;
  display: flex;
  min-height: 280px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 18px;
  background: radial-gradient(480px 320px at 80% -10%, rgba(19, 104, 166, 0.5), transparent 60%), linear-gradient(158deg, #0e4f80, var(--bo-navy) 55%, var(--bo-navy-deep));
  box-shadow: var(--bo-shadow-card);
  color: var(--bo-on-dark);
  padding: 30px;
  transition: transform 240ms cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 240ms ease;
}

.bo-duo-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--bo-shadow-hover);
}

.bo-duo-card:hover::after,
.bo-product-card:hover .bo-product-card__visual::after {
  background-position: -70% 0;
}

.bo-duo-card .bo-pv {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 180px;
  transform: scale(0.92);
  transition: transform 400ms cubic-bezier(0.2, 0.7, 0.3, 1);
}

.bo-duo-card:hover .bo-pv {
  transform: scale(1) rotate(-3deg);
}

.bo-duo-card__kicker {
  position: relative;
  margin-bottom: 8px;
  color: var(--bo-on-dark-soft);
  font-family: var(--bo-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bo-duo-card h3,
.bo-duo-card p,
.bo-duo-card__go {
  position: relative;
}

.bo-duo-card h3 {
  margin: 0;
  color: var(--bo-on-dark);
  font-size: 1.7rem;
}

.bo-duo-card p {
  max-width: 34ch;
  margin: 6px 0 0;
  color: var(--bo-on-dark-muted);
  font-size: 0.9rem;
}

.bo-duo-card__go {
  display: inline-flex;
  gap: 6px;
  margin-top: 16px;
  color: var(--bo-gold);
  font-size: 0.88rem;
  font-weight: 800;
  transition: gap 180ms ease;
}

.bo-duo-card:hover .bo-duo-card__go {
  gap: 11px;
}

/* Product cards and visuals */
.bo-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bo-product-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--bo-line);
  border-radius: var(--bo-radius);
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  animation: bo-card-in 500ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
  animation-delay: var(--bo-delay, 0ms);
  transition: transform 240ms cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 240ms ease;
}

.bo-product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--bo-shadow-hover);
}

@keyframes bo-card-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.bo-product-card__visual {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 1;
  background:
    radial-gradient(420px 300px at 50% 118%, rgba(19, 104, 166, 0.28), transparent 62%),
    linear-gradient(158deg, #0e4f80, var(--bo-navy) 55%, var(--bo-navy-deep));
  place-items: center;
}

.bo-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.3, 1);
}

.bo-product-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 180px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(248, 244, 234, 0.08), rgba(230, 184, 74, 0.1)),
    repeating-linear-gradient(135deg, rgba(248, 244, 234, 0.08) 0 1px, transparent 1px 18px),
    #03142d;
}

.bo-product-placeholder span {
  border: 1px solid rgba(248, 244, 234, 0.22);
  border-radius: 999px;
  background: rgba(2, 11, 31, 0.72);
  color: var(--bo-on-dark);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 8px 12px;
}

.bo-product-placeholder--thumb {
  min-height: 0;
}

.bo-product-placeholder--thumb span {
  font-size: 0.62rem;
  padding: 5px 7px;
}

.bo-product-card:hover .bo-product-image {
  transform: scale(1.06);
}

.bo-product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  border-radius: 6px;
  background: var(--bo-gold);
  color: var(--bo-gold-ink);
  max-width: min(75%, 190px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 5px 9px;
  text-transform: none;
}

.bo-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 18px;
}

.bo-product-card h3 {
  margin: 0;
  color: var(--bo-navy);
  font-size: 0.98rem;
  line-height: 1.32;
}

.bo-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.bo-product-card__meta span {
  color: var(--bo-muted);
  font-size: 0.78rem;
}

.bo-card-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--bo-blue);
  font-size: 0.82rem;
  font-weight: 800;
  transition: gap 180ms ease, color 180ms ease;
}

.bo-product-card:hover .bo-card-action {
  gap: 9px;
  color: var(--bo-blue-3);
}

.bo-product-price {
  margin-top: auto;
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.25;
}

.bo-product-price del {
  margin-right: 6px;
  color: var(--bo-ink-soft);
  font-size: 0.82rem;
  opacity: 0.82;
}

.bo-product-price ins {
  text-decoration: none;
}

.bo-sale-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}

.bo-sale-price__from,
.bo-sale-price__to {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.bo-sale-price__label {
  color: var(--bo-muted);
  font-family: var(--bo-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bo-product-card__note {
  margin: -2px 0 0;
  color: var(--bo-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.bo-pv {
  position: relative;
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  place-items: center;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.3, 1), opacity 300ms ease;
}

.bo-product-card:hover .bo-pv {
  transform: scale(1.07) rotate(-2deg);
}

.bo-coin {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.16), inset 0 8px 18px rgba(255, 255, 255, 0.4), inset 0 -12px 22px rgba(0, 0, 0, 0.32), 0 18px 34px rgba(0, 0, 0, 0.45);
  place-items: center;
}

.bo-finish-gold .bo-coin,
.bo-mini-medal {
  background: conic-gradient(from 200deg, #7a5c12, #f6dd7c 14%, #c89b12 30%, #fff2ae 44%, #a8811a 58%, #e6b84a 72%, #8a6a14 86%, #f2d766);
}

.bo-finish-silver .bo-coin,
.bo-wallet-black .bo-mini-medal {
  background: conic-gradient(from 200deg, #5c6670, #e8edf2 14%, #98a4ae 30%, #f5f8fb 44%, #7c8791 58%, #c9d2da 72%, #666f78 86%, #dbe2e8);
}

.bo-finish-bronze .bo-coin {
  background: conic-gradient(from 200deg, #4a2f16, #d9a06a 14%, #8a5a2c 30%, #f0c090 44%, #6b431e 58%, #c08850 72%, #523419 86%, #dda76e);
}

.bo-coin::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.28), inset 0 6px 12px rgba(255, 255, 255, 0.35), inset 0 -8px 14px rgba(0, 0, 0, 0.3);
}

.bo-coin svg {
  position: relative;
  z-index: 1;
  width: 52%;
  height: 52%;
  color: #5d4708;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
}

.bo-finish-silver .bo-coin svg {
  color: #4e5964;
}

.bo-finish-bronze .bo-coin svg {
  color: #42280f;
}

.bo-pv--wallet {
  width: 180px;
  aspect-ratio: 1.45;
}

.bo-wallet {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(150deg, #6d4326, #4b2c15 60%, #3a2110);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -8px 18px rgba(0, 0, 0, 0.4), 0 18px 34px rgba(0, 0, 0, 0.5);
}

.bo-wallet-black .bo-wallet {
  background: linear-gradient(150deg, #3a4048, #22262c 60%, #171a1f);
}

.bo-wallet::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18), transparent 2px),
    radial-gradient(circle at 65% 55%, rgba(255, 255, 255, 0.14), transparent 2px),
    radial-gradient(circle at 30% 80%, rgba(0, 0, 0, 0.25), transparent 2px);
  background-size: 28px 28px;
}

.bo-wallet::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1.5px dashed rgba(244, 191, 0, 0.55);
  border-radius: 8px;
}

.bo-wallet-emboss {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.bo-mini-medal {
  display: grid;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.2), inset 0 4px 8px rgba(255, 255, 255, 0.4), 0 6px 14px rgba(0, 0, 0, 0.45);
  place-items: center;
}

.bo-mini-medal svg {
  width: 56%;
  height: 56%;
  color: #6b5310;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}

.bo-wallet-black .bo-mini-medal svg {
  color: #4e5964;
}

/* Proof, steps and CTA */
.bo-proof {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--bo-blue-3), var(--bo-navy) 60%, var(--bo-navy-deep));
  color: var(--bo-on-dark);
}

.bo-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: repeating-linear-gradient(115deg, rgba(244, 191, 0, 0.6) 0 1px, transparent 1px 110px);
}

.bo-proof .bo-wrap {
  position: relative;
}

.bo-proof .bo-eyebrow {
  color: var(--bo-gold-2);
}

.bo-proof h2 {
  margin: 10px 0 0;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

.bo-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 38px 0 50px;
}

.bo-stat,
.bo-quote,
.bo-step {
  border-radius: var(--bo-radius);
}

.bo-stat {
  border: 1px solid rgba(248, 244, 234, 0.18);
  background: rgba(248, 244, 234, 0.08);
  padding: 24px 22px;
  transition: transform 200ms ease, border-color 200ms ease;
}

.bo-stat:hover {
  border-color: rgba(244, 191, 0, 0.5);
  transform: translateY(-4px);
}

.bo-stat b {
  display: block;
  color: var(--bo-gold-2);
  font-family: var(--bo-display);
  font-size: 2.2rem;
  line-height: 1;
}

.bo-stat span {
  display: block;
  margin-top: 8px;
  color: var(--bo-on-dark-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.bo-quotes,
.bo-steps {
  display: grid;
  gap: 16px;
}

.bo-quotes {
  grid-template-columns: repeat(2, 1fr);
}

.bo-quote {
  position: relative;
  background: var(--bo-surface);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  color: var(--bo-ink);
  padding: 26px 24px;
  transition: transform 200ms ease;
}

.bo-quote:hover {
  transform: translateY(-4px);
}

.bo-quote::before {
  content: '"';
  position: absolute;
  top: 32px;
  left: 20px;
  color: var(--bo-gold);
  font-family: var(--bo-display);
  font-size: 3.4rem;
  line-height: 0;
}

.bo-quote p {
  margin: 0;
  color: var(--bo-ink);
  font-size: 0.92rem;
  line-height: 1.6;
  padding-left: 26px;
}

.bo-quote__who {
  margin-top: 16px;
  color: var(--bo-muted);
  font-size: 0.8rem;
  padding-left: 26px;
}

.bo-quote__who b {
  display: block;
  color: var(--bo-navy);
  font-size: 0.86rem;
}

.bo-steps {
  grid-template-columns: repeat(4, 1fr);
}

.bo-step {
  position: relative;
  border: 1px solid var(--bo-line);
  background: var(--bo-surface);
  padding: 26px 22px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bo-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--bo-shadow-hover);
}

.bo-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--bo-gold), transparent);
}

.bo-step:last-child::after {
  display: none;
}

.bo-step__number {
  display: inline-block;
  border: 1px solid #ecd88a;
  border-radius: 6px;
  background: #fdf6dd;
  color: #5d4201;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 4px 8px;
}

.bo-step h3 {
  margin: 14px 0 8px;
  color: var(--bo-navy);
  font-size: 1rem;
}

.bo-step p {
  margin: 0;
  color: var(--bo-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.bo-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(150deg, var(--bo-navy), var(--bo-navy-deep));
  color: var(--bo-on-dark);
  padding: 56px 48px;
}

.bo-final-cta::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: conic-gradient(from 200deg, #7a5c12, #f6dd7c 14%, #c89b12 30%, #fff2ae 44%, #a8811a 58%, #e6b84a 72%, #8a6a14 86%, #f2d766);
  filter: blur(2px);
  opacity: 0.16;
}

.bo-final-cta > * {
  position: relative;
}

.bo-final-cta .bo-eyebrow {
  color: var(--bo-gold-2);
}

.bo-final-cta h2 {
  margin: 10px 0 0;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.2;
}

.bo-final-cta p {
  max-width: 48ch;
  margin: 12px 0 0;
  color: var(--bo-on-dark-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.bo-final-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Home V2 fullbanner */
.bo-home-v2 {
  background: var(--bo-bg);
}

.bo-v2-notice {
  display: grid;
  min-height: 34px;
  align-items: center;
  background: linear-gradient(180deg, #f7c400, var(--bo-gold));
  color: var(--bo-gold-ink);
  font-family: var(--bo-display);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  padding: 7px 18px;
}

.bo-v2-banner {
  position: relative;
  min-height: clamp(500px, 64vh, 620px);
  overflow: hidden;
  background:
    radial-gradient(820px 420px at 70% 22%, rgba(244, 191, 0, 0.16), transparent 64%),
    repeating-linear-gradient(110deg, rgba(244, 191, 0, 0.12) 0 1px, transparent 1px 94px),
    linear-gradient(160deg, #0c4a72 0%, #06365b 42%, var(--bo-navy-deep) 100%);
  color: var(--bo-on-dark);
}

.bo-v2-slides,
.bo-v2-slide {
  min-height: inherit;
}

.bo-v2-slide {
  position: absolute;
  inset: 0;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.bo-v2-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 31, 0.18), transparent 42%, rgba(2, 11, 31, 0.32)),
    radial-gradient(520px 360px at 72% 50%, rgba(244, 191, 0, 0.12), transparent 70%);
}

.bo-v2-slide--leather::before {
  background:
    radial-gradient(620px 360px at 72% 44%, rgba(230, 184, 74, 0.2), transparent 68%),
    linear-gradient(118deg, rgba(37, 19, 9, 0.34), transparent 56%);
}

.bo-v2-slide--custom::before {
  background:
    radial-gradient(520px 520px at calc(100% + 30px) -70px, rgba(244, 191, 0, 0.2), transparent 64%),
    linear-gradient(145deg, rgba(6, 26, 61, 0.1), rgba(2, 11, 31, 0.34));
}

.bo-v2-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.bo-v2-slide__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: 58px 0 88px;
}

.bo-v2-slide__copy {
  max-width: 620px;
}

.bo-v2-slide .bo-eyebrow {
  color: var(--bo-gold-2);
}

.bo-v2-slide h1 {
  margin: 16px 0 0;
  color: var(--bo-on-dark);
  font-size: clamp(2.05rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.bo-v2-slide h1 .bo-gold-text {
  color: #f7c400;
}

.bo-v2-slide p {
  max-width: 47ch;
  margin: 16px 0 0;
  color: var(--bo-on-dark-muted);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  line-height: 1.62;
}

.bo-v2-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bo-v2-slide__actions .bo-btn {
  min-height: 50px;
  padding: 14px 20px;
}

.bo-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 19px;
  color: var(--bo-gold-2);
  font-family: var(--bo-mono);
  font-size: 0.74rem;
  font-weight: 800;
}

.bo-v2-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--bo-gold);
  box-shadow: 0 0 0 4px rgba(244, 191, 0, 0.22);
}

.bo-v2-slide__visual {
  position: relative;
  display: grid;
  min-height: 330px;
  align-items: center;
  justify-items: center;
}

.bo-v2-slide__visual::before {
  content: "";
  position: absolute;
  width: min(390px, 78vw);
  aspect-ratio: 1;
  border: 1px solid rgba(244, 191, 0, 0.26);
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.035);
}

.bo-v2-slide__visual--coin::before {
  border-style: dashed;
  box-shadow:
    inset 0 0 0 20px rgba(255, 255, 255, 0.035),
    0 0 0 22px rgba(244, 191, 0, 0.06);
}

.bo-v2-product-image {
  position: relative;
  width: min(340px, 76vw);
  max-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(2, 11, 31, 0.42);
  object-fit: cover;
}

.bo-v2-slide__visual .bo-pv,
.bo-v2-slide__visual .bo-product-placeholder {
  position: relative;
  transform: scale(1.18);
}

.bo-v2-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(248, 244, 234, 0.1);
  color: var(--bo-on-dark);
  font-size: 2rem;
  line-height: 1;
  place-items: center;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bo-v2-arrow:hover {
  border-color: rgba(244, 191, 0, 0.62);
  background: rgba(248, 244, 234, 0.18);
  transform: translateY(-50%) scale(1.04);
}

.bo-v2-arrow--prev {
  left: clamp(14px, 2.2vw, 30px);
}

.bo-v2-arrow--next {
  right: clamp(14px, 2.2vw, 30px);
}

.bo-v2-controls {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.bo-v2-controls > button {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--bo-on-dark);
  font-size: 1.7rem;
  line-height: 1;
  place-items: center;
  transition: background 180ms ease, transform 180ms ease;
}

.bo-v2-controls > button:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.bo-v2-dots {
  display: flex;
  gap: 8px;
}

.bo-v2-banner > .bo-v2-dots {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 24px;
  transform: translateX(50%);
}

.bo-v2-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.36);
  padding: 0;
}

.bo-v2-banner > .bo-v2-dots button {
  width: 28px;
  height: 6px;
}

.bo-v2-dots button.is-active {
  width: 30px;
  background: var(--bo-gold);
}

.bo-v2-trustbar {
  margin-top: 0;
}

@media (max-width: 1280px) {
  .bo-v2-arrow {
    top: auto;
    bottom: 16px;
    width: 38px;
    height: 38px;
    font-size: 1.58rem;
    transform: none;
  }

  .bo-v2-arrow:hover {
    transform: translateY(-2px);
  }

  .bo-v2-arrow--prev {
    left: calc(50% - 116px);
  }

  .bo-v2-arrow--next {
    right: calc(50% - 116px);
  }

  .bo-v2-banner > .bo-v2-dots {
    bottom: 32px;
  }
}

/* Catalog */
.bo-catalog-hero {
  background: linear-gradient(158deg, var(--bo-blue-3), var(--bo-navy) 70%);
  color: var(--bo-on-dark);
  padding: 42px 0 34px;
}

.bo-crumbs {
  color: var(--bo-muted);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bo-crumbs b {
  color: var(--bo-gold-deep);
}

.bo-catalog-hero .bo-eyebrow {
  margin-top: 14px;
  color: var(--bo-gold-2);
}

.bo-catalog-hero .bo-crumbs {
  color: var(--bo-on-dark-soft);
}

.bo-catalog-hero .bo-crumbs b {
  color: var(--bo-gold-2);
}

.bo-catalog-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.bo-catalog-intro {
  max-width: 68ch;
  margin: 12px 0 0;
  color: var(--bo-on-dark-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.bo-catalog-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: start;
  gap: 30px;
  padding: 40px 0 80px;
}

.bo-filters {
  position: sticky;
  top: 90px;
  border: 1px solid var(--bo-line);
  border-radius: var(--bo-radius);
  background: var(--bo-surface);
  padding: 22px;
}

.bo-filter-panel {
  display: grid;
  gap: 0;
}

.bo-filter-panel summary {
  display: none;
  color: var(--bo-navy);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.admin-bar .bo-filters {
  top: 122px;
}

.bo-filter-title {
  margin: 0 0 14px;
  border-bottom: 1px solid var(--bo-line);
  color: var(--bo-ink);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.bo-filter-title:not(:first-child) {
  margin-top: 24px;
}

.bo-filter-list {
  display: grid;
  gap: 3px;
}

.bo-filter-chip,
.bo-filter-pill,
.bo-active-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
}

.bo-filter-chip {
  justify-content: space-between;
  width: 100%;
  border-radius: 9px;
  color: var(--bo-ink);
  font-size: 0.88rem;
  padding: 9px 12px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.bo-filter-chip:hover {
  background: #eef4f9;
  color: var(--bo-blue-3);
  transform: translateX(3px);
}

.bo-filter-chip.is-active {
  background: var(--bo-navy);
  color: var(--bo-on-dark);
}

.bo-filter-chip i {
  color: var(--bo-muted);
  font-family: var(--bo-mono);
  font-size: 0.7rem;
  font-style: normal;
}

.bo-filter-chip.is-active i {
  color: rgba(248, 244, 234, 0.82);
}

.bo-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bo-filter-pill {
  border: 1.5px solid var(--bo-line);
  color: var(--bo-ink);
  font-size: 0.8rem;
  padding: 7px 13px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.bo-filter-pill:hover {
  border-color: var(--bo-blue);
}

.bo-filter-pill.is-active {
  border-color: var(--bo-gold);
  background: var(--bo-gold);
  color: var(--bo-gold-ink);
}

.bo-catalog-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.bo-catalog-search-form {
  display: flex;
  flex: 1;
  min-width: 280px;
  align-items: center;
  gap: 12px;
}

.bo-catalog-search {
  display: flex;
  flex: 1;
  min-width: 220px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--bo-line);
  border-radius: 11px;
  background: var(--bo-surface);
  padding: 11px 14px;
}

.bo-catalog-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.bo-catalog-search:focus-within {
  border-color: var(--bo-blue);
  box-shadow: 0 0 0 3px rgba(19, 104, 166, 0.12);
}

.bo-catalog-search input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
  outline: 0;
}

.bo-catalog-count {
  color: var(--bo-muted);
  font-family: var(--bo-mono);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.bo-catalog-tools .woocommerce-ordering {
  margin: 0;
}

.bo-catalog-tools .orderby {
  min-height: 42px;
  border: 1.5px solid var(--bo-line);
  border-radius: 999px;
  background: var(--bo-surface);
  color: var(--bo-ink);
  font-weight: 800;
  padding: 8px 36px 8px 14px;
}

.bo-active-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.bo-active-chip {
  border: 1px solid #c8dcec;
  background: #e7f0f8;
  color: var(--bo-blue-3);
  font-size: 0.8rem;
  gap: 8px;
  padding: 6px 12px;
}

.bo-empty {
  grid-column: 1 / -1;
  border: 1.5px dashed var(--bo-line);
  border-radius: var(--bo-radius);
  background: var(--bo-surface);
  color: var(--bo-muted);
  padding: 60px 30px;
  text-align: center;
}

.bo-empty b {
  display: block;
  margin-bottom: 6px;
  color: var(--bo-navy);
  font-size: 1.05rem;
}

.bo-empty .bo-btn {
  margin-top: 20px;
  padding: 13px 20px;
}

.bo-empty p {
  max-width: 52ch;
  margin: 0 auto;
}

.bo-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.bo-empty__actions .bo-btn {
  margin-top: 0;
}

.bo-empty--cart {
  display: grid;
  position: relative;
  overflow: hidden;
  justify-items: center;
  border-style: solid;
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(230, 184, 74, 0.22), transparent 68%),
    linear-gradient(180deg, #ffffff, #f3f7fb);
  padding: 54px 28px 30px;
}

.bo-empty--cart::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--bo-blue), var(--bo-gold));
  opacity: 0.85;
}

.bo-empty__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 16px;
  background: var(--bo-navy);
  color: var(--bo-gold);
  box-shadow: 0 14px 28px rgba(6, 26, 61, 0.18);
}

.bo-empty--cart b {
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.1;
}

.bo-empty--cart p {
  color: var(--bo-ink-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.bo-empty__reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 780px);
  margin-top: 24px;
}

.bo-empty__reassurance span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid rgba(36, 79, 122, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--bo-blue-3);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
  padding: 8px 12px;
}

.bo-empty__reassurance .bo-icon {
  width: 18px;
  height: 18px;
  color: var(--bo-gold-deep);
}

.bo-catalog-layout .bo-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Product detail */
.bo-product-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: 44px;
  padding: 44px 0 60px;
}

.bo-gallery {
  position: sticky;
  top: 94px;
}

.admin-bar .bo-gallery {
  top: 126px;
}

.bo-product-stage {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 18px;
  background:
    radial-gradient(560px 400px at 50% 120%, rgba(19, 104, 166, 0.32), transparent 60%),
    linear-gradient(158deg, #0e4f80, var(--bo-navy) 55%, var(--bo-navy-deep));
  box-shadow: var(--bo-shadow-card);
  place-items: center;
}

.bo-product-stage.is-video::after {
  display: none;
}

.bo-product-stage .bo-pv {
  width: min(300px, 72%);
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.3, 1), opacity 300ms ease;
}

.bo-product-stage.is-angle-2 .bo-pv {
  transform: rotate(-14deg) scale(1.08);
}

.bo-product-stage.is-angle-3 .bo-pv {
  transform: scale(1.55);
}

.bo-product-stage .bo-product-image {
  position: absolute;
  inset: 0;
}

.bo-stage-video {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bo-product-stage.is-video .bo-stage-video {
  display: block;
}

.bo-product-stage.is-video .bo-pv,
.bo-product-stage.is-video .bo-product-image {
  opacity: 0;
}

.bo-zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  border-radius: 7px;
  background: rgba(2, 11, 31, 0.84);
  color: var(--bo-on-dark);
  font-family: var(--bo-mono);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.bo-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.bo-thumb {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-radius: 12px;
  background: linear-gradient(158deg, #0e4f80, var(--bo-navy-deep));
  color: var(--bo-on-dark);
  place-items: center;
  transition: border-color 180ms ease, transform 180ms ease;
}

.bo-thumb:hover {
  transform: translateY(-3px);
}

.bo-thumb.is-active {
  border-color: var(--bo-gold);
}

.bo-thumb .bo-pv {
  width: 70%;
}

.bo-thumb .bo-product-image {
  position: absolute;
  inset: 0;
}

.bo-thumb-play {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(244, 191, 0, 0.95);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  color: var(--bo-gold-ink);
  place-items: center;
}

.bo-thumb-label {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  background: rgba(2, 11, 31, 0.7);
  color: var(--bo-gold-2);
  font-family: var(--bo-mono);
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.bo-product-info .bo-crumbs {
  color: var(--bo-muted);
}

.bo-product-info .bo-crumbs b {
  color: var(--bo-gold-deep);
}

.bo-product-info h1 {
  margin: 12px 0 6px;
  color: var(--bo-navy);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.bo-product-sub {
  color: var(--bo-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.bo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 8px;
}

.bo-badge {
  border: 1px solid #d5e5f1;
  border-radius: 7px;
  background: #eef4f9;
  color: var(--bo-blue-3);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.bo-badge--gold {
  border-color: #ecd88a;
  background: #fdf6dd;
  color: #5d4201;
}

.bo-option-group {
  margin-top: 26px;
}

.bo-option-label {
  display: block;
  margin-bottom: 11px;
  color: var(--bo-ink);
  font-family: var(--bo-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bo-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bo-option {
  position: relative;
  border: 1.5px solid var(--bo-line);
  border-radius: 11px;
  background: var(--bo-surface);
  color: var(--bo-ink);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 11px 16px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.bo-option:hover {
  border-color: var(--bo-blue);
  color: var(--bo-blue-3);
  transform: translateY(-2px);
}

.bo-option.is-active {
  border-color: var(--bo-navy);
  background: var(--bo-navy);
  color: var(--bo-on-dark);
  box-shadow: 0 6px 16px rgba(7, 57, 94, 0.3);
}

.bo-option.is-active::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bo-gold);
  color: var(--bo-gold-ink);
  font-size: 0.68rem;
  font-weight: 800;
  place-items: center;
}

.bo-option.is-active::before {
  content: "\2713";
  position: absolute;
  top: -7px;
  right: -3px;
  z-index: 1;
  color: var(--bo-gold-ink);
  font-size: 0.68rem;
  font-weight: 800;
}

.bo-qty-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.bo-stepper {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  border: 1.5px solid var(--bo-line);
  border-radius: 11px;
  background: var(--bo-surface);
}

.bo-stepper button {
  width: 44px;
  height: 46px;
  border: 0;
  background: transparent;
  color: var(--bo-blue-3);
  font-size: 1.2rem;
  font-weight: 800;
}

.bo-stepper button:hover {
  background: #eef4f9;
}

.bo-stepper input {
  width: 74px;
  height: 46px;
  border: 0;
  border-right: 1px solid var(--bo-line);
  border-left: 1px solid var(--bo-line);
  color: var(--bo-navy);
  font-family: var(--bo-mono);
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
  text-align: center;
}

.bo-qty-note {
  color: var(--bo-muted);
  font-size: 0.8rem;
}

.bo-deadline {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
  border: 1px solid #cfe4f4;
  border-radius: 12px;
  background: #eef7ff;
  padding: 16px 18px;
}

.bo-deadline .bo-icon {
  color: var(--bo-blue);
}

.bo-deadline b {
  color: var(--bo-navy);
  font-size: 0.92rem;
}

.bo-deadline p {
  margin: 3px 0 0;
  color: var(--bo-ink-soft);
  font-size: 0.84rem;
  line-height: 1.5;
}

.bo-buy-box {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 26px;
}

.bo-buy-box .bo-btn {
  width: 100%;
  min-height: 50px;
}

.bo-pay-note {
  color: var(--bo-muted);
  font-size: 0.8rem;
  text-align: center;
}

.bo-buy-box--purchase {
  scroll-margin-top: 96px;
  border: 1px solid #d7e6f2;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(251, 252, 254, 0.98), rgba(246, 250, 253, 0.98)),
    radial-gradient(420px 180px at 100% 0%, rgba(244, 191, 0, 0.14), transparent 62%);
  box-shadow: var(--bo-shadow-card);
  padding: 20px;
}

.bo-price-panel {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid var(--bo-line);
  padding-bottom: 16px;
}

.bo-price-panel span,
.bo-price-panel em {
  color: var(--bo-muted);
  font-size: 0.78rem;
  font-style: normal;
}

.bo-price-panel > span {
  font-family: var(--bo-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bo-price-panel strong {
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.05;
}

.bo-price-panel del {
  color: var(--bo-muted);
  font-size: 1rem;
  opacity: 0.82;
}

.bo-price-panel ins {
  text-decoration: none;
}

.bo-price-panel .bo-sale-price,
.bo-price-panel .bo-sale-price__from,
.bo-price-panel .bo-sale-price__to {
  color: inherit;
  font-size: inherit;
}

.bo-price-panel .bo-sale-price__label {
  color: var(--bo-muted);
  font-family: var(--bo-body);
  font-size: 0.78rem;
}

.bo-commerce-form form.cart {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
}

.bo-commerce-form .quantity {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border: 1.5px solid var(--bo-line);
  border-radius: 12px;
  background: var(--bo-surface);
  padding: 4px;
}

.bo-commerce-form .quantity .qty {
  width: 82px;
  min-height: 42px;
  border: 0;
  color: var(--bo-navy);
  font-family: var(--bo-mono);
  font-weight: 800;
  text-align: center;
}

.bo-commerce-form button.single_add_to_cart_button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  font-size: 0.98rem;
  text-transform: none;
}

.bo-support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 13px;
  background: linear-gradient(160deg, #13a052, var(--bo-wa));
  box-shadow: 0 8px 20px rgba(31, 179, 85, 0.28);
  color: var(--bo-on-dark);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 12px 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bo-support-link:hover {
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 179, 85, 0.38);
  transform: translateY(-2px);
}

.bo-pending-product {
  border: 1px solid #f0d98b;
  border-radius: 12px;
  background: #fff8dd;
  color: #5d4201;
  padding: 16px;
}

.bo-pending-product b {
  display: block;
  margin-bottom: 5px;
}

.bo-pending-product p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
}

.bo-personalization {
  display: block;
  overflow: hidden;
  margin: 2px 0 0;
  border: 1px solid #d7e6f2;
  border-radius: 15px;
  background: var(--bo-surface);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.bo-personalization.is-attention {
  border-color: var(--bo-gold);
  box-shadow: 0 0 0 3px rgba(230, 184, 74, 0.26);
}

.bo-personalization-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 16px;
}

.bo-personalization-toggle::-webkit-details-marker {
  display: none;
}

.bo-personalization-toggle__text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.bo-personalization-toggle__title {
  margin: 0;
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-weight: 800;
  font-size: 1.12rem;
  line-height: 1.25;
}

.bo-personalization-toggle__copy {
  display: block;
  margin: 0;
  color: var(--bo-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.bo-personalization-toggle__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  border: 1.5px solid var(--bo-blue);
  border-radius: 999px;
  color: var(--bo-blue-3);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
  padding: 10px 14px;
}

.bo-personalization-toggle__open,
.bo-personalization[open] .bo-personalization-toggle__closed {
  display: none;
}

.bo-personalization[open] .bo-personalization-toggle__open {
  display: inline;
}

.bo-personalization__body {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--bo-line);
  padding: 18px;
}

.bo-form-grid,
.bo-strip-grid,
.bo-strip-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.bo-strip-layout--strip_artwork_strip,
.bo-strip-layout--two_strips_artwork,
.bo-strip-layout--schema {
  grid-template-columns: 1fr;
}

.bo-strip-layout--strip_artwork_strip .bo-field,
.bo-strip-layout--strip_artwork_strip .bo-artwork-mode,
.bo-strip-layout--two_strips_artwork .bo-field,
.bo-strip-layout--two_strips_artwork .bo-artwork-mode,
.bo-strip-layout--schema .bo-field,
.bo-strip-layout--schema .bo-artwork-mode {
  width: 100%;
}

.bo-artwork-mode--inline {
  border-color: rgba(207, 163, 54, 0.45);
  background:
    linear-gradient(135deg, rgba(207, 163, 54, 0.1), rgba(19, 104, 166, 0.06)),
    #fbfcff;
}

.bo-form-grid--compact .bo-field:first-child {
  grid-column: 1 / -1;
}

.bo-field {
  display: grid;
  gap: 7px;
}

.bo-field > span,
.bo-artwork-mode legend {
  color: var(--bo-ink);
  font-family: var(--bo-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bo-field small {
  color: var(--bo-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.bo-field input,
.bo-field select,
.bo-field textarea,
.bo-artwork-mode input[type="file"] {
  width: 100%;
  border: 1.5px solid var(--bo-line);
  border-radius: 12px;
  background: var(--bo-surface);
  color: var(--bo-ink);
  font: inherit;
  min-height: 46px;
  padding: 11px 13px;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.bo-field textarea {
  resize: vertical;
}

.bo-field input:focus,
.bo-field select:focus,
.bo-field textarea:focus,
.bo-artwork-mode input[type="file"]:focus {
  border-color: var(--bo-blue);
  box-shadow: 0 0 0 3px rgba(19, 104, 166, 0.12);
}

.bo-artwork-mode {
  display: grid;
  gap: 10px;
  margin: 0;
  border: 1px solid #d7e6f2;
  border-radius: 12px;
  background: #f7fbfe;
  padding: 14px;
}

.bo-artwork-mode label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bo-navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.bo-artwork-mode p {
  margin: 0;
  color: var(--bo-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.bo-personalization-summary {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(19, 104, 166, 0.2);
  border-radius: 14px;
  background: var(--bo-surface);
  padding: 14px;
}

.bo-personalization-summary__head {
  display: grid;
  gap: 3px;
}

.bo-personalization-summary__head b {
  color: var(--bo-navy);
  font-size: 0.95rem;
}

.bo-personalization-summary__head span {
  color: var(--bo-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.bo-personalization-summary dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.bo-personalization-summary dl > div {
  display: grid;
  grid-template-columns: minmax(92px, 0.42fr) 1fr;
  gap: 10px;
  border-top: 1px solid var(--bo-line);
  padding-top: 8px;
}

.bo-personalization-summary dt,
.bo-personalization-summary dd {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
}

.bo-personalization-summary dt {
  color: var(--bo-muted);
  font-weight: 700;
}

.bo-personalization-summary dd {
  color: var(--bo-ink);
  font-weight: 800;
}

.bo-personalization-summary .is-pending dd {
  color: #8a4f00;
}

.bo-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--bo-ink);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.bo-check input {
  margin-top: 3px;
}

.bo-specs {
  margin-top: 22px;
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: #f8fbfd;
  padding: 16px;
}

.bo-specs h2 {
  margin: 0 0 12px;
  color: var(--bo-navy);
  font-family: var(--bo-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bo-specs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.bo-specs td {
  border-bottom: 1px solid #ebf0f4;
  padding: 11px 4px;
  vertical-align: top;
}

.bo-specs td:first-child {
  width: 42%;
  color: var(--bo-blue-3);
  font-weight: 700;
}

.bo-specs td:last-child {
  color: var(--bo-navy);
}

.bo-product-content {
  padding: 14px 0 54px;
}

.bo-product-content__inner {
  display: grid;
  gap: 24px;
  border-top: 1px solid var(--bo-line);
  padding-top: 34px;
}

.bo-product-content__intro {
  max-width: 840px;
}

.bo-product-content__intro h2 {
  margin: 10px 0 12px;
  color: var(--bo-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.16;
}

.bo-product-content__intro p,
.bo-product-content__description {
  color: var(--bo-ink-soft);
  font-size: 1rem;
  line-height: 1.68;
}

.bo-product-content__description p {
  margin: 10px 0 0;
}

.bo-product-content__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bo-product-content__card {
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  padding: 18px;
}

.bo-product-content__card h3 {
  margin: 0 0 9px;
  color: var(--bo-navy);
  font-size: 1rem;
  line-height: 1.25;
}

.bo-product-content__card p {
  margin: 0;
  color: var(--bo-ink-soft);
  font-size: 0.92rem;
  line-height: 1.58;
}

.bo-related {
  padding: 20px 0 90px;
}

/* Woo fallback surfaces */
.woocommerce main,
.woocommerce-page main,
.woocommerce-cart .wp-site-blocks,
.woocommerce-checkout .wp-site-blocks {
  color: var(--bo-ink);
}

.woocommerce-notices-wrapper,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-order,
.woocommerce-account .woocommerce,
.bo-page-body > .woocommerce {
  border: 1px solid var(--bo-line);
  border-radius: var(--bo-radius);
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  padding: 22px;
}

.woocommerce table.shop_table {
  border-color: var(--bo-line);
  border-radius: var(--bo-radius);
  overflow: hidden;
}

.woocommerce table.shop_table td.product-name {
  min-width: 260px;
}

.woocommerce table.shop_table td.product-thumbnail img {
  width: 76px;
  border: 1px solid var(--bo-line);
  border-radius: 10px;
  background: var(--bo-surface-dim);
}

.woocommerce table.shop_table td.product-name dl.variation {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 5px 10px;
  margin: 10px 0 0;
  color: var(--bo-ink-soft);
  font-size: 0.9rem;
  line-height: 1.35;
}

.woocommerce table.shop_table td.product-name dl.variation dt,
.woocommerce table.shop_table td.product-name dl.variation dd {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

.woocommerce table.shop_table td.product-name dl.variation dt {
  color: var(--bo-blue-3);
  font-weight: 800;
}

.woocommerce table.shop_table td.product-name dl.variation dd p {
  margin: 0;
}

.woocommerce-cart .bo-page-body > .woocommerce,
.woocommerce-cart .woocommerce-notices-wrapper {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.woocommerce-checkout .bo-page-body > .woocommerce,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout form.checkout {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.woocommerce-checkout main .woocommerce,
.woocommerce-checkout .bo-page-body > .woocommerce {
  width: 100%;
  max-width: none;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 12px;
}

.woocommerce-cart .woocommerce-message {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin: 0 0 12px;
  padding: 14px 16px 14px 48px;
  box-shadow: none;
}

.woocommerce-cart .woocommerce-message::before {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-cart .woocommerce-message .button.wc-forward {
  display: none;
}

.woocommerce-cart .woocommerce-message a.button,
.woocommerce-cart .woocommerce-message a,
.woocommerce-cart .woocommerce-message .wc-forward {
  display: none !important;
}

.woocommerce-cart .wc-block-components-notice-banner__content > a.button.wc-forward:not(.checkout-button) {
  display: none !important;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart_totals {
  border-radius: 16px;
  padding: 18px;
}

.woocommerce-cart .shop_table.cart {
  margin: 0;
}

.woocommerce-cart table.cart td.actions {
  background: #f8fbfd;
  padding: 16px;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 520px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(48vw, 220px);
  min-width: 180px;
  margin: 0;
}

.woocommerce-cart table.cart td.actions button[name="update_cart"] {
  float: right;
  margin-left: 12px;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 18px;
}

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: min(100%, 430px);
  margin-left: auto;
}

.woocommerce-cart .cart_totals h2 {
  margin-top: 0;
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 1.32rem;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 14px;
  line-height: 1.2;
}

.bo-cart-review-link {
  margin: 10px 0 0;
  font-size: 0.86rem;
  font-weight: 800;
}

.bo-cart-review-link a {
  color: var(--bo-blue-3);
  text-decoration: none;
}

.bo-cart-review-link a:hover {
  color: var(--bo-navy);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce form .form-row input.input-text {
  border: 1.5px solid var(--bo-line);
  border-radius: 11px;
  min-height: 44px;
  padding: 10px 12px;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.56fr);
  align-items: start;
  gap: 24px;
}

.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.woocommerce-checkout form.checkout .col2-set {
  display: grid;
  gap: 18px;
  width: 100%;
}

.woocommerce-checkout form.checkout .col2-set::before,
.woocommerce-checkout form.checkout .col2-set::after {
  display: none;
}

.woocommerce-checkout form.checkout .col2-set .col-1,
.woocommerce-checkout form.checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  border: 1px solid var(--bo-line);
  border-radius: 16px;
  background: #f8fbfd;
  box-shadow: var(--bo-shadow-card);
  padding: 22px;
}

.woocommerce-checkout form.checkout h3 {
  margin-top: 0;
  color: var(--bo-navy);
  font-family: var(--bo-display);
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  align-self: start;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 94px;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin-top: 54px;
  border: 1px solid var(--bo-line);
  border-radius: 16px;
  background: #f8fbfd;
  box-shadow: var(--bo-shadow-card);
  padding: 18px;
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 12px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
  border-radius: 12px;
  box-shadow: none;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  table-layout: fixed;
  margin-bottom: 18px !important;
  background: transparent;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  border-right: 0;
  border-left: 0;
  padding: 12px 0;
  vertical-align: top;
}

.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table td.product-total {
  width: 118px;
  text-align: right;
}

.woocommerce-checkout-review-order-table .product-name {
  min-width: 0 !important;
  color: var(--bo-navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.woocommerce-checkout-review-order-table dl.variation {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  margin-top: 8px;
  font-size: 0.78rem;
}

.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dd {
  float: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-review-order-table dl.variation dt {
  color: var(--bo-blue-3);
}

.woocommerce-checkout #payment {
  border-radius: 14px;
  background: transparent;
}

.woocommerce-checkout #payment div.payment_box {
  border-radius: 12px;
  background: #eef4f9;
  color: var(--bo-ink-soft);
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
  margin-top: 12px;
}

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

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce form.track_order,
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout #customer_details .create-account {
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: #f8fbfd;
  color: var(--bo-ink);
  padding: 18px;
}

.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 16px;
  border: 0;
  border-top: 1px solid var(--bo-line);
  border-radius: 0;
  background: transparent;
  padding: 16px 0 0;
}

.woocommerce-checkout #customer_details .create-account {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce form.track_order {
  margin: 0;
}

.woocommerce form.track_order {
  display: grid;
  gap: 14px;
}

.woocommerce form.track_order .form-row-first,
.woocommerce form.track_order .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce form.track_order .clear {
  display: none;
}

.woocommerce .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.woocommerce .u-columns::before,
.woocommerce .u-columns::after {
  display: none;
}

.woocommerce .u-columns .u-column1,
.woocommerce .u-columns .u-column2 {
  float: none;
  width: 100%;
}

body.logged-in.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  position: sticky;
  top: 98px;
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  padding: 8px;
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-radius: 10px;
  color: var(--bo-ink-soft);
  font-weight: 800;
  line-height: 1.25;
  padding: 11px 12px;
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: var(--bo-navy);
  color: var(--bo-on-dark);
}

.woocommerce-MyAccount-content {
  min-width: 0;
  max-width: 900px;
}

.woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
  max-width: 66ch;
  color: var(--bo-ink);
  font-size: 1.02rem;
  line-height: 1.62;
}

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3,
.woocommerce form.track_order h2 {
  color: var(--bo-navy);
  font-family: var(--bo-display);
}

.woocommerce form .form-row label,
.woocommerce-form-row label,
.woocommerce-address-fields label {
  color: var(--bo-blue-3);
  font-weight: 800;
}

.bo-cep-status {
  display: block;
  margin-top: 7px;
  color: var(--bo-muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.bo-cep-status.is-success {
  color: #0f6b38;
}

.bo-cep-status.is-error {
  color: #b3261e;
}

.woocommerce form .form-row {
  margin: 0 0 16px;
  padding: 0;
}

.woocommerce .woocommerce-form-login__rememberme,
.woocommerce .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-account-fields label.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bo-ink);
  font-weight: 800;
}

.woocommerce .woocommerce-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(160deg, var(--bo-gold-2), var(--bo-gold) 55%, #d9a800);
  color: var(--bo-gold-ink);
  font-weight: 900;
  min-height: 44px;
  padding: 12px 18px;
}

.woocommerce fieldset {
  margin: 22px 0 18px;
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: #f8fbfd;
  padding: 18px 20px 4px;
}

.woocommerce fieldset legend {
  margin-left: -8px;
  padding: 0 8px;
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 1rem;
  font-weight: 800;
}

.woocommerce .woocommerce-EditAccountForm,
.woocommerce-address-fields,
.woocommerce-address-fields__field-wrapper,
.woocommerce form.lost_reset_password {
  max-width: 760px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: #f8fbfd;
  color: var(--bo-ink);
  box-shadow: var(--bo-shadow-card);
}

.woocommerce-error {
  border-color: rgba(179, 38, 30, 0.34);
  background: #fff5f3;
}

.woocommerce-message {
  border-color: rgba(15, 107, 56, 0.28);
  background: #f1faf4;
}

.woocommerce-info a,
.woocommerce-error a,
.woocommerce-message a {
  color: var(--bo-blue-3);
  font-weight: 900;
}

.woocommerce-account table.my_account_orders,
.woocommerce-account .woocommerce-orders-table {
  width: 100%;
  margin-top: 0;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
  padding: 14px 16px;
}

.woocommerce-account .woocommerce-orders-table .button {
  min-height: 40px;
}

.woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.woocommerce-Addresses::before,
.woocommerce-Addresses::after {
  display: none;
}

.woocommerce-Addresses .woocommerce-Address {
  float: none;
  width: 100%;
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  padding: 18px;
}

.woocommerce-Address-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.woocommerce-Address-title::before,
.woocommerce-Address-title::after {
  display: none;
}

.woocommerce-Address-title h2 {
  margin: 0;
  color: var(--bo-navy);
  font-size: 1.35rem;
  line-height: 1.15;
}

.woocommerce-Address-title .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 40px;
  min-width: 104px;
  border: 1px solid rgba(36, 79, 122, 0.22);
  border-radius: 999px;
  background: #edf4fa;
  color: var(--bo-blue-3);
  font-size: 0;
  font-weight: 900;
  padding: 8px 13px;
  text-decoration: none;
}

.woocommerce-Address-title .edit::before {
  content: "Adicionar";
  font-size: 0.86rem;
}

.woocommerce-Address address {
  margin-top: 16px;
  color: var(--bo-ink-soft);
  font-size: 1rem;
  line-height: 1.62;
}

.bo-account-dashboard {
  margin-bottom: 24px;
  border: 1px solid var(--bo-line);
  border-radius: 16px;
  background:
    radial-gradient(540px 220px at 95% 0%, rgba(230, 184, 74, 0.16), transparent 62%),
    linear-gradient(180deg, #fbfcfe, #f3f7fb);
  padding: 22px;
}

.bo-account-dashboard__head h2 {
  margin: 8px 0 0;
  color: var(--bo-navy);
  font-size: 1.35rem;
}

.bo-account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.bo-account-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  background: var(--bo-surface);
  color: var(--bo-ink-soft);
  padding: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bo-account-card:hover {
  border-color: rgba(36, 79, 122, 0.35);
  box-shadow: var(--bo-shadow-card);
  transform: translateY(-2px);
}

.bo-account-card .bo-icon {
  color: var(--bo-gold-deep);
}

.bo-account-card strong {
  color: var(--bo-navy);
  font-family: var(--bo-display);
}

.bo-account-card span {
  font-size: 0.9rem;
  line-height: 1.45;
}

.bo-account-dashboard__support {
  margin: 18px 0 0;
  color: var(--bo-ink-soft);
  font-weight: 700;
}

.bo-account-dashboard__support a {
  color: var(--bo-blue-3);
  font-weight: 900;
}

.bo-order-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  border: 1px solid rgba(15, 107, 56, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 107, 56, 0.08), rgba(230, 184, 74, 0.12));
  padding: 18px;
}

.bo-order-support strong {
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 1.02rem;
}

.bo-order-support p {
  max-width: 58ch;
  margin: 6px 0 0;
  color: var(--bo-ink-soft);
}

.bo-order-support .bo-btn {
  flex: 0 0 auto;
  padding: 12px 16px;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  --wp--preset--color--contrast: var(--bo-navy);
  --wp--preset--color--base: var(--bo-surface);
  --wp--preset--color--secondary: var(--bo-ink-soft);
  color: var(--bo-ink);
}

.wc-block-components-sidebar-layout {
  gap: 24px;
}

.wc-block-cart,
.wc-block-checkout {
  border: 1px solid var(--bo-line);
  border-radius: var(--bo-radius);
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  padding: 22px;
}

.wc-block-components-main,
.wc-block-components-sidebar {
  border-radius: 14px;
}

.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-checkout-step,
.wc-block-cart-items,
.wc-block-cart__totals-title {
  border-color: var(--bo-line) !important;
}

.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-cart__totals-title,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-order-summary__button-text,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  color: var(--bo-navy) !important;
}

.wc-block-components-checkout-step__description,
.wc-block-components-product-metadata,
.wc-block-components-product-metadata__description,
.wc-block-components-product-details,
.wc-block-components-product-details li,
.wc-block-components-product-details__name,
.wc-block-components-product-details__value,
.wc-block-components-address-card__address-section,
.wc-block-components-radio-control__description,
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-shipping-rates-control__package,
.wc-block-cart-item__prices,
.wc-block-components-order-summary-item__quantity,
.wc-block-formatted-money-amount,
.wc-block-components-totals-coupon__content {
  color: var(--bo-ink-soft) !important;
}

.wc-block-components-product-name,
.wc-block-cart-items__row .wc-block-components-product-name {
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-weight: 800;
}

.wc-block-components-product-details__name {
  color: var(--bo-blue-3);
  font-weight: 800;
}

.wc-block-components-button:not(.is-link),
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  border-radius: 14px !important;
  background: linear-gradient(160deg, var(--bo-gold-2), var(--bo-gold) 55%, #d9a800) !important;
  color: var(--bo-gold-ink) !important;
  font-weight: 900 !important;
  min-height: 50px;
  text-decoration: none !important;
}

.wc-block-components-button:not(.is-link):hover {
  box-shadow: 0 10px 22px rgba(244, 191, 0, 0.32);
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-select .wc-block-components-select__select {
  border: 1.5px solid var(--bo-line) !important;
  border-radius: 12px !important;
  background-color: var(--bo-surface) !important;
  color: var(--bo-ink) !important;
  min-height: 48px;
}

.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-components-select label,
.wc-block-components-form .wc-block-components-text-input label {
  color: var(--bo-ink) !important;
  font-weight: 700 !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-text-input input:focus,
.wc-block-components-select .wc-block-components-select__select:focus {
  border-color: var(--bo-blue-3) !important;
  box-shadow: 0 0 0 3px rgba(10, 47, 82, 0.16) !important;
}

.wc-block-components-notice-banner {
  border-color: var(--bo-line) !important;
  color: var(--bo-ink) !important;
}

.wc-block-components-notice-banner a {
  color: var(--bo-blue-3) !important;
  font-weight: 800;
}

.wc-block-components-notices__snackbar {
  right: 24px !important;
  bottom: auto !important;
  left: auto !important;
  top: 92px !important;
  z-index: 65 !important;
  max-width: min(420px, calc(100vw - 48px)) !important;
  max-height: min(360px, calc(100vh - 120px)) !important;
  overflow: auto !important;
  border-radius: 14px !important;
  box-shadow: var(--bo-shadow-hover) !important;
}

.wc-block-cart__empty-cart__title {
  color: var(--bo-navy);
  font-family: var(--bo-display);
}

.wc-block-cart__empty-cart__title + .wc-block-cart__empty-cart__description,
.wc-block-components-notice-banner {
  border-radius: 12px;
}

.woocommerce-order {
  max-width: 960px;
  margin-inline: auto;
}

.woocommerce-order-overview {
  display: grid;
  gap: 10px;
  border-radius: 14px;
  background: #f5f9fc;
  padding: 18px;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-order h2 {
  color: var(--bo-navy);
  font-family: var(--bo-display);
}

.bo-page-content {
  padding: 44px 0 80px;
}

.bo-page-title {
  margin-bottom: 28px;
}

.bo-page-title h1 {
  margin: 10px 0 0;
  color: var(--bo-navy);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.bo-page-body {
  border-radius: var(--bo-radius);
}

.bo-page-body > *:first-child {
  margin-top: 0;
}

.bo-page-body > *:last-child {
  margin-bottom: 0;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  border: 1px solid var(--bo-line);
  border-radius: var(--bo-radius);
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  padding: 16px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border-color: var(--bo-line);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.page-numbers {
  color: var(--bo-blue-3);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.page-numbers.current {
  background: var(--bo-navy);
  color: var(--bo-on-dark) !important;
  border-color: var(--bo-navy);
}

.woocommerce nav.woocommerce-pagination.bo-pagination--fallback {
  display: none;
}

.bo-infinite-scroll {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  gap: 12px;
  padding: 30px 0 8px;
}

.bo-infinite-scroll__button {
  min-width: min(100%, 280px);
  padding: 13px 24px;
}

.bo-infinite-scroll__button:disabled {
  cursor: progress;
  opacity: 0.72;
  transform: none;
}

.bo-infinite-scroll__status {
  min-height: 20px;
  color: var(--bo-muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.bo-infinite-scroll__sentinel {
  width: 1px;
  height: 1px;
}

.bo-catalog-results.is-loading-more .bo-product-grid {
  cursor: progress;
}

/* Mini-cart drawer */
body.bo-cart-open {
  overflow: hidden;
}

.bo-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(2, 11, 31, 0.48);
  opacity: 0;
  transition: opacity 260ms ease;
}

.bo-cart-overlay.is-open {
  opacity: 1;
}

.bo-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  width: min(430px, 100vw);
  background: var(--bo-surface);
  box-shadow: -24px 0 64px rgba(2, 11, 31, 0.24);
  color: var(--bo-ink);
  transform: translateX(105%);
  transition: transform 340ms cubic-bezier(0.2, 0.8, 0.25, 1);
}

.admin-bar .bo-cart-drawer {
  top: 32px;
}

.bo-cart-drawer.is-open {
  transform: none;
}

.bo-cart-drawer.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(251, 252, 254, 0.56);
  pointer-events: none;
}

.bo-cart-drawer__content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.bo-cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--bo-line);
  padding: 20px 22px;
}

.bo-cart-drawer__head strong {
  display: block;
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 1.08rem;
}

.bo-cart-drawer__head span {
  display: block;
  margin-top: 2px;
  color: var(--bo-muted);
  font-family: var(--bo-mono);
  font-size: 0.72rem;
}

.bo-cart-drawer__close {
  display: grid;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: #eef2f6;
  color: var(--bo-blue-3);
  font-size: 1.45rem;
  line-height: 1;
  place-items: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.bo-cart-drawer__close:hover {
  background: var(--bo-navy);
  color: var(--bo-on-dark);
  transform: translateY(-1px);
}

.bo-cart-drawer__items {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 8px 22px;
}

.bo-cart-drawer__item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid #e8eef4;
  padding: 16px 0;
}

.bo-cart-drawer__thumb {
  display: block;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border: 1px solid var(--bo-line);
  border-radius: 12px;
  background: var(--bo-surface-dim);
}

.bo-cart-drawer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bo-cart-drawer__name {
  display: block;
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.bo-cart-drawer__meta {
  margin-top: 7px;
  color: var(--bo-ink-soft);
  font-size: 0.78rem;
  line-height: 1.35;
}

.bo-cart-drawer__meta dl,
.bo-cart-drawer__meta dt,
.bo-cart-drawer__meta dd,
.bo-cart-drawer__meta p {
  margin: 0;
}

.bo-cart-drawer__meta dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 3px 8px;
}

.bo-cart-drawer__meta dt {
  color: var(--bo-blue-3);
  font-weight: 800;
}

.bo-cart-drawer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.bo-cart-drawer__stepper {
  display: inline-flex;
  overflow: hidden;
  border: 1.5px solid var(--bo-line);
  border-radius: 10px;
  background: var(--bo-white);
}

.bo-cart-drawer__stepper button,
.bo-cart-drawer__stepper span {
  display: grid;
  min-width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--bo-blue-3);
  font-weight: 900;
  line-height: 1;
  place-items: center;
}

.bo-cart-drawer__stepper button:hover:not(:disabled) {
  background: #eaf3fa;
}

.bo-cart-drawer__stepper button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.bo-cart-drawer__price {
  color: var(--bo-navy);
  font-size: 0.92rem;
}

.bo-cart-drawer__remove {
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #a5222d;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0;
}

.bo-cart-drawer__remove:hover {
  color: #771923;
}

.bo-cart-drawer__foot {
  border-top: 1px solid var(--bo-line);
  background: #f5f8fb;
  padding: 18px 22px 22px;
}

.bo-cart-drawer__subtotal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: var(--bo-navy);
  font-weight: 800;
}

.bo-cart-drawer__subtotal strong {
  font-size: 1.15rem;
}

.bo-cart-drawer__foot p {
  margin: 6px 0 14px;
  color: var(--bo-muted);
  font-size: 0.78rem;
}

.bo-cart-drawer__foot .bo-btn {
  width: 100%;
}

.bo-cart-drawer__cart-link {
  display: block;
  margin-top: 12px;
  color: var(--bo-blue-3);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: center;
}

.bo-cart-drawer__empty {
  display: grid;
  flex: 1;
  align-content: center;
  justify-items: center;
  padding: 48px 24px;
  text-align: center;
}

.bo-cart-drawer__empty-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: #eef4f9;
  color: var(--bo-blue-3);
  place-items: center;
}

.bo-cart-drawer__empty strong {
  color: var(--bo-navy);
  font-family: var(--bo-display);
  font-size: 1rem;
}

.bo-cart-drawer__empty p {
  max-width: 30ch;
  margin: 8px 0 18px;
  color: var(--bo-ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.bo-cart-drawer__empty-actions {
  display: grid;
  width: 100%;
  max-width: 290px;
  gap: 10px;
}

.bo-toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 140;
  max-width: min(420px, calc(100vw - 32px));
  border-radius: 12px;
  background: var(--bo-navy);
  box-shadow: 0 16px 40px rgba(2, 11, 31, 0.34);
  color: var(--bo-on-dark);
  font-size: 0.86rem;
  font-weight: 800;
  opacity: 0;
  padding: 12px 18px;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.bo-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Footer and global CTA */
.site-footer,
.bo-footer {
  background: var(--bo-navy-deep);
  color: var(--bo-on-dark-soft);
  padding: 56px 0 34px;
}

.bo-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 36px;
}

.bo-footer .bo-brand-name {
  color: var(--bo-on-dark);
}

.bo-footer .bo-brand-name em {
  color: var(--bo-gold-2);
}

.bo-footer p {
  max-width: 34ch;
  margin: 14px 0 0;
  font-size: 0.86rem;
  line-height: 1.6;
}

.bo-footer h2 {
  margin: 0 0 16px;
  color: var(--bo-gold);
  font-family: var(--bo-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bo-footer a,
.bo-footer span {
  display: block;
  padding: 5px 0;
  font-size: 0.88rem;
  transition: color 180ms ease, transform 180ms ease;
}

.bo-footer a:hover {
  color: var(--bo-on-dark);
  transform: translateX(3px);
}

.bo-footer__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding-top: 24px;
  font-family: var(--bo-mono);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bo-fab-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(160deg, #127b41, var(--bo-wa));
  box-shadow: 0 12px 28px rgba(31, 179, 85, 0.45);
  color: var(--bo-on-dark);
  place-items: center;
  transition: transform 200ms ease;
}

.bo-fab-wa:hover {
  color: #ffffff;
  transform: scale(1.08) translateY(-3px);
}

.bo-fab-wa::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(31, 179, 85, 0.5);
  border-radius: 50%;
  animation: bo-pulse 2.2s ease-out infinite;
}

@keyframes bo-pulse {
  0% {
    opacity: 0.9;
    transform: scale(0.85);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

.bo-fab-wa .bo-icon {
  width: 30px;
  height: 30px;
}

.bo-fab-label {
  position: fixed;
  right: 94px;
  bottom: 36px;
  z-index: 80;
  border: 1px solid var(--bo-line);
  border-radius: 10px;
  background: var(--bo-surface);
  box-shadow: var(--bo-shadow-card);
  color: var(--bo-navy);
  font-size: 0.8rem;
  font-weight: 800;
  opacity: 0;
  padding: 9px 14px;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 250ms ease, transform 250ms ease;
}

.bo-fab-wa:hover + .bo-fab-label,
.bo-show-fab-label .bo-fab-label {
  opacity: 1;
  transform: none;
}

.bo-product-page .bo-fab-wa {
  bottom: 104px;
}

.bo-product-page .bo-fab-label {
  bottom: 118px;
}

.bo-sticky-purchase {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 70;
  display: none;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--bo-line);
  background: rgba(251, 252, 254, 0.97);
  box-shadow: 0 -8px 26px rgba(10, 74, 122, 0.12);
  padding: 12px 18px max(12px, env(safe-area-inset-bottom));
  transform: translateY(110%);
  transition: transform 350ms cubic-bezier(0.2, 0.8, 0.3, 1);
  backdrop-filter: blur(10px);
}

.woocommerce-checkout .bo-fab-wa,
.woocommerce-checkout .bo-fab-label,
.woocommerce-cart .bo-fab-wa,
.woocommerce-cart .bo-fab-label,
.bo-account-page .bo-fab-wa,
.bo-account-page .bo-fab-label,
.bo-order-tracking-page .bo-fab-wa,
.bo-order-tracking-page .bo-fab-label {
  display: none;
}

.bo-sticky-purchase.is-visible {
  transform: none;
}

.bo-sticky-purchase__name {
  flex: 1;
  color: var(--bo-navy);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.bo-sticky-purchase__name span {
  display: block;
  color: var(--bo-ink-soft);
  font-family: var(--bo-mono);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}

.bo-sticky-purchase .bo-btn {
  min-height: 42px;
  padding: 11px 18px;
  font-size: 0.84rem;
}

/* Responsive */
@media (max-width: 1020px) {
  .bo-hero__grid,
  .bo-product-layout,
  .bo-v2-slide__grid,
  .bo-final-cta {
    grid-template-columns: 1fr;
  }

  .bo-hero__grid {
    gap: 20px;
    padding: 56px 0 40px;
  }

  .bo-hero-visual {
    order: -1;
    min-height: 340px;
  }

  .bo-v2-banner {
    min-height: auto;
  }

  .bo-v2-slide {
    position: relative;
    display: none;
    min-height: auto;
  }

  .bo-v2-slide.is-active {
    display: grid;
  }

  .bo-v2-slide__grid {
    gap: 22px;
    padding: 46px 0 104px;
  }

  .bo-v2-slide__visual {
    order: -1;
    min-height: 300px;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout form.checkout #customer_details,
  .woocommerce-checkout #order_review {
    grid-column: auto;
    grid-row: auto;
  }

  .woocommerce-checkout #order_review {
    position: static;
    margin-top: 0;
  }

  .bo-product-grid,
  .bo-stats,
  .bo-steps,
  .bo-catalog-layout .bo-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bo-quotes,
  .bo-duo {
    grid-template-columns: 1fr;
  }

  .bo-trustbar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bo-gallery {
    position: static;
  }

  .bo-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bo-nav {
    display: none;
  }

  .bo-header-search {
    flex: 1;
    width: auto;
  }

  .bo-step::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .admin-bar .site-header,
  .admin-bar .bo-header {
    top: 46px;
  }

  .admin-bar .bo-cart-drawer {
    top: 46px;
  }

  .bo-wrap {
    width: min(100% - 32px, 1200px);
  }

  .bo-header__inner {
    gap: 12px;
    min-height: 64px;
  }

  .bo-brand-mark {
    width: 42px;
    height: 42px;
  }

  .bo-brand-name {
    font-size: 0.86rem;
  }

  .bo-brand-name em {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bo-header .bo-btn--gold,
  .bo-header-search {
    display: none;
  }

  .bo-account-link {
    margin-left: auto;
    min-width: 44px;
    padding: 10px;
  }

  .bo-account-link span {
    display: none;
  }

  .bo-cart-link {
    margin-left: 0;
    min-width: 44px;
    padding: 10px;
  }

  .bo-cart-link span {
    display: none;
  }

  .bo-cart-drawer {
    width: 100vw;
  }

  .bo-v2-notice {
    min-height: 36px;
    font-size: 0.7rem;
    padding-inline: 18px;
  }

  .bo-v2-slide__grid {
    gap: 16px;
    padding: 22px 0 92px;
  }

  .bo-cart-drawer__items {
    padding-inline: 16px;
  }

  .bo-cart-drawer__head,
  .bo-cart-drawer__foot {
    padding-inline: 18px;
  }

  .bo-hero h1 {
    font-size: 2.2rem;
  }

  .bo-v2-slide h1 {
    font-size: clamp(2rem, 10.4vw, 2.45rem);
    line-height: 1.04;
  }

  .bo-v2-slide p {
    font-size: 0.98rem;
  }

  .bo-v2-slide__actions {
    flex-direction: column;
  }

  .bo-v2-slide__actions .bo-btn {
    width: 100%;
  }

  .bo-v2-slide__visual {
    min-height: 210px;
  }

  .bo-v2-slide__visual::before {
    width: min(282px, 84vw);
  }

  .bo-v2-slide__visual .bo-pv,
  .bo-v2-slide__visual .bo-product-placeholder {
    transform: scale(0.86);
  }

  .bo-v2-product-image {
    width: min(260px, 76vw);
    max-height: 310px;
  }

  .bo-hero__lead {
    font-size: 0.98rem;
  }

  .bo-hero-search {
    flex-direction: column;
  }

  .bo-hero-search button {
    min-height: 46px;
  }

  .bo-section {
    padding: 54px 0;
  }

  .bo-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bo-product-grid,
  .bo-catalog-layout .bo-product-grid,
  .bo-steps,
  .bo-catalog-layout,
  .woocommerce ul.products,
  .bo-form-grid,
  .bo-strip-grid,
  .bo-strip-layout {
    grid-template-columns: 1fr;
  }

  .bo-empty {
    padding: 42px 18px 28px;
  }

  .bo-empty--cart {
    min-height: 0;
    padding-top: 38px;
  }

  .bo-empty__actions {
    width: 100%;
  }

  .bo-empty__actions .bo-btn {
    width: 100%;
  }

  .bo-empty__reassurance {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .bo-empty__reassurance span {
    justify-content: flex-start;
    border-radius: 12px;
    padding-inline: 14px;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart_totals {
    padding: 16px;
  }

  .woocommerce-cart .woocommerce-message {
    display: block;
    min-height: 0;
    padding: 14px 14px 14px 44px;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .woocommerce-cart table.shop_table {
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .woocommerce-cart table.shop_table_responsive tr {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--bo-line);
    border-radius: 14px;
    background: var(--bo-surface);
  }

  .woocommerce-cart table.shop_table_responsive tr:last-child {
    margin-bottom: 0;
  }

  .woocommerce-cart table.shop_table_responsive tr td {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    min-height: 46px;
    border-bottom: 1px solid #e1e7ee;
    padding: 12px 14px !important;
    color: var(--bo-ink);
    text-align: right !important;
  }

  .woocommerce-cart table.shop_table_responsive tr td:last-child {
    border-bottom: 0;
  }

  .woocommerce-cart table.shop_table_responsive tr td::before {
    flex: 0 0 38%;
    color: var(--bo-blue-3);
    float: none !important;
    font-weight: 900;
    text-align: left;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail {
    display: none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-remove {
    justify-content: flex-start;
    min-height: 44px;
    padding-bottom: 8px !important;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-cart table.shop_table_responsive tr td.actions::before {
    display: none;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff5f3;
    color: #b3261e !important;
    font-size: 1.2rem;
    line-height: 1;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-name {
    display: block !important;
    min-width: 0;
    text-align: left !important;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-name::before {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-name > a {
    display: block;
    color: var(--bo-navy);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
  }

  .woocommerce-cart table.shop_table td.product-name dl.variation {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 12px;
    border-radius: 12px;
    background: #f7fafc;
    padding: 12px;
    text-align: left;
  }

  .woocommerce-cart table.shop_table td.product-name dl.variation dt {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .woocommerce-cart table.shop_table td.product-name dl.variation dd {
    margin-bottom: 7px;
    color: var(--bo-ink);
  }

  .woocommerce-cart table.shop_table td.product-name dl.variation dd:last-child {
    margin-bottom: 0;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-price,
  .woocommerce-cart table.shop_table_responsive tr td.product-subtotal {
    align-items: center;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-price .amount,
  .woocommerce-cart table.shop_table_responsive tr td.product-subtotal .amount {
    color: var(--bo-navy);
    font-weight: 900;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-quantity {
    align-items: center;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-quantity .quantity {
    margin-left: auto;
  }

  .woocommerce-cart table.shop_table_responsive tr td.product-quantity .qty {
    width: 58px;
    min-height: 42px;
    text-align: center;
  }

  .woocommerce-cart table.cart td.actions {
    display: block !important;
    background: transparent;
    padding: 14px !important;
    text-align: left !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    gap: 8px;
  }

  .woocommerce-cart table.cart td.actions .coupon::before,
  .woocommerce-cart table.cart td.actions .coupon::after {
    display: none;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    display: block;
    float: none !important;
    width: 100% !important;
    min-width: 0;
    max-width: none;
    min-height: 46px;
  }

  .woocommerce-cart table.cart td.actions .coupon .button {
    display: flex;
    float: none !important;
    width: 100%;
    min-height: 46px;
    padding-inline: 10px;
  }

  .woocommerce-cart table.cart td.actions button[name="update_cart"] {
    float: none;
    width: 100%;
    margin: 10px 0 0;
  }

  .woocommerce-cart .cart-collaterals {
    margin-top: 14px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive tr {
    margin-bottom: 0;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive tr.shipping td {
    display: block !important;
    text-align: left !important;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive tr.shipping td::before {
    display: block;
    margin-bottom: 8px;
  }

  .woocommerce-cart .cart_totals .woocommerce-shipping-methods,
  .woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  .woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
    text-align: left;
  }

  .woocommerce-cart .cart_totals h2 {
    font-size: 1.18rem;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 64px;
    font-size: 1.05rem !important;
  }

  .bo-buy-box--purchase,
  .wc-block-cart,
  .wc-block-checkout,
  .woocommerce-account .woocommerce,
  .bo-account-dashboard {
    padding: 16px;
  }

  body.logged-in.woocommerce-account .woocommerce,
  .woocommerce .u-columns,
  .bo-account-dashboard__grid {
    grid-template-columns: 1fr;
  }

  body.logged-in.woocommerce-account .woocommerce {
    display: block;
  }

  .woocommerce-MyAccount-navigation {
    position: static;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
  }

  .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .woocommerce-MyAccount-navigation .is-active {
    order: -1;
  }

  .woocommerce-MyAccount-navigation a {
    white-space: nowrap;
  }

  .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .woocommerce-Address-title {
    flex-direction: column;
  }

  .woocommerce-Address-title .edit {
    width: 100%;
  }

  .bo-commerce-form .quantity {
    width: 100%;
    justify-content: center;
  }

  .bo-commerce-form .quantity .qty {
    width: 100%;
  }

  .bo-personalization-toggle {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .bo-personalization-toggle__cta {
    width: 100%;
  }

  .bo-personalization__body {
    gap: 14px;
    padding: 14px;
  }

  .bo-personalization-summary dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .bo-product-content {
    padding-bottom: 42px;
  }

  .bo-product-content__inner {
    padding-top: 26px;
  }

  .bo-product-content__grid {
    grid-template-columns: 1fr;
  }

  .bo-sticky-purchase {
    gap: 8px;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
  }

  .bo-sticky-purchase .bo-btn {
    max-width: 46vw;
    padding-inline: 12px;
    text-align: center;
  }

  .bo-stats,
  .bo-trustbar__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bo-filters {
    position: static;
  }

  .bo-filter-panel summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
  }

  .bo-filter-panel summary::after {
    content: "+";
    font-size: 1.25rem;
    line-height: 1;
  }

  .bo-filter-panel[open] summary::after {
    content: "-";
  }

  .bo-filter-panel:not([open]) > :not(summary) {
    display: none;
  }

  .bo-catalog-top,
  .bo-catalog-search-form,
  .bo-catalog-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .bo-catalog-search-form,
  .bo-catalog-tools {
    width: 100%;
  }

  .bo-footer__grid {
    grid-template-columns: 1fr;
  }

  .bo-final-cta {
    padding: 40px 30px;
  }

  .bo-fab-wa {
    bottom: 86px;
  }

  body.home .bo-fab-wa {
    display: none;
  }

  .bo-product-page .bo-fab-wa {
    bottom: 98px;
  }

  .bo-product-page .bo-fab-label {
    bottom: 112px;
  }

  .wc-block-components-notices__snackbar {
    right: 16px !important;
    left: 16px !important;
    top: 74px !important;
    max-width: none !important;
    max-height: 52vh !important;
  }

  .bo-fab-label {
    display: none;
  }

  .bo-product-layout {
    padding-bottom: 36px;
  }

  .bo-order-support {
    align-items: stretch;
    flex-direction: column;
  }

  .bo-order-support .bo-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bo-site *,
  body.bo-site *::before,
  body.bo-site *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001s !important;
  }
}
