:root {
  --bpc-ivory: #f7f3eb;
  --bpc-ivory-soft: #fbf9f5;
  --bpc-stone: #e9e1d4;
  --bpc-taupe: #a58e75;
  --bpc-espresso: #2b211a;
  --bpc-title-brown: #5a3b2e;
  --bpc-ink: #171310;
  --bpc-line: rgba(43, 33, 26, 0.15);
  --bpc-serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --bpc-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --bpc-header-h: 82px;
}

body.bpc-ivory-active {
  background: var(--bpc-ivory-soft) !important;
  color: var(--bpc-ink) !important;
  font-family: var(--bpc-sans);
}

body.bpc-ivory-active #promo-outer,
body.bpc-ivory-active > .bp-header,
body.bpc-ivory-active > .bp-mobile-overlay,
body.bpc-ivory-active > .bp-mobile-panel,
body.bpc-ivory-active > .bp-search-panel,
body.bpc-ivory-active #masthead,
body.bpc-ivory-active #ast-mobile-popup-wrapper,
body.bpc-ivory-active .astra-mobile-cart-overlay,
body.bpc-ivory-active .astra-cart-drawer {
  display: none !important;
}

body.bpc-ivory-active #page,
body.bpc-ivory-active .site-content,
body.bpc-ivory-active .ast-container,
body.bpc-ivory-active .site-main,
body.bpc-ivory-active article.page,
body.bpc-ivory-active .entry-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.bpc-ivory-active .ast-archive-entry-banner {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: clamp(34px, 4vw, 58px) clamp(20px, 4.5vw, 76px) !important;
  background: var(--bpc-ivory) !important;
  background-image: none !important;
  color: var(--bpc-title-brown) !important;
}
body.bpc-ivory-active .ast-archive-entry-banner .ast-container {
  min-height: 0 !important;
  height: auto !important;
  max-width: 1540px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}
body.bpc-ivory-active .ast-archive-entry-banner h1,
body.bpc-ivory-active .ast-archive-entry-banner .entry-title {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.bpc-ivory-active.woocommerce,
body.bpc-ivory-active.woocommerce-page,
body.bpc-ivory-active.woocommerce #page,
body.bpc-ivory-active.woocommerce-page #page,
body.bpc-ivory-active.woocommerce #content,
body.bpc-ivory-active.woocommerce-page #content,
body.bpc-ivory-active.woocommerce .site-content,
body.bpc-ivory-active.woocommerce-page .site-content,
body.bpc-ivory-active.woocommerce .ast-container,
body.bpc-ivory-active.woocommerce-page .ast-container,
body.bpc-ivory-active.woocommerce #primary,
body.bpc-ivory-active.woocommerce-page #primary,
body.bpc-ivory-active.woocommerce #secondary,
body.bpc-ivory-active.woocommerce-page #secondary,
body.bpc-ivory-active.woocommerce .site-main,
body.bpc-ivory-active.woocommerce-page .site-main {
  background: var(--bpc-ivory-soft) !important;
  color: var(--bpc-ink) !important;
}

body.bpc-ivory-active .woo-multi-currency.wmc-sidebar {
  display: none !important;
}

body.bpc-ivory-active .entry-content > p:empty {
  display: none;
}

/* Readable editorial and customer-service pages. */
body.bpc-service-page-active article.page > .entry-header,
body.bpc-service-page-active .site-main > article > header.entry-header {
  display: none !important;
}

.bpc-content-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(52px, 7vw, 104px) 0 clamp(64px, 8vw, 120px);
  color: #3f3028;
  font: 400 16px/1.75 var(--bpc-sans);
}

.bpc-content-hero {
  max-width: 820px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.bpc-content-hero h1 {
  max-width: 900px;
  margin: 10px 0 20px;
  color: var(--bpc-title-brown);
  font: 500 clamp(40px, 6.5vw, 76px)/1.03 var(--bpc-serif);
  letter-spacing: -0.035em;
}

.bpc-content-hero > p:last-child {
  max-width: 690px;
  margin: 0;
  color: #57483c;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.bpc-faq-list {
  border-top: 1px solid var(--bpc-line);
}

.bpc-faq-list details {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--bpc-line);
  background: transparent;
}

.bpc-faq-list summary {
  position: relative;
  padding: 25px 54px 25px 0;
  color: var(--bpc-espresso);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.bpc-faq-list summary::-webkit-details-marker { display: none; }
.bpc-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--bpc-title-brown);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.bpc-faq-list details[open] summary::after { content: "−"; }
.bpc-faq-list details > div {
  max-width: 820px;
  padding: 0 54px 26px 0;
}
.bpc-faq-list p { margin: 0 0 13px; }

.bpc-policy-note {
  color: #65574c;
  font-size: 13px;
  line-height: 1.65;
}

.bpc-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bpc-policy-grid section {
  padding: clamp(26px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--bpc-line);
}

.bpc-policy-grid section > span {
  color: #8b735d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.bpc-policy-grid h2,
.bpc-policy-callout h2 {
  margin: 12px 0 14px;
  color: var(--bpc-title-brown);
  font: 500 clamp(24px, 3vw, 32px)/1.15 var(--bpc-serif);
}

.bpc-policy-grid p,
.bpc-policy-callout p { margin: 0; }

.bpc-policy-callout {
  margin-top: 18px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--bpc-ivory);
  border-left: 3px solid var(--bpc-taupe);
}

.bpc-policy-callout p + p { margin-top: 12px; }
.bpc-service-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 24px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--bpc-line);
}

.bpc-service-contact .bpc-button,
.bpc-service-contact .bpc-button:visited,
.bpc-service-contact .bpc-button:hover,
.bpc-service-contact .bpc-button:focus-visible {
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: var(--bpc-espresso) !important;
  text-shadow: none !important;
}

@media (max-width: 700px) {
  .bpc-content-page { width: min(100% - 32px, 1120px); }
  .bpc-policy-grid { grid-template-columns: 1fr; }
  .bpc-service-contact { align-items: flex-start; flex-direction: column; }
  .bpc-faq-list details > div { padding-right: 10px; }
}

.bpc-utility {
  position: relative;
  z-index: 10002;
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 6px 24px;
  background: var(--bpc-ivory);
  border-bottom: 1px solid rgba(43, 33, 26, 0.08);
  color: #57483c;
  font: 500 10px/1.3 var(--bpc-sans);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bpc-utility i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--bpc-taupe);
}

.bpc-ivory-header {
  position: sticky;
  top: 0;
  z-index: 10001;
  width: 100%;
  background: rgba(251, 249, 245, 0.96);
  border-bottom: 1px solid var(--bpc-line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.admin-bar .bpc-ivory-header { top: 32px; }

.bpc-mainbar {
  position: relative;
  min-height: var(--bpc-header-h);
  display: grid;
  grid-template-columns: auto minmax(190px, auto) 1fr auto;
  align-items: center;
  gap: clamp(22px, 3vw, 58px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(22px, 4.5vw, 76px);
}

.bpc-wordmark {
  color: var(--bpc-ink) !important;
  font: 650 clamp(19px, 1.55vw, 28px)/1 var(--bpc-sans);
  letter-spacing: 0.18em;
  text-decoration: none !important;
  white-space: nowrap;
}

.bpc-desktop-nav { align-self: stretch; }
.bpc-desktop-menu {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(17px, 1.8vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.bpc-menu-item { position: static; display: flex; align-items: stretch; }
.bpc-menu-item > a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--bpc-ink) !important;
  font: 600 11px/1 var(--bpc-sans);
  letter-spacing: 0.11em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.bpc-menu-item > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--bpc-espresso);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.bpc-menu-item:is(:hover, :focus-within, .is-open) > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bpc-mega {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 20;
  max-height: min(72vh, 650px);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-18px);
  background: rgba(251, 249, 245, 0.995);
  border-top: 1px solid var(--bpc-line);
  border-bottom: 1px solid var(--bpc-line);
  box-shadow: 0 24px 50px rgba(43, 33, 26, 0.13);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.2,.75,.2,1), visibility 0s linear 260ms;
}

.bpc-menu-item.is-open .bpc-mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.bpc-mega-inner {
  display: grid;
  grid-template-columns: minmax(170px, 0.65fr) minmax(0, 2.35fr);
  gap: clamp(34px, 5vw, 90px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 42px clamp(28px, 6vw, 96px) 48px;
}

.bpc-mega-heading { border-right: 1px solid var(--bpc-line); }
.bpc-mega-heading p,
.bpc-eyebrow {
  margin: 0 0 12px;
  color: #8d745f;
  font: 600 10px/1.4 var(--bpc-sans);
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.bpc-mega-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--bpc-espresso) !important;
  font: 400 clamp(26px, 2.3vw, 38px)/1.1 var(--bpc-serif);
  text-decoration: none !important;
}
.bpc-mega-heading svg,
.bpc-text-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.bpc-mega-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 24px 46px;
}
.bpc-mega-title {
  display: block;
  margin: 0 0 16px;
  color: var(--bpc-ink) !important;
  font: 650 12px/1.3 var(--bpc-sans);
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-transform: uppercase;
}
.bpc-mega-group ul { margin: 0; padding: 0; list-style: none; columns: auto; }
.bpc-mega-group li { margin: 0 0 8px; break-inside: avoid; }
.bpc-mega-group li a {
  color: #5d5046 !important;
  font: 400 13px/1.45 var(--bpc-sans);
  text-decoration: none !important;
  transition: color 160ms ease, padding-left 160ms ease;
}
.bpc-mega-heading p,
.bpc-mega-heading > a,
.bpc-mega-title,
.bpc-mega-group li a {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.bpc-mega-group li a:hover,
.bpc-mega-group li a:focus { color: var(--bpc-ink) !important; padding-left: 4px; }

.bpc-header-actions { display: flex; align-items: center; gap: 5px; }
.bpc-icon-button {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--bpc-ink) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 160ms ease;
}
.bpc-icon-button:hover,
.bpc-icon-button:focus-visible { background: var(--bpc-stone); }
.bpc-icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.bpc-menu-trigger { display: none; }
.bpc-cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border-radius: 20px;
  background: var(--bpc-espresso);
  color: #fff;
  font: 600 9px/1 var(--bpc-sans);
}
.bpc-cart-count:empty { display: none; }

.bpc-drawer-backdrop,
.bpc-mobile-drawer { display: none; }

.bpc-search-dialog {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: start center;
  background: rgba(23, 19, 16, 0.5);
  backdrop-filter: blur(5px);
}
.bpc-search-dialog[hidden] { display: none; }
.bpc-search-inner {
  position: relative;
  width: 100%;
  padding: clamp(70px, 10vh, 120px) max(24px, calc((100vw - 1100px) / 2)) 80px;
  background: var(--bpc-ivory-soft);
  box-shadow: 0 25px 70px rgba(23, 19, 16, 0.18);
}
.bpc-search-inner > p { margin: 0 0 24px; font: 400 clamp(28px, 4vw, 54px)/1 var(--bpc-serif); }
.bpc-search-close { position: absolute; top: 20px; right: max(24px, calc((100vw - 1100px) / 2)); }
.bpc-search-inner form { display: flex; border-bottom: 1px solid var(--bpc-espresso); }
.bpc-search-inner input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 62px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--bpc-ink);
  font: 400 18px/1 var(--bpc-sans);
}
.bpc-search-inner button[type="submit"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 4px 0 20px;
  border: 0;
  background: transparent;
  color: var(--bpc-ink);
  font: 600 11px/1 var(--bpc-sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bpc-search-inner button[type="submit"] svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.bpc-home { overflow: hidden; background: var(--bpc-ivory-soft); }
.bpc-hero {
  min-height: clamp(600px, calc(100vh - 113px), 860px);
  display: grid;
  grid-template-columns: 58% 42%;
  background: var(--bpc-ivory);
}
.bpc-hero-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: linear-gradient(145deg, #d7c7b3 0%, #ede5d9 58%, #cdb9a0 100%);
}
.bpc-hero-visual::before,
.bpc-hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.bpc-hero-visual::before { width: 62%; aspect-ratio: 1; top: 8%; left: 19%; background: rgba(255,255,255,.32); box-shadow: 0 20px 70px rgba(70,50,35,.13); }
.bpc-hero-visual::after { width: 100%; height: 25%; left: 0; bottom: 0; border-radius: 0; background: linear-gradient(to top, rgba(83,62,45,.18), transparent); }
.bpc-hero-product {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.52);
  background: #ede7dd;
  box-shadow: 0 24px 56px rgba(58,41,28,.16);
}
.bpc-hero-product img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.bpc-hero-product--1 { width: 43%; height: 55%; top: 11%; left: 29%; transform: rotate(-2deg); }
.bpc-hero-product--2 { width: 36%; height: 35%; right: 6%; bottom: 8%; transform: rotate(3deg); }
.bpc-hero-product--3 { width: 34%; height: 35%; left: 7%; bottom: 9%; transform: rotate(-3deg); }
.bpc-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(58px, 7vw, 120px);
}
.bpc-hero-copy h1,
.bpc-section-heading h2,
.bpc-loyalty h2 {
  margin: 0;
  color: var(--bpc-espresso) !important;
  font-family: var(--bpc-serif);
  font-weight: 400;
  letter-spacing: -.035em;
}
.bpc-hero-copy h1 { font-size: clamp(58px, 6vw, 102px); line-height: .95; }
.bpc-hero-copy > p:not(.bpc-eyebrow) { max-width: 510px; margin: 30px 0 0; color: #5e5147; font: 400 16px/1.7 var(--bpc-sans); }
.bpc-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.bpc-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid var(--bpc-espresso);
  color: var(--bpc-espresso) !important;
  font: 600 11px/1 var(--bpc-sans);
  letter-spacing: .13em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.bpc-button--dark { background: var(--bpc-espresso); color: #fff !important; }
.bpc-button--dark,
.bpc-button--dark:visited,
.bpc-button--dark:hover,
.bpc-button--dark:focus-visible,
.bpc-button--dark * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.bpc-button:hover,
.bpc-button:focus-visible { background: #4a382c; color: #fff !important; }
.bpc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bpc-espresso) !important;
  font: 600 11px/1.2 var(--bpc-sans);
  letter-spacing: .1em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.bpc-category-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 28px clamp(22px, 4.5vw, 76px);
  border-bottom: 1px solid var(--bpc-line);
}
.bpc-category-card {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #d7cab9;
  color: #fff !important;
  text-decoration: none !important;
}
.bpc-category-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(32,22,16,.72)); }
.bpc-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 550ms cubic-bezier(.2,.7,.2,1); }
.bpc-category-card:hover img { transform: scale(1.045); }
.bpc-category-card > span:not(.bpc-category-placeholder) {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 15px;
  left: 16px;
  color: #fff;
  font: 600 12px/1.2 var(--bpc-sans);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.bpc-category-placeholder,
.bpc-product-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #d9cbb9, #eee7dc); }

/* WooCommerce archives, search, products, cart, checkout and account. */
body.bpc-ivory-active.woocommerce .site-content,
body.bpc-ivory-active.woocommerce-page .site-content {
  padding: clamp(34px, 5vw, 78px) clamp(18px, 4.5vw, 76px) 90px !important;
}

body.bpc-ivory-active.woocommerce .ast-container,
body.bpc-ivory-active.woocommerce-page .ast-container {
  max-width: 1540px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

body.bpc-ivory-active.woocommerce #primary,
body.bpc-ivory-active.woocommerce-page #primary {
  width: min(100%, 1180px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.bpc-ivory-active.woocommerce #secondary,
body.bpc-ivory-active.woocommerce-page #secondary {
  width: min(290px, 24%) !important;
  margin: 0 0 0 clamp(28px, 4vw, 64px) !important;
  padding: 0 !important;
  border: 0 !important;
}

body.bpc-ivory-active.woocommerce .woocommerce-products-header,
body.bpc-ivory-active.woocommerce-page .woocommerce-products-header {
  margin: 0 0 42px !important;
  padding: 0 0 30px !important;
  border-bottom: 1px solid var(--bpc-line) !important;
  background: transparent !important;
}

body.bpc-ivory-active.woocommerce h1,
body.bpc-ivory-active.woocommerce h2,
body.bpc-ivory-active.woocommerce h3,
body.bpc-ivory-active.woocommerce-page h1,
body.bpc-ivory-active.woocommerce-page h2,
body.bpc-ivory-active.woocommerce-page h3,
body.bpc-ivory-active .woocommerce-products-header__title,
body.bpc-ivory-active .product_title,
body.bpc-ivory-active .woocommerce-loop-product__title {
  color: var(--bpc-espresso) !important;
}

body.bpc-ivory-active .woocommerce-products-header__title,
body.bpc-ivory-active .product_title,
body.bpc-ivory-active .entry-title {
  margin: 0 !important;
  font-family: var(--bpc-serif) !important;
  font-size: clamp(44px, 5.5vw, 78px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
}

body.bpc-ivory-active .woocommerce-breadcrumb {
  margin: 0 0 22px !important;
  color: #806c5b !important;
  font: 500 10px/1.4 var(--bpc-sans) !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}
body.bpc-ivory-active .woocommerce-breadcrumb a { color: #5d5046 !important; }

body.bpc-ivory-active .woocommerce-result-count,
body.bpc-ivory-active .woocommerce-ordering,
body.bpc-ivory-active .woocommerce-ordering select {
  color: #5d5046 !important;
  font-family: var(--bpc-sans) !important;
  font-size: 12px !important;
}

body.bpc-ivory-active .woocommerce-ordering select,
body.bpc-ivory-active select.orderby {
  min-height: 44px !important;
  padding: 8px 36px 8px 14px !important;
  border: 1px solid var(--bpc-line) !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}

body.bpc-ivory-active .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 42px 22px !important;
  margin: 32px 0 0 !important;
}

body.bpc-ivory-active .woocommerce ul.products::before,
body.bpc-ivory-active .woocommerce ul.products::after { display: none !important; }

body.bpc-ivory-active .woocommerce ul.products li.product,
body.bpc-ivory-active .woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--bpc-ink) !important;
}

body.bpc-ivory-active .woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 4/5 !important;
  margin: 0 0 14px !important;
  object-fit: cover !important;
  background: #eee8df !important;
}

body.bpc-ivory-active .woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 !important;
  font: 500 14px/1.45 var(--bpc-sans) !important;
}

body.bpc-ivory-active .woocommerce ul.products li.product .price,
body.bpc-ivory-active .woocommerce div.product p.price,
body.bpc-ivory-active .woocommerce div.product span.price {
  margin: 8px 0 !important;
  color: #5d5046 !important;
  font: 550 13px/1.4 var(--bpc-sans) !important;
}

body.bpc-ivory-active .woocommerce span.onsale {
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 12px !important;
  padding: 8px 10px !important;
  border-radius: 0 !important;
  background: rgba(251,249,245,.94) !important;
  color: var(--bpc-espresso) !important;
  font: 650 9px/1 var(--bpc-sans) !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.bpc-ivory-active .woocommerce a.button,
body.bpc-ivory-active .woocommerce button.button,
body.bpc-ivory-active .woocommerce input.button,
body.bpc-ivory-active .woocommerce #respond input#submit,
body.bpc-ivory-active .woocommerce-page a.button,
body.bpc-ivory-active .woocommerce-page button.button {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 19px !important;
  border: 1px solid var(--bpc-espresso) !important;
  border-radius: 0 !important;
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  font: 650 10px/1.2 var(--bpc-sans) !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

/* The account page contains legacy inline dark-theme styles. */
body.bpc-ivory-active #bp-account-page .bp-account-hero {
  background: var(--bpc-espresso) !important;
  color: #fff !important;
}

body.bpc-ivory-active #bp-account-page .bp-account-hero h1,
body.bpc-ivory-active #bp-account-page .bp-account-hero p,
body.bpc-ivory-active #bp-account-page .bp-account-hero h1 *,
body.bpc-ivory-active #bp-account-page .bp-account-hero p * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.bpc-ivory-active #bp-account-page ~ .woocommerce button.button,
body.bpc-ivory-active #bp-account-page ~ .woocommerce input.button {
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: var(--bpc-espresso) !important;
  text-shadow: none !important;
}

body.bpc-ivory-active .woocommerce a.button:hover,
body.bpc-ivory-active .woocommerce button.button:hover { background: #4a382c !important; }

body.bpc-ivory-active .widget,
body.bpc-ivory-active .widget_price_filter,
body.bpc-ivory-active .woocommerce-widget-layered-nav {
  padding: 0 0 28px !important;
  border-bottom: 1px solid var(--bpc-line) !important;
  background: transparent !important;
  color: var(--bpc-ink) !important;
}

body.bpc-ivory-active .widget-title,
body.bpc-ivory-active .widget .wp-block-heading {
  color: var(--bpc-ink) !important;
  font: 650 11px/1.3 var(--bpc-sans) !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

body.bpc-ivory-active .widget a,
body.bpc-ivory-active .widget li,
body.bpc-ivory-active .widget label,
body.bpc-ivory-active .widget span { color: #5d5046 !important; }

body.bpc-ivory-active .woocommerce-pagination ul.page-numbers {
  display: flex !important;
  justify-content: center !important;
  gap: 7px !important;
  margin: 58px 0 0 !important;
  border: 0 !important;
}
body.bpc-ivory-active .woocommerce-pagination ul.page-numbers li { border: 0 !important; }
body.bpc-ivory-active .woocommerce-pagination .page-numbers a,
body.bpc-ivory-active .woocommerce-pagination .page-numbers span {
  min-width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--bpc-line) !important;
  background: transparent !important;
  color: var(--bpc-ink) !important;
}
body.bpc-ivory-active .woocommerce-pagination .page-numbers .current { background: var(--bpc-espresso) !important; color: #fff !important; }

body.bpc-ivory-active.single-product div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr) !important;
  gap: clamp(38px, 6vw, 90px) !important;
}
body.bpc-ivory-active.single-product .ast-archive-entry-banner { display: none !important; }
body.bpc-ivory-active.single-product div.product div.images,
body.bpc-ivory-active.single-product div.product div.summary { float: none !important; width: auto !important; margin: 0 !important; }
body.bpc-ivory-active.single-product .woocommerce-product-gallery img { background: #eee8df !important; }
body.bpc-ivory-active.single-product .woocommerce-tabs,
body.bpc-ivory-active.single-product .related { grid-column: 1 / -1 !important; }

body.bpc-ivory-active.single-product .summary .product_title {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  font-size: clamp(30px, 2.4vw, 44px) !important;
  line-height: 1.1 !important;
  overflow-wrap: anywhere !important;
}
body.bpc-ivory-active.single-product .summary,
body.bpc-ivory-active.single-product .summary p,
body.bpc-ivory-active.single-product .summary span,
body.bpc-ivory-active.single-product .summary label,
body.bpc-ivory-active.single-product .summary a:not(.button),
body.bpc-ivory-active.single-product .summary .price,
body.bpc-ivory-active.single-product .summary .price *,
body.bpc-ivory-active.single-product .summary .wlr-product-message,
body.bpc-ivory-active.single-product .summary .woocommerce-product-details__short-description,
body.bpc-ivory-active.single-product .summary .woocommerce-product-details__short-description * {
  color: #3f3028 !important;
  -webkit-text-fill-color: #3f3028 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
body.bpc-ivory-active.single-product .summary .price,
body.bpc-ivory-active.single-product .summary .price * {
  font-size: 22px !important;
  font-weight: 700 !important;
}
body.bpc-ivory-active.single-product .summary .wlr-product-message {
  margin-top: 8px !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}
body.bpc-ivory-active.single-product .summary select,
body.bpc-ivory-active.single-product .summary select option,
body.bpc-ivory-active.single-product .summary input {
  background: #fff !important;
  color: #3f3028 !important;
  -webkit-text-fill-color: #3f3028 !important;
  border-color: rgba(90,59,46,.35) !important;
  text-shadow: none !important;
}
body.bpc-ivory-active.single-product .summary .button,
body.bpc-ivory-active.single-product .summary button {
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.bpc-ivory-active .woocommerce ul.products li.product .astra-shop-summary-wrap,
body.bpc-ivory-active .woocommerce ul.products li.product .astra-shop-summary-wrap * {
  color: #3f3028 !important;
  -webkit-text-fill-color: #3f3028 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
body.bpc-ivory-active .woocommerce ul.products li.product .price {
  color: #3f3028 !important;
  -webkit-text-fill-color: #3f3028 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
body.bpc-ivory-active .woocommerce ul.products li.product .wlr-product-message {
  color: #5d5046 !important;
  -webkit-text-fill-color: #5d5046 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* Simple products keep a clear purchase action in every shop grid. */
body.bpc-ivory-active .woocommerce ul.products li.product.product-type-simple a.button.add_to_cart_button,
body.bpc-ivory-active .woocommerce ul.products li.product.product-type-simple a.button.product_type_simple {
  width: 100% !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 14px 0 0 !important;
  padding: 11px 14px !important;
  border: 1px solid var(--bpc-espresso) !important;
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: 650 10px/1.2 var(--bpc-sans) !important;
  letter-spacing: .07em !important;
  text-align: center !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}

body.bpc-ivory-active .woocommerce ul.products li.product.product-type-simple a.button.add_to_cart_button:hover,
body.bpc-ivory-active .woocommerce ul.products li.product.product-type-simple a.button.add_to_cart_button:focus-visible {
  background: #4a382c !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.bpc-ivory-active .woocommerce table.shop_table,
body.bpc-ivory-active .woocommerce form.checkout,
body.bpc-ivory-active .woocommerce form.login,
body.bpc-ivory-active .woocommerce form.register,
body.bpc-ivory-active .woocommerce-MyAccount-navigation,
body.bpc-ivory-active .woocommerce-MyAccount-content {
  border-color: var(--bpc-line) !important;
  background: #fff !important;
  color: var(--bpc-ink) !important;
}

body.bpc-ivory-active .woocommerce input.input-text,
body.bpc-ivory-active .woocommerce textarea,
body.bpc-ivory-active .woocommerce select {
  min-height: 46px !important;
  border: 1px solid var(--bpc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--bpc-ink) !important;
}

body.bpc-ivory-active .woocommerce-error,
body.bpc-ivory-active .woocommerce-info,
body.bpc-ivory-active .woocommerce-message {
  border-top-color: var(--bpc-taupe) !important;
  background: #fff !important;
  color: var(--bpc-ink) !important;
}

/* High-specificity compatibility layer for the site's former black theme. */
body.bp-custom-header.bpc-ivory-active,
body.bp-custom-header.bpc-ivory-active #page,
body.bp-custom-header.bpc-ivory-active #content,
body.bp-custom-header.bpc-ivory-active #primary,
body.bp-custom-header.bpc-ivory-active .site-main,
body.bp-custom-header.bpc-ivory-active .ast-woocommerce-container {
  background: var(--bpc-ivory-soft) !important;
  color: var(--bpc-ink) !important;
}

body.bp-custom-header.bpc-ivory-active .bpc-utility,
body.bp-custom-header.bpc-ivory-active .bpc-utility *,
body.bp-custom-header.bpc-ivory-active .bpc-wordmark,
body.bp-custom-header.bpc-ivory-active .bpc-menu-item > a,
body.bp-custom-header.bpc-ivory-active .bpc-icon-button,
body.bp-custom-header.bpc-ivory-active .bpc-mobile-drawer,
body.bp-custom-header.bpc-ivory-active .bpc-mobile-drawer * {
  color: var(--bpc-ink) !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .bpc-home .bpc-hero-copy h1,
body.bp-custom-header.bpc-ivory-active .bpc-home .bpc-section-heading h2,
body.bp-custom-header.bpc-ivory-active .bpc-home .bpc-product-info h3,
body.bp-custom-header.bpc-ivory-active .bpc-home .bpc-loyalty h2,
body.bp-custom-header.bpc-ivory-active .bpc-home .bpc-reassurance strong {
  color: var(--bpc-espresso) !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product,
body.bp-custom-header.bpc-ivory-active.woocommerce ul.products li.product,
body.bp-custom-header.bpc-ivory-active .related.products ul.products li.product {
  background: transparent !important;
  color: var(--bpc-ink) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .ast-woo-product-category,
body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .price,
body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .price *,
body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .wlr-product-message,
body.bp-custom-header.bpc-ivory-active .related.products ul.products li.product .woocommerce-loop-product__title,
body.bp-custom-header.bpc-ivory-active .related.products ul.products li.product .price,
body.bp-custom-header.bpc-ivory-active .related.products ul.products li.product .price * {
  color: var(--bpc-ink) !important;
  text-shadow: none !important;
}

body.bpc-ivory-active .woocommerce-products-header__title,
body.bpc-ivory-active .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.bpc-ivory-active .woocommerce ul.products li.product .ast-loop-product__link,
body.bpc-ivory-active.single-product .product_title,
body.bpc-ivory-active.single-product h1.entry-title,
body.bpc-ivory-active .related.products h2,
body.bpc-ivory-active .up-sells h2,
body.bpc-ivory-active .bpc-section-heading h2,
body.bpc-ivory-active .bpc-product-info h3,
body.bpc-ivory-active .bpc-product-info h3 a {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .ast-woo-product-category {
  margin-bottom: 6px !important;
  color: #806c5b !important;
  font: 600 9px/1.3 var(--bpc-sans) !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .wlr-product-message {
  margin-top: 7px !important;
  padding: 0 !important;
  color: #806c5b !important;
  font: 500 11px/1.4 var(--bpc-sans) !important;
  text-align: left !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .astra-shop-summary-wrap,
body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .price {
  text-align: left !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .ast-woo-product-category {
  opacity: 1 !important;
}

body.bp-custom-header.bpc-ivory-active .ast-on-card-button.ast-onsale-card,
body.bp-custom-header.bpc-ivory-active .woocommerce span.onsale {
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .ast-on-card-button.ast-onsale-card * {
  color: #fff !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce-result-count,
body.bp-custom-header.bpc-ivory-active .woocommerce-ordering,
body.bp-custom-header.bpc-ivory-active .woocommerce-ordering label,
body.bp-custom-header.bpc-ivory-active .woocommerce-ordering select,
body.bp-custom-header.bpc-ivory-active .woocommerce-ordering option,
body.bp-custom-header.bpc-ivory-active .woocommerce-breadcrumb,
body.bp-custom-header.bpc-ivory-active .woocommerce-breadcrumb a {
  color: #5d5046 !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce-products-header,
body.bp-custom-header.bpc-ivory-active .woocommerce-products-header__title,
body.bp-custom-header.bpc-ivory-active .woocommerce-products-header__title.page-title {
  background: transparent !important;
  color: var(--bpc-espresso) !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woof,
body.bp-custom-header.bpc-ivory-active .woof_redraw_zone,
body.bp-custom-header.bpc-ivory-active .woof_container,
body.bp-custom-header.bpc-ivory-active .woof_price_search_container,
body.bp-custom-header.bpc-ivory-active .ast-woo-sidebar-widget,
body.bp-custom-header.bpc-ivory-active .ast-filter-wrap {
  color: var(--bpc-ink) !important;
}

body.bp-custom-header.bpc-ivory-active .woof_container,
body.bp-custom-header.bpc-ivory-active .woof_price_search_container {
  margin: 0 0 14px !important;
  padding: 18px !important;
  border: 1px solid var(--bpc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woof_container *,
body.bp-custom-header.bpc-ivory-active .woof_price_search_container *,
body.bp-custom-header.bpc-ivory-active .woof_container_inner h4,
body.bp-custom-header.bpc-ivory-active .woof_price_search_container h4,
body.bp-custom-header.bpc-ivory-active .widget_price_filter h4,
body.bp-custom-header.bpc-ivory-active .woof_price_search_container .price_label,
body.bp-custom-header.bpc-ivory-active .woof_price_search_container .price_slider_amount {
  color: var(--bpc-ink) !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .chosen-container-single .chosen-single,
body.bp-custom-header.bpc-ivory-active .chosen-container .chosen-drop,
body.bp-custom-header.bpc-ivory-active .woof_container input,
body.bp-custom-header.bpc-ivory-active .woof_container select,
body.bp-custom-header.bpc-ivory-active .woof_container option {
  border-color: var(--bpc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--bpc-ink) !important;
  box-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woof_price_search_container .ui-slider {
  background: var(--bpc-stone) !important;
}
body.bp-custom-header.bpc-ivory-active .woof_price_search_container .ui-slider-range,
body.bp-custom-header.bpc-ivory-active .woof_price_search_container .ui-slider-handle {
  background: var(--bpc-taupe) !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

body.bpc-ivory-active .woof_price_search_container button,
body.bpc-ivory-active .woof_price_search_container input[type="submit"],
body.bpc-ivory-active .woof_submit_search_form_container button,
body.bpc-ivory-active .widget_price_filter button {
  min-height: 44px !important;
  padding: 11px 20px !important;
  border: 1px solid var(--bpc-espresso) !important;
  border-radius: 0 !important;
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: 650 11px/1.2 var(--bpc-sans) !important;
  letter-spacing: .09em !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

/* Compact, centered price action instead of the oversized legacy button. */
body.bpc-ivory-active .woof_price_search_container .price_slider_amount,
body.bpc-ivory-active .widget_price_filter .price_slider_amount {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 13px !important;
  text-align: center !important;
}

body.bpc-ivory-active .woof_price_search_container .price_slider_amount .price_label,
body.bpc-ivory-active .widget_price_filter .price_slider_amount .price_label {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}

body.bpc-ivory-active .woof_price_search_container .price_slider_amount button,
body.bpc-ivory-active .widget_price_filter .price_slider_amount button {
  width: auto !important;
  min-width: 108px !important;
  max-width: 132px !important;
  min-height: 40px !important;
  height: 40px !important;
  margin: 0 auto !important;
  padding: 8px 16px !important;
  align-self: center !important;
}

/* Active WOOF filters must stay readable on the ivory shop background. */
body.bpc-ivory-active .woof_products_top_panel,
body.bpc-ivory-active .woof_products_top_panel2 {
  min-height: 40px !important;
  margin: 0 0 18px !important;
  padding: 8px 10px !important;
  background: var(--bpc-ivory) !important;
  border: 1px solid var(--bpc-line) !important;
}

body.bpc-ivory-active .woof_products_top_panel *,
body.bpc-ivory-active .woof_products_top_panel2 * {
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.bpc-ivory-active .woof_products_top_panel button,
body.bpc-ivory-active .woof_products_top_panel2 button,
body.bpc-ivory-active .woof_products_top_panel .woof_reset_button_2,
body.bpc-ivory-active .woof_products_top_panel2 .woof_reset_button_2 {
  min-height: 34px !important;
  padding: 7px 12px !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  border: 1px solid var(--bpc-title-brown) !important;
  font: 650 10px/1.2 var(--bpc-sans) !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.bp-custom-header.bpc-ivory-active.single-product .summary,
body.bp-custom-header.bpc-ivory-active.single-product .entry-summary,
body.bp-custom-header.bpc-ivory-active.single-product .woocommerce-tabs,
body.bp-custom-header.bpc-ivory-active.single-product .woocommerce-tabs .panel,
body.bp-custom-header.bpc-ivory-active.single-product .related.products,
body.bp-custom-header.bpc-ivory-active.single-product .up-sells,
body.bp-custom-header.bpc-ivory-active.single-product .woocommerce-product-gallery,
body.bp-custom-header.bpc-ivory-active.single-product .woocommerce-review-form {
  background: transparent !important;
  color: var(--bpc-ink) !important;
  border-color: var(--bpc-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active.single-product .summary,
body.bp-custom-header.bpc-ivory-active.single-product .summary *,
body.bp-custom-header.bpc-ivory-active.single-product .woocommerce-tabs,
body.bp-custom-header.bpc-ivory-active.single-product .woocommerce-tabs *,
body.bp-custom-header.bpc-ivory-active.single-product .related.products h2,
body.bp-custom-header.bpc-ivory-active.single-product .up-sells h2 {
  color: var(--bpc-ink) !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active.single-product .single_add_to_cart_button,
body.bp-custom-header.bpc-ivory-active.single-product .button.alt,
body.bp-custom-header.bpc-ivory-active.single-product .summary .button {
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  border-color: var(--bpc-espresso) !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce table.shop_table,
body.bp-custom-header.bpc-ivory-active .woocommerce table.shop_table th,
body.bp-custom-header.bpc-ivory-active .woocommerce table.shop_table td,
body.bp-custom-header.bpc-ivory-active .woocommerce .cart_totals,
body.bp-custom-header.bpc-ivory-active .woocommerce .cart_totals h2,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-checkout-review-order,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-billing-fields,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-shipping-fields,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-additional-fields,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-MyAccount-navigation,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-MyAccount-content,
body.bp-custom-header.bpc-ivory-active .woocommerce form.login,
body.bp-custom-header.bpc-ivory-active .woocommerce form.register,
body.bp-custom-header.bpc-ivory-active .woocommerce form.checkout,
body.bp-custom-header.bpc-ivory-active .woocommerce form .form-row label,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-privacy-policy-text {
  color: var(--bpc-ink) !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce table.shop_table,
body.bp-custom-header.bpc-ivory-active .woocommerce .cart_totals,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-checkout-review-order,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-MyAccount-navigation,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-MyAccount-content,
body.bp-custom-header.bpc-ivory-active .woocommerce form.login,
body.bp-custom-header.bpc-ivory-active .woocommerce form.register,
body.bp-custom-header.bpc-ivory-active .woocommerce form.checkout {
  border-color: var(--bpc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce table.shop_table a:not(.button),
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-MyAccount-navigation a,
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-MyAccount-content a:not(.button),
body.bp-custom-header.bpc-ivory-active .woocommerce .woocommerce-privacy-policy-text a {
  color: #4f4035 !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce input.input-text,
body.bp-custom-header.bpc-ivory-active .woocommerce input[type="number"],
body.bp-custom-header.bpc-ivory-active .woocommerce textarea,
body.bp-custom-header.bpc-ivory-active .woocommerce select,
body.bp-custom-header.bpc-ivory-active .woocommerce .select2-selection {
  border-color: var(--bpc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--bpc-ink) !important;
  box-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce-error,
body.bp-custom-header.bpc-ivory-active .woocommerce-info,
body.bp-custom-header.bpc-ivory-active .woocommerce-message,
body.bp-custom-header.bpc-ivory-active .woocommerce-error *,
body.bp-custom-header.bpc-ivory-active .woocommerce-info *,
body.bp-custom-header.bpc-ivory-active .woocommerce-message * {
  color: var(--bpc-ink) !important;
  text-shadow: none !important;
}

body.bp-custom-header.bpc-ivory-active .woocommerce-error .button,
body.bp-custom-header.bpc-ivory-active .woocommerce-info .button,
body.bp-custom-header.bpc-ivory-active .woocommerce-message .button,
body.bp-custom-header.bpc-ivory-active .woocommerce a.button,
body.bp-custom-header.bpc-ivory-active .woocommerce button.button,
body.bp-custom-header.bpc-ivory-active .woocommerce input.button {
  color: #fff !important;
}

body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) input,
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) select,
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) textarea {
  border: 1px solid var(--bpc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--bpc-ink) !important;
  box-shadow: none !important;
}

/* Non-commerce pages receive a readable, measured content column. */
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) .site-content {
  padding: clamp(42px, 6vw, 86px) clamp(20px, 5vw, 78px) !important;
  background: var(--bpc-ivory-soft) !important;
}
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) #primary {
  max-width: 1180px !important;
  margin: 0 auto !important;
}
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) .entry-content,
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) .entry-content p,
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) .entry-content li,
body.bpc-ivory-active:not(.home):not(.woocommerce):not(.woocommerce-page) .entry-title {
  color: var(--bpc-ink) !important;
  text-shadow: none !important;
}

/* The legacy footer caused large blank zones and conflicting colors. */
body.bpc-ivory-active #colophon,
body.bpc-ivory-active .bp-mobile-footer {
  display: none !important;
}

.bpc-ivory-footer {
  position: relative;
  z-index: 10;
  background: var(--bpc-espresso);
  color: #f8f3ec !important;
  font-family: var(--bpc-sans);
}
.bpc-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(34px, 5vw, 90px);
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) clamp(24px, 5vw, 78px);
}
.bpc-footer-wordmark {
  color: #fff !important;
  font: 650 clamp(19px, 2vw, 28px)/1 var(--bpc-sans);
  letter-spacing: .18em;
  text-decoration: none !important;
}
.bpc-footer-brand p { max-width: 390px; margin: 24px 0 0; color: #cfc3b8 !important; font: 400 14px/1.7 var(--bpc-sans); }
.bpc-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.bpc-footer-column > p { margin: 0 0 11px; color: #fff !important; font: 650 10px/1.2 var(--bpc-sans); letter-spacing: .14em; text-transform: uppercase; }
.bpc-footer-column a { color: #d7ccc2 !important; font: 400 13px/1.5 var(--bpc-sans); text-decoration: none !important; }
.bpc-footer-column a:hover,.bpc-footer-column a:focus { color: #fff !important; }
.bpc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; max-width: 1540px; margin: 0 auto; padding: 20px clamp(24px, 5vw, 78px); border-top: 1px solid rgba(255,255,255,.14); color: #b8aaa0 !important; font: 400 11px/1.4 var(--bpc-sans); }
.bpc-footer-bottom div { display: flex; gap: 20px; }
.bpc-footer-bottom a { color: #d7ccc2 !important; text-decoration: none !important; }

body.bpc-ivory-active #ast-scroll-top {
  right: 18px !important;
  bottom: 18px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(43,33,26,.2) !important;
}

body.bpc-ivory-active .gt_switcher_wrapper,
body.bpc-ivory-active .gt_float_switcher {
  color: var(--bpc-ink) !important;
  background: var(--bpc-ivory-soft) !important;
  box-shadow: 0 8px 24px rgba(43,33,26,.12) !important;
}

.bpc-products-section { max-width: 1600px; margin: 0 auto; padding: clamp(70px, 8vw, 120px) clamp(22px, 4.5vw, 76px); }
.bpc-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.bpc-section-heading h2,
.bpc-loyalty h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1; }
.bpc-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.2vw, 38px); }
.bpc-product-card { margin: 0; }
.bpc-product-media { position: relative; aspect-ratio: 4/5; display: block; overflow: hidden; background: #f0ebe3; }
.bpc-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 550ms cubic-bezier(.2,.7,.2,1); }
.bpc-product-media:hover img { transform: scale(1.035); }
.bpc-sale { position: absolute; top: 12px; left: 12px; padding: 7px 10px; background: rgba(251,249,245,.93); color: var(--bpc-espresso); font: 600 9px/1 var(--bpc-sans); letter-spacing: .09em; text-transform: uppercase; }
.bpc-product-info { padding: 15px 2px 0; }
.bpc-product-info h3 { margin: 0 0 7px; font: 500 14px/1.45 var(--bpc-sans); }
.bpc-product-info h3 a { color: var(--bpc-ink) !important; text-decoration: none !important; }
.bpc-price { color: #5e5147; font: 500 13px/1.3 var(--bpc-sans); }
.bpc-price del { opacity: .55; margin-right: 5px; }
.bpc-price ins { background: transparent; color: var(--bpc-ink); text-decoration: none; }

.bpc-loyalty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: clamp(65px, 8vw, 115px) max(24px, calc((100vw - 1380px) / 2));
  background: #e7ddcf;
}
.bpc-loyalty > div { max-width: 780px; }
.bpc-loyalty p:not(.bpc-eyebrow) { max-width: 650px; margin: 24px 0 0; color: #5e5147; font: 400 16px/1.7 var(--bpc-sans); }
.bpc-reassurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--bpc-line);
  background: var(--bpc-ivory-soft);
}
.bpc-reassurance > div { display: flex; flex-direction: column; gap: 7px; padding: 30px clamp(20px, 3vw, 52px); border-right: 1px solid var(--bpc-line); }
.bpc-reassurance > div:last-child { border-right: 0; }
.bpc-reassurance strong { font: 600 11px/1.3 var(--bpc-sans); letter-spacing: .1em; text-transform: uppercase; }
.bpc-reassurance span { color: #6b5d51; font: 400 12px/1.4 var(--bpc-sans); }

body.bpc-menu-open,
body.bpc-search-open { overflow: hidden; }

@media (max-width: 1240px) {
  .bpc-mainbar { gap: 22px; padding-inline: 28px; }
  .bpc-desktop-menu { gap: 17px; }
  .bpc-menu-item > a { font-size: 10px; letter-spacing: .08em; }
  .bpc-account-link { display: none; }
}

@media (max-width: 1099px) {
  :root { --bpc-header-h: 68px; }
  body.admin-bar .bpc-ivory-header { top: 46px; }
  .bpc-utility { min-height: 28px; padding: 6px 14px; }
  .bpc-utility span:nth-of-type(n+2), .bpc-utility i { display: none; }
  .bpc-mainbar { grid-template-columns: 44px 1fr auto; gap: 10px; min-height: var(--bpc-header-h); padding: 0 16px; }
  .bpc-menu-trigger { display: inline-grid; }
  .bpc-wordmark { justify-self: center; font-size: clamp(14px, 3.2vw, 21px); letter-spacing: .2em; }
  .bpc-desktop-nav, .bpc-account-link { display: none; }
  .bpc-header-actions { gap: 0; }
  .bpc-icon-button { width: 40px; height: 40px; }
  .bpc-icon-button svg { width: 21px; height: 21px; }
  .bpc-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10009;
    display: block;
    opacity: 0;
    background: rgba(23,19,16,.42);
    pointer-events: none;
    transition: opacity 220ms ease;
  }
  .bpc-drawer-backdrop[hidden] { display: none; }
  .bpc-drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
  .bpc-mobile-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10010;
    width: min(92vw, 440px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background: var(--bpc-ivory-soft);
    box-shadow: 25px 0 60px rgba(23,19,16,.18);
    transform: translateX(-103%);
    visibility: hidden;
    transition: transform 300ms cubic-bezier(.2,.75,.2,1), visibility 0s linear 300ms;
  }
  .bpc-mobile-drawer.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
  .bpc-drawer-head { min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 24px; border-bottom: 1px solid var(--bpc-line); }
  .bpc-drawer-head > span { font: 500 25px/1 var(--bpc-serif); }
  .bpc-mobile-menu { padding: 12px 24px 20px; }
  .bpc-mobile-menu-item { border-bottom: 1px solid var(--bpc-line); }
  .bpc-mobile-row { min-height: 58px; display: grid; grid-template-columns: 1fr 46px; align-items: center; }
  .bpc-mobile-row > a { color: var(--bpc-ink) !important; font: 600 12px/1.3 var(--bpc-sans); letter-spacing: .12em; text-decoration: none !important; text-transform: uppercase; }
  .bpc-mobile-accordion { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--bpc-ink); }
  .bpc-mobile-accordion svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform 220ms ease; }
  .bpc-mobile-accordion[aria-expanded="true"] svg { transform: rotate(180deg); }
  .bpc-mobile-submenu {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 280ms cubic-bezier(.2,.75,.2,1), opacity 180ms ease, transform 240ms ease;
  }
  .bpc-mobile-submenu[hidden] { display: block !important; }
  .bpc-mobile-submenu.is-open { max-height: 1400px; opacity: 1; transform: translateY(0); }
  .bpc-mobile-group { padding: 4px 0 22px 14px; }
  .bpc-mobile-group p { margin: 12px 0 10px; color: #8d745f; font: 650 10px/1.3 var(--bpc-sans); letter-spacing: .12em; text-transform: uppercase; }
  .bpc-mobile-group a { display: block; padding: 7px 0; color: #5d5046 !important; font: 400 14px/1.35 var(--bpc-sans); text-decoration: none !important; }
  .bpc-drawer-links { display: grid; gap: 12px; margin-top: auto; padding: 24px; background: var(--bpc-ivory); border-top: 1px solid var(--bpc-line); }
  .bpc-drawer-links a { color: #5d5046 !important; font: 500 12px/1.3 var(--bpc-sans); text-decoration: none !important; }
  .bpc-hero { min-height: 0; grid-template-columns: 1fr; }
  .bpc-hero-visual { min-height: min(62vw, 560px); order: 1; }
  .bpc-hero-copy { order: 2; align-items: center; padding: 60px 24px 68px; text-align: center; }
  .bpc-hero-copy h1 { font-size: clamp(52px, 10vw, 82px); }
  .bpc-hero-copy > p:not(.bpc-eyebrow) { margin-top: 22px; }
  .bpc-hero-actions { justify-content: center; }
  .bpc-category-strip { display: flex; overflow-x: auto; gap: 10px; padding: 20px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .bpc-category-strip::-webkit-scrollbar { display: none; }
  .bpc-category-card { flex: 0 0 155px; scroll-snap-align: start; }
  .bpc-product-grid { grid-template-columns: repeat(2, 1fr); }
  .bpc-loyalty { flex-direction: column; align-items: flex-start; padding-inline: 28px; }
  .bpc-reassurance { grid-template-columns: repeat(2, 1fr); }
  .bpc-reassurance > div:nth-child(2) { border-right: 0; }
  .bpc-reassurance > div:nth-child(-n+2) { border-bottom: 1px solid var(--bpc-line); }
  body.bpc-ivory-active.woocommerce .site-content,
  body.bpc-ivory-active.woocommerce-page .site-content { padding: 28px 16px 70px !important; }
  body.bpc-ivory-active.woocommerce .ast-container,
  body.bpc-ivory-active.woocommerce-page .ast-container { display: block !important; }
  body.bpc-ivory-active.woocommerce #primary,
  body.bpc-ivory-active.woocommerce-page #primary,
  body.bpc-ivory-active.woocommerce #secondary,
  body.bpc-ivory-active.woocommerce-page #secondary { width: 100% !important; margin: 0 !important; }
  body.bpc-ivory-active.woocommerce #secondary,
  body.bpc-ivory-active.woocommerce-page #secondary { margin-top: 34px !important; }
  body.bpc-ivory-active .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 32px 14px !important; }
  body.bpc-ivory-active.single-product div.product { grid-template-columns: 1fr !important; }
}

@media (max-width: 560px) {
  .bpc-mainbar { padding-inline: 10px; }
  .bpc-wordmark { font-size: 13px; letter-spacing: .18em; }
  .bpc-icon-button { width: 38px; height: 38px; }
  .bpc-search-trigger { display: inline-grid; }
  .bpc-hero-visual { min-height: 410px; }
  .bpc-hero-product--1 { width: 55%; height: 52%; top: 8%; left: 23%; }
  .bpc-hero-product--2 { width: 43%; height: 35%; right: 4%; bottom: 7%; }
  .bpc-hero-product--3 { width: 40%; height: 34%; left: 4%; bottom: 8%; }
  .bpc-hero-copy { padding: 48px 20px 56px; }
  .bpc-hero-copy h1 { font-size: clamp(48px, 15vw, 68px); }
  .bpc-hero-actions { width: 100%; flex-direction: column; gap: 20px; }
  .bpc-button { width: 100%; }
  .bpc-products-section { padding: 65px 14px; }
  .bpc-section-heading { align-items: flex-start; }
  .bpc-section-heading h2, .bpc-loyalty h2 { font-size: 44px; }
  .bpc-product-grid { gap: 20px 10px; }
  .bpc-product-info h3 { font-size: 12px; }
  .bpc-product-media { aspect-ratio: 3/4; }
  .bpc-loyalty { padding: 60px 22px; }
  .bpc-reassurance { grid-template-columns: 1fr; }
  .bpc-reassurance > div { border-right: 0; border-bottom: 1px solid var(--bpc-line); }
  .bpc-search-inner { padding: 80px 22px 50px; }
  .bpc-search-inner > p { font-size: 34px; }
  .bpc-search-inner button[type="submit"] span { display: none; }
  body.bpc-ivory-active .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 26px 10px !important; }
  body.bpc-ivory-active .woocommerce-products-header__title,
  body.bpc-ivory-active .product_title,
  body.bpc-ivory-active .entry-title { font-size: 42px !important; }
  body.bpc-ivory-active .woocommerce-result-count,
  body.bpc-ivory-active .woocommerce-ordering { float: none !important; width: 100% !important; }
  body.bpc-ivory-active .woocommerce-ordering { margin-top: 12px !important; }
  body.bpc-ivory-active .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px !important; line-height: 1.38 !important; }
  body.bp-custom-header.bpc-ivory-active .woocommerce ul.products li.product .wlr-product-message { display: none !important; }
  .bpc-mobile-drawer { width: min(92vw, 390px); }
  .bpc-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 26px; padding: 54px 22px; }
  .bpc-footer-brand { grid-column: 1 / -1; }
  .bpc-footer-socials { grid-column: 1 / -1; }
  .bpc-footer-bottom { flex-direction: column; padding: 18px 22px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .bpc-mega,
  .bpc-mobile-drawer,
  .bpc-drawer-backdrop,
  .bpc-category-card img,
  .bpc-product-media img,
  .bpc-mobile-accordion svg { transition-duration: .01ms !important; }
}

/* Final readable states for pagination, product tabs, search and articles. */
body.bpc-ivory-active .woocommerce-pagination a.page-numbers,
body.bpc-ivory-active .woocommerce-pagination .page-numbers.dots {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
body.bpc-ivory-active .woocommerce-pagination .page-numbers.current {
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.bpc-ivory-active.single-product .woocommerce-tabs .tabs li a,
body.bpc-ivory-active.single-product .woocommerce-tabs .panel,
body.bpc-ivory-active.single-product .woocommerce-tabs .panel p,
body.bpc-ivory-active.single-product .woocommerce-tabs .panel li,
body.bpc-ivory-active.single-product .woocommerce-tabs .panel strong,
body.bpc-ivory-active.single-product .woocommerce-tabs .panel h2,
body.bpc-ivory-active.single-product .woocommerce-tabs .panel h3 {
  color: #3f3028 !important;
  -webkit-text-fill-color: #3f3028 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
body.bpc-ivory-active.single-product .woocommerce-tabs .tabs li.active a {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
}
.bpc-search-inner,
.bpc-search-inner > p,
.bpc-search-inner input[type="search"],
.bpc-search-inner button[type="submit"] {
  color: #3f3028 !important;
  -webkit-text-fill-color: #3f3028 !important;
  text-shadow: none !important;
}
.bpc-search-inner input[type="search"]::placeholder {
  color: #7b685b !important;
  -webkit-text-fill-color: #7b685b !important;
  opacity: 1 !important;
}
body.bpc-ivory-active.single-post .entry-title,
body.bpc-ivory-active.single-post .entry-meta,
body.bpc-ivory-active.single-post .entry-meta *,
body.bpc-ivory-active.single-post .entry-content,
body.bpc-ivory-active.single-post .entry-content p,
body.bpc-ivory-active.single-post .entry-content li {
  color: #3f3028 !important;
  -webkit-text-fill-color: #3f3028 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
body.bpc-ivory-active.single-post .entry-title {
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: 1.05 !important;
  overflow-wrap: anywhere !important;
}

body.bpc-ivory-active .entry-meta,
body.bpc-ivory-active .entry-meta *,
body.bpc-ivory-active .entry-meta a,
body.bpc-ivory-active .posted-on,
body.bpc-ivory-active .posted-on *,
body.bpc-ivory-active .byline,
body.bpc-ivory-active .byline *,
body.bpc-ivory-active .comments-link,
body.bpc-ivory-active .comments-link * {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* V1.5 — frictionless ivory cart and checkout. */
body.bpc-ivory-active.bpc-cart-focus,
body.bpc-ivory-active.bpc-checkout-focus,
body.bpc-ivory-active.bpc-cart-focus #page,
body.bpc-ivory-active.bpc-checkout-focus #page,
body.bpc-ivory-active.bpc-cart-focus #content,
body.bpc-ivory-active.bpc-checkout-focus #content,
body.bpc-ivory-active.bpc-cart-focus .site-content,
body.bpc-ivory-active.bpc-checkout-focus .site-content,
body.bpc-ivory-active.bpc-cart-focus .site-main,
body.bpc-ivory-active.bpc-checkout-focus .site-main,
body.bpc-ivory-active.bpc-cart-focus article.page,
body.bpc-ivory-active.bpc-checkout-focus article.page,
body.bpc-ivory-active.bpc-cart-focus .entry-content,
body.bpc-ivory-active.bpc-checkout-focus .entry-content {
  background: var(--bpc-ivory-soft) !important;
  color: var(--bpc-espresso) !important;
}

body.bpc-ivory-active.bpc-cart-focus .entry-content > .woocommerce,
body.bpc-ivory-active.bpc-checkout-focus .entry-content > .woocommerce {
  width: min(1480px, calc(100% - 40px)) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: clamp(38px, 5vw, 76px) 0 clamp(70px, 7vw, 110px) !important;
}

body.bpc-ivory-active.bpc-checkout-focus article.page > .entry-header,
body.bpc-ivory-active.bpc-checkout-focus .site-main > article > header.entry-header {
  display: none !important;
}

.bpc-checkout-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 26px;
  border: 1px solid var(--bpc-line);
  background: #fff;
  color: #75685f;
  font: 650 12px/1.35 var(--bpc-sans);
  letter-spacing: .035em;
  text-transform: uppercase;
}

.bpc-checkout-progress span {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  text-align: center;
}

.bpc-checkout-progress span + span::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 28px;
  background: var(--bpc-line);
  content: "";
}

.bpc-checkout-progress b {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #b8aa9e;
  border-radius: 50%;
  font-size: 11px;
}

.bpc-checkout-progress .is-complete,
.bpc-checkout-progress .is-active {
  color: var(--bpc-espresso);
}

.bpc-checkout-progress .is-complete b,
.bpc-checkout-progress .is-active b {
  border-color: var(--bpc-espresso);
  background: var(--bpc-espresso);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce-form-login-toggle,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce-form-coupon-toggle {
  margin: 0 0 12px !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce-info {
  min-height: 54px !important;
  margin: 0 !important;
  padding: 16px 20px 16px 48px !important;
  border: 1px solid var(--bpc-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce-info::before {
  top: 16px !important;
  color: var(--bpc-title-brown) !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce-info a {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  font-weight: 700 !important;
}

body.bpc-ivory-active.bpc-checkout-focus form.woocommerce-form-login,
body.bpc-ivory-active.bpc-checkout-focus form.checkout_coupon {
  margin: 12px 0 20px !important;
  padding: 20px !important;
  border: 1px solid var(--bpc-line) !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  box-shadow: none !important;
}

body.bpc-ivory-active.bpc-checkout-focus form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr) !important;
  align-items: start !important;
  gap: 24px 34px !important;
  margin-top: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.bpc-ivory-active.bpc-checkout-focus form.checkout #customer_details {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  margin: 0 !important;
  padding: clamp(24px, 3vw, 42px) !important;
  border: 1px solid var(--bpc-line) !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  box-shadow: none !important;
}

body.bpc-ivory-active.bpc-checkout-focus form.checkout #customer_details .col-1,
body.bpc-ivory-active.bpc-checkout-focus form.checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.bpc-ivory-active.bpc-checkout-focus form.checkout #customer_details .col-2 {
  margin-top: 30px !important;
}

body.bpc-ivory-active.bpc-checkout-focus #order_review_heading {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  padding: 25px 28px 19px !important;
  border: 1px solid var(--bpc-line) !important;
  border-bottom: 0 !important;
  background: #fff !important;
}

body.bpc-ivory-active.bpc-checkout-focus #order_review {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: -24px 0 0 !important;
  padding: 0 28px 28px !important;
  border: 1px solid var(--bpc-line) !important;
  border-top: 0 !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  box-shadow: 0 18px 45px rgba(43, 33, 26, .08) !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce-billing-fields > h3,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce-shipping-fields h3,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce-additional-fields > h3,
body.bpc-ivory-active.bpc-checkout-focus #order_review_heading {
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  font: 500 clamp(27px, 2.4vw, 38px)/1.15 var(--bpc-serif) !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce form .form-row {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce form .form-row label,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce form .form-row label * {
  margin-bottom: 7px !important;
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  font: 650 13px/1.4 var(--bpc-sans) !important;
  opacity: 1 !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce input.input-text,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce input[type="tel"],
body.bpc-ivory-active.bpc-checkout-focus .woocommerce input[type="email"],
body.bpc-ivory-active.bpc-checkout-focus .woocommerce textarea,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce select,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce .select2-selection {
  min-height: 54px !important;
  padding: 12px 15px !important;
  border: 1px solid #cfc5bc !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  box-shadow: none !important;
  font-size: 15px !important;
}

body.bpc-ivory-active.bpc-checkout-focus .woocommerce input:focus,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce textarea:focus,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce select:focus,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce .select2-container--focus .select2-selection {
  border-color: var(--bpc-title-brown) !important;
  outline: 2px solid rgba(90, 59, 46, .14) !important;
  outline-offset: 1px !important;
}

body.bpc-ivory-active.bpc-checkout-focus #order_review table.shop_table {
  margin: 0 0 22px !important;
  border: 0 !important;
  background: #fff !important;
}

body.bpc-ivory-active.bpc-checkout-focus #order_review table.shop_table th,
body.bpc-ivory-active.bpc-checkout-focus #order_review table.shop_table td,
body.bpc-ivory-active.bpc-checkout-focus #order_review table.shop_table th *,
body.bpc-ivory-active.bpc-checkout-focus #order_review table.shop_table td * {
  padding: 15px 5px !important;
  border-color: var(--bpc-line) !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.bpc-ivory-active.bpc-checkout-focus #payment,
body.bpc-ivory-active.bpc-checkout-focus #payment ul.payment_methods,
body.bpc-ivory-active.bpc-checkout-focus #payment li.wc_payment_method {
  border-color: var(--bpc-line) !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  box-shadow: none !important;
}

body.bpc-ivory-active.bpc-checkout-focus #payment ul.payment_methods {
  padding: 20px 0 !important;
}

body.bpc-ivory-active.bpc-checkout-focus #payment li.wc_payment_method > label,
body.bpc-ivory-active.bpc-checkout-focus #payment li.wc_payment_method > label * {
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

body.bpc-ivory-active.bpc-checkout-focus #payment div.payment_box,
body.bpc-ivory-active.bpc-checkout-focus #payment div.payment_box::before,
body.bpc-ivory-active.bpc-checkout-focus .mollie-components,
body.bpc-ivory-active.bpc-checkout-focus .mollie-component,
body.bpc-ivory-active.bpc-checkout-focus [class*="mollie"] [class*="component"] {
  border-color: #ded6cf !important;
  background: var(--bpc-ivory-soft) !important;
  color: var(--bpc-espresso) !important;
  box-shadow: none !important;
}

body.bpc-ivory-active.bpc-checkout-focus #payment div.payment_box {
  margin: 14px 0 4px !important;
  padding: 18px !important;
}

body.bpc-ivory-active.bpc-checkout-focus #payment div.payment_box p,
body.bpc-ivory-active.bpc-checkout-focus #payment div.payment_box label,
body.bpc-ivory-active.bpc-checkout-focus #payment div.payment_box span,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce-privacy-policy-text,
body.bpc-ivory-active.bpc-checkout-focus .woocommerce-privacy-policy-text * {
  color: #4f4035 !important;
  -webkit-text-fill-color: #4f4035 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.bpc-ivory-active.bpc-checkout-focus #payment .place-order {
  margin: 0 !important;
  padding: 20px 0 0 !important;
  background: #fff !important;
}

body.bpc-ivory-active.bpc-checkout-focus #place_order {
  float: none !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 14px 0 0 !important;
  padding: 15px 20px !important;
  border: 1px solid var(--bpc-espresso) !important;
  border-radius: 3px !important;
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  font: 750 14px/1.2 var(--bpc-sans) !important;
  letter-spacing: .08em !important;
  text-align: center !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

body.bpc-ivory-active.bpc-checkout-focus #place_order:hover,
body.bpc-ivory-active.bpc-checkout-focus #place_order:focus-visible {
  border-color: #4a382c !important;
  background: #4a382c !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.bpc-payment-reassurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin: 14px 0 0 !important;
  color: #65584f !important;
  -webkit-text-fill-color: #65584f !important;
  font: 600 11px/1.45 var(--bpc-sans) !important;
  text-align: center;
}

.bpc-payment-reassurance span::before {
  margin-right: 6px;
  color: #94784b;
  content: "✓";
}

/* Neutralise the former theme's oversized black checkout banners when present. */
body.bpc-ivory-active.bpc-checkout-focus [class*="checkout-hero"],
body.bpc-ivory-active.bpc-checkout-focus [class*="checkout-security"],
body.bpc-ivory-active.bpc-checkout-focus [class*="secure-checkout"] {
  border-color: var(--bpc-line) !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  box-shadow: none !important;
}

body.bpc-ivory-active.bpc-checkout-focus [class*="checkout-hero"] *,
body.bpc-ivory-active.bpc-checkout-focus [class*="checkout-security"] *,
body.bpc-ivory-active.bpc-checkout-focus [class*="secure-checkout"] * {
  color: var(--bpc-espresso) !important;
  -webkit-text-fill-color: var(--bpc-espresso) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* Loyalty plug-ins may add a large banner before the form: keep checkout focused. */
body.bpc-ivory-active.bpc-checkout-focus .wlr-checkout-message,
body.bpc-ivory-active.bpc-checkout-focus .wlr-reward-message,
body.bpc-ivory-active.bpc-checkout-focus .wlr_point_redeem_earn_points,
body.bpc-ivory-active.bpc-checkout-focus .wlr_points_rewards_earn_points {
  display: none !important;
}

/* Cart: one obvious route to checkout and readable totals. */
body.bpc-ivory-active.bpc-cart-focus .woocommerce-cart-form,
body.bpc-ivory-active.bpc-cart-focus .cart_totals {
  border: 1px solid var(--bpc-line) !important;
  background: #fff !important;
  color: var(--bpc-espresso) !important;
  box-shadow: none !important;
}

body.bpc-ivory-active.bpc-cart-focus .cart_totals {
  padding: clamp(22px, 3vw, 38px) !important;
}

body.bpc-ivory-active.bpc-cart-focus .cart_totals h2 {
  margin: 0 0 22px !important;
  color: var(--bpc-title-brown) !important;
  -webkit-text-fill-color: var(--bpc-title-brown) !important;
  font: 500 clamp(34px, 4vw, 54px)/1.1 var(--bpc-serif) !important;
}

body.bpc-ivory-active.bpc-cart-focus .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--bpc-espresso) !important;
  border-radius: 3px !important;
  background: var(--bpc-espresso) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: 750 13px/1.2 var(--bpc-sans) !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

@media (max-width: 920px) {
  body.bpc-ivory-active.bpc-checkout-focus form.checkout.woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  body.bpc-ivory-active.bpc-checkout-focus form.checkout #customer_details,
  body.bpc-ivory-active.bpc-checkout-focus #order_review_heading,
  body.bpc-ivory-active.bpc-checkout-focus #order_review {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.bpc-ivory-active.bpc-checkout-focus #order_review {
    margin-top: -20px !important;
  }
}

@media (max-width: 640px) {
  body.bpc-ivory-active.bpc-cart-focus .entry-content > .woocommerce,
  body.bpc-ivory-active.bpc-checkout-focus .entry-content > .woocommerce {
    width: min(100% - 24px, 1480px) !important;
    padding-top: 24px !important;
  }

  .bpc-checkout-progress {
    grid-template-columns: 1fr;
  }

  .bpc-checkout-progress span {
    min-height: 48px;
    justify-content: flex-start;
    padding: 10px 14px;
  }

  .bpc-checkout-progress span + span::before {
    top: 0;
    left: 14px;
    width: calc(100% - 28px);
    height: 1px;
  }

  body.bpc-ivory-active.bpc-checkout-focus form.checkout #customer_details {
    padding: 22px 16px !important;
  }

  body.bpc-ivory-active.bpc-checkout-focus #order_review_heading {
    padding: 22px 18px 16px !important;
  }

  body.bpc-ivory-active.bpc-checkout-focus #order_review {
    padding: 0 18px 18px !important;
  }

  body.bpc-ivory-active.bpc-checkout-focus #place_order {
    position: sticky !important;
    bottom: 10px !important;
    z-index: 10 !important;
    box-shadow: 0 10px 26px rgba(43, 33, 26, .24) !important;
  }
}
