@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Jost:wght@400;500;600&display=swap");

:root {
  --bae-canvas: #fff8f3;
  --bae-ivory: #fbf3ea;
  --bae-tile: #f3e8da;
  --bae-gold: #c5a063;
  --bae-deep-gold: #a8843c;
  --bae-ink: #241b12;
  --bae-emerald: #1f5c4a;
  --bae-muted: #74675a;
  --bae-line: #dfd2c2;
  --bae-white: #fffdf9;
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.bae-storefront {
  margin: 0;
  background: var(--bae-canvas);
  color: var(--bae-ink);
  font-family: Jost, Figtree, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.bae-storefront img {
  max-width: 100%;
}

.bae-storefront a {
  color: inherit;
  text-decoration: none;
}

.bae-storefront a:focus-visible,
.bae-storefront button:focus-visible,
.bae-storefront input:focus-visible,
.bae-storefront select:focus-visible {
  outline: 2px solid var(--bae-deep-gold);
  outline-offset: 3px;
}

.bae-storefront button,
.bae-storefront input[type="button"],
.bae-storefront input[type="submit"],
.bae-storefront a.button,
.bae-storefront .button {
  min-height: 38px;
  min-width: 38px;
}

.bae-storefront a.button,
.bae-storefront .button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.bae-storefront,
.bae-storefront * {
  min-width: 0;
}

.bae-skip-link {
  left: 16px;
  position: absolute;
  top: -60px;
  z-index: 999;
}

.bae-skip-link:focus {
  background: var(--bae-ink);
  color: #fff;
  padding: 10px 14px;
  top: 12px;
}

.bae-announcement {
  align-items: center;
  background: var(--bae-ink);
  color: #fff6ea;
  display: flex;
  font-size: 11px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.bae-header {
  align-items: center;
  background: var(--bae-canvas);
  display: grid;
  gap: 30px;
  grid-template-columns: 240px 1fr 260px;
  min-height: 92px;
  padding: 0 5vw;
}

.bae-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.bae-logo span {
  border: 1px solid var(--bae-gold);
  color: var(--bae-deep-gold);
  display: inline-block;
  font-size: 11px;
  letter-spacing: .14em;
  padding: 8px 14px;
}

.bae-logo small,
.bae-eyebrow,
.bae-product-card small {
  color: var(--bae-muted);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bae-search {
  align-items: center;
  background: var(--bae-white);
  border: 1px solid #cdbdab;
  display: flex;
  gap: 10px;
  min-height: 45px;
  padding: 0 14px;
}

.bae-search input {
  background: transparent;
  border: 0;
  flex: 1;
  min-width: 0;
  outline: 0;
}

.bae-search button,
.bae-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
}

.bae-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.bae-actions a {
  font-size: 12px;
  position: relative;
}

.bae-actions b {
  background: var(--bae-emerald);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  min-width: 18px;
  padding: 2px 5px;
  position: absolute;
  right: -14px;
  top: -12px;
}

.bae-menu-toggle {
  display: none;
}

.bae-category-nav {
  align-items: center;
  background: #fffaf5;
  border-bottom: 1px solid #e1d6c9;
  border-top: 1px solid #eadfd3;
  display: flex;
  gap: clamp(14px, 2vw, 32px);
  justify-content: center;
  min-height: 45px;
  overflow-x: auto;
  padding: 0 5vw;
}

.bae-category-nav a {
  color: #4f4338;
  flex: 0 0 auto;
  font-size: 12px;
  min-height: 45px;
  align-items: center;
  display: inline-flex;
}

.bae-mega-menu {
  background: #fffaf5;
  border-bottom: 1px solid var(--bae-line);
  box-shadow: 0 24px 70px rgba(36, 27, 18, .12);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 30;
}

.bae-mega-open .bae-mega-menu,
.bae-category-nav:hover + .bae-mega-menu,
.bae-mega-menu:hover,
.bae-category-nav:focus-within + .bae-mega-menu,
.bae-mega-menu:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bae-mega-menu__inner {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
  margin: 0 auto;
  max-width: 1280px;
  padding: 30px 5vw;
}

.bae-mega-menu__columns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bae-mega-menu small,
.bae-mega-menu__feature small {
  color: var(--bae-deep-gold);
  display: block;
  font-size: 10px;
  letter-spacing: .14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.bae-mega-menu__columns a {
  align-items: center;
  border-bottom: 1px solid #eadfd3;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  min-height: 38px;
}

.bae-mega-menu__feature {
  background: #ece2d8;
  border: 1px solid #ddcbbb;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 26px;
}

.bae-mega-menu__feature strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.bae-mega-menu__feature span {
  color: var(--bae-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 12px 0 24px;
}

.bae-mega-menu__feature b {
  font-size: 12px;
  font-weight: 600;
}

.bae-hero {
  background: #e9dbcd;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 570px;
  overflow: hidden;
}

.bae-hero__copy {
  padding: 110px 5vw 100px 9vw;
}

.bae-hero h1,
.bae-section h2,
.bae-professional h2,
.bae-kit h2,
.bae-cart-drawer h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
}

.bae-hero h1 {
  font-size: clamp(46px, 5vw, 68px);
  margin: 0 0 22px;
  max-width: 620px;
  overflow-wrap: break-word;
}

.bae-hero p:not(.bae-eyebrow) {
  color: #5f5246;
  font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
}

.bae-hero__art {
  align-items: end;
  background: linear-gradient(145deg, #d9c4b0, #f3e6d9);
  display: flex;
  justify-content: center;
  min-height: 570px;
  overflow: hidden;
  position: relative;
}

.bae-hero__art small {
  color: #775e46;
  font-size: 10px;
  letter-spacing: .18em;
  margin-bottom: 52px;
  text-align: center;
  text-transform: uppercase;
}

.bae-hero-product {
  background: #fffaf5;
  box-shadow: 0 25px 50px #49372638;
  display: block;
  overflow: hidden;
  position: absolute;
}

.bae-hero-product img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bae-hero-product--1 {
  aspect-ratio: 1 / 1.24;
  bottom: 126px;
  left: 22%;
  transform: rotate(-8deg);
  width: min(170px, 22vw);
}

.bae-hero-product--2 {
  aspect-ratio: 1 / 1;
  bottom: 96px;
  left: 44%;
  width: min(215px, 28vw);
}

.bae-hero-product--3 {
  aspect-ratio: 1 / 1.42;
  bottom: 145px;
  right: 18%;
  transform: rotate(8deg);
  width: min(145px, 18vw);
}

.bae-cta-row,
.bae-product-card__actions {
  display: flex;
  gap: 12px;
}

.bae-button {
  align-items: center;
  border: 1px solid var(--bae-ink);
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
}

.bae-button--primary {
  background: var(--bae-ink);
  color: #fff !important;
}

.bae-button--primary:visited,
.bae-button--primary:hover,
.bae-button--primary:focus {
  color: #fff !important;
}

.bae-button--secondary,
.bae-button--ghost {
  background: transparent;
  color: var(--bae-ink);
}

.bae-section {
  padding: 86px 6vw;
}

.bae-section--soft {
  background: #f2e8dc;
}

.bae-section__head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.bae-section__head h2 {
  font-size: clamp(34px, 4vw, 46px);
  margin: 0;
}

.bae-section__head > p {
  color: var(--bae-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  margin: 0;
  max-width: 360px;
}

.bae-category-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bae-category-card a {
  background: var(--bae-white);
  border: 1px solid #e7ddd2;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 22px;
}

.bae-category-card span,
.bae-trust b {
  color: var(--bae-deep-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
}

.bae-category-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  margin: auto 0 8px;
}

.bae-category-card p,
.bae-category-card em {
  color: var(--bae-muted);
  font-size: 12px;
}

.bae-product-rail {
  display: grid;
  gap: 14px;
  grid-auto-columns: minmax(220px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding-bottom: 12px;
}

.bae-product-card {
  background: var(--bae-white);
  border: 1px solid #eadfd3;
  min-width: 220px;
  position: relative;
}

.bae-product-card__image {
  aspect-ratio: 1 / 1;
  background: #d8c6b8;
  display: block;
  overflow: hidden;
  position: relative;
}

.bae-product-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bae-product-card__badge {
  background: #72513b;
  color: #fff;
  font-size: 10px;
  left: 10px;
  letter-spacing: .08em;
  padding: 5px 7px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.bae-product-card__body {
  padding: 16px;
}

.bae-product-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.1;
  margin: 7px 0;
  min-height: 42px;
}

.bae-rating,
.bae-stock {
  align-items: center;
  color: var(--bae-muted);
  display: flex;
  font-size: 11px;
  gap: 5px;
}

.bae-rating span {
  color: var(--bae-deep-gold);
}

.bae-price {
  margin: 12px 0;
}

.bae-price del {
  color: #8c8175;
  font-size: 12px;
}

.bae-price ins {
  color: var(--bae-emerald);
  text-decoration: none;
}

.bae-product-card__actions {
  margin-top: 14px;
}

.bae-product-card__actions .bae-button {
  flex: 1;
  padding: 0 10px;
}

.bae-discovery {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 6vw 80px;
}

.bae-discovery a {
  background: var(--bae-ink);
  color: #fffaf5;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 24px;
}

.bae-discovery small {
  color: var(--bae-gold);
}

.bae-discovery strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  margin: auto 0 8px;
}

.bae-discovery span {
  color: #dbc8b8;
  font-size: 12px;
}

.bae-professional {
  background: #334038;
  color: #f8eee5;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bae-section--brands {
  background: #fffaf5;
  overflow: hidden;
}

.bae-brand-marquee {
  border-bottom: 1px solid #dfd2c2;
  border-top: 1px solid #dfd2c2;
  overflow: hidden;
  padding: 20px 0;
}

.bae-brand-marquee div {
  animation: bae-marquee 34s linear infinite;
  display: flex;
  gap: 14px;
  width: max-content;
}

.bae-brand-marquee a {
  background: var(--bae-white);
  border: 1px solid #e5d9cc;
  color: #4f4338;
  flex: 0 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  padding: 14px 22px;
}

@keyframes bae-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.bae-professional__art {
  align-items: center;
  background: linear-gradient(145deg, #7a746a, #b8ab96);
  display: flex;
  justify-content: center;
  min-height: 560px;
}

.bae-professional__art span {
  border: 1px solid #f8eee5;
  font-size: 11px;
  letter-spacing: .18em;
  padding: 24px;
  text-transform: uppercase;
}

.bae-professional__copy {
  padding: 86px 7vw;
}

.bae-professional h2,
.bae-kit h2 {
  font-size: clamp(36px, 4.5vw, 54px);
  margin: 0 0 18px;
}

.bae-professional p:not(.bae-eyebrow) {
  color: #d2c7bc;
}

.bae-pro-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.bae-pro-paths a {
  border-bottom: 1px solid #69726b;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 18px 0;
}

.bae-kit {
  background: #efe1d3;
  display: grid;
  gap: 30px;
  grid-template-columns: .8fr 1.2fr;
  padding: 86px 6vw;
}

.bae-kit__tiles {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.bae-kit__tiles span {
  align-items: end;
  background: #f8eee3;
  border: 1px solid #d4c0aa;
  display: flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  min-height: 150px;
  padding: 20px;
}

.bae-trust {
  background: #fffaf5;
  border-bottom: 1px solid #e1d3c5;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 28px 5vw;
}

.bae-destination-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.bae-destination-grid a {
  background: #fffdf9;
  border: 1px solid #e6dbce;
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 22px;
}

.bae-destination-grid small {
  color: var(--bae-deep-gold);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bae-destination-grid strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  margin: auto 0 8px;
}

.bae-destination-grid span {
  color: var(--bae-muted);
  font-size: 12px;
}

.bae-concierge {
  align-items: center;
  background: #efe1d3;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  padding: 58px 6vw;
}

.bae-concierge h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
  margin: 0;
}

.bae-concierge__links {
  display: grid;
  gap: 10px;
}

.bae-concierge__links a {
  background: #fffaf5;
  border: 1px solid #d4c0aa;
  padding: 16px;
}

.bae-trust div {
  border-right: 1px solid #e1d3c5;
  display: flex;
  gap: 10px;
  padding: 10px;
}

.bae-trust span {
  font-size: 11px;
}

.bae-footer {
  background: #251f1a;
  color: #eee1d5;
  display: grid;
  gap: 30px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding: 70px 6vw 35px;
}

.bae-footer a,
.bae-footer p,
.bae-footer small {
  color: #b9aaa0;
  display: block;
  font-size: 11px;
  margin: 6px 0;
}

.bae-footer strong {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.bae-footer__brand strong {
  color: var(--bae-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
}

.bae-footer form {
  display: flex;
}

.bae-footer input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6b5f56;
  color: #fff;
  min-width: 0;
  padding: 10px;
}

.bae-footer button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6b5f56;
  color: #fff;
  padding: 10px;
}

.bae-cart-drawer {
  display: none;
}

.bae-storefront [class^="bbsc-"],
.bae-storefront [class*=" bbsc-"] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.bae-cart-open .bae-cart-drawer {
  display: block;
}

.bae-cart-drawer__scrim {
  background: #1e1914aa;
  border: 0;
  inset: 0;
  position: fixed;
  z-index: 9997;
}

.bae-cart-drawer__panel {
  background: #fffaf4;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  width: min(440px, 95vw);
  z-index: 9998;
}

.bae-cart-drawer[aria-hidden="true"] {
  visibility: hidden;
}

.bae-cart-drawer__items {
  display: grid;
  gap: 12px;
  max-height: 48vh;
  overflow: auto;
}

.bae-cart-empty {
  color: var(--bae-muted);
  margin: 0;
}

.bae-cart-line {
  border-bottom: 1px solid #ded2c5;
  display: grid;
  gap: 12px;
  grid-template-columns: 74px 1fr auto;
  padding-bottom: 12px;
}

.bae-cart-line__image {
  aspect-ratio: 1 / 1;
  background: #eadfd3;
  overflow: hidden;
}

.bae-cart-line__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bae-cart-line__name {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.1;
}

.bae-cart-line__variation {
  color: var(--bae-muted);
  font-size: 11px;
}

.bae-cart-line__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.bae-cart-line__meta label {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.bae-cart-line__meta input {
  background: #fff;
  border: 1px solid #d4c0aa;
  min-height: 34px;
  text-align: center;
  width: 58px;
}

.bae-cart-line__meta button {
  background: transparent;
  border: 0;
  color: #7d4b39;
  cursor: pointer;
  font-size: 12px;
}

.bae-cart-drawer__total {
  border-top: 1px solid #ded2c5;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

.bae-woo-shell {
  padding: 58px 6vw;
}

.bae-storefront .wc-block-grid__products,
.bae-storefront .wc-block-grid__product {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bae-archive {
  background: #fff8f3;
}

.bae-archive-hero {
  border-bottom: 1px solid #e4d7c8;
  display: grid;
  gap: 12px;
  padding-bottom: 34px;
}

.bae-archive-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.bae-archive-hero p:not(.bae-eyebrow) {
  color: var(--bae-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.bae-archive-toolbar {
  align-items: center;
  border-bottom: 1px solid #e4d7c8;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px 0;
}

.bae-archive-filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.bae-archive-filters a {
  align-items: center;
  background: #fffdf9;
  border: 1px solid #dfd0bf;
  color: #3b2c20;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  min-height: 42px;
  padding: 0 16px;
}

.bae-archive-filters a.is-active {
  background: #241b12;
  border-color: #241b12;
  color: #fff;
}

.bae-archive-sort {
  min-width: 220px;
}

.bae-archive-sort select {
  background: #fffdf9;
  border: 1px solid #d5c4b3;
  color: var(--bae-ink);
  min-height: 42px;
  padding: 0 14px;
  width: 100%;
}

.bae-archive-meta {
  color: #6c5d50;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 0 18px;
}

.bae-woo-shell .woocommerce-products-header__title,
.bae-woo-shell .product_title,
.bae-pdp-recommendations h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.bae-woo-shell ul.products {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.bae-woo-shell ul.products::before,
.bae-woo-shell ul.products::after {
  content: none !important;
}

.bae-woo-shell ul.products li.product,
.bae-archive-card {
  background: #fffdf9;
  border: 1px solid #e4d7c8;
  display: flex;
  flex-direction: column;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  padding: 0;
  position: relative;
  width: auto !important;
}

.bae-archive-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #f1e5d9;
  border-bottom: 1px solid #e4d7c8;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bae-woo-shell ul.products li.product a img,
.bae-archive-card__image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.bae-archive-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 12px;
}

.bae-woo-shell ul.products li.product .woocommerce-loop-product__title,
.bae-woo-shell ul.products li.product .price,
.bae-loop-brand,
.bae-loop-actions {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.bae-woo-shell ul.products li.product .woocommerce-loop-product__title {
  font-family: Jost, Figtree, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  min-height: 2.7em;
  overflow-wrap: anywhere;
}

.bae-archive-card__rating {
  color: #6d5d50;
  display: flex;
  font-size: 12px;
  gap: 6px;
}

.bae-woo-shell ul.products li.product .price {
  color: var(--bae-ink);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.bae-woo-shell ul.products li.product .price del {
  color: #8e8175;
  font-weight: 500;
  margin-right: 6px;
}

.bae-woo-shell ul.products li.product .price ins {
  text-decoration: none;
}

.bae-loop-brand {
  color: var(--bae-muted);
  font-size: 10px;
  letter-spacing: .16em;
  margin-top: 0;
  text-transform: uppercase;
}

.bae-loop-badge {
  background: #72513b;
  color: #fff;
  font-size: 10px;
  left: 10px;
  letter-spacing: .08em;
  padding: 5px 7px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.bae-archive-card__stock {
  color: var(--bae-emerald);
  font-size: 12px;
  font-weight: 600;
  margin: auto 0 0;
}

.bae-archive-card__stock.is-out-of-stock {
  color: #8a4b3d;
}

.bae-loop-actions,
.bae-archive-card__actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding: 0 16px 16px;
}

.bae-loop-secondary {
  background: transparent;
  border: 1px solid var(--bae-ink);
  color: var(--bae-ink);
  min-height: 38px;
  width: calc(100% - 28px);
}

.bae-archive-card__actions .bae-button {
  min-height: 44px;
  width: 100%;
}

.bae-archive-card__actions .is-disabled {
  opacity: .72;
}

.bae-archive-pagination {
  display: flex;
  justify-content: center;
  padding-top: 34px;
}

.bae-archive-pagination .page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bae-archive-pagination .page-numbers a,
.bae-archive-pagination .page-numbers span {
  align-items: center;
  background: #fffdf9;
  border: 1px solid #dfd0bf;
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0 12px;
}

.bae-archive-pagination .page-numbers .current {
  background: var(--bae-ink);
  color: #fff;
}

.bae-pdp-guidance {
  background: #fffaf4;
  border: 1px solid #e3d5c6;
  display: grid;
  gap: 18px;
  margin: 28px 0;
  padding: 24px;
}

.bae-pdp-guidance__intro {
  display: grid;
  gap: 8px;
}

.bae-pdp-guidance__intro h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

.bae-pdp-guidance__intro p:not(.bae-eyebrow) {
  color: var(--bae-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.bae-pdp-guidance__tiles {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bae-pdp-guidance__tiles div,
.bae-pdp-ritual li {
  border: 1px solid #e2d3c4;
  padding: 14px;
}

.bae-pdp-guidance__tiles small {
  color: var(--bae-deep-gold);
  display: block;
  font-size: 9px;
  letter-spacing: .12em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.bae-pdp-guidance__tiles strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.bae-pdp-ritual {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.bae-pdp-ritual li {
  background: #f7eee5;
}

.bae-pdp-ritual span {
  color: var(--bae-deep-gold);
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}

.bae-storefront .bbpdp-offer-hub__tile-top button {
  align-items: center !important;
  display: inline-flex !important;
  height: 38px !important;
  justify-content: center !important;
  min-height: 38px !important;
  min-width: 44px !important;
  padding: 6px 10px !important;
}

.bae-cart-drawer__head {
  border-bottom: 1px solid #ded2c5;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr auto;
  padding-bottom: 18px;
}

.bae-cart-drawer__head small,
.bae-cart-drawer__head h2 {
  grid-column: 1;
  margin: 0;
}

.bae-cart-drawer__head button {
  background: transparent;
  border: 0;
  font-size: 28px;
  grid-column: 2;
  grid-row: 1 / 3;
}

.bae-empty {
  background: var(--bae-white);
  padding: 45px;
  text-align: center;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--bae-emerald);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 900px) {
  .bae-storefront > div[style*="position:fixed"][style*="2147483647"] {
    font-size: 11px !important;
    line-height: 16px !important;
    padding: 4px 8px !important;
    white-space: normal !important;
  }

  .bae-header {
    gap: 16px;
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 18px 5vw;
  }

  .bae-search,
  .bae-actions {
    grid-column: 1 / -1;
  }

  .bae-archive-toolbar {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .bae-archive-sort {
    min-width: 0;
  }

  .bae-menu-toggle {
    display: inline-flex;
  }

  .bae-category-nav {
    align-items: stretch;
    display: none;
    flex-direction: column;
    padding: 12px 5vw;
  }

  .bae-menu-open .bae-category-nav {
    display: flex;
  }

  .bae-mega-menu {
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .bae-menu-open .bae-mega-menu {
    display: block;
  }

  .bae-mega-menu__inner {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 22px 5vw;
  }

  .bae-mega-menu__columns {
    grid-template-columns: 1fr;
  }

  .bae-mega-menu__feature {
    min-height: 170px;
  }

  .bae-hero,
  .bae-professional,
  .bae-kit {
    grid-template-columns: 1fr;
  }

  .bae-hero__copy {
    padding: 70px 6vw 40px;
  }

  .bae-hero__art {
    min-height: 360px;
  }

  .bae-section__head {
    align-items: start;
    flex-direction: column;
  }

  .bae-category-grid,
  .bae-discovery,
  .bae-destination-grid,
  .bae-trust,
  .bae-footer,
  .bae-concierge {
    grid-template-columns: 1fr 1fr;
  }

  .bae-woo-shell ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body.bae-storefront {
    width: 100%;
  }

  .bae-main,
  .bae-header,
  .bae-hero,
  .bae-hero__copy,
  .bae-section,
  .bae-woo-shell,
  .bae-concierge,
  .bae-kit {
    max-width: 100vw;
    overflow: hidden;
    width: 100%;
  }

  .bae-announcement {
    line-height: 1.4;
    min-height: auto;
    padding: 8px 20px;
    white-space: normal;
  }

  .bae-header {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px;
  }

  .bae-search,
  .bae-actions {
    max-width: 350px;
    width: 100%;
  }

  .bae-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: space-between;
  }

  .bae-actions a {
    overflow: visible;
    text-align: left;
    white-space: normal;
  }

  .bae-menu-toggle {
    align-self: flex-start;
    min-height: 42px;
  }

  .bae-hero {
    min-height: auto;
  }

  .bae-hero__copy {
    padding: 48px 20px 34px;
  }

  .bae-hero h1 {
    font-size: 32px;
    max-width: 350px;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .bae-hero p:not(.bae-eyebrow) {
    font-size: 15px;
    max-width: 350px;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .bae-cta-row,
  .bae-product-card__actions {
    flex-wrap: wrap;
  }

  .bae-button {
    min-width: 0;
    padding: 0 16px;
  }

  .bae-hero__art {
    min-height: 315px;
  }

  .bae-hero-product--1 {
    bottom: 78px;
    left: 4%;
    width: 31vw;
  }

  .bae-hero-product--2 {
    bottom: 58px;
    left: 35%;
    width: 38vw;
  }

  .bae-hero-product--3 {
    bottom: 120px;
    right: 4%;
    width: 28vw;
  }

  .bae-section,
  .bae-kit,
  .bae-professional__copy,
  .bae-woo-shell,
  .bae-concierge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bae-section__head h2,
  .bae-archive-hero h1,
  .bae-professional h2,
  .bae-kit h2,
  .bae-concierge h2 {
    font-size: 32px;
  }

  .bae-archive-hero p:not(.bae-eyebrow),
  .bae-archive-meta,
  .bae-archive-toolbar {
    max-width: 350px;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .bae-archive-filters {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
  }

  .bae-archive-sort {
    max-width: 350px;
    width: 100%;
  }

  .bae-category-grid,
  .bae-discovery,
  .bae-destination-grid,
  .bae-kit__tiles,
  .bae-trust,
  .bae-footer,
  .bae-concierge {
    grid-template-columns: 1fr;
  }

  .bae-woo-shell ul.products {
    gap: 12px;
    grid-template-columns: 1fr;
    margin: 0 !important;
    max-width: 350px;
    padding: 0 !important;
    width: 100% !important;
  }

  .bae-woo-shell ul.products::before,
  .bae-woo-shell ul.products::after {
    content: none !important;
  }

  .bae-woo-shell ul.products li.product {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
  }

  .bae-pdp-guidance,
  .bae-pdp-guidance__tiles,
  .bae-pdp-ritual {
    grid-template-columns: 1fr;
    max-width: 350px;
    width: 100%;
  }

  .bae-woo-shell ul.products li.product .woocommerce-loop-product__title,
  .bae-woo-shell ul.products li.product .price,
  .bae-loop-brand,
  .bae-loop-actions {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bae-product-rail {
    grid-auto-columns: 76vw;
  }

  .bae-product-card h3 {
    min-height: auto;
  }

  .bae-cart-drawer__panel {
    max-width: 350px;
    padding: 18px;
    width: calc(100vw - 40px);
  }

  .bae-cart-drawer__note,
  .bae-cart-empty,
  .bae-cart-drawer__head h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .bae-cart-line {
    grid-template-columns: 62px 1fr;
  }

  .bae-cart-line > strong {
    grid-column: 2;
  }

  .bae-cart-drawer .bae-button {
    font-size: 11px;
    line-height: 1.25;
    min-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    width: 100%;
  }

  .single-product .bbpdp-quick-proof,
  .single-product .bbpdp-price-context,
  .single-product .bbpdp-brand-row {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
    max-width: 350px !important;
    width: 100% !important;
  }

  .single-product .bbpdp-quick-proof span,
  .single-product .bbpdp-choice-helper,
  .single-product .woocommerce-product-details__short-description,
  .single-product .summary,
  .single-product .entry-summary {
    max-width: 350px !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    width: 100% !important;
  }
}

@media (max-width: 370px) {
  .bae-search,
  .bae-actions,
  .bae-hero h1,
  .bae-hero p:not(.bae-eyebrow),
  .bae-woo-shell ul.products {
    max-width: 320px;
  }

  .single-product .bbpdp-quick-proof,
  .single-product .bbpdp-price-context,
  .single-product .bbpdp-brand-row,
  .single-product .bbpdp-quick-proof span,
  .single-product .bbpdp-choice-helper,
  .single-product .woocommerce-product-details__short-description,
  .single-product .summary,
  .single-product .entry-summary {
    max-width: 320px !important;
  }

  .bae-hero h1 {
    font-size: 30px;
  }
}
