/**
 * Aura homepage when rendered inside frontend.layouts.app.
 * Restores the standalone demo look without dropping theme header/footer.
 */
body.aura-home-active {
  background-color: #f0f0f0 !important;
}

.aiz-main-wrapper.aura-home-shell {
  padding-top: 0 !important;
  background-color: #f0f0f0 !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage {
  color: #351d1d;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  background-color: #f0f0f0;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage p {
  margin: 0;
}

/* Hero copy — restore spacing/colors overridden by aiz-core (.text-light) and global p reset */
.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-content .banner-title {
  color: #ffffff !important;
  font-size: 43px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  line-height: 1.15 !important;
  margin-bottom: 18px !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-content .banner-title .lime {
  color: var(--accent-lime, #a2bf00) !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-content p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 380px !important;
  margin-bottom: 28px !important;
  line-height: 1.6 !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-spacer-overlay .vis-hidden {
  margin-bottom: 0;
}

/* Restore banner paragraph margins removed by global p { margin: 0 } */
.aiz-main-wrapper.aura-home-shell .aura-homepage .single-promo-banner__content p {
  margin-bottom: 28px !important;
}
.aiz-main-wrapper.aura-home-shell .aura-homepage .promo-card__content p {
  margin-bottom: 24px !important;
}

/* Ensure banner headings use correct font, size and spacing */
.aiz-main-wrapper.aura-home-shell .aura-homepage .single-promo-banner__content h2 {
  font-family: 'Apple Garamond', 'EB Garamond', Garamond, Georgia, serif !important;
  font-size: 63px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  margin-bottom: 16px !important;
}
.aiz-main-wrapper.aura-home-shell .aura-homepage .promo-card__content h3 {
  font-family: 'Apple Garamond', 'EB Garamond', Garamond, Georgia, serif !important;
  font-size: 39px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
  margin-bottom: 24px !important;
}
.aiz-main-wrapper.aura-home-shell .aura-homepage .promo-card__content p {
  color: rgba(255, 255, 255, 0.88) !important;
}
.aiz-main-wrapper.aura-home-shell .aura-homepage .single-promo-banner__content p {
  color: rgba(255, 255, 255, 0.92) !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .btn-hero,
.aiz-main-wrapper.aura-home-shell .aura-homepage .btn-white-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  border: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: normal !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .btn-hero {
  background: #ffffff !important;
  color: #1a1a1a !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 10px 8px 10px 14px !important;
  border-radius: 100px !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .btn-white-pill {
  background: #ffffff !important;
  color: #1a1a1a !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 10px 8px 10px 14px !important;
  border-radius: 100px !important;
  width: max-content;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .banner-title,
.aiz-main-wrapper.aura-home-shell .aura-homepage .section-title {
  font-family: "Apple Garamond", "EB Garamond", Garamond, Georgia, serif !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .section-subtitle {
  font-family: "DM Sans", sans-serif !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-section,
.aiz-main-wrapper.aura-home-shell .aura-homepage .carousel-inner {
  min-height: 746px;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .product-card__name,
.aiz-main-wrapper.aura-home-shell .aura-homepage .product-card__price,
.aiz-main-wrapper.aura-home-shell .aura-homepage .product-card__category {
  font-family: "DM Sans", sans-serif !important;
  text-transform: none !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .tab-btn {
  font-family: "DM Sans", sans-serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  box-shadow: none !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .filter-pill {
  font-family: "Playfair Display", Georgia, serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  box-shadow: none !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .blog-card__title,
.aiz-main-wrapper.aura-home-shell .aura-homepage .blog-card__badge {
  text-transform: none !important;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .ingredient-card__name,
.aiz-main-wrapper.aura-home-shell .aura-homepage .testimonial-card__text {
  font-family: "DM Sans", sans-serif !important;
}

/* Prevent theme carousel styles from breaking BS5 hero */
.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-section .carousel-item {
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-section .carousel-item.active,
.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-section .carousel-item-next,
.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-section .carousel-item-prev {
  display: block;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-section.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.aiz-main-wrapper.aura-home-shell .aura-homepage .hero-section.carousel-fade .carousel-item.active {
  opacity: 1;
}
