/* =========================================
   BBB HOMEPAGE — Consolidated from Elementor
   All styles extracted from inline <style> blocks
   ========================================= */

/* Hide WooLentor quick-view modal (its CSS was dequeued for performance) */
#htwlquick-viewmodal { display: none !important; }

/* --- ANIMATIONS --- */
@keyframes fadeIn {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

.elementor-fade-in {
  animation: fadeIn 1s ease-out forwards;
}


/* --- FONT FACES --- */
@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('https://cdn.prod.website-files.com/64c55d4a0be47f42c7661a9c/64c5633fc1cab5bb0708d878_Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   1. HERO BANNER (#v2-split-banner-wrapper)
   ========================================= */
#v2-split-banner-wrapper {
  --white: #ffffff;
  --black: #1a1a1a;
  --bg-blend-color: transparent;
  --link-blue: #0056b3;
  --page-padding-desktop: 2.5rem;
  --page-padding-mobile: 1.25rem;
  --content-max-width: 38rem;
  --banner-min-height: 45rem;
  width: 100%;
  display: block;
  background-color: transparent;
  padding-top: 120px;
  /* Account for sticky header */
  font-family: 'Newsreader', serif !important;
  color: var(--black);
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

#v2-split-banner-wrapper * {
  box-sizing: border-box;
}

#v2-split-banner-wrapper .v2-banner-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  min-height: var(--banner-min-height);
  position: relative;
  overflow: hidden;
  background-image: url('https://betterbeautybox.com/wp-content/uploads/2022/08/hero-header-bbb-final.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#v2-split-banner-wrapper .v2-text-column {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding: 4rem var(--page-padding-desktop);
  background: transparent !important;
}

#v2-split-banner-wrapper .v2-content-inner {
  width: 100%;
  max-width: var(--content-max-width);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

#v2-split-banner-wrapper h1 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 500;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem 0;
  color: var(--black);
  text-transform: none;
}
#v2-split-banner-wrapper .v2-subheading {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0 0 2.5rem 0;
  color: var(--black);
  max-width: 85%;
  opacity: 0.85;
}

#v2-split-banner-wrapper .v2-subheading a {
  color: var(--link-blue);
  text-decoration: underline;
  font-style: italic;
  font-size: 0.9em;
  margin-left: 0.25rem;
  cursor: pointer;
}

#v2-split-banner-wrapper .v2-subheading a:hover {
  opacity: 0.8;
}

#v2-split-banner-wrapper .v2-btn-dark {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: 'Manrope', sans-serif !important;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 80rem;
  cursor: pointer;
  transition: all .3s;
}

#v2-split-banner-wrapper .v2-btn-dark:hover {
  color: var(--black);
  background-color: transparent;
}

/* Global CTA button — same style as hero */
.cta-join-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: 'Manrope', sans-serif !important;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 80rem;
  cursor: pointer;
  transition: all .3s;
}

.cta-join-btn:hover {
  color: #1a1a1a;
  background-color: transparent;
}

/* Journey section CTA placement */
.journey-cta-wrapper {
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  #v2-split-banner-wrapper .v2-banner-container {
    justify-content: center;
    align-items: center;
    min-height: 50vh;
  }

  #v2-split-banner-wrapper .v2-text-column {
    padding: 4rem var(--page-padding-mobile);
    justify-content: center;
  }

  #v2-split-banner-wrapper .v2-content-inner {
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }

  #v2-split-banner-wrapper .v2-subheading {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #v2-split-banner-wrapper h1 {
    font-size: 2rem !important;
  }

  #v2-split-banner-wrapper .v2-btn-full-mobile {
    width: 100%;
    display: block;
  }
}

/* =========================================
   2. CREATED BY BAR (#custom-created-by-wrapper)
   ========================================= */
#custom-created-by-wrapper {
  --page-padding-desktop: 2.5rem;
  --page-padding-mobile: 1.25rem;
  width: 100%;
  display: block;
  background-color: #ffffff !important;
}

#custom-created-by-wrapper * {
  box-sizing: border-box;
}

#custom-created-by-wrapper .padding-global {
  padding-right: var(--page-padding-desktop);
  padding-left: var(--page-padding-desktop);
}

#custom-created-by-wrapper .container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

#custom-created-by-wrapper .padding-section-medium {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}

#custom-created-by-wrapper .flex-centered-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

#custom-created-by-wrapper .accent {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Manrope', sans-serif !important;
  font-size: .75rem;
  font-weight: 700;
  line-height: 140%;
  color: black;
  white-space: nowrap;
  opacity: 0.5;
}

#custom-created-by-wrapper .logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  border: 0;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  #custom-created-by-wrapper .padding-global {
    padding-right: var(--page-padding-mobile);
    padding-left: var(--page-padding-mobile);
  }

  #custom-created-by-wrapper .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #custom-created-by-wrapper .flex-centered-row {
    gap: 0.75rem;
  }

  #custom-created-by-wrapper .logo {
    width: 140px;
  }
}

/* =========================================
   3. PARTNER LOGOS (.partner-grid-layout)
   ========================================= */
.partner-grid-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: #ffffff !important;
}

.partner-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-logo-img {
  height: 32px !important;
  width: auto !important;
  max-width: 140px !important;
  border-radius: 0;
  border: 0;
  object-fit: contain;
  margin: 0;
  display: block;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.partner-logo-img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
  .partner-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }

  .partner-logo-img {
    height: 25px !important;
  }
}

/* =========================================
   4. JOURNEY (#safe-for-earth-section)
   ========================================= */
#safe-for-earth-section {
  width: 100%;
  color: #000;
  background-color: #ffffff;
  font-family: 'Manrope', sans-serif;
  line-height: 140%;
  --orange: #e8a94c;
  --gutters: 2rem;
  --page-padding-desktop: 2.5rem;
  --page-padding-mobile: 1.25rem;
}

#safe-for-earth-section * {
  box-sizing: border-box;
}

#safe-for-earth-section .padding-global {
  padding-left: var(--page-padding-desktop);
  padding-right: var(--page-padding-desktop);
}

#safe-for-earth-section .container-full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#safe-for-earth-section .padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#safe-for-earth-section .w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto auto;
}

#safe-for-earth-section ._2-column-grid {
  grid-column-gap: var(--gutters);
  grid-row-gap: var(--gutters);
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

#safe-for-earth-section .content-column {
  align-self: end;
}

#safe-for-earth-section .heading-style-h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 1rem;
}

#safe-for-earth-section .heading-style-h2 em {
  font-family: 'Manrope', sans-serif;
  font-style: italic;
}

#safe-for-earth-section h3.accent {
  font-family: 'Manrope', sans-serif !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 140%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #000;
}

#safe-for-earth-section .text-size-regular {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

#safe-for-earth-section .spacer-large {
  width: 100%;
  height: 1.5rem;
}

#safe-for-earth-section .spacer-small {
  width: 100%;
  height: 0.75rem;
}

#safe-for-earth-section .featured-icon-wrapper {
  background-color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}

#safe-for-earth-section .icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#safe-for-earth-section .background-image {
  border-radius: 16px;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

#safe-for-earth-section .background-image._2 {
  background-image: url("https://nwbd81hqez-staging.onrocket.site/wp-content/uploads/2022/08/box-model1.jpg");
}

@media screen and (max-width: 991px) {
  #safe-for-earth-section .padding-global {
    padding-left: var(--page-padding-mobile);
    padding-right: var(--page-padding-mobile);
  }

  #safe-for-earth-section .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #safe-for-earth-section ._2-column-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }

  #safe-for-earth-section ._2-column-grid.flip-order-mobile {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  #safe-for-earth-section .heading-style-h2 {
    font-size: 2rem;
  }
}

/* =========================================
   5. RECENT EDITIONS (#custom-featured-products)
   ========================================= */
#custom-featured-products {
  --green: #abb249;
  --black: #000000;
  --white: #ffffff;
  --text-grey: #666666;
  --page-padding-desktop: 40px;
  --page-padding-mobile: 24px;
  --gutters: 2rem;
  width: 100%;
  display: block;
  font-family: 'Manrope', sans-serif;
  color: var(--black);
  background-color: #f3eee9;
}

#custom-featured-products * {
  box-sizing: border-box;
}

#custom-featured-products .padding-global {
  padding-right: var(--page-padding-desktop);
  padding-left: var(--page-padding-desktop);
}

#custom-featured-products .container-full-width {
  width: 100%;
  margin: 0 auto;
}

#custom-featured-products .padding-section-medium2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#custom-featured-products .text-align-left {
  text-align: left;
  margin-bottom: 1.25rem;
}

#custom-featured-products h2 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 32px !important;
  font-weight: 400;
  color: #000;
  margin: 0 0 0.25rem 0;
  text-align: left;
  line-height: 1;
}

#custom-featured-products .section-subheading {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  color: var(--text-grey);
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  max-width: 600px;
}

#custom-featured-products .product-grid-collection-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: var(--gutters);
  grid-row-gap: var(--gutters);
  width: 100%;
  margin: 1.25rem 0 0 0;
  padding: 0;
  list-style: none;
}

#custom-featured-products .product-grid-collection-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0;
}

#custom-featured-products .product-grid-link-block {
  text-decoration: none;
  color: inherit;
  display: block;
}

#custom-featured-products .product-grid-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  background-color: #f0f0f0;
}

#custom-featured-products .product-grid-image-wrapper::before {
  content: "";
  display: block;
  padding-top: 125%;
}

#custom-featured-products .placeholder-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  transition: opacity 0.3s ease, transform 0.6s ease;
}

#custom-featured-products .product-grid-link-block:hover .placeholder-box {
  transform: scale(1.05);
}

#custom-featured-products .badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background-color: #f2c9c7;
  color: #1a1a1a;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 5;
}

#custom-featured-products .text-align-center {
  text-align: center;
}

#custom-featured-products .product-grid-product-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

#custom-featured-products .heading-style-h4 {
  font-family: 'Newsreader', serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin: 0 0 0.25rem 0;
}

#custom-featured-products .accent {
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 140%;
  margin-bottom: 0;
}

#custom-featured-products .product-price {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

#custom-featured-products .text-size-small {
  font-size: 0.875rem;
  line-height: 140%;
}

#custom-featured-products .compare-at-price {
  opacity: 0.5;
  text-decoration: line-through;
}

#custom-featured-products .button-green-medium {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 80rem;
  padding: 1rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

#custom-featured-products .button-green-medium:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}

#custom-featured-products .box-brands {
  text-align: center;
  padding: 0.35rem 0.75rem;
}

#custom-featured-products .box-brands-label {
  font-family: 'Manrope', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #835E38;
  display: block;
  margin-bottom: 0.4rem;
}

#custom-featured-products .box-brands-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

#custom-featured-products .brand-item {
  text-align: center;
  line-height: 1.35;
}

#custom-featured-products .brand-name {
  font-family: 'Newsreader', serif;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
  color: #835E38;
}

#custom-featured-products .brand-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #4b4b4b;
  margin-left: 0.2rem;
}

@media screen and (max-width: 991px) {
  #custom-featured-products .product-grid-collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #custom-featured-products .padding-global {
    padding-right: var(--page-padding-mobile);
    padding-left: var(--page-padding-mobile);
  }

  #custom-featured-products .padding-section-medium2 {
    padding-top: 2.5rem;
  }

  #custom-featured-products h2 {
    font-size: 2rem !important;
  }

  #custom-featured-products .text-align-left {
    margin-bottom: 1rem;
  }

  #custom-featured-products .product-grid-collection-list {
    grid-template-columns: 1fr;
    grid-row-gap: 2.5rem;
    margin-top: 1rem;
  }
}

/* =========================================
   6. REVIEWS MARQUEE (.reviews-marquee-section-v2)
   ========================================= */
@keyframes marqueeScroll-v2 {
  from {
    transform: translateX(0);
  }

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

.reviews-marquee-section-v2 {
  padding: 4rem 0;
  background-color: #835e38;
  text-align: center;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
}

.reviews-marquee-section-v2 .container-v2 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 40px;
}

.reviews-marquee-section-v2 .header-wrapper {
  text-align: left;
  margin-bottom: 1.25rem;
}

.reviews-marquee-section-v2 h2 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  text-align: left;
  line-height: 1.15;
}

.reviews-marquee-section-v2 .section-subheading {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  max-width: 600px;
}

.marquee-container-v2 {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.marquee-content-v2 {
  display: flex;
  width: fit-content;
  animation: marqueeScroll-v2 120s linear infinite !important;
}

.marquee-container-v2:hover .marquee-content-v2 {
  animation-play-state: paused !important;
}

.review-card-inspired-v2 {
  flex-shrink: 0;
  width: 380px;
  margin: 0 16px 0 0;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.review-card-inspired-v2:hover {
  transform: none !important;
}

.review-card-inspired-v2 .review-stars-v2 {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.review-card-inspired-v2 .review-stars-v2 svg {
  width: 16px;
  height: 16px;
  fill: #C8A96E;
}

.review-card-inspired-v2 .review-body-v2 {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.review-card-inspired-v2 .reviewer-info-v2 {
  margin-top: auto;
}

.review-card-inspired-v2 .reviewer-info-v2 strong {
  display: block;
  color: #000;
  font-family: 'Newsreader', serif !important;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.review-card-inspired-v2 .reviewer-info-v2 span {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

@media (max-width: 768px) {
  .reviews-marquee-section-v2 {
    padding: 2.5rem 0 4rem 0;
  }

  .reviews-marquee-section-v2 .container-v2 {
    padding: 0 24px;
  }

  .reviews-marquee-section-v2 .header-wrapper {
    margin-bottom: 1rem;
  }

  .reviews-marquee-section-v2 h2 {
    font-size: 2rem !important;
  }

  .marquee-content-v2 {
    animation-duration: 250s !important;
  }

  .review-card-inspired-v2 {
    width: 300px;
    padding: 24px 20px;
    margin-right: 12px;
  }

  .review-card-inspired-v2 .review-body-v2 {
    font-size: 15px;
  }
}

/* =========================================
   7. BRANDS GRID (#past-partners-section-v3)
   ========================================= */
#past-partners-section-v3 {
  --pp-v3-black: #1a1a1a;
  --pp-v3-white: #ffffff;
  --pp-v3-grey-bg: #f9f9f9;
  --pp-v3-text-grey: #666666;
  --pp-v3-padding-desktop: 4rem;
  --pp-v3-padding-mobile: 3rem;
  width: 100%;
  display: block;
  background-color: #ffffff;
  color: var(--pp-v3-black);
  font-family: 'Manrope', sans-serif;
}

#past-partners-section-v3 * {
  box-sizing: border-box;
}

#past-partners-section-v3 .pp-v3-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 4rem 2.5rem 2.5rem;
}

#past-partners-section-v3 .pp-v3-header {
  text-align: left;
  margin-bottom: 1.25rem;
  max-width: none;
}

#past-partners-section-v3 .pp-v3-heading {
  font-family: 'Manrope', sans-serif !important;
  font-size: 32px !important;
  font-weight: 400;
  margin: 0 0 0.25rem 0;
  line-height: 1;
  color: #000;
}

#past-partners-section-v3 .pp-v3-heading em {
  font-family: 'Newsreader', serif !important;
  font-style: italic;
}

#past-partners-section-v3 .pp-v3-subheading {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  max-width: 600px;
}

#past-partners-section-v3 .pp-v3-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem 1.5rem;
}

#past-partners-section-v3 .pp-v3-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

#past-partners-section-v3 .pp-v3-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-color: var(--pp-v3-grey-bg);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
}

#past-partners-section-v3 .pp-v3-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

#past-partners-section-v3 .pp-v3-item:hover .pp-v3-img {
  transform: scale(1.05);
}

#past-partners-section-v3 .pp-v3-brand-name {
  font-family: 'Newsreader', serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--pp-v3-black);
  margin-bottom: 0.25rem;
  display: block;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #past-partners-section-v3 .pp-v3-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {
  #past-partners-section-v3 .pp-v3-container {
    padding: 3rem 1.5rem 2rem;
  }

  #past-partners-section-v3 .pp-v3-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }

  #past-partners-section-v3 .pp-v3-heading {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 600px) {
  #past-partners-section-v3 .pp-v3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================
   PRICING
   ========================================= */
#pricing-v2 {
  width: 100%;
  background-color: #f3eee9;
  font-family: 'Manrope', sans-serif;
  color: #1a1a1a;
}

#pricing-v2 * {
  box-sizing: border-box;
}

#pricing-v2 .pv2-container {
  width: 100%;
  padding: 4rem 2.5rem;
}

/* Header — centered, editorial */
#pricing-v2 .pv2-header {
  text-align: center;
  margin-bottom: 3rem;
}

#pricing-v2 .pv2-heading {
  font-family: 'Manrope', sans-serif !important;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  color: #000;
}

#pricing-v2 .pv2-subheading {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  color: #888;
  font-weight: 400;
  margin: 0;
}

/* Cards — three columns, spaced out */
#pricing-v2 .pv2-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

/* Individual card */
#pricing-v2 .pv2-card {
  position: relative;
  background: #fff;
  border: 1px solid #C78665;
  border-radius: 12px;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

#pricing-v2 .pv2-card-inner {
  padding: 2.5rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Selected state — thick terracotta border */
#pricing-v2 .pv2-card.pv2-selected {
  border: 2.5px solid #835E38;
  border-radius: 12px;
  z-index: 2;
  position: relative;
}

/* "Best Value" label */
#pricing-v2 .pv2-card-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #835E38;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.35rem 1.25rem;
  border-radius: 80rem;
  white-space: nowrap;
}

/* Plan name — large, editorial */
#pricing-v2 .pv2-plan-name {
  font-family: 'Newsreader', serif;
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0 0 0.25rem 0;
  color: #1a1a1a;
  line-height: 1.2;
}

#pricing-v2 .pv2-plan-tagline {
  font-size: 0.85rem;
  font-weight: 600;
  color: #835E38;
  margin: 0 0 1.75rem 0;
}

/* Price */
#pricing-v2 .pv2-price-block {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

#pricing-v2 .pv2-price {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
}

#pricing-v2 .pv2-price-detail {
  font-size: 0.9rem;
  color: #888;
  font-weight: 400;
}

#pricing-v2 .pv2-billing-note {
  font-size: 0.8rem;
  color: #aaa;
  margin: 0.25rem 0 0 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5rem;
}

/* Feature list */
#pricing-v2 .pv2-perks {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

#pricing-v2 .pv2-perks li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0.45rem 0;
  font-weight: 400;
}

/* Checkmark for included */
#pricing-v2 .pv2-perk-yes {
  color: #1a1a1a;
}

#pricing-v2 .pv2-perk-yes::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23835E38' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* X for not included */
#pricing-v2 .pv2-perk-no {
  color: #bbb;
}

#pricing-v2 .pv2-perk-no::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* In-card CTA button */
#pricing-v2 .pv2-card-btn {
  display: block;
  width: 100%;
  margin-top: 1.75rem;
  padding: 0.85rem 1rem;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1a1a1a;
  border-radius: 50px;
  transition: all 0.3s ease;
}

#pricing-v2 .pv2-card-btn:hover {
  color: #1a1a1a;
  background-color: transparent;
}

/* Selected card button same as others */
#pricing-v2 .pv2-card.pv2-selected .pv2-card-btn {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
#pricing-v2 .pv2-card.pv2-selected .pv2-card-btn:hover {
  color: #1a1a1a;
  background-color: transparent;
}

/* Mobile */
@media screen and (max-width: 768px) {
  #pricing-v2 .pv2-container {
    padding: 4rem 1.5rem;
  }

  #pricing-v2 .pv2-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #pricing-v2 .pv2-card {
    border-radius: 12px;
  }

  #pricing-v2 .pv2-card.pv2-selected {
    border-radius: 12px;
  }

  #pricing-v2 .pv2-card-inner {
    padding: 2rem 1.5rem;
  }
}

/* =========================================
   9. TICKER (.ticker-wrapper)
   ========================================= */
.ticker-wrapper {
  overflow: hidden;
  width: 100%;
  background: #835E38;
  padding: 1rem 0;
}

.ticker-wrapper .ticker-track {
  display: flex;
  width: max-content;
}

.ticker-wrapper .ticker-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: fit-content;
  animation: tickerScroll 120s linear infinite;
}

.ticker-wrapper .ticker-item {
  white-space: nowrap;
  padding: 0 2rem;
}

.ticker-wrapper .ticker-item h3 {
  font-family: 'Newsreader', serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }

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

/* =========================================
   10. UNBOX WITH US (#ubx-section)
   ========================================= */
#ubx-section {
  width: 100%;
  background-color: #ffffff;
  color: #2e2926;
  font-family: 'Manrope', sans-serif;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  --ubx-border-color: #ffffff;
  --ubx-shadow: 0 20px 40px rgba(46, 41, 38, 0.08);
  --ubx-padding-desktop: 4rem;
  --ubx-padding-mobile: 3rem;
  --ubx-radius: 24px;
}

#ubx-section * {
  box-sizing: border-box;
}

#ubx-section .ubx-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 4rem;
  position: relative;
  z-index: 2;
}

#ubx-section .ubx-header {
  text-align: left;
  margin-bottom: 1.25rem;
  max-width: none;
}

#ubx-section .ubx-heading {
  font-family: 'Manrope', sans-serif !important;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.25rem 0;
  color: #000;
}

#ubx-section .ubx-subhead {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  max-width: 600px;
}

#ubx-section .ubx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 2rem;
}

#ubx-section .ubx-card {
  position: relative;
  border-radius: var(--ubx-radius);
  overflow: hidden;
  background-color: #000;
  aspect-ratio: 9 / 16;
  border: none;
  box-shadow: var(--ubx-shadow);
  cursor: pointer;
}

#ubx-section .ubx-card:hover {
  transform: none;
  box-shadow: var(--ubx-shadow);
}

#ubx-section .ubx-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

#ubx-section .ubx-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: white;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

#ubx-section .ubx-handle {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#ubx-section .ubx-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
}

#ubx-section .ubx-play-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: white;
  margin-left: 4px;
}

#ubx-section .ubx-card:hover .ubx-play-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 991px) {
  #ubx-section .ubx-container {
    padding: 2rem 1.25rem 3rem;
  }

  #ubx-section .ubx-heading {
    font-size: 32px !important;
  }

  #ubx-section .ubx-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.5rem;
    padding-bottom: 2rem;
    margin-right: -1.25rem;
    padding-right: 1.25rem;
    scrollbar-width: none;
  }

  #ubx-section .ubx-grid::-webkit-scrollbar {
    display: none;
  }

  #ubx-section .ubx-card {
    min-width: 75%;
    scroll-snap-align: center;
    border-width: 6px;
  }

  #ubx-section .ubx-play-btn {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* =========================================
   11. FAQ (#custom-faq-section)
   ========================================= */
#custom-faq-section {
  --green: #abb249;
  --black: #000000;
  --white: #ffffff;
  --light-pink: #e5e1cb;
  --gutters: 2rem;
  --page-padding: 2.5rem;
  width: 100%;
  display: block;
  font-family: 'Manrope Variablefont Wght', sans-serif;
  color: var(--black);
  background-color: #f3eee9;
}

#custom-faq-section * {
  box-sizing: border-box;
}

#custom-faq-section .padding-section-medium {
  padding: 5rem var(--page-padding);
  max-width: 800px;
  margin: 0 auto;
}

#custom-faq-section h2 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 32px !important;
  font-weight: 400;
  color: #000;
  margin: 0 0 1rem 0;
  text-align: center;
  line-height: 1.2;
  font-style: normal;
}

#custom-faq-section .spacer-large {
  height: 3rem;
  width: 100%;
}

#custom-faq-section .accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#custom-faq-section .accordion-item {
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  scroll-margin-top: 2rem;
}

#custom-faq-section .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
  background: transparent;
  transition: opacity 0.3s ease;
}

#custom-faq-section .accordion-header:hover {
  opacity: 0.7;
}

#custom-faq-section .question-text {
  font-family: 'Manrope Variablefont Wght', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 150%;
  color: var(--black);
  padding-right: 1rem;
}

#custom-faq-section .icon-wrapper {
  background-color: var(--light-pink);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

#custom-faq-section .icon-line {
  background-color: var(--black);
  position: absolute;
  border-radius: 1px;
  transition: transform 0.3s ease;
}

#custom-faq-section .icon-line.horizontal {
  width: 0.75rem;
  height: 2px;
}

#custom-faq-section .icon-line.vertical {
  width: 2px;
  height: 0.75rem;
}

#custom-faq-section .accordion-item.active .icon-line.vertical {
  transform: rotate(90deg);
}

#custom-faq-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

#custom-faq-section .accordion-inner {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 4.5rem;
}

#custom-faq-section p {
  font-size: 1rem;
  line-height: 160%;
  margin: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  #custom-faq-section .padding-section-medium {
    padding: 3rem 1.25rem;
  }

  #custom-faq-section h2 {
    font-size: 2rem !important;
  }
}

/* =========================================
   12. MISSION (.brand-mission-section)
   ========================================= */
.brand-mission-section {
  display: none !important;
  background-color: #392a2a !important;
  color: #ffffff !important;
  padding: 100px 24px;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  justify-content: center;
  align-items: center;
}

.mission-container {
  max-width: 1100px;
  margin: 0 auto;
}

.mission-kicker {
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 32px;
  opacity: 0.9;
  font-weight: 600;
  color: #ffffff;
}

.mission-statement {
  font-family: 'Newsreader', serif !important;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  color: #ffffff !important;
}

.mission-statement em {
  font-family: 'Newsreader', serif !important;
  font-style: italic;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .brand-mission-section {
    padding: 80px 20px;
  }

  .mission-statement {
    font-size: 2rem;
    line-height: 1.4;
  }

  .mission-kicker {
    margin-bottom: 24px;
  }
}

/* =========================================
   13. CTA SECTION (full-width hero bottom)
   ========================================= */
.cta-bottom-section {
  background-color: #FFFEFA;
  position: relative;
}

.cta-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 600px;
}

.cta-bottom-text {
  padding: 4rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cta-bottom-text h1 {
  font-family: 'Newsreader', serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 1.5rem 0;
}

.cta-bottom-text .p1 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 0 0 1rem 0;
}

.cta-bottom-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  margin-bottom: 0;
}

.cta-bottom-proof .stars {
  display: flex;
  gap: 3px;
}

.cta-bottom-proof .review-text {
  font-family: 'Apple Garamond', Georgia, serif;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  font-style: italic;
}

.cta-bottom-proof .review-text strong {
  color: #000;
  font-weight: 500;
}

.cta-bottom-proof .trusted-since {
  font-family: 'Apple Garamond', Georgia, serif;
  font-size: 16px;
  color: #666;
  font-weight: 300;
}

.cta-bottom-buttons {
  padding: 4rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}

.cta-bottom-buttons .fs-button {
  display: inline-block;
  padding: .75rem 1.5rem;
  font-family: 'Manrope', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 80rem;
  cursor: pointer;
  transition: all .3s;
}

.cta-bottom-buttons .dark-style {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}

.cta-bottom-buttons .dark-style:hover {
  background: transparent;
  color: #1a1a1a;
}

.cta-bottom-buttons .dark-border-style {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.cta-bottom-buttons .dark-border-style:hover {
  background: #1a1a1a;
  color: #fff;
}

.cta-bottom-image {
  overflow: hidden;
}

.cta-bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 991px) {
  .cta-bottom-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cta-bottom-image {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .cta-bottom-text h1 {
    font-size: 2rem;
  }

  .cta-bottom-proof {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 4px;
  }

  .cta-bottom-proof .stars {
    flex: 0 0 100%;
    justify-content: center;
  }
}

/* =========================================
   14. FOOTER (.footer-wrapper-custom)
   ========================================= */
.footer-wrapper-custom {
  --black: #000000;
  --brown-dark: #392A2A;
  --white: #ffffff;
  --bg-grey: #F5F2EF;
  --gutters: 2rem;
  --page-padding-desktop: 2.5rem;
  --page-padding-mobile: 1.25rem;
  font-family: 'Manrope', sans-serif;
  color: var(--black);
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--bg-grey);
}

.footer-wrapper-custom * {
  box-sizing: border-box;
}

.footer-wrapper-custom img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.footer-wrapper-custom a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.footer-logo-with-menus {
  padding-top: 0;
  padding-bottom: 2.5rem;
  background-color: #F5F2EF;
  width: 100% !important;
  max-width: 100% !important;
}

/* Only apply padding to inner .padding-global, not the outermost one */
.footer-wrapper-custom > .footer-logo-with-menus > .padding-global {
  padding-right: 0;
  padding-left: 0;
}

.footer-wrapper-custom .padding-global {
  padding-right: var(--page-padding-desktop);
  padding-left: var(--page-padding-desktop);
}

.footer-wrapper-custom .container-full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-custom .padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-wrapper-custom .padding-section-medium.footer-styling {
  background-color: #392A2A;
  color: #FFFFFF;
  border-radius: 0;
  padding: 5rem 2.5rem;
}

.footer-wrapper-custom ._2-column-grid {
  display: grid;
  grid-column-gap: var(--gutters);
  grid-row-gap: var(--gutters);
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.footer-wrapper-custom ._3-column-grid {
  display: grid;
  grid-column-gap: var(--gutters);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  align-items: start;
}

.footer-wrapper-custom .padding-custom-1 {
  padding-right: 7.5rem;
}

.footer-wrapper-custom .product-image {
  border-radius: 16px;
}

.footer-wrapper-custom .spacer-xxlarge {
  width: 100%;
  height: 2.5rem;
}

.footer-wrapper-custom .spacer-large {
  width: 100%;
  height: 1.5rem;
}

.footer-wrapper-custom .heading-style-h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.footer-wrapper-custom .heading-style-h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 120%;
}

.footer-wrapper-custom .italic-heading {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.footer-wrapper-custom .form.newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: .5rem;
}

.footer-wrapper-custom .form-field-wrapper {
  width: 100%;
}

.footer-wrapper-custom .form-field.footer-newsletter {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 80rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  font-family: inherit;
}

.footer-wrapper-custom .form-field.footer-newsletter::placeholder {
  color: #FFFFFF;
  opacity: 0.8;
}

.footer-wrapper-custom .form-field.footer-newsletter:focus {
  outline: none;
  border-color: #FFFFFF;
}

.footer-wrapper-custom .button-white-regular {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 80rem;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 700;
  transition: all .3s;
  cursor: pointer;
  line-height: inherit;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
}

.footer-wrapper-custom .button-white-regular:hover {
  color: #FFFFFF;
  background-color: transparent;
}

.footer-wrapper-custom .footer-link {
  display: block;
  color: #FFFFFF;
  margin-bottom: .25rem;
  text-decoration: none;
  font-size: 1rem;
  line-height: 140%;
}

.footer-wrapper-custom .footer-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.footer-wrapper-custom .align-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-custom .padding-custom-2 {
  padding-top: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer-wrapper-custom .footer-logo {
  width: 100%;
  max-width: 800px;
  border-radius: 0;
}

.footer-wrapper-custom .footer-micro-links-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}

.footer-wrapper-custom .text-color-white {
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .footer-wrapper-custom .padding-global {
    padding-right: var(--page-padding-mobile);
    padding-left: var(--page-padding-mobile);
  }

  .footer-wrapper-custom .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-wrapper-custom ._2-column-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }

  .footer-wrapper-custom .padding-custom-1 {
    padding-right: 0;
    padding-bottom: 2.5rem;
  }

  .footer-wrapper-custom .form.newsletter {
    flex-direction: column;
    grid-row-gap: .5rem;
    align-items: stretch;
  }

  .footer-wrapper-custom .button-white-regular.full-width-mobile {
    width: 100%;
  }

  .footer-wrapper-custom ._3-column-grid.footer-links {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-wrapper-custom .padding-custom-2 {
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-wrapper-custom .footer-micro-links-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .footer-wrapper-custom ._3-column-grid.footer-links {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
  }
}

/* =========================================
   15. GLOBAL SPACING ADJUSTMENTS & FIXES
   ========================================= */

/* Ensure full width for main wrapper on all screen sizes */
body.home #page {
  width: 100%;
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body.home .inner-wrapper.container {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Ticker spacing */
.ticker-wrapper {
  margin: 0;
}

/* Mobile Response */
@media (max-width: 768px) {


  #v2-split-banner-wrapper .v2-banner-container {
    min-height: 35rem;
    /* Slightly smaller on mobile */
  }
}

/* Hide any potential theme footer artifacts if they leak through (safety net) */
body.home .site-footer:not(.footer-logo-with-menus) {
  display: none !important;
}

/* Footer: full width, flush to edges and bottom */
body.home .footer-wrapper-custom,
body.home .footer-logo-with-menus {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

body.home #page {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body.home .footer-wrapper-custom .padding-section-medium.footer-styling {
  margin-bottom: 0;
  padding-bottom: 3rem;
}

/* Fix for Partner Logos grid gap */
.partner-grid-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .partner-grid-layout {
    padding-bottom: 3rem;
  }
}

/* =========================================
   MOBILE RESPONSIVE FIX — 375px optimized
   ========================================= */
@media screen and (max-width: 767px) {

  /* --- HERO --- */
  #v2-split-banner-wrapper {
    padding-top: 85px;
  }

  #v2-split-banner-wrapper .v2-banner-container {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    background-image: none;
  }

  /* Image block above text */
  #v2-split-banner-wrapper .v2-banner-container::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-image: url('https://betterbeautybox.com/wp-content/uploads/2022/08/hero-header-bbb-final-mobile.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  #v2-split-banner-wrapper .v2-text-column {
    padding: 1.75rem 1.25rem 2rem;
    background: #F5F2EF !important;
  }

  #v2-split-banner-wrapper .v2-content-inner {
    max-width: 100% !important;
    padding-right: 0 !important;
    align-items: center;
    text-align: center;
  }

  #v2-split-banner-wrapper h1 {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }

  #v2-split-banner-wrapper .v2-subheading {
    font-size: 0.875rem !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
    margin-bottom: 1.5rem;
    opacity: 0.9;
  }

  #v2-split-banner-wrapper .v2-btn-dark,
  #v2-split-banner-wrapper .v2-btn-full-mobile {
    width: 100%;
    display: block;
    padding: 1rem 2rem;
    font-size: 0.7rem;
  }

  /* --- CREATED BY --- */
  #custom-created-by-wrapper .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  #custom-created-by-wrapper .logo {
    width: 120px;
  }

  /* --- PARTNER LOGOS --- */
  .partner-grid-layout {
    gap: 1.5rem 2rem;
    padding: 10px 1.25rem 2.5rem;
  }

  .partner-grid-layout img {
    max-height: 28px;
    width: auto;
  }

  /* --- RECENT EDITIONS --- */
  #custom-featured-products h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  #custom-featured-products .product-grid-collection-list {
    gap: 2rem !important;
  }

  /* --- REVIEWS / TESTIMONIALS --- */
  .reviews-marquee-section-v2 {
    padding: 2.5rem 0 3rem !important;
  }

  .reviews-marquee-section-v2 h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  .review-card-inspired-v2 {
    width: 280px !important;
    padding: 22px 18px !important;
  }

  .review-card-inspired-v2 .review-body-v2 {
    font-size: 0.875rem !important;
    line-height: 1.55 !important;
  }

  .review-card-inspired-v2 .reviewer-info-v2 strong {
    font-size: 1rem !important;
  }

  .review-card-inspired-v2 .reviewer-info-v2 span {
    font-size: 11px !important;
  }

  /* --- PRICING --- */
  #pricing-v2 .pv2-container {
    padding: 3rem 1.25rem !important;
  }

  #pricing-v2 .pv2-heading {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  #pricing-v2 .pv2-subheading {
    font-size: 0.9rem;
  }

  #pricing-v2 .pv2-card-inner {
    padding: 2rem 1.25rem !important;
  }

  #pricing-v2 .pv2-plan-name {
    font-size: 1.75rem;
  }

  #pricing-v2 .pv2-price {
    font-size: 2.5rem;
  }

  #pricing-v2 .pv2-card.pv2-selected {
    margin-top: 0.5rem;
  }

  /* --- HOW IT WORKS / JOURNEY --- */
  #safe-for-earth-section .heading-style-h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  #safe-for-earth-section .padding-section-medium {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  /* Step numbers */
  #safe-for-earth-section .step-number,
  #safe-for-earth-section .journey-step-number {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  /* Step headings */
  #safe-for-earth-section h3,
  #safe-for-earth-section .heading-style-h3 {
    font-size: 0.8rem !important;
    letter-spacing: 1.5px;
  }

  /* Step body text */
  #safe-for-earth-section .body-text,
  #safe-for-earth-section p {
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
  }

  /* --- TICKER --- */
  .ticker-wrapper {
    padding: 0.75rem 0;
  }

  .ticker-wrapper .ticker-item h3 {
    font-size: 1rem;
  }

  /* --- BRANDS WE LOVE --- */
  #past-partners-section-v3 .pp-v3-container {
    padding: 2.5rem 1.25rem 2rem !important;
  }

  #past-partners-section-v3 .pp-v3-heading {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  #past-partners-section-v3 .pp-v3-grid {
    gap: 1.5rem 0.75rem !important;
  }

  #past-partners-section-v3 .pp-v3-brand-name {
    font-size: 1rem !important;
    white-space: normal !important;
    line-height: 1.3;
  }

  #past-partners-section-v3 .pp-v3-img-wrap {
    margin-bottom: 0.75rem;
  }

  /* --- UNBOX WITH US --- */
  #ubx-section .ubx-container {
    padding: 2rem 1.25rem 2.5rem !important;
  }

  #ubx-section .ubx-heading {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  #ubx-section .ubx-card {
    min-width: 80% !important;
  }

  /* --- FAQ --- */
  #custom-faq-section .padding-section-medium {
    padding: 2.5rem 1.25rem !important;
  }

  #custom-faq-section h2,
  #custom-faq-section .heading-style-h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  #custom-faq-section .accordion-header {
    padding: 0.875rem 1.25rem;
  }

  #custom-faq-section .question-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  #custom-faq-section .accordion-inner {
    padding-right: 1.5rem;
  }

  #custom-faq-section p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* --- CTA JOIN BUTTON --- */
  .cta-join-btn,
  .journey-cta-wrapper .cta-join-btn {
    padding: 0.875rem 2rem;
    font-size: 0.7rem;
  }

  /* --- GLOBAL --- */
  h1, h2, h3, .heading-style-h2, .pv2-heading {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }
}