/* Wyldfire overrides (lightweight mockup) */
:root {
  --wyldfire-red: #b33a2b;
  --wyldfire-cream: #efe3d2;
  --wyldfire-dark: #1e1b16;
}

.wyldfire-logo img {
  max-height: 56px;
}

.wyldfire-hero .banner-content-two .title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.wyldfire-hero .banner-content-two .sub-title {
  font-weight: 500;
}

.wyldfire-hero .banner-content-two {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.wyldfire-hero .banner-content-two p {
  margin-left: auto;
  margin-right: auto;
}

.wyldfire-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--wyldfire-red);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wyldfire-market-card .blog-post-content .title {
  font-size: 20px;
}

.wyldfire-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wyldfire-hero .wyldfire-cta-row {
  justify-content: center;
}

.wyldfire-cta-row .btn {
  margin: 0;
}

.wyldfire-note {
  font-size: 13px;
  opacity: 0.8;
}

.wyldfire-disclaimer {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 6px;
}

/* Shop card buttons alignment */
.inner-product-item .product-cart-wrap,
.product-item-three .product-cart-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.inner-product-item .product-cart-wrap .btn,
.product-item-three .product-cart-wrap .btn {
  min-width: 140px;
  padding: 10px 18px;
  line-height: 1;
}

/* Darken CTA background image by 20% */
.cta-area .cta-bg::before {
  opacity: 0.8;
}

/* Active nav: orange text, no dots */
.menu-area-three .navbar-wrap > ul > li > a,
.menu-area .navbar-wrap > ul > li > a {
  position: relative;
  padding: 6px 8px;
}

.menu-area-three .navbar-wrap > ul > li > a::before,
.menu-area-three .navbar-wrap > ul > li > a::after,
.menu-area .navbar-wrap > ul > li > a::before,
.menu-area .navbar-wrap > ul > li > a::after {
  display: none;
  content: none;
}

.menu-area-three .navbar-wrap > ul > li.active > a,
.menu-area .navbar-wrap > ul > li.active > a {
  color: #e0452b;
}

.wyldfire-mobile-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  display: none;
}

.wyldfire-mobile-cta .btn {
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .wyldfire-mobile-cta {
    display: block;
  }
}

@media (min-width: 768px) {
  .wyldfire-from-stall {
    display: none;
  }
}

@media (max-width: 767px) {
  .scroll-top {
    display: none !important;
  }

  /* Mobile nav polish */
  .menu-area-three,
  .menu-area {
    padding: 10px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  }

  .menu-area-three .menu-wrap,
  .menu-area .menu-wrap {
    border-radius: 16px;
    background: rgba(40, 20, 14, 0.95);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-area-three .logo,
  .menu-area .logo {
    order: 1;
  }

  .menu-area-three .mobile-nav-toggler,
  .menu-area .mobile-nav-toggler {
    order: 2;
    margin-left: auto;
  }

  .menu-area-three .logo img,
  .menu-area .logo img {
    max-height: 42px;
  }

  .mobile-nav-toggler {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e0452b;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(224, 69, 43, 0.35);
    padding: 0;
    line-height: 0;
    position: relative;
    top: -3px;
  }

  .mobile-nav-toggler i {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
  }

  .mobile-nav-toggler i::before {
    display: block;
    line-height: 1;
    margin: 0;
  }
}

/* Replace breadcrumb meat icon with spice bottle */
.breadcrumb-content::before {
  content: "";
  width: 72px;
  height: 72px;
  background-image: url("../../../images/spice_bottle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -6px;
  top: 50%;
  transform: translateY(-52%) rotate(-4deg);
}

/* Breadcrumb darken (shop hero) */
.breadcrumb-bg::before {
  opacity: 0.7;
}
