:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cb0aaab *//* ---------- BASE ---------- */
.bf-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f1e21;
  background: #faf7f3;
  padding: 3rem 1.5rem 4rem;
}

.bf-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bf-page section {
  max-width: 1120px;
  margin: 0 auto 3rem;
}

/* Ensure headings in this page aren’t giant theme defaults */
.bf-page h1,
.bf-page h2,
.bf-page h3 {
  font-family: inherit;
}

/* ---------- BUTTONS ---------- */
.bf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
  letter-spacing: 0.02em;
}

.bf-btn-primary {
  background: #2f4858;
  color: #fdfaf5 !important;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.bf-btn-primary:hover {
  background: #21333f;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

.bf-btn-block {
  width: 100%;
  margin-top: 0.75rem;
}

/* ---------- PILL ---------- */
.bf-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 72, 88, 0.3);
  color: #2f4858;
  background: rgba(252, 247, 238, 0.9);
}

/* ---------- HERO ---------- */
.bf-hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 2.75rem;
  align-items: center;
  margin-bottom: 3.25rem;
}

.bf-hero-text h1 {
  font-size: clamp(2.25rem, 3.1vw, 3rem);
  margin: 0.9rem 0 0.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bf-hero-text p {
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #473c32;
}

.bf-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.4rem 0 1rem;
}

.bf-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.8rem;
  color: #6e6254;
}

.bf-hero-meta span::before {
  content: "•";
  margin-right: 0.25rem;
}

/* Hero highlight */
.bf-hero-highlight {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}

.bf-highlight-card {
  width: 100%;
  max-width: 260px;
  background: radial-gradient(circle at top left, #fce3c9, #f7dac5 40%, #f0d2bf 68%, #e7c3aa 100%);
  border-radius: 1.25rem;
  padding: 1.8rem 1.4rem;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  text-align: center;
  color: #2b261f;
}

.bf-highlight-label {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.bf-highlight-number {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bf-highlight-sub {
  font-size: 0.86rem;
  margin-top: 0.4rem;
}

.bf-hero-badges {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-end;
  font-size: 0.8rem;
  color: #615344;
}

.bf-hero-badges span {
  background: rgba(255, 255, 255, 0.75);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(185, 164, 139, 0.5);
}

/* ---------- USP ROW ---------- */
.bf-usp-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  background: #f3ece3;
  border-radius: 1.5rem;
  padding: 1.4rem 1.8rem;
  border: 1px solid rgba(185, 164, 139, 0.4);
}

.bf-usp-item h3 {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.bf-usp-item p {
  font-size: 0.85rem;
  color: #6f6152;
}

/* ---------- SECTION HEADERS ---------- */
.bf-section-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.bf-section-header h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.bf-section-header p {
  max-width: 32rem;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #6e5b49;
}

/* ---------- FILTERS ---------- */
.bf-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
}

.bf-filter-btn {
  border-radius: 999px;
  border: 1px solid rgba(137, 109, 82, 0.5);
  padding: 0.35rem 0.9rem;
  background: rgba(250, 247, 243, 0.8);
  font-size: 0.8rem;
  cursor: pointer;
  color: #4a3f34;
  transition: background 0.12s ease, color 0.12s ease, transform 0.12s ease, box-shadow 0.12s ease;
}

.bf-filter-btn-active,
.bf-filter-btn:hover {
  background: #2f4858;
  color: #fdfaf5;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

/* ---------- DEALS GRID ---------- */
.bf-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.bf-card {
  background: #fdfaf5;
  border-radius: 1.25rem;
  border: 1px solid rgba(185, 164, 139, 0.55);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.bf-card-img {
  position: relative;
  padding: 1.1rem;
  background: radial-gradient(circle at top, #fdf3e7, #f3e4d3 55%, #e4d2c0 100%);
}

.bf-card-body {
  padding: 1.1rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bf-card-title {
  font-size: 1.02rem;
  margin-bottom: 0.3rem;
}

.bf-card-desc {
  font-size: 0.83rem;
  color: #6b5c4b;
  margin-bottom: 0.7rem;
  min-height: 3.2em;
}

.bf-card-pricing {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-top: auto;
}

.bf-price-current {
  font-size: 1rem;
  font-weight: 700;
}

.bf-price-old {
  font-size: 0.85rem;
  color: #9d8a77;
  text-decoration: line-through;
}

.bf-price-badge {
  margin-left: auto;
  font-size: 0.75rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #2f4858;
  color: #fdfaf5;
}

/* Card tags */
.bf-card-tag {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  font-size: 0.72rem;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  color: #fdfaf5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 5;
}

.bf-tag-hot { background: #b23b32; }
.bf-tag-limited { background: #8a5a19; }
.bf-tag-ending { background: #9b3c5a; }
.bf-tag-gift { background: #416b5a; }

/* ---------- FOOTER CTA ---------- */
.bf-footer-cta {
  margin-top: 2.5rem;
}

.bf-footer-inner {
  text-align: center;
  background: linear-gradient(120deg, #2f4858, #614132);
  border-radius: 1.75rem;
  padding: 2rem 1.5rem;
  color: #fdfaf5;
}

.bf-footer-inner h2 {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.bf-footer-inner p {
  max-width: 40rem;
  margin: 0 auto 1.2rem;
  font-size: 0.9rem;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .bf-page {
    padding: 2.3rem 1.1rem 3rem;
  }

  .bf-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-hero-highlight {
    align-items: flex-start;
  }

  .bf-usp-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bf-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bf-page {
    padding-inline: 1rem;
  }
}

/* ---------- OVERRIDES vs THEME ---------- */

/* Don’t let theme link styles bleed in here */
.bf-page a,
.bf-page a:visited {
  color: inherit;
  text-decoration: none;
}

/* Buttons must always be white text on dark background */
.bf-btn,
.bf-btn-primary,
.bf-footer-inner .bf-btn-primary {
  color: #fdfaf5 !important;
}

/* Footer text always light */
.bf-footer-inner,
.bf-footer-inner h2,
.bf-footer-inner p,
.bf-footer-inner a {
  color: #fdfaf5 !important;
}
.bf-card-tag {
  background-color: #d3bba0 !important; /* Warm apothecary beige */
  color: #2a2a2a !important;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}/* End custom CSS */