/* Banner Harvest LLC - Custom Styles */

.bh-pathway-hero {
    background-color: var(--color-ivory);
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

.bh-hero-heading {
    font-family: var(--font-primary);
    font-size: 40px;
    color: var(--color-charcoal);
    font-weight: 300;
    letter-spacing: 0.02em;
}

.bh-hero-intro {
    font-family: var(--font-body);
    font-size: var(--font-size-lg);
    color: var(--color-charcoal);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

.bh-why-section {
    background-color: var(--color-linen);
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

.bh-quiz-section {
    background-color: var(--color-ivory);
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

.bh-trust-row {
    background-color: var(--color-sage);
}

.bh-trust-text {
    color: var(--color-ivory);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: var(--font-size-sm);
}

.bh-thc-callout {
    background-color: var(--color-linen);
    border-left: 4px solid var(--color-gold);
    padding-left: 80px;
    padding-right: 80px;
}

.bh-thc-callout .bh-callout-heading {
    text-align: left;
}

.bh-thc-callout .bh-section-body {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.bh-direct-answer-section {
    background-color: var(--color-ivory);
    padding-left: 80px;
    padding-right: 80px;
}

.bh-direct-answer-section .bh-section-heading {
    text-align: left;
}

.bh-direct-answer-section .bh-qa-question {
    text-align: left;
    font-family: var(--font-primary);
    font-size: var(--font-size-lg);
    color: var(--color-charcoal);
    margin-top: var(--spacing-md);
}

.bh-direct-answer-section .bh-section-body {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-family: var(--font-body);
    font-size: var(--font-size-base);
    color: var(--color-charcoal);
    line-height: 1.8;
}

.bh-fda-disclaimer {
    background-color: var(--color-linen);
    border-top: 1px solid var(--color-gold);
    padding-left: 80px;
    padding-right: 80px;
}

.bh-fda-disclaimer .bh-disclaimer-text {
    text-align: center;
    font-size: var(--font-size-sm);
    opacity: 0.8;
    max-width: 780px;
    margin: 0 auto;
}

.bh-section-heading {
    font-family: var(--font-primary);
    font-size: var(--font-size-xl);
    color: var(--color-charcoal);
    font-weight: 400;
}

.bh-section-body {
    font-family: var(--font-body);
    font-size: var(--font-size-base);
    color: var(--color-charcoal);
    line-height: 1.8;
}

.bh-callout-heading {
    font-family: var(--font-primary);
    font-size: var(--font-size-lg);
    color: var(--color-charcoal);
}

.bh-qa-question {
    font-family: var(--font-primary);
    font-size: var(--font-size-lg);
    color: var(--color-charcoal);
    margin-top: var(--spacing-md);
}
.bh-why-section .bh-section-body {
    max-width: 780px;
    margin: 0 auto;
}
.bh-thc-callout {
    padding-left: 80px;
    padding-right: 80px;
}
@media (max-width: 768px) {
    .bh-pathway-hero {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bh-hero-heading {
        font-size: 32px;
    }

    .bh-why-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bh-quiz-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bh-thc-callout {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bh-direct-answer-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bh-fda-disclaimer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bh-trust-text {
        font-size: 11px;
        letter-spacing: 0.02em;
        line-height: 1.8;
        word-spacing: -1px;
    }
}

/* ─────────────────────────────────────────────────────────────────────────────
   BANNER HARVEST — GOOGLE REVIEWS WIDGET
   Add to: /wp-content/themes/kadence-child/assets/css/custom.css
   ───────────────────────────────────────────────────────────────────────────── */

.bh-reviews-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 24px;
    text-align: center;
}

/* Header */
.bh-reviews-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.bh-reviews-rating {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 48px;
    font-weight: 600;
    color: #2C2C2C;
    line-height: 1;
}

.bh-reviews-stars {
    font-size: 28px;
    color: #B8A06A;
    letter-spacing: 2px;
    line-height: 1;
}

.bh-reviews-count {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    color: #7A9E87;
    font-style: italic;
    letter-spacing: 0.03em;
}

/* Track */
.bh-reviews-track-wrap {
    position: relative;
    overflow: hidden;
}

.bh-reviews-track {
    display: flex;
    align-items: flex-start;
    transition: transform 0.5s ease;
    will-change: transform;
}

/* Card */
.bh-review-card {
    min-width: 100%;
    flex-shrink: 0;
    background: #FAF7F2;
    border: 1px solid #E8E0D5;
    border-radius: 8px;
    padding: 40px 48px;
    text-align: left;
    box-sizing: border-box;
}

.bh-review-stars {
    font-size: 20px;
    color: #B8A06A;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.bh-review-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 19px;
    line-height: 1.85;
    color: #2C2C2C;
    margin: 0 0 28px 0;
    font-style: italic;
}

/* Author row */
.bh-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bh-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.bh-review-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.bh-review-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #2C2C2C;
    letter-spacing: 0.03em;
}

.bh-review-time {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 13px;
    color: #B8A06A;
    font-style: italic;
}

.bh-review-google-logo {
    margin-left: auto;
    opacity: 0.7;
    flex-shrink: 0;
}

/* Prev / Next */
.bh-reviews-prev,
.bh-reviews-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FAF7F2;
    border: 1px solid #E8E0D5;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #7A9E87;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 2;
    line-height: 1;
}

.bh-reviews-prev { left: -22px; }
.bh-reviews-next { right: -22px; }

.bh-reviews-prev:hover,
.bh-reviews-next:hover {
    background: #7A9E87;
    color: #FAF7F2;
    border-color: #7A9E87;
}

/* Dots */
.bh-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.bh-reviews-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E8E0D5;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.bh-reviews-dot.active {
    background: #7A9E87;
}

/* Mobile */
@media ( max-width: 767px ) {
    .bh-review-card {
        padding: 56px 24px 32px;
    }

    .bh-reviews-rating {
        font-size: 36px;
    }

    .bh-reviews-prev,
    .bh-reviews-next {
        top: 12px;
        transform: none;
    }

    .bh-reviews-prev { left: 4px; }
    .bh-reviews-next { right: 4px; }

    .bh-review-text {
        font-size: 17px;
    }
}
/* Footer nav links */
.bh-footer-nav ul li a {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #2C2C2C !important;
  font-family: inherit !important;
  text-decoration: none;
}

/* Footer nav links hover state */
.bh-footer-nav ul li a:hover {
  color: #B8A06A !important;
}

/* Footer column headings */
.bh-footer-nav h4,
.bh-footer-nav h3,
.bh-footer-nav SHOP,
.bh-footer-nav LEARN { 
  font-size: 18px !important;
  letter-spacing: 0.12em !important;
  color: #B8A06A !important;
  font-family: inherit !important;
}
/* Swatch Radio Buttons */
td.value .kt-radio-variation-container .kad_radio_variations {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

td.value .kt-radio-variation-container .kad_radio_variations label {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 90px;
    padding: 10px 14px;
    background-color: #CFD3C4 !important;
    color: #2C2C2C !important;
    cursor: pointer;
    line-height: 1.3;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    transition: background-color 0.2s ease, color 0.2s ease;

}

td.value .kt-radio-variation-container .kad_radio_variations label:hover {
    background-color: #B8BFB0 !important;
    color: #2C2C2C !important;
}

td.value .kt-radio-variation-container .kad_radio_variations label.selectedValue {
    background-color: #7A9E87 !important;
    color: #FAF7F2 !important;

}

td.value .kt-radio-variation-container .kad_radio_variations label .swatch-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: inherit;
    
}

td.value .kt-radio-variation-container .kad_radio_variations label .swatch-mg {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    display: block;
    color: inherit;

}
/* FAQ Hub -- Accordion active header sage + icon sage */
.kt-blocks-accordion-header.kt-accordion-panel-active {
    background-color: #7A9E87 !important;
}

.kt-accordion-wrap .kt-blocks-accordion-icon-trigger {
    color: #7A9E87 !important;
}
/* FAQ Hub -- Accordion title font size for senior readability */
.kt-accordion-wrap .kt-blocks-accordion-title {
    font-size: 22px !important;
}
/* FAQ Hub -- Accordion answer text and Go Deeper link font size */
.kt-accordion-panel-inner p,
.kt-accordion-panel-inner a {
    font-size: 22px !important;
}
.wp-block-kadence-advancedbtn {
    justify-content: center !important;
}
/* Quiz CTA button alignment fix -- Session 66 */
.kadence-column302_cta_c1 .kt-inside-inner-col,
.kadence-column363_cta_c1 .kt-inside-inner-col,
.kadence-column366_cta_c1 .kt-inside-inner-col,
.kadence-column370_cta_c1 .kt-inside-inner-col,
.kadence-column372_cta_c1 .kt-inside-inner-col {
    text-align: center;
}
/* =============================================
   BH PATHWAY HERO -- ASPECT RATIO FIX
   Applies to all 5 quiz pathway hero rows
   Class: bh-pathway-hero
   ============================================= */

.bh-pathway-hero {
    min-height: 500px !important;
    width: 100%;
}

.bh-pathway-hero > .kt-row-column-wrap {
    height: 100%;
    align-items: center;
}

@media (max-width: 500px) {
    .bh-pathway-hero {
        min-height: 250px !important;
    }
}
/* ── Banner Harvest Contact Form ───────────────────────────────── */
.bh-contact-wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 40px;
    background-color: #FAF7F2;
    border-left: 3px solid #7A9E87;
}

.bh-contact-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.bh-contact-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bh-contact-label {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #1A3028;
    letter-spacing: 0.03em;
}

.bh-contact-required {
    color: #7A9E87;
    margin-left: 2px;
}

.bh-contact-input,
.bh-contact-textarea {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 17px;
    color: #1A3028;
    background-color: #ffffff;
    border: 1px solid #D4C9B8;
    padding: 14px 18px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease;
    border-radius: 0;
    -webkit-appearance: none;
}

.bh-contact-input:focus,
.bh-contact-textarea:focus {
    border-color: #7A9E87;
}

.bh-contact-textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.7;
}

.bh-contact-submit-wrap {
    display: flex;
    justify-content: flex-start;
}

.bh-contact-btn {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FAF7F2;
    background-color: #1A3028;
    border: none;
    padding: 16px 40px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 0;
}

.bh-contact-btn:hover {
    background-color: #7A9E87;
}

.bh-contact-success {
    padding: 24px 28px;
    background-color: #EEF4F0;
    border-left: 3px solid #7A9E87;
    margin-bottom: 32px;
}

.bh-contact-success p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    color: #1A3028;
    margin: 0;
}

.bh-contact-error {
    padding: 24px 28px;
    background-color: #FDF4F4;
    border-left: 3px solid #C47A7A;
    margin-bottom: 32px;
}

.bh-contact-error p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 17px;
    color: #1A3028;
    margin: 0;
}

@media (max-width: 640px) {
    .bh-contact-wrap {
        padding: 32px 24px;
    }
}
/* ── End Banner Harvest Contact Form ───────────────────────────── */
/* ── Wholesale form optional label ─────────────────────────────── */
.bh-contact-optional {
    font-size: 13px;
    font-weight: 400;
    color: #7A9E87;
    margin-left: 4px;
}

/* ── Contact and Wholesale select styling ──────────────────────── */
.bh-contact-input select,
select.bh-contact-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A9E87' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}
/* ── End Wholesale additions ───────────────────────────────────── */
/* Hero split layout edge fade -- desktop only */
@media (min-width: 1041px) {
    .hero-edge-fade {
        position: relative;
    }

    .hero-edge-fade::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        background: linear-gradient(to right, #FAF7F2 0%, rgba(250, 247, 242, 0) 100%);
        z-index: 10;
        pointer-events: none;
    }
}
/* Hero full-width breakout */
@media (min-width: 1041px) {
    .premium-hero-breakout {
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }

    .premium-hero-breakout > .kt-row-layout-inner {
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-bleed-right {
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        max-width: none !important;
    }

    .hero-bleed-right img,
    .hero-bleed-right .wp-block-kadence-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        max-width: none !important;
        display: block !important;
    }
}
/* =========================================================
   Banner Harvest — Homepage Hero Mobile Text + CTA Spacing
   Scope: mobile hero only
   ========================================================= */
@media (max-width: 767px) {
  html body.home .premium-hero-breakout .kt-row-column-wrap {
    row-gap: 0 !important;
  }

  html body.home .premium-hero-breakout .bh-hero-copy-col > .kt-inside-inner-col {
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 34px !important;
  }

  html body.home .premium-hero-breakout .bh-hero-copy-col .wp-block-kadence-advancedbtn,
  html body.home .premium-hero-breakout .bh-hero-copy-col .kb-buttons-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }

  html body.home .premium-hero-breakout .bh-hero-copy-col .wp-block-kadence-singlebtn,
  html body.home .premium-hero-breakout .bh-hero-copy-col .kb-button {
    width: 100% !important;
    max-width: 520px !important;
  }

  html body.home .premium-hero-breakout .bh-hero-copy-col .kb-button {
    justify-content: center !important;
    min-height: 58px !important;
  }

  html body.home .premium-hero-breakout .bh-hero-media-col > .kt-inside-inner-col {
    padding-top: 0 !important;
  }

  html body.home .premium-hero-breakout .bh-hero-img-mobile,
  html body.home .premium-hero-breakout .bh-hero-img-mobile > .kt-inside-inner-col {
    margin-top: 0 !important;
  }
}
/* Paul pull-quote block - Hub page */
.bh-paul-quote {
  border-left: 4px solid #B8A06A;
  padding-left: 28px;
  max-width: 760px;
  margin: 0 auto;
}
/* ============================================
   Interactive Learning Center - Card Grid
   BH_Master_Plan_Learning_Architecture S.7
   ============================================ */
.bh-learn-grid {
  display: grid;
  gap: clamp(20px, 3vw, 36px);
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(16px, 3vw, 40px);
}

.bh-learn-grid > * { height: 100%; }

@media (max-width: 820px) {
  .bh-learn-grid { grid-template-columns: 1fr; }
}

.bh-lightbox-trigger { cursor: pointer; }
/* Interactive Learning Center - grid row */
.kb-row-layout-id11613_gridrow {
  background-color: #FAF7F2 !important;
  border: 2px solid #B8A06A !important;
}
/* ==========================================
   PREMIUM SNAP-SWIPE SLIDER (MOBILE & TABLET ONLY)
   ========================================== */
@media (max-width: 768px) {
    
    /* 1. THE WINDOW: Force the outer container to open up layout restrictions */
    html body .shop-header-card-container {
        display: block !important;             
        overflow-x: auto !important;           /* Smash open the visible overflow trap */
        width: 100% !important;                
        max-width: 100% !important;            
        box-sizing: border-box !important;     
    }

    /* 2. THE TRACK: Target Kadence's exact inner column class and force left-alignment */
    html body .shop-header-card-container > .kt-inside-inner-col {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important; /* Force layout engine to originate at Card 1 */
        align-items: stretch !important;
        width: 100% !important;
        min-width: 100% !important;
        overflow-x: auto !important;           /* Enable horizontal swipe at the column level */
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 16px !important;                  
        padding: 12px 20px !important;         /* Premium edge padding */
    }

    /* 3. THE CARDS: Strip all auto-centering margins causing the negative position offsets */
    html body .shop-header-card-container .banner-harvest-header-card {
        flex: 0 0 135px !important;            
        width: 135px !important;
        min-width: 135px !important;
        max-width: 135px !important;
        margin-left: 0 !important;             /* Obliterate the -190.5px left-offset shift */
        margin-right: 0 !important;
        scroll-snap-align: start !important;   
    }

    /* Hide all mobile scroll tracks completely */
    html body .shop-header-card-container::-webkit-scrollbar,
    html body .shop-header-card-container > .kt-inside-inner-col::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
    html body .shop-header-card-container,
    html body .shop-header-card-container > .kt-inside-inner-col {
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }
}
/* ==========================================
   HOMEPAGE PATHWAY SLIDER (UNIVERSAL WINDOW SETUP)
   ========================================== */
@media (max-width: 1024px) {
    
    /* 1. THE WINDOW: Keeps the layout bounded on all mobile/tablet views */
    html body .pathway-cards-container {
        display: block !important;             
        overflow-x: auto !important;           
        width: 100% !important;                
        max-width: 100% !important;            
        box-sizing: border-box !important;     
    }

    /* Hide scroll tracks for clean editorial look */
    html body .pathway-cards-container::-webkit-scrollbar,
    html body .pathway-cards-container > .kt-inside-inner-col::-webkit-scrollbar,
    html body .pathway-cards-container > div::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
    html body .pathway-cards-container,
    html body .pathway-cards-container > .kt-inside-inner-col,
    html body .pathway-cards-container > div {
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }
}

/* ==========================================
   [FORCE MOBILE ROW] - Targets widths under 768px (Fixes the 739px Stacking)
   ========================================== */
@media (max-width: 768px) {
    
    /* Overrules Kadence's native mobile stacking engine completely */
    html body .pathway-cards-container > .kt-inside-inner-col,
    html body .pathway-cards-container > div {
        display: flex !important;
        flex-direction: row !important;         /* Locks them side-by-side */
        flex-wrap: nowrap !important;           /* Blocks vertical wrapping */
        justify-content: flex-start !important; 
        align-items: stretch !important;
        width: max-content !important;          /* Keeps the horizontal runway wide */
        gap: 20px !important;                  
        padding: 16px 20px !important;         
    }

    /* Sets mobile fluid card sizes */
    html body .pathway-cards-container .pathway-image-card {
        flex: 0 0 72vw !important;            
        width: 72vw !important;
        min-width: 72vw !important;
        max-width: 72vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        scroll-snap-align: start !important;   
    }
}

/* ==========================================
   [FORCE TABLET ROW] - Targets widths 769px to 1024px
   ========================================== */
@media (min-width: 769px) and (max-width: 1024px) {
    
    /* Keeps track horizontal on tablet frames */
    html body .pathway-cards-container > .kt-inside-inner-col,
    html body .pathway-cards-container > div {
        display: flex !important;
        flex-direction: row !important;         
        flex-wrap: nowrap !important;           
        justify-content: flex-start !important; 
        align-items: stretch !important;
        width: max-content !important;          
        gap: 20px !important;                  
        padding: 16px 20px !important;         
    }

    /* Sets tablet fluid card sizes */
    html body .pathway-cards-container .pathway-image-card {
        flex: 0 0 42vw !important;            
        width: 42vw !important;
        min-width: 42vw !important;
        max-width: 42vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        scroll-snap-align: start !important;   
    }
}
/* ==========================================
   [2] BEYOND CBD SLIDER (MOBILE ONLY - TUNED CENTERING)
   ========================================== */
@media (max-width: 768px) {
    
    /* 1. THE WINDOW: Bounds the viewport and enables snapping */
    html body .beyond-cbd-container {
        display: block !important;             
        overflow-x: auto !important;           
        width: 100% !important;                
        max-width: 100% !important;            
        box-sizing: border-box !important;     
        scroll-snap-type: x mandatory !important; /* Forces crisp, carousel-like snaps */
    }

    /* 2. THE TRACK: Balanced padding centers the active card perfectly */
    html body .beyond-cbd-container > .kt-inside-inner-col {
        display: flex !important;
        flex-direction: row !important;         
        flex-wrap: nowrap !important;           
        justify-content: flex-start !important; 
        align-items: stretch !important;
        width: max-content !important;          
        /* 82vw card leaves 18vw space. 9vw on each side centers card 1 perfectly */
        padding: 16px 9vw !important;         
        gap: 4vw !important;                      /* Elegant, fluid spacing between cards */
    }

    /* 3. THE CARDS: Hard margin reset to stop the rightward drift */
    html body .beyond-cbd-container .beyond-cbd-card {
        flex: 0 0 82vw !important;            
        width: 82vw !important;
        min-width: 82vw !important;
        max-width: 82vw !important;
        margin: 0 !important;                    /* Smashes any default Kadence shifting margins */
        scroll-snap-align: center !important;    /* Safely locks the card to the center of the lens */
    }

    /* Clean hide for all native mobile scrollbars */
    html body .beyond-cbd-container::-webkit-scrollbar,
    html body .beyond-cbd-container > .kt-inside-inner-col::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
    html body .beyond-cbd-container,
    html body .beyond-cbd-container > .kt-inside-inner-col {
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }
}
/* =========================================================
   Banner Harvest — Reusable Product Shelf
   Kadence Query Loop + Master Product Card
   Class goes on the Kadence Query Loop block: bh-product-shelf
   ========================================================= */

/* Scope each shelf */
.bh-product-shelf {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

/* Reset numbering at the start of each product shelf */
.bh-product-shelf ul.kb-query-grid-wrap.products {
  counter-reset: shop-grid-count;
}

/* Add editorial number before each card tagline */
.bh-product-shelf ul.kb-query-grid-wrap.products > li.kb-query-item .bh-card-tagline::before {
  counter-increment: shop-grid-count;
  content: "NO. " counter(shop-grid-count, decimal-leading-zero) " // ";
}

/* Actual live Kadence/Woo product shelf track */
.bh-product-shelf ul.kb-query-grid-wrap.products {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;

  width: 100% !important;
  max-width: 100% !important;

  overflow-x: auto !important;
  overflow-y: visible !important;

  gap: 20px !important;
  padding: 4px 0 22px !important;

  scroll-snap-type: x mandatory !important;
  scroll-padding-left: 0;

  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;

  list-style: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Hide scrollbar — Chrome/Safari/Edge */
.bh-product-shelf ul.kb-query-grid-wrap.products::-webkit-scrollbar {
  display: none !important;
}

/* Product shelf items */
.bh-product-shelf ul.kb-query-grid-wrap.products > li.kb-query-item {
  display: block !important;

  flex: 0 0 220px !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;

  overflow: visible !important;

  scroll-snap-align: start !important;
  scroll-snap-stop: normal;

  box-sizing: border-box !important;
}

/* Preserve Master Product Card width inside each query item */
.bh-product-shelf ul.kb-query-grid-wrap.products > li.kb-query-item > .wp-block-kadence-column,
.bh-product-shelf ul.kb-query-grid-wrap.products > li.kb-query-item .beyond-cbd-card,
.bh-product-shelf ul.kb-query-grid-wrap.products > li.kb-query-item .banner-harvest-header-card {
  width: 220px !important;
  max-width: 220px !important;
}

/* Mobile spacing refinement */
@media (max-width: 767px) {
  .bh-product-shelf ul.kb-query-grid-wrap.products {
    gap: 18px !important;
    padding-right: 22px !important;
  }
}
/* =========================================================
   Banner Harvest — Static Badge Snap Bar
   Desktop stays as-built. Mobile becomes horizontal swipe.
   Class goes on the parent Section holding all badges:
   bh-badge-snap
   ========================================================= */

.bh-badge-snap {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

/* Mobile only */
@media (max-width: 767px) {
  .bh-badge-snap > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    gap: 14px !important;
    padding: 8px 22px 18px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;

    scrollbar-width: none !important;
  }

  .bh-badge-snap > .kt-inside-inner-col::-webkit-scrollbar {
    display: none !important;
  }

  .bh-badge-snap > .kt-inside-inner-col > * {
    flex: 0 0 clamp(150px, 45vw, 180px) !important;
    width: clamp(150px, 45vw, 180px) !important;
    min-width: clamp(150px, 45vw, 180px) !important;
    max-width: clamp(150px, 45vw, 180px) !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  .bh-badge-snap img,
  .bh-badge-snap svg {
    max-width: 100% !important;
    height: auto !important;
  }
}
/* =========================================================
   Banner Harvest — Static Badge Snap Bar FIX
   Hard override for Kadence static columns on mobile
   Class: bh-badge-snap on parent Section
   ========================================================= */

@media (max-width: 767px) {

  body .bh-badge-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .bh-badge-snap > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    column-gap: 14px !important;
    row-gap: 0 !important;
    gap: 14px !important;

    padding-top: 8px !important;
    padding-right: 22px !important;
    padding-bottom: 18px !important;
    padding-left: 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;

    scrollbar-width: none !important;
  }

  body .bh-badge-snap > .kt-inside-inner-col::-webkit-scrollbar {
    display: none !important;
  }

  body .bh-badge-snap > .kt-inside-inner-col > .wp-block-kadence-column {
    flex: 0 0 165px !important;
    width: 165px !important;
    min-width: 165px !important;
    max-width: 165px !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .bh-badge-snap > .kt-inside-inner-col > .wp-block-kadence-column img,
  body .bh-badge-snap > .kt-inside-inner-col > .wp-block-kadence-column svg {
    max-width: 100% !important;
    height: auto !important;
  }
}
/* =========================================================
   Banner Harvest — Product Page Badge Snap
   Kadence Row Layout version
   Classes go on the Row Layout:
   bh-badge-snap bh-product-badge-snap
   ========================================================= */

@media (max-width: 767px) {

  body .bh-badge-snap.bh-product-badge-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .bh-badge-snap.bh-product-badge-snap .kt-row-column-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    gap: 10px !important;
    padding: 6px 18px 14px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;

    scrollbar-width: none !important;
  }

  body .bh-badge-snap.bh-product-badge-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  body .bh-badge-snap.bh-product-badge-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .bh-badge-snap.bh-product-badge-snap img,
  body .bh-badge-snap.bh-product-badge-snap svg {
    max-width: 100% !important;
    height: auto !important;
  }
}
/* =========================================================
   Banner Harvest — Product Page Pill Badge Snap
   For Kadence Buttons (Adv)
   Class goes on the Buttons (Adv) block:
   bh-pill-badge-snap
   ========================================================= */

@media (max-width: 767px) {

  body .bh-pill-badge-snap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    gap: 10px !important;
    padding: 6px 18px 14px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;

    scrollbar-width: none !important;
  }

  body .bh-pill-badge-snap::-webkit-scrollbar {
    display: none !important;
  }

  body .bh-pill-badge-snap > .kt-btn-wrap,
  body .bh-pill-badge-snap > .wp-block-kadence-singlebtn,
  body .bh-pill-badge-snap > div {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .bh-pill-badge-snap .kb-button,
  body .bh-pill-badge-snap .kt-button,
  body .bh-pill-badge-snap a {
    white-space: nowrap !important;
  }
}
/* =========================================================
   Banner Harvest — HARD FIX: Product Pill Badge Snap
   Kadence Advanced Buttons block is the actual track.
   Class goes on Buttons (Adv): bh-pill-badge-snap
   ========================================================= */

@media (max-width: 767px) {

  body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap,
  body div.wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    gap: 10px !important;
    padding: 6px 18px 14px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;

    scrollbar-width: none !important;
  }

  body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap::-webkit-scrollbar {
    display: none !important;
  }

  body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > span.wp-block-kadence-singlebtn,
  body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > span.kb-button,
  body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > .wp-block-kadence-singlebtn,
  body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > .kb-button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;

    white-space: nowrap !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > style {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }
}
/* =========================================================
   Banner Harvest — What We Offer Mobile Snap Rows
   For Kadence Row Layouts with pill-style offer buttons
   Class goes on each Row Layout: bh-offer-pill-snap
   ========================================================= */

@media (max-width: 767px) {

  body .bh-offer-pill-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .bh-offer-pill-snap .kt-row-column-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    column-gap: 12px !important;
    row-gap: 0 !important;
    gap: 12px !important;

    padding: 6px 20px 14px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;

    scrollbar-width: none !important;
  }

  body .bh-offer-pill-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  body .bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column a,
  body .bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column button,
  body .bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column .kb-button,
  body .bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column .kt-button {
    white-space: nowrap !important;
  }
}
/* =========================================================
   Banner Harvest — HARD FIX: What We Offer Mobile Snap Rows
   Kadence Row Layout track is .kt-row-column-wrap
   Class goes on each Row Layout: bh-offer-pill-snap
   ========================================================= */

@media (max-width: 767px) {

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap > .kt-row-column-wrap,
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;

    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    column-gap: 12px !important;
    row-gap: 0 !important;
    gap: 12px !important;

    padding: 6px 20px 14px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;

    scrollbar-width: none !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap > .kt-row-column-wrap::-webkit-scrollbar,
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column a,
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column button,
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column .kb-button,
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column .kt-button {
    white-space: nowrap !important;
  }
}
/* =========================================================
   Banner Harvest — Two Static Card Mobile Snap
   Class goes on the parent Kadence Row Layout:
   bh-badge-snap bh-two-card-snap
   ========================================================= */

@media (max-width: 767px) {
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-badge-snap.bh-two-card-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-badge-snap.bh-two-card-snap > .kt-row-column-wrap,
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-badge-snap.bh-two-card-snap .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    gap: 18px !important;
    padding: 4px 22px 18px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-badge-snap.bh-two-card-snap > .kt-row-column-wrap::-webkit-scrollbar,
  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-badge-snap.bh-two-card-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-badge-snap.bh-two-card-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 86% !important;
    width: 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-badge-snap.bh-two-card-snap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    height: 100% !important;
  }
}/* =========================================================
   Banner Harvest — Pathways Five-Card Mobile Snap
   Class goes on the container holding all pathway cards:
   pathway-cards-container bh-pathway-snap
   Actual snap track: .kt-inside-inner-col
   ========================================================= */

@media (max-width: 767px) {
  body .bh-pathway-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .bh-pathway-snap > .kt-inside-inner-col,
  body .bh-pathway-snap .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    gap: 18px !important;
    padding: 4px 22px 18px 0 !important;

    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body .bh-pathway-snap > .kt-inside-inner-col::-webkit-scrollbar,
  body .bh-pathway-snap .kt-inside-inner-col::-webkit-scrollbar {
    display: none !important;
  }

  body .bh-pathway-snap > .kt-inside-inner-col > .pathway-image-card,
  body .bh-pathway-snap .kt-inside-inner-col > .pathway-image-card,
  body .bh-pathway-snap > .kt-inside-inner-col > .wp-block-kadence-column.pathway-image-card,
  body .bh-pathway-snap .kt-inside-inner-col > .wp-block-kadence-column.pathway-image-card {
    flex: 0 0 86% !important;
    width: 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;

    box-sizing: border-box !important;
  }

  body .bh-pathway-snap > .kt-inside-inner-col > .pathway-image-card > .kt-inside-inner-col,
  body .bh-pathway-snap .kt-inside-inner-col > .pathway-image-card > .kt-inside-inner-col {
    height: 100% !important;
  }
}
/* =========================================================
   Banner Harvest — Homepage Hero Responsive Ownership
   Scope: homepage hero only
   Required classes:
   - premium-hero-breakout on outer hero row
   - bh-hero-copy-col on text column
   - bh-hero-media-col on image holder column
   - bh-hero-img-desktop on desktop image column
   - bh-hero-img-tablet on tablet image column
   - bh-hero-img-mobile on mobile image column
   ========================================================= */


/* ---------------------------------------------------------
   Tablet / Fold-open ownership: 768px–1040.98px
   Text stacks above dedicated tablet image.
   --------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1040.98px) {

  html body .premium-hero-breakout {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }

  html body .premium-hero-breakout > .kt-row-layout-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body .premium-hero-breakout .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
  }

  html body .premium-hero-breakout .bh-hero-copy-col {
    display: flex !important;
    order: 1 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body .premium-hero-breakout .bh-hero-copy-col > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 680px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 42px 32px 30px !important;
    text-align: center !important;
    background: transparent !important;
  }

  html body .premium-hero-breakout .bh-hero-copy-col h1,
  html body .premium-hero-breakout .bh-hero-copy-col h2,
  html body .premium-hero-breakout .bh-hero-copy-col h3,
  html body .premium-hero-breakout .bh-hero-copy-col .kt-adv-heading {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html body .premium-hero-breakout .bh-hero-copy-col .wp-block-kadence-advancedbtn,
  html body .premium-hero-breakout .bh-hero-copy-col .kb-buttons-wrap {
    justify-content: center !important;
    margin-top: 0 !important;
  }

  html body .premium-hero-breakout .bh-hero-media-col {
    display: block !important;
    order: 2 !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body .premium-hero-breakout .bh-hero-media-col > .kt-inside-inner-col {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 28px 40px !important;
    margin: 0 auto !important;
    background: transparent !important;
  }

  html body .premium-hero-breakout .bh-hero-img-desktop,
  html body .premium-hero-breakout .bh-hero-img-mobile {
    display: none !important;
  }

  html body .premium-hero-breakout .bh-hero-img-tablet,
  html body .premium-hero-breakout .bh-hero-img-tablet > .kt-inside-inner-col,
  html body .premium-hero-breakout .bh-hero-img-tablet figure,
  html body .premium-hero-breakout .bh-hero-img-tablet .wp-block-kadence-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  html body .premium-hero-breakout .bh-hero-img-tablet img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    object-position: initial !important;
    border-radius: 18px !important;
  }
}


/* ---------------------------------------------------------
   Desktop ownership: 1040px+
   Keep existing desktop bleed behavior, but prevent duplicate
   tablet/mobile image columns from showing.
   --------------------------------------------------------- */
@media (min-width: 1041px) {

  html body .premium-hero-breakout .bh-hero-img-tablet,
  html body .premium-hero-breakout .bh-hero-img-mobile {
    display: none !important;
  }

  html body .premium-hero-breakout .bh-hero-img-desktop {
    display: block !important;
  }
}


/* ---------------------------------------------------------
   Mobile ownership: 0–767px
   Keep mobile image only. Do not show desktop/tablet duplicates.
   --------------------------------------------------------- */
@media (max-width: 767px) {

  html body .premium-hero-breakout .bh-hero-img-desktop,
  html body .premium-hero-breakout .bh-hero-img-tablet {
    display: none !important;
  }

  html body .premium-hero-breakout .bh-hero-img-mobile,
  html body .premium-hero-breakout .bh-hero-img-mobile > .kt-inside-inner-col,
  html body .premium-hero-breakout .bh-hero-img-mobile figure,
  html body .premium-hero-breakout .bh-hero-img-mobile .wp-block-kadence-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  html body .premium-hero-breakout .bh-hero-img-mobile img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
/* =========================================================
   Banner Harvest — Homepage Header-to-Hero Gap Fix
   Removes Kadence entry wrapper top padding above first hero.
   Ground truth: .entry-content-wrap padding-top = 32px.
   ========================================================= */

html body.home .entry-content-wrap {
  padding-top: 0 !important;
}
/* =========================================================
   Banner Harvest — Homepage Hero Tablet CTA Stack
   Scope: tablet / fold-open hero only
   Keeps tablet hero stacked and prevents awkward desktop-style CTA row.
   ========================================================= */

@media (min-width: 768px) and (max-width: 1040.98px) {
  html body.home .premium-hero-breakout .bh-hero-copy-col .wp-block-kadence-advancedbtn,
  html body.home .premium-hero-breakout .bh-hero-copy-col .kb-buttons-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 34px auto 0 !important;
  }

  html body.home .premium-hero-breakout .bh-hero-copy-col .wp-block-kadence-singlebtn,
  html body.home .premium-hero-breakout .bh-hero-copy-col .kb-button {
    width: 100% !important;
    max-width: 520px !important;
  }

  html body.home .premium-hero-breakout .bh-hero-copy-col .kb-button {
    justify-content: center !important;
    min-height: 58px !important;
  }

  html body.home .premium-hero-breakout .bh-hero-copy-col > .kt-inside-inner-col {
    padding-bottom: 46px !important;
  }
}
/* =========================================================
   Banner Harvest — Homepage Tablet Snap Ownership Fix
   Scope: homepage static/tablet snap sections only
   Product shelves are intentionally untouched.
   ========================================================= */


/* ---------------------------------------------------------
   Static trust badge strip
   Fixes tablet/desktop-mid stack/wrap void from 768–1335px
   Real track at 1022px: .bh-badge-snap > .kt-inside-inner-col
   --------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1249px) {
  html body.home .bh-badge-snap > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 18px !important;
    padding: 4px 24px 18px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body.home .bh-badge-snap > .kt-inside-inner-col::-webkit-scrollbar {
    display: none !important;
  }

  html body.home .bh-badge-snap > .kt-inside-inner-col > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 150px !important;
    max-width: none !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }
}
/* ---------------------------------------------------------
   Static trust badge strip — desktop-mid one-row fit
   Fixes 1250–1335px wrap/drop after tablet snap ends.
   Real track: .bh-badge-snap > .kt-inside-inner-col
   --------------------------------------------------------- */
@media (min-width: 1250px) and (max-width: 1335px) {
  html body.home .bh-badge-snap > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    scroll-snap-type: none !important;
    padding: 4px 0 18px 0 !important;
    box-sizing: border-box !important;
  }

  html body.home .bh-badge-snap > .kt-inside-inner-col > .wp-block-kadence-column {
    flex: 0 0 170px !important;
    width: 170px !important;
    min-width: 0 !important;
    max-width: 170px !important;
    box-sizing: border-box !important;
    scroll-snap-align: none !important;
  }
}

/* ---------------------------------------------------------
   Homepage Pathways
   Do NOT re-add bh-pathway-snap.
   At 1022px, the actual moving scroll container is
   .pathway-cards-container itself.
   --------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1310px) {
  html body.home .pathway-cards-container {
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body.home .pathway-cards-container::-webkit-scrollbar {
    display: none !important;
  }

  html body.home .pathway-cards-container .pathway-image-card {
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
  }
}


/* ---------------------------------------------------------
   Beyond CBD cards
   Fixes tablet wrap/stack from 768–1080px.
   Scope tightly so Woo product cards using .beyond-cbd-card
   are not touched.
   --------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1080px) {
  html body.home .beyond-cbd-container > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 18px !important;
    padding: 4px 24px 18px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body.home .beyond-cbd-container > .kt-inside-inner-col::-webkit-scrollbar {
    display: none !important;
  }

  html body.home .beyond-cbd-container > .kt-inside-inner-col > .beyond-cbd-card {
    flex: 0 0 300px !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   Banner Harvest — Homepage Bottom CTA Card Tablet Fix
   Scope: Subscribe / Leesburg internal two-column cards only
   Class goes on the internal Row Layout: bh-bottom-card-split
   ========================================================= */

@media (max-width: 1125px) {
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split > .kt-row-column-wrap,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 22px !important;
    overflow: visible !important;
  }

  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split h1,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split h2,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split h3,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .kt-adv-heading,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .wp-block-kadence-iconlist,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .kt-svg-icon-list-items,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .wp-block-kadence-advancedbtn,
  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .kb-buttons-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    justify-content: center !important;
  }

  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split .kt-svg-icon-list-item-wrap {
    justify-content: center !important;
  }

  html body.home .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-bottom-card-split img {
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* ============================================================
   Banner Harvest - Universal Interactive Lightbox Close (X)
   ------------------------------------------------------------
   Targets the PARENT Interactive Learning Center lightbox close
   button (.bh-lb-close / #bhLbClose). This is the layer the live
   audit identified, NOT the iframe's internal .panel-close.

   Because every interactive (Wellness Wheel, Soil to Oil Journey,
   etc.) is opened inside this same parent lightbox, this single
   rule fixes the X universally for all of them.

   PLACE IN:
   /wp-content/themes/kadence-child/assets/css/custom.css
   (sitewide CSS lives here only, per build standard)
   ============================================================ */

#bhLbClose,
.bh-lb-close{
  position:absolute;
  top:14px;
  right:14px;
  left:auto;                 /* cancels the hardcoded left offset seen in the audit */
  bottom:auto;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
  box-sizing:border-box;
  font-size:26px;
  line-height:1;
  font-weight:700;
  text-align:center;
  border-radius:50%;
  background:#c8b07a;        /* Banner Harvest gold - matches internal panel-close */
  color:#092c16;             /* deep emerald X - strong contrast on gold */
  border:2px solid #092c16;
  box-shadow:0 4px 14px rgba(9,44,22,.35);
  cursor:pointer;
  z-index:2147483000;        /* sits above the lightbox frame */
  -webkit-appearance:none;
  appearance:none;
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
}

#bhLbClose:hover,
.bh-lb-close:hover{
  background:#d5bc83;
  transform:scale(1.06);
  box-shadow:0 6px 18px rgba(9,44,22,.45);
}

#bhLbClose:focus-visible,
.bh-lb-close:focus-visible{
  outline:3px solid #092c16;
  outline-offset:3px;
}

/* Optional: if the live X glyph sits slightly high/low inside the circle,
   uncomment to nudge it to true optical center.
#bhLbClose,
.bh-lb-close{ line-height:42px; }
*/

/* ------------------------------------------------------------
   FALLBACK ONLY - use if the button is styled with inline styles
   and the rule above does not win. Add !important to the visual
   props. Try WITHOUT this first; cleaner is better.
   ------------------------------------------------------------
#bhLbClose,
.bh-lb-close{
  background:#c8b07a !important;
  color:#092c16 !important;
  border:2px solid #092c16 !important;
  border-radius:50% !important;
  left:auto !important;
  right:14px !important;
}
*/
/* ============================================================
   Banner Harvest - Universal Interactive Lightbox Close (X)
   ------------------------------------------------------------
   Targets the PARENT Interactive Learning Center lightbox close
   button (.bh-lb-close / #bhLbClose). This is the layer the live
   audit identified, NOT the iframe's internal .panel-close.

   Because every interactive (Wellness Wheel, Soil to Oil Journey,
   etc.) is opened inside this same parent lightbox, this single
   rule fixes the X universally for all of them.

   PLACE IN:
   /wp-content/themes/kadence-child/assets/css/custom.css
   (sitewide CSS lives here only, per build standard)
   ============================================================ */

#bhLbClose,
.bh-lb-close{
  position:absolute;
  top:calc(14px + env(safe-area-inset-top, 0px));
  right:calc(14px + env(safe-area-inset-right, 0px));
  left:auto;                 /* cancels the hardcoded left offset seen in the audit */
  bottom:auto;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
  box-sizing:border-box;
  font-size:26px;
  line-height:1;
  font-weight:700;
  text-align:center;
  border-radius:50%;
  background:#c8b07a;        /* Banner Harvest gold - matches internal panel-close */
  color:#092c16;             /* deep emerald X - strong contrast on gold */
  border:2px solid #092c16;
  box-shadow:0 4px 14px rgba(9,44,22,.35);
  cursor:pointer;
  z-index:2147483000;        /* sits above the lightbox frame */
  -webkit-appearance:none;
  appearance:none;
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
}

#bhLbClose:hover,
.bh-lb-close:hover{
  background:#d5bc83;
  transform:scale(1.06);
  box-shadow:0 6px 18px rgba(9,44,22,.45);
}

#bhLbClose:focus-visible,
.bh-lb-close:focus-visible{
  outline:3px solid #092c16;
  outline-offset:3px;
}

/* Optional: if the live X glyph sits slightly high/low inside the circle,
   uncomment to nudge it to true optical center.
#bhLbClose,
.bh-lb-close{ line-height:42px; }
*/

/* ------------------------------------------------------------
   FALLBACK ONLY - use if the button is styled with inline styles
   and the rule above does not win. Add !important to the visual
   props. Try WITHOUT this first; cleaner is better.
   ------------------------------------------------------------
#bhLbClose,
.bh-lb-close{
  background:#c8b07a !important;
  color:#092c16 !important;
  border:2px solid #092c16 !important;
  border-radius:50% !important;
  left:auto !important;
  right:14px !important;
}
*/


/* ============================================================
   Banner Harvest - Universal Interactive Lightbox Frame
   ------------------------------------------------------------
   Locks the lightbox to the REAL visible viewport on mobile so
   nothing clips when the phone URL bar shows or hides, and keeps
   the frame clear of notch / home-indicator safe areas. One rule
   serves every interactive in the lightbox (Wellness Wheel,
   Soil to Oil Journey, etc.), since they share .bh-lb-iframe.

   Ground truth (live ancestor audit):
   #bhLbOverlay.bh-lb-overlay  -> position:fixed, inset:0
   .bh-lb-frame-wrap           -> fills the overlay
   #bhLbFrame.bh-lb-iframe     -> fills the wrap
   All three were pinned to a fixed px snapshot of innerHeight,
   which drifts on mobile. dvh below tracks the live viewport.

   PLACE IN:
   /wp-content/themes/kadence-child/assets/css/custom.css
   ============================================================ */

#bhLbOverlay.bh-lb-overlay{
  top:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:100vh !important;     /* fallback for older browsers */
  height:100dvh !important;    /* dynamic viewport: tracks the visible area as the URL bar moves */
  max-height:100vh !important;
  max-height:100dvh !important;
}

.bh-lb-frame-wrap{
  height:100% !important;
  max-height:100% !important;
}

#bhLbFrame.bh-lb-iframe{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  border:0 !important;
}

/* ------------------------------------------------------------
   OPTIONAL - desktop comfort cap. Leave commented to keep the
   current full-bleed look. Uncomment to center the frame with a
   max width on large screens (interactives stay full-bleed on
   tablet and mobile).
   ------------------------------------------------------------
@media (min-width:1100px){
  .bh-lb-frame-wrap{
    width:min(96vw, 1040px) !important;
    margin:0 auto !important;
  }
}
*/
/* =========================================================
   Banner Harvest — Product Shelf White Tail Fix
   Scope: product shelf item wrapper only
   Cause: stretched li wrapper background showing below inner card
   ========================================================= */

.bh-product-shelf ul.kb-query-grid-wrap.products > li.kb-query-item {
  background: transparent !important;
}
/* =========================================================
   Banner Harvest — CBD Relief Salve Catalog Card Image Nudge
   Scope: shop/product shelf card image only
   Purpose: align replacement salve catalog image without reuploading
   ========================================================= */

.bh-product-shelf li.kb-query-item.post-10456 img,
.bh-product-shelf li.product.post-10456 img,
.woocommerce li.product.post-10456 img {
  transform: translateY(-18px) scale(1.10) !important;
  transform-origin: center center !important;
}
/* FROM THE FIELD -- Master Product Template body copy -- 55+ readable size */
.bh-field-copy p,
.bh-field-copy h2,
.bh-field-copy h3,
.bh-field-copy li {
  font-size: 22px !important;
  line-height: 1.75 !important;
}

/* Tab panel Dynamic HTML -- override Kadence block-level font-size */
.bh-tab-content .wp-block-kadence-dynamichtml p,
.bh-tab-content .wp-block-kadence-dynamichtml li,
.bh-tab-content .wp-block-kadence-dynamichtml h2,
.bh-tab-content .wp-block-kadence-dynamichtml h3 {
  font-size: 22px !important;
  line-height: 1.75;
}
/* Tab Dynamic HTML blocks -- 55+ readable size */
.kt-tab-inner-content .wp-block-kadence-dynamichtml p,
.kt-tab-inner-content .wp-block-kadence-dynamichtml li,
.kt-tab-inner-content .wp-block-kadence-dynamichtml h2,
.kt-tab-inner-content .wp-block-kadence-dynamichtml h3 {
  font-size: 22px !important;
  line-height: 1.75 !important;
}
/* =========================================================
   Banner Harvest — Master Product Page Mobile Launch Layout
   Scope: single product pages only
   Purpose:
   - Preserve desktop two-column/sticky layout
   - Reorder mobile buying flow without moving template blocks
   - Restore product badge/pill snap strips after mobile flattening
   ========================================================= */

@media (max-width: 767px) {

  /* ---------------------------------------------------------
     1. Product hero mobile flow
     --------------------------------------------------------- */

  html body.single-product .bh-product-hero,
  html body.single-product .bh-product-hero > .kt-row-layout-inner,
  html body.single-product .bh-product-hero .kt-row-column-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.single-product .bh-product-hero .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  /* Mobile-only flattening.
     This is what lets media-column and buy-column children share one ordered mobile flow.
     Desktop remains untouched. */
  html body.single-product .bh-product-hero .bh-product-media-col,
  html body.single-product .bh-product-hero .bh-product-buy-col,
  html body.single-product .bh-product-hero .bh-product-media-col > .kt-inside-inner-col,
  html body.single-product .bh-product-hero .bh-product-buy-col > .kt-inside-inner-col,
  html body.single-product .bh-product-hero .bh-product-media-col .wp-block-kadence-column:has(.bh-product-main-copy),
  html body.single-product .bh-product-hero .bh-product-media-col .wp-block-kadence-column:has(.bh-product-main-copy) > .kt-inside-inner-col {
    display: contents !important;
  }

  html body.single-product .bh-product-hero style {
    display: none !important;
  }

  /* ---------------------------------------------------------
     2. Mobile product order
     --------------------------------------------------------- */

  html body.single-product .bh-product-hero .bh-product-buy-col h2.kt-adv-heading10626_12a91b-11 {
    order: 10 !important;
  }

  html body.single-product .bh-product-hero .bh-product-buy-col .kwt-title-wrap {
    order: 20 !important;
  }

  html body.single-product .bh-product-hero .bh-product-buy-col h3.kt-adv-heading10626_86a5c4-e3 {
    order: 30 !important;
  }

  html body.single-product .bh-product-hero .bh-product-review-summary {
    order: 40 !important;
  }

  html body.single-product .bh-product-hero .kwt-gallery-wrap {
    order: 50 !important;
  }

  html body.single-product .bh-product-hero .bh-product-badge-snap {
    order: 60 !important;
  }

  html body.single-product .bh-product-hero .bh-pill-badge-snap {
    order: 70 !important;
  }

  html body.single-product .bh-product-hero .bh-product-tip-note {
    order: 80 !important;
  }

  html body.single-product .bh-product-hero .bh-product-purchase-module {
    order: 90 !important;
  }

  html body.single-product .bh-product-hero .bh-product-recurring-offer-module {
    order: 100 !important;
  }

  html body.single-product .bh-product-hero .bh-product-info-module {
    order: 110 !important;
  }

  html body.single-product .bh-product-hero .bh-product-main-copy {
    order: 120 !important;
  }

  html body.single-product .bh-product-hero h2.kt-adv-heading10626_12a91b-11,
  html body.single-product .bh-product-hero .kwt-title-wrap,
  html body.single-product .bh-product-hero h3.kt-adv-heading10626_86a5c4-e3,
  html body.single-product .bh-product-hero .bh-product-review-summary,
  html body.single-product .bh-product-hero .kwt-gallery-wrap,
  html body.single-product .bh-product-hero .bh-product-badge-snap,
  html body.single-product .bh-product-hero .bh-pill-badge-snap,
  html body.single-product .bh-product-hero .bh-product-tip-note,
  html body.single-product .bh-product-hero .bh-product-purchase-module,
  html body.single-product .bh-product-hero .bh-product-recurring-offer-module,
  html body.single-product .bh-product-hero .bh-product-info-module,
  html body.single-product .bh-product-hero .bh-product-main-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
  }

  /* ---------------------------------------------------------
     3. Product icon/certification badges — mobile snap
     Track: .bh-product-badge-snap .kt-row-column-wrap
     --------------------------------------------------------- */

  html body.single-product .bh-product-badge-snap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.single-product .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-product-badge-snap > .kt-row-column-wrap,
  html body.single-product .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-product-badge-snap .kt-row-column-wrap,
  html body.single-product .bh-product-badge-snap > .kt-row-column-wrap,
  html body.single-product .bh-product-badge-snap .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 12px !important;
    padding: 6px 22px 16px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.single-product .bh-product-badge-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body.single-product .bh-product-badge-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 132px !important;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body.single-product .bh-product-badge-snap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }

  /* ---------------------------------------------------------
     4. Benefit pill badges — mobile snap
     Track: Advanced Buttons block itself
     --------------------------------------------------------- */

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap,
  html body.single-product div.wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 10px !important;
    padding: 6px 18px 14px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap::-webkit-scrollbar {
    display: none !important;
  }

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > span.wp-block-kadence-singlebtn,
  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > span.kb-button,
  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > .wp-block-kadence-singlebtn,
  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > .kb-button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > style {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }

  /* ---------------------------------------------------------
     5. Product info tabs — mobile label spacing cleanup
     --------------------------------------------------------- */

  html body.single-product .bh-product-info-module {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body.single-product .bh-product-info-module .kt-tabs-title-list,
  html body.single-product .bh-product-info-module ul.kt-tabs-title-list,
  html body.single-product .bh-product-info-module .kt-tabs-title-list-wrap {
    gap: 6px !important;
    row-gap: 6px !important;
    column-gap: 6px !important;
    margin-bottom: 14px !important;
  }

  html body.single-product .bh-product-info-module .kt-tab-title,
  html body.single-product .bh-product-info-module .kt-tabs-title-list .kt-title-item,
  html body.single-product .bh-product-info-module .kt-tabs-title-list a,
  html body.single-product .bh-product-info-module .kt-tabs-title-list button {
    font-size: 11px !important;
    line-height: 1.15 !important;
    letter-spacing: .075em !important;
    padding: 9px 10px !important;
    white-space: nowrap !important;
  }
}
/* =========================================================
   Banner Harvest — Master Product Page Tablet Polish
   Scope: single product pages only
   Range: 768px–1024px
   Purpose:
   - Keep 1025px+ desktop untouched
   - Keep 390px–767px mobile launch block untouched
   - Rescue tablet badge/pill rows
   - Prevent product info tab labels from breaking into ugly fragments
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

  /* ---------------------------------------------------------
     1. Product icon/certification badges — tablet snap rescue
     Track: .bh-product-badge-snap .kt-row-column-wrap
     --------------------------------------------------------- */

  html body.single-product .bh-product-badge-snap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.single-product .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-product-badge-snap > .kt-row-column-wrap,
  html body.single-product .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-product-badge-snap .kt-row-column-wrap,
  html body.single-product .bh-product-badge-snap > .kt-row-column-wrap,
  html body.single-product .bh-product-badge-snap .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 14px !important;
    padding: 6px 24px 16px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.single-product .bh-product-badge-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body.single-product .bh-product-badge-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 148px !important;
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body.single-product .bh-product-badge-snap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }

  /* ---------------------------------------------------------
     2. Benefit pill badges — tablet snap rescue
     Track: Advanced Buttons block itself
     --------------------------------------------------------- */

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap,
  html body.single-product div.wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 10px !important;
    padding: 6px 22px 14px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap::-webkit-scrollbar {
    display: none !important;
  }

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > span.wp-block-kadence-singlebtn,
  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > span.kb-button,
  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > .wp-block-kadence-singlebtn,
  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > .kb-button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body.single-product .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-pill-badge-snap > style {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }

  /* ---------------------------------------------------------
     3. Product info tabs — tablet label cleanup
     No hard snap here. Swipeable is enough for tiny nav labels.
     --------------------------------------------------------- */

  html body.single-product .bh-product-info-module .kt-tabs-title-list,
  html body.single-product .bh-product-info-module ul.kt-tabs-title-list,
  html body.single-product .bh-product-info-module .kt-tabs-title-list-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 12px 10px 0 !important;
    margin-bottom: 14px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.single-product .bh-product-info-module .kt-tabs-title-list::-webkit-scrollbar,
  html body.single-product .bh-product-info-module .kt-tabs-title-list-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body.single-product .bh-product-info-module .kt-tab-title,
  html body.single-product .bh-product-info-module .kt-tabs-title-list .kt-title-item,
  html body.single-product .bh-product-info-module .kt-tabs-title-list a,
  html body.single-product .bh-product-info-module .kt-tabs-title-list button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    letter-spacing: .075em !important;
    padding: 9px 10px !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   Banner Harvest — Static Interactive 3-Card Row
   Scope: Start Here + copied landing page interactive rows
   Class on outer Kadence Row Layout: bh-interactive-card-snap
   ========================================================= */

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
  box-sizing: border-box !important;
  min-width: 0 !important;
  scroll-snap-align: start !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  height: 100% !important;
}

/* Mobile / tablet: horizontal snap */
@media (max-width: 1099px) {
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap {
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 18px !important;
    padding: 4px 24px 20px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 min(86%, 340px) !important;
    width: min(86%, 340px) !important;
    min-width: min(86%, 340px) !important;
    max-width: 340px !important;
  }
}

/* Desktop: 3 equal cards */
@media (min-width: 1100px) {
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap {
    overflow-x: visible !important;
    overflow-y: visible !important;
    gap: 22px !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 1 1 0 !important;
    width: calc((100% - 44px) / 3) !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* =========================================================
   Banner Harvest — Homepage Launch Seam Fixes
   Final launch-safe patch

   Scope:
   - Header/navigation seam only
   - Homepage Pathways desktop seam only
   - Customer Favorites wide-desktop polish only

   Rules:
   - Do not touch Master Product Card.
   - Do not change global bh-product-shelf behavior.
   - Do not re-add bh-pathway-snap.
   - Do not change product card width, overflow, or snap engine.
   ========================================================= */


/* ---------------------------------------------------------
   1) Header/nav seam
   Fixes oversized/wrapping nav text between 1025–1291px.
   Scope: header/navigation only.
   --------------------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1291px) {
  html body header .kb-nav-link-content,
  html body .site-header .kb-nav-link-content,
  html body #masthead .kb-nav-link-content {
    font-size: clamp(15.5px, 1.35vw, 17.5px) !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    letter-spacing: 0.01em !important;
  }

  html body header a,
  html body .site-header a,
  html body #masthead a {
    white-space: nowrap !important;
  }

  html body header nav,
  html body .site-header nav,
  html body #masthead nav {
    gap: 10px !important;
  }

  html body header ul,
  html body .site-header ul,
  html body #masthead ul {
    gap: 10px !important;
    column-gap: 10px !important;
    row-gap: 0 !important;
  }

  html body header li,
  html body .site-header li,
  html body #masthead li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body header .site-branding img,
  html body .site-header .site-branding img,
  html body #masthead .site-branding img,
  html body header .custom-logo,
  html body .site-header .custom-logo,
  html body #masthead .custom-logo {
    max-width: 150px !important;
    height: auto !important;
  }
}


/* ---------------------------------------------------------
   2) Homepage Pathways desktop seam
   Fixes 1025–1291 card drop/wrap.
   Uses .pathway-cards-container as the real scroll container.
   Do not re-add bh-pathway-snap.
   --------------------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1291px) {
  html body.home .pathway-cards-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body.home .pathway-cards-container::-webkit-scrollbar {
    display: none !important;
  }

  html body.home .pathway-cards-container > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 18px !important;
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  html body.home .pathway-cards-container .pathway-image-card {
    flex: 0 0 220px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }
}


/* ---------------------------------------------------------
   3) Customer Favorites wide desktop polish
   Requires Customer Favorites Query Loop to have:
   bh-product-shelf bh-customer-favorites-shelf

   Fixes 1485–1650 visual bunching without changing
   global product shelf behavior.
   --------------------------------------------------------- */
@media (min-width: 1485px) and (max-width: 1650px) {
  html body.home .bh-product-shelf.bh-customer-favorites-shelf ul.kb-query-grid-wrap.products {
    justify-content: space-between !important;
    gap: 20px !important;
  }
}
/* ---------------------------------------------------------
   Homepage Paul + Yolanda culture photo mobile trim
   Fixes top/bottom figure margin from 220–767px only.
   Requires class on the Kadence image/figure block:
   bh-home-culture-photo-card
   --------------------------------------------------------- */
@media (min-width: 220px) and (max-width: 767px) {
  html body.home figure.bh-home-culture-photo-card,
  html body.home .bh-home-culture-photo-card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
  }

  html body.home .bh-home-culture-photo-card figure,
  html body.home .bh-home-culture-photo-card .wp-block-kadence-image,
  html body.home .bh-home-culture-photo-card .kb-image,
  html body.home .bh-home-culture-photo-card .kb-is-ratio-image,
  html body.home .bh-home-culture-photo-card img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  html body.home .bh-home-culture-photo-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    vertical-align: top !important;
  }
}
/* =========================================================
   Banner Harvest — Start Here 4-Card Snap Rows
   Scope:
   - Start Here trust cards
   - Start Here service/pathway cards
   Class on outer Kadence Row Layout: bh-start-card-snap

   Purpose:
   Prevent tablet / mid-width 4-column squeeze by keeping
   these static card rows as horizontal native scroll-snap
   until true desktop width.
   ========================================================= */

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
  box-sizing: border-box !important;
  min-width: 0 !important;
  scroll-snap-align: start !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  height: 100% !important;
  min-width: 0 !important;
}

/* Tablet / mid-width: keep readable swipe cards through danger zone */
@media (max-width: 1335px) {
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap {
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 18px !important;
    padding: 4px 24px 22px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 min(86%, 360px) !important;
    width: min(86%, 360px) !important;
    min-width: min(86%, 360px) !important;
    max-width: 360px !important;
    scroll-snap-stop: normal !important;
  }
}

/* True desktop: restore clean 4-card row */
@media (min-width: 1336px) {
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap {
    overflow-x: visible !important;
    overflow-y: visible !important;
    gap: 22px !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-start-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 1 1 0 !important;
    width: calc((100% - 66px) / 4) !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* =========================================================
   Banner Harvest — Static Interactive 3-Card Row
   Scope: Start Here + copied landing page interactive rows
   Class on outer Kadence Row Layout: bh-interactive-card-snap
   ========================================================= */

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
  box-sizing: border-box !important;
  min-width: 0 !important;
  scroll-snap-align: start !important;
}

html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  height: 100% !important;
}

@media (max-width: 1099px) {
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap {
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 18px !important;
    padding: 4px 24px 20px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 min(86%, 340px) !important;
    width: min(86%, 340px) !important;
    min-width: min(86%, 340px) !important;
    max-width: 340px !important;
  }
}

@media (min-width: 1100px) {
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap {
    overflow-x: visible !important;
    overflow-y: visible !important;
    gap: 22px !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-interactive-card-snap > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 1 1 0 !important;
    width: calc((100% - 44px) / 3) !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* =========================================================
   Banner Harvest — What We Offer Tablet Snap Fix
   Scope: Leesburg / Wellness Center offer rows
   Class on outer Kadence Row Layout: bh-offer-pill-snap
   Fixes ugly tablet-mid range from 767px–1225px
   ========================================================= */

@media (min-width: 767px) and (max-width: 1225px) {
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap > .kt-row-column-wrap,
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 18px !important;
    padding: 4px 24px 20px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap > .kt-row-column-wrap::-webkit-scrollbar,
  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 min(86%, 340px) !important;
    width: min(86%, 340px) !important;
    min-width: min(86%, 340px) !important;
    max-width: 340px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-offer-pill-snap .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    height: 100% !important;
  }
}
/* =========================================================
   Banner Harvest — Leesburg Beyond CBD Tablet Snap Fix
   Scope: Leesburg Wellness Center copied Beyond CBD row
   Page: /leesburg-wellness-center/ body.page-id-11179
   Real track: .beyond-cbd-container > .kt-inside-inner-col
   ========================================================= */

@media (min-width: 767px) and (max-width: 1125px) {
  html body.page-id-11179 .beyond-cbd-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body.page-id-11179 .beyond-cbd-container > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 18px !important;
    padding: 4px 24px 20px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11179 .beyond-cbd-container > .kt-inside-inner-col::-webkit-scrollbar {
    display: none !important;
  }

  html body.page-id-11179 .beyond-cbd-container > .kt-inside-inner-col > .beyond-cbd-card {
    flex: 0 0 300px !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11179 .beyond-cbd-container > .kt-inside-inner-col > .beyond-cbd-card > .kt-inside-inner-col {
    height: 100% !important;
  }
}
/* =========================================================
   Banner Harvest — Theraphi Mobile / Tablet Polish
   Scope: Theraphi page only
   Page ID: 11177
   - Pill rows use existing static offer snap pattern
   - What to Expect stacks cleanly through cramped midrange
   ========================================================= */

/* Theraphi pill rows: mobile through mid-desktop snap */
@media (max-width: 1250px) {
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-pill-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-pill-snap > .kt-row-column-wrap,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-pill-snap .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 12px !important;
    padding: 6px 20px 14px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-pill-snap > .kt-row-column-wrap::-webkit-scrollbar,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-pill-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-pill-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-pill-snap .kt-row-column-wrap > .wp-block-kadence-column * {
    white-space: nowrap !important;
  }
}

/* What to Expect: stack earlier and center media cleanly */
@media (max-width: 1250px) {
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect {
    overflow: hidden !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2),
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) figure,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .wp-block-video,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .wp-block-embed,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .kb-blocks-video-popup,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .kadence-video-popup-wrap,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) [class*="video"] {
    width: 100% !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) img,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) video,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) iframe {
    display: block !important;
    width: 100% !important;
    max-width: 680px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2),
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) figure,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) [class*="video"] {
    max-width: 100% !important;
  }
}
/* =========================================================
   Banner Harvest — Theraphi Two Info Cards Tablet Fix
   Scope: Theraphi page only
   Page ID: 11177
   Purpose: Prevent Plasma Field / Frequency Therapy cards
   from compressing into ugly 2-column tablet grid.
   ========================================================= */

@media (min-width: 767px) and (max-width: 1040px) {
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-info-card-row {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-info-card-row > .kt-row-column-wrap,
  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-info-card-row .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 24px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-info-card-row .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11177 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-theraphi-info-card-row .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   Banner Harvest — AO Scan Mobile / Tablet Polish
   Scope: AO Scan page only
   Page ID: 1252
   - Pill rows use static offer snap pattern
   - What to Expect stacks cleanly and centers media
   ========================================================= */

/* AO Scan pill rows: mobile through mid-desktop snap */
@media (max-width: 1250px) {
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-pill-snap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-pill-snap > .kt-row-column-wrap,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-pill-snap .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    gap: 12px !important;
    padding: 6px 20px 14px 0 !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    box-sizing: border-box !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-pill-snap > .kt-row-column-wrap::-webkit-scrollbar,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-pill-snap .kt-row-column-wrap::-webkit-scrollbar {
    display: none !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-pill-snap .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: normal !important;
    box-sizing: border-box !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-pill-snap .kt-row-column-wrap > .wp-block-kadence-column * {
    white-space: nowrap !important;
  }
}

/* AO Scan What to Expect: stack and center media cleanly */
@media (max-width: 1250px) {
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect {
    overflow: hidden !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 760px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2),
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) figure,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .wp-block-video,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .wp-block-embed,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .kb-blocks-video-popup,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) .kadence-video-popup-wrap,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) [class*="video"] {
    width: 100% !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) img,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) video,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) iframe {
    display: block !important;
    width: 100% !important;
    max-width: 680px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2),
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) figure,
  html body.page-id-1252 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-ao-what-expect > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) [class*="video"] {
    max-width: 100% !important;
  }
}
/* =========================================================
   Banner Harvest — Illinois Why Banner Harvest Mobile Fix
   Scope: Illinois page only
   Page ID: 11308
   Purpose: prevent the right trust card from collapsing so
   text/button do not stack into unreadable micro-columns.
   ========================================================= */

@media (max-width: 767px) {
  html body.page-id-11308 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-il-why-banner-row {
    overflow: visible !important;
  }

  html body.page-id-11308 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-il-why-banner-row > .kt-row-column-wrap,
  html body.page-id-11308 .kb-row-layout-wrap.wp-block-kadence-rowlayout.bh-il-why-banner-row .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body.page-id-11308 .bh-il-why-banner-card {
    width: 100% !important;
    max-width: 280px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11308 .bh-il-why-banner-card > .kt-inside-inner-col {
    width: 100% !important;
    max-width: 280px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11308 .bh-il-why-banner-card h1,
  html body.page-id-11308 .bh-il-why-banner-card h2,
  html body.page-id-11308 .bh-il-why-banner-card h3,
  html body.page-id-11308 .bh-il-why-banner-card p,
  html body.page-id-11308 .bh-il-why-banner-card .wp-block-kadence-advancedbtn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11308 .bh-il-why-banner-card .kb-button,
  html body.page-id-11308 .bh-il-why-banner-card a.kb-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 190px !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-11308 .bh-il-why-banner-card .kt-btn-inner-text {
    white-space: nowrap !important;
    width: auto !important;
    max-width: none !important;
  }
}
/* =========================================================
   Banner Harvest — SEO Landing Page Story CTA No-Wrap Fix
   Scope: targeted story CTA buttons only
   Class goes on Advanced Buttons block: bh-story-cta-nowrap
   ========================================================= */

@media (max-width: 767px) {
  html body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-story-cta-nowrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  html body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-story-cta-nowrap .kb-button,
  html body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-story-cta-nowrap a.kb-button {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 190px !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  html body .wp-block-kadence-advancedbtn.kb-buttons-wrap.bh-story-cta-nowrap .kt-btn-inner-text {
    display: inline-block !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    line-height: 1.1 !important;
  }
}
/* ============================================================
   Banner Harvest - Cart Page Styles
   Scope: body.woocommerce-cart / page-id-18 only
   ============================================================ */


/* ------------------------------------------------------------
   Container: kill alignwide full-bleed, center at 1220px
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) {
  max-width: 1220px !important;
  width: auto !important;
  margin: 14px auto 0 !important;
  padding: 0 24px !important;
  box-sizing: border-box;
  color: #2C2C2C;
  -webkit-font-smoothing: antialiased;
}


/* ------------------------------------------------------------
   Two-column layout: ledger left, totals rail right
   Targets the actual parent of both columns via :has()
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce:has(> .woocommerce-cart-form):has(> .cart-collaterals),
html body.woocommerce-cart div:has(> .woocommerce-cart-form):has(> .cart-collaterals),
html body.woocommerce-cart form:has(> .woocommerce-cart-form):has(> .cart-collaterals) {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

html body.woocommerce-cart .woocommerce-cart-form {
  flex: 1 1 560px;
  min-width: 0;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

html body.woocommerce-cart .cart-collaterals {
  flex: 0 0 340px;
  max-width: 340px;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
}

html body.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: auto !important;
}


/* ------------------------------------------------------------
   Helper line above the table
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce-cart-form::before {
  content: "Review your order, apply any coupon code, then continue to secure checkout.";
  display: block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.4;
  color: #2C2C2C;
  letter-spacing: 0.2px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #E5DED1;
}


/* ------------------------------------------------------------
   Line items table
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  width: 100% !important;
  table-layout: auto;
  border: 1px solid #E5DED1 !important;
  border-radius: 10px;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(28, 26, 23, 0.03);
  font-size: 16px;
}

html body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
  background: #F5F0E6;
  color: #2C2C2C;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 16px;
  border-bottom: 1px solid #E5DED1 !important;
}

html body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
  padding: 18px 16px !important;
  vertical-align: middle;
  border-top: 1px solid #EFE7D9 !important;
  background: #FFFFFF;
  font-size: 16px;
  color: #2C2C2C;
}

html body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr:first-child td {
  border-top: none !important;
}

/* Column widths: prevents product name collapsing */
html body.woocommerce-cart .woocommerce-cart-form td.product-remove   { width: 44px; }
html body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail { width: 92px; }
html body.woocommerce-cart .woocommerce-cart-form td.product-name      { width: auto; min-width: 200px; }
html body.woocommerce-cart .woocommerce-cart-form td.product-price     { width: 88px; white-space: nowrap; }
html body.woocommerce-cart .woocommerce-cart-form td.product-quantity  { width: 104px; }
html body.woocommerce-cart .woocommerce-cart-form td.product-subtotal  { width: 92px; white-space: nowrap; font-size: 16px; font-weight: 600; color: #1C1A17; }
html body.woocommerce-cart .woocommerce-cart-form td.product-price     { font-size: 16px; color: #2C2C2C; }


/* ------------------------------------------------------------
   Product thumbnail: ivory card treatment
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img {
  width: 70px !important;
  height: 70px !important;
  max-width: none !important;
  object-fit: cover;
  background: #FAF7F2;
  border: 1px solid #E5DED1;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 1px 2px rgba(28, 26, 23, 0.05);
  display: block;
}


/* ------------------------------------------------------------
   Product name and variation
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce-cart-form td.product-name a {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #1C1A17;
  text-decoration: none;
  display: inline-block;
}

html body.woocommerce-cart .woocommerce-cart-form td.product-name a:hover {
  color: #5E806C;
}

html body.woocommerce-cart .woocommerce-cart-form td.product-name .variation,
html body.woocommerce-cart .woocommerce-cart-form td.product-name dl,
html body.woocommerce-cart .woocommerce-cart-form td.product-name .wc-item-meta {
  font-size: 15px !important;
  line-height: 1.5;
  color: #5b5751;
  margin-top: 6px;
}

html body.woocommerce-cart .woocommerce-cart-form td.product-name .variation dt,
html body.woocommerce-cart .woocommerce-cart-form td.product-name .variation dd {
  font-size: 15px !important;
  line-height: 1.5;
  margin: 0 0 2px 0;
  float: none;
  display: inline;
}

html body.woocommerce-cart .woocommerce-cart-form td.product-name .variation dd {
  margin-right: 8px;
}


/* ------------------------------------------------------------
   Quantity input
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.qty {
  width: 70px;
  height: 44px;
  font-size: 16px;
  text-align: center;
  color: #1C1A17;
  background: #FAF7F2;
  border: 1px solid #D8CBB8;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 8px;
}

html body.woocommerce-cart .woocommerce-cart-form td.product-quantity .quantity input.qty:focus {
  outline: none;
  border-color: #B8A06A;
  box-shadow: 0 0 0 3px rgba(184, 160, 106, 0.22);
}


/* ------------------------------------------------------------
   Remove button
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  font-size: 17px;
  color: #8a857d !important;
  background: #F5F0E6 !important;
  border: 1px solid #E5DED1;
  border-radius: 50%;
  text-decoration: none;
}

html body.woocommerce-cart .woocommerce-cart-form td.product-remove a.remove:hover {
  color: #1C1A17 !important;
  background: #EFE7D9 !important;
  border-color: #D8CBB8;
}


/* ------------------------------------------------------------
   Coupon and update row
   ------------------------------------------------------------ */

html body.woocommerce-cart .woocommerce-cart-form td.actions {
  padding: 18px 16px !important;
  background: #FAF7F2;
  border-top: 1px solid #E5DED1 !important;
}

html body.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
  display: inline-flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}

html body.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code,
html body.woocommerce-cart .woocommerce-cart-form td.actions .coupon input.input-text {
  height: 46px;
  min-width: 190px;
  font-size: 16px;
  color: #1C1A17;
  background: #FFFFFF;
  border: 1px solid #D8CBB8;
  border-radius: 8px;
  padding: 0 14px;
  box-sizing: border-box;
}

html body.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code::placeholder {
  color: #9a948b;
}

html body.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code:focus {
  outline: none;
  border-color: #B8A06A;
  box-shadow: 0 0 0 3px rgba(184, 160, 106, 0.22);
}

/* Secondary buttons: charcoal outline, not gold */
html body.woocommerce-cart .woocommerce-cart-form td.actions button[name="apply_coupon"],
html body.woocommerce-cart .woocommerce-cart-form td.actions button[name="update_cart"] {
  height: 46px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1C1A17 !important;
  background: #FAF7F2 !important;
  border: 1px solid #1C1A17 !important;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
  text-transform: none;
  box-shadow: none !important;
}

html body.woocommerce-cart .woocommerce-cart-form td.actions button[name="apply_coupon"]:hover,
html body.woocommerce-cart .woocommerce-cart-form td.actions button[name="update_cart"]:hover {
  background: #EFE7D9 !important;
  color: #1C1A17 !important;
}

html body.woocommerce-cart .woocommerce-cart-form td.actions button[name="update_cart"]:disabled {
  opacity: 0.55;
  cursor: default;
}


/* ------------------------------------------------------------
   Cart totals rail card
   ------------------------------------------------------------ */

html body.woocommerce-cart .cart_totals {
  background: #FAF7F2;
  border: 1px solid #D8CBB8;
  border-radius: 12px;
  padding: 24px 24px 26px;
  box-shadow: 0 6px 22px rgba(28, 26, 23, 0.06);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Sage accent stripe */
html body.woocommerce-cart .cart_totals::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #7A9E87;
}

html body.woocommerce-cart .cart_totals h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  color: #1C1A17;
  margin: 6px 0 16px;
  padding: 0;
  letter-spacing: 0.3px;
}

html body.woocommerce-cart .cart_totals table.shop_table {
  width: 100% !important;
  table-layout: fixed;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-collapse: collapse !important;
  font-size: 16px;
}

html body.woocommerce-cart .cart_totals table.shop_table th,
html body.woocommerce-cart .cart_totals table.shop_table td {
  border: none !important;
  border-bottom: 1px solid #E5DED1 !important;
  padding: 14px 0 !important;
  background: transparent !important;
  font-size: 16px;
  color: #2C2C2C;
  text-align: left;
  vertical-align: top;
  word-break: normal;
  overflow-wrap: break-word;
}

html body.woocommerce-cart .cart_totals table.shop_table th {
  font-weight: 600;
  color: #2C2C2C;
  width: 44%;
}

html body.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right;
  font-weight: 600;
  color: #1C1A17;
  width: 56%;
}

html body.woocommerce-cart .cart_totals table.shop_table .woocommerce-shipping-destination,
html body.woocommerce-cart .cart_totals table.shop_table .wc-shipping-methods,
html body.woocommerce-cart .cart_totals table.shop_table small {
  font-weight: 400;
  font-size: 14px;
  color: #6b665e;
}

html body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
html body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
  border-bottom: none !important;
  padding-top: 16px !important;
}

html body.woocommerce-cart .cart_totals table.shop_table tr.order-total th {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

html body.woocommerce-cart .cart_totals table.shop_table tr.order-total td .amount {
  font-size: 19px;
  color: #1C1A17;
  font-weight: 700;
}

html body.woocommerce-cart .cart_totals a {
  color: #5E806C;
}


/* ------------------------------------------------------------
   Primary CTA: muted gold fill, charcoal border and text
   ------------------------------------------------------------ */

html body.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
html body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 20px;
  padding: 0;
}

html body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
html body.woocommerce-cart .cart-collaterals a.checkout-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding: 16px 22px !important;
  color: #1C1A17 !important;
  background: #B8A06A !important;
  background-image: none !important;
  border: 1px solid #1C1A17 !important;
  border-radius: 9px;
  text-decoration: none;
  text-transform: none;
  box-shadow: 0 2px 6px rgba(28, 26, 23, 0.14) !important;
}

html body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
html body.woocommerce-cart .cart-collaterals a.checkout-button:hover {
  background: #CDB98A !important;
  color: #1C1A17 !important;
  border-color: #1C1A17 !important;
}


/* ------------------------------------------------------------
   Mid-range: compress totals rail 1086-1220px
   ------------------------------------------------------------ */

@media (min-width: 1086px) and (max-width: 1220px) {

  html body.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) {
    padding: 0 20px !important;
  }

  html body.woocommerce-cart .woocommerce:has(> .woocommerce-cart-form):has(> .cart-collaterals),
  html body.woocommerce-cart div:has(> .woocommerce-cart-form):has(> .cart-collaterals) {
    gap: 28px;
  }

  html body.woocommerce-cart .cart-collaterals {
    flex: 0 0 290px;
    max-width: 290px;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-price    { width: 76px; }
  html body.woocommerce-cart .woocommerce-cart-form td.product-quantity  { width: 90px; }
  html body.woocommerce-cart .woocommerce-cart-form td.product-subtotal  { width: 80px; }

}


/* ------------------------------------------------------------
   Tablet and below: single column stack (1085px and under)
   ------------------------------------------------------------ */

@media (max-width: 1085px) {

  html body.woocommerce-cart .woocommerce:has(> .woocommerce-cart-form):has(> .cart-collaterals),
  html body.woocommerce-cart div:has(> .woocommerce-cart-form):has(> .cart-collaterals),
  html body.woocommerce-cart form:has(> .woocommerce-cart-form):has(> .cart-collaterals) {
    flex-direction: column;
    gap: 26px;
  }

  html body.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) {
    padding: 0 18px !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form {
    flex: 1 1 100%;
    width: 100% !important;
  }

  html body.woocommerce-cart .cart-collaterals {
    flex: 1 1 100%;
    max-width: 520px;
    width: 100% !important;
  }

}


/* ------------------------------------------------------------
   Mobile: stacked row cards (600px and under)
   ------------------------------------------------------------ */

@media (max-width: 600px) {

  html body.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) {
    padding: 0 14px !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table {
    display: block;
    border-radius: 10px;
  }

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
    display: none;
  }

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
  html body.woocommerce-cart .woocommerce-cart-form table.shop_table tr {
    display: block;
    width: 100%;
  }

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #E5DED1;
    padding: 6px 0;
  }

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    width: 100% !important;
    box-sizing: border-box;
    padding: 12px 16px !important;
    border-top: none !important;
    font-size: 16px;
    text-align: right;
  }

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table td::before {
    content: attr(data-title);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #7a746b;
    text-align: left;
    flex: 0 0 auto;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-thumbnail::before {
    content: "";
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-name     { min-width: 0; }
  html body.woocommerce-cart .woocommerce-cart-form td.product-name a   { font-size: 19px; text-align: right; }

  html body.woocommerce-cart .woocommerce-cart-form td.product-name .variation,
  html body.woocommerce-cart .woocommerce-cart-form td.product-name dl,
  html body.woocommerce-cart .woocommerce-cart-form td.product-name .wc-item-meta {
    text-align: right;
    font-size: 15px !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.actions {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.actions .coupon input#coupon_code {
    flex: none;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.actions button[name="apply_coupon"],
  html body.woocommerce-cart .woocommerce-cart-form td.actions button[name="update_cart"] {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    float: none !important;
  }

  html body.woocommerce-cart .cart-collaterals {
    max-width: 100%;
  }

}


/* ------------------------------------------------------------
   Ultra-narrow: column layout below 420px
   ------------------------------------------------------------ */

@media (max-width: 420px) {

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
  }

  html body.woocommerce-cart .woocommerce-cart-form table.shop_table td::before {
    margin-bottom: 2px;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-name a { text-align: left; }

  html body.woocommerce-cart .woocommerce-cart-form td.product-name .variation,
  html body.woocommerce-cart .woocommerce-cart-form td.product-name dl,
  html body.woocommerce-cart .woocommerce-cart-form td.product-name .wc-item-meta {
    text-align: left !important;
  }

  html body.woocommerce-cart .woocommerce-cart-form td.product-subtotal { text-align: left; }
  html body.woocommerce-cart .woocommerce-cart-form td.product-price    { text-align: left; }

}
/* =========================================================
     Banner Harvest Checkout — Locked Cart Carryover v1
     Scope: Checkout page only
     Goal: carry locked Cart design language into classic Woo checkout
     PERMANENT CUSTOM.CSS LOCK
     ========================================================= */

  html body.page-id-19,
  html body.woocommerce-checkout {
    background: #FAF7F2 !important;
  }

  html body.page-id-19 .entry-content,
  html body.woocommerce-checkout .entry-content,
  html body.page-id-19 .single-content,
  html body.woocommerce-checkout .single-content {
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 34px 24px 64px !important;
    box-sizing: border-box !important;
  }

  html body.page-id-19 .woocommerce,
  html body.woocommerce-checkout .woocommerce {
    width: 100% !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
    color: #1C1A17 !important;
  }

  /* Coupon notice */
  html body.page-id-19 .woocommerce-form-coupon-toggle,
  html body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    max-width: 1220px !important;
    margin: 0 auto 22px !important;
  }

  html body.page-id-19 .woocommerce-form-coupon-toggle .woocommerce-info,
  html body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    background: #F5F0E6 !important;
    border: 1px solid #E5DED1 !important;
    border-left: 4px solid #7A9E87 !important;
    border-radius: 16px !important;
    color: #1C1A17 !important;
    box-shadow: 0 14px 34px rgba(28,26,23,.07) !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  html body.page-id-19 .woocommerce-form-coupon-toggle a,
  html body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
    color: #5E806C !important;
    font-weight: 700 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
  }

  html body.page-id-19 form.checkout_coupon,
  html body.woocommerce-checkout form.checkout_coupon {
    background: #FAF7F2 !important;
    border: 1px solid #D8CBB8 !important;
    border-radius: 18px !important;
    padding: 22px !important;
    margin: 0 0 28px !important;
    box-shadow: 0 16px 38px rgba(28,26,23,.08) !important;
  }

  /* Main checkout architecture */
  html body.page-id-19 form.checkout.woocommerce-checkout,
  html body.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.42fr) minmax(360px, .78fr) !important;
    gap: 28px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  html body.page-id-19 #customer_details,
  html body.woocommerce-checkout #customer_details {
    grid-column: 1 !important;
    background: #FAF7F2 !important;
    border: 1px solid #D8CBB8 !important;
    border-radius: 22px !important;
    padding: 30px !important;
    box-shadow: 0 18px 44px rgba(28,26,23,.08) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.page-id-19 #order_review_heading,
  html body.woocommerce-checkout #order_review_heading {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 0 12px !important;
    padding: 0 2px !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    color: #1C1A17 !important;
  }

  html body.page-id-19 #order_review,
  html body.woocommerce-checkout #order_review {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    margin-top: 48px !important;
    background: #F5F0E6 !important;
    border: 1px solid #D8CBB8 !important;
    border-radius: 22px !important;
    padding: 24px !important;
    box-shadow: 0 20px 48px rgba(28,26,23,.10) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    position: sticky !important;
    top: 118px !important;
  }

  /* Section headings */
  html body.page-id-19 .woocommerce-billing-fields > h3,
  html body.page-id-19 .woocommerce-shipping-fields > h3,
  html body.page-id-19 .woocommerce-additional-fields > h3,
  html body.woocommerce-checkout .woocommerce-billing-fields > h3,
  html body.woocommerce-checkout .woocommerce-shipping-fields > h3,
  html body.woocommerce-checkout .woocommerce-additional-fields > h3 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 32px !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    color: #1C1A17 !important;
    margin: 0 0 22px !important;
  }

  html body.page-id-19 .woocommerce-shipping-fields,
  html body.page-id-19 .woocommerce-additional-fields,
  html body.woocommerce-checkout .woocommerce-shipping-fields,
  html body.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 26px !important;
    padding-top: 24px !important;
    border-top: 1px solid #E5DED1 !important;
  }

  /* Field grid */
  html body.page-id-19 .woocommerce-billing-fields__field-wrapper,
  html body.page-id-19 .woocommerce-shipping-fields__field-wrapper,
  html body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  html body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 17px 16px !important;
  }

  html body.page-id-19 .form-row,
  html body.woocommerce-checkout .form-row {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  html body.page-id-19 .form-row-wide,
  html body.page-id-19 #billing_address_1_field,
  html body.page-id-19 #billing_address_2_field,
  html body.page-id-19 #billing_city_field,
  html body.page-id-19 #billing_phone_field,
  html body.page-id-19 #billing_email_field,
  html body.page-id-19 #order_comments_field,
  html body.woocommerce-checkout .form-row-wide,
  html body.woocommerce-checkout #billing_address_1_field,
  html body.woocommerce-checkout #billing_address_2_field,
  html body.woocommerce-checkout #billing_city_field,
  html body.woocommerce-checkout #billing_phone_field,
  html body.woocommerce-checkout #billing_email_field,
  html body.woocommerce-checkout #order_comments_field {
    grid-column: 1 / -1 !important;
  }

  html body.page-id-19 .form-row label,
  html body.woocommerce-checkout .form-row label {
    display: block !important;
    margin: 0 0 7px !important;
    color: #1C1A17 !important;
    font-size: 15.5px !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    letter-spacing: .01em !important;
  }

  html body.page-id-19 .required,
  html body.woocommerce-checkout .required {
    color: #7A9E87 !important;
    text-decoration: none !important;
  }

  html body.page-id-19 input.input-text,
  html body.page-id-19 textarea,
  html body.page-id-19 select,
  html body.page-id-19 .select2-container .select2-selection--single,
  html body.woocommerce-checkout input.input-text,
  html body.woocommerce-checkout textarea,
  html body.woocommerce-checkout select,
  html body.woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 50px !important;
    width: 100% !important;
    background: #fffdf8 !important;
    border: 1px solid #D8CBB8 !important;
    border-radius: 12px !important;
    color: #1C1A17 !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    padding: 12px 14px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75) !important;
    box-sizing: border-box !important;
  }

  html body.page-id-19 textarea,
  html body.woocommerce-checkout textarea {
    min-height: 108px !important;
  }

  html body.page-id-19 input.input-text:focus,
  html body.page-id-19 textarea:focus,
  html body.page-id-19 select:focus,
  html body.page-id-19 .select2-container--focus .select2-selection--single,
  html body.woocommerce-checkout input.input-text:focus,
  html body.woocommerce-checkout textarea:focus,
  html body.woocommerce-checkout select:focus,
  html body.woocommerce-checkout .select2-container--focus .select2-selection--single {
    outline: none !important;
    border-color: #7A9E87 !important;
    box-shadow: 0 0 0 3px rgba(122,158,135,.18) !important;
  }

  html body.page-id-19 .select2-container .select2-selection__rendered,
  html body.woocommerce-checkout .select2-container .select2-selection__rendered {
    line-height: 24px !important;
    padding-left: 0 !important;
    color: #1C1A17 !important;
  }

  html body.page-id-19 .select2-container .select2-selection__arrow,
  html body.woocommerce-checkout .select2-container .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
  }

  /* Ship different address and terms */
  html body.page-id-19 #ship-to-different-address,
  html body.woocommerce-checkout #ship-to-different-address {
    font-family: inherit !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    color: #1C1A17 !important;
    margin: 0 !important;
  }

  html body.page-id-19 input[type="checkbox"],
  html body.woocommerce-checkout input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #7A9E87 !important;
    margin-right: 8px !important;
    transform: translateY(2px) !important;
  }

  /* Order review table */
  html body.page-id-19 #order_review table.shop_table,
  html body.woocommerce-checkout #order_review table.shop_table {
    border: 1px solid #E5DED1 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #FAF7F2 !important;
    margin: 0 0 18px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
  }

  html body.page-id-19 #order_review table.shop_table th,
  html body.page-id-19 #order_review table.shop_table td,
  html body.woocommerce-checkout #order_review table.shop_table th,
  html body.woocommerce-checkout #order_review table.shop_table td {
    border-color: #E5DED1 !important;
    padding: 14px 13px !important;
    color: #1C1A17 !important;
    font-size: 15.5px !important;
    line-height: 1.45 !important;
    vertical-align: top !important;
  }

  html body.page-id-19 #order_review table.shop_table thead th,
  html body.woocommerce-checkout #order_review table.shop_table thead th {
    background: #EFE7D9 !important;
    color: #1C1A17 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: .14em !important;
    font-weight: 750 !important;
  }

  html body.page-id-19 #order_review table.shop_table tfoot th,
  html body.page-id-19 #order_review table.shop_table tfoot td,
  html body.woocommerce-checkout #order_review table.shop_table tfoot th,
  html body.woocommerce-checkout #order_review table.shop_table tfoot td {
    background: #fffdf8 !important;
    font-weight: 700 !important;
  }

  html body.page-id-19 #order_review table.shop_table tfoot tr.order-total th,
  html body.page-id-19 #order_review table.shop_table tfoot tr.order-total td,
  html body.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
  html body.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td {
    font-size: 18px !important;
    background: #F5F0E6 !important;
    border-top: 2px solid #D8CBB8 !important;
  }

  /* Payment card */
  html body.page-id-19 #payment,
  html body.woocommerce-checkout #payment {
    background: #FAF7F2 !important;
    border: 1px solid #E5DED1 !important;
    border-radius: 18px !important;
    padding: 18px !important;
    color: #1C1A17 !important;
  }

  html body.page-id-19 #payment ul.payment_methods,
  html body.woocommerce-checkout #payment ul.payment_methods {
    border: 0 !important;
    padding: 0 0 14px !important;
    margin: 0 0 14px !important;
    border-bottom: 1px solid #E5DED1 !important;
  }

  html body.page-id-19 #payment div.payment_box,
  html body.woocommerce-checkout #payment div.payment_box {
    background: #F5F0E6 !important;
    border: 1px solid #E5DED1 !important;
    border-radius: 14px !important;
    color: #2C2C2C !important;
    font-size: 15.5px !important;
    line-height: 1.6 !important;
    margin: 12px 0 0 !important;
  }

  html body.page-id-19 #payment div.payment_box::before,
  html body.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #E5DED1 !important;
  }

  html body.page-id-19 .woocommerce-privacy-policy-text,
  html body.page-id-19 .woocommerce-terms-and-conditions-wrapper,
  html body.woocommerce-checkout .woocommerce-privacy-policy-text,
  html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    color: #2C2C2C !important;
    font-size: 15.5px !important;
    line-height: 1.62 !important;
  }

  html body.page-id-19 .woocommerce-privacy-policy-text a,
  html body.page-id-19 .woocommerce-terms-and-conditions-wrapper a,
  html body.woocommerce-checkout .woocommerce-privacy-policy-text a,
  html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
    color: #5E806C !important;
    font-weight: 700 !important;
    text-underline-offset: 3px !important;
  }

  /* Place order button */
  html body.page-id-19 #place_order,
  html body.page-id-19 button[name="woocommerce_checkout_place_order"],
  html body.woocommerce-checkout #place_order,
  html body.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
    width: 100% !important;
    min-height: 56px !important;
    background: #B8A06A !important;
    color: #1C1A17 !important;
    border: 1px solid #1C1A17 !important;
    border-radius: 999px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    box-shadow: 0 14px 28px rgba(28,26,23,.14) !important;
    padding: 15px 24px !important;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease !important;
  }

  html body.page-id-19 #place_order:hover,
  html body.page-id-19 button[name="woocommerce_checkout_place_order"]:hover,
  html body.woocommerce-checkout #place_order:hover,
  html body.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover {
    background: #CDB98A !important;
    color: #1C1A17 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 17px 34px rgba(28,26,23,.18) !important;
  }

  /* Woo notices */
  html body.page-id-19 .woocommerce-error,
  html body.page-id-19 .woocommerce-message,
  html body.page-id-19 .woocommerce-info,
  html body.woocommerce-checkout .woocommerce-error,
  html body.woocommerce-checkout .woocommerce-message,
  html body.woocommerce-checkout .woocommerce-info {
    border-radius: 16px !important;
    border-color: #D8CBB8 !important;
    background: #F5F0E6 !important;
    color: #1C1A17 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  /* Tablet */
  @media (max-width: 1024px) {
    html body.page-id-19 .entry-content,
    html body.woocommerce-checkout .entry-content,
    html body.page-id-19 .single-content,
    html body.woocommerce-checkout .single-content {
      padding: 28px 22px 58px !important;
    }

    html body.page-id-19 form.checkout.woocommerce-checkout,
    html body.woocommerce-checkout form.checkout.woocommerce-checkout {
      grid-template-columns: 1fr !important;
      gap: 24px !important;
    }

    html body.page-id-19 #customer_details,
    html body.page-id-19 #order_review_heading,
    html body.page-id-19 #order_review,
    html body.woocommerce-checkout #customer_details,
    html body.woocommerce-checkout #order_review_heading,
    html body.woocommerce-checkout #order_review {
      grid-column: 1 !important;
      grid-row: auto !important;
    }

    html body.page-id-19 #order_review,
    html body.woocommerce-checkout #order_review {
      margin-top: 0 !important;
      position: static !important;
    }

    html body.page-id-19 #order_review_heading,
    html body.woocommerce-checkout #order_review_heading {
      margin-top: 4px !important;
      margin-bottom: -8px !important;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    html body.page-id-19 .entry-content,
    html body.woocommerce-checkout .entry-content,
    html body.page-id-19 .single-content,
    html body.woocommerce-checkout .single-content {
      padding: 22px 16px 46px !important;
    }

    html body.page-id-19 #customer_details,
    html body.woocommerce-checkout #customer_details {
      padding: 22px 18px !important;
      border-radius: 18px !important;
    }

    html body.page-id-19 #order_review,
    html body.woocommerce-checkout #order_review {
      padding: 18px !important;
      border-radius: 18px !important;
    }

    html body.page-id-19 .woocommerce-billing-fields__field-wrapper,
    html body.page-id-19 .woocommerce-shipping-fields__field-wrapper,
    html body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    html body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
      grid-template-columns: 1fr !important;
      gap: 15px !important;
    }

    html body.page-id-19 .woocommerce-billing-fields > h3,
    html body.page-id-19 .woocommerce-shipping-fields > h3,
    html body.page-id-19 .woocommerce-additional-fields > h3,
    html body.page-id-19 #order_review_heading,
    html body.woocommerce-checkout .woocommerce-billing-fields > h3,
    html body.woocommerce-checkout .woocommerce-shipping-fields > h3,
    html body.woocommerce-checkout .woocommerce-additional-fields > h3,
    html body.woocommerce-checkout #order_review_heading {
      font-size: 29px !important;
    }

    html body.page-id-19 input.input-text,
    html body.page-id-19 textarea,
    html body.page-id-19 select,
    html body.page-id-19 .select2-container .select2-selection--single,
    html body.woocommerce-checkout input.input-text,
    html body.woocommerce-checkout textarea,
    html body.woocommerce-checkout select,
    html body.woocommerce-checkout .select2-container .select2-selection--single {
      font-size: 16.5px !important;
      min-height: 52px !important;
    }

    html body.page-id-19 #order_review table.shop_table th,
    html body.page-id-19 #order_review table.shop_table td,
    html body.woocommerce-checkout #order_review table.shop_table th,
    html body.woocommerce-checkout #order_review table.shop_table td {
      padding: 12px 10px !important;
      font-size: 15px !important;
    }

    html body.page-id-19 #place_order,
    html body.page-id-19 button[name="woocommerce_checkout_place_order"],
    html body.woocommerce-checkout #place_order,
    html body.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
      min-height: 58px !important;
      font-size: 16px !important;
      white-space: normal !important;
    }
  }

/* =========================================================
   Banner Harvest — WooCommerce Order Received / Order Details
   Scope: Order received / thank-you page only
   Purpose: carry locked cart + checkout visual system into receipt page
   ========================================================= */

html body.woocommerce-order-received {
  background: #FAF7F2 !important;
}

html body.woocommerce-order-received .entry-content,
html body.woocommerce-order-received .single-content {
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 34px 24px 64px !important;
  box-sizing: border-box !important;
}

html body.woocommerce-order-received .woocommerce,
html body.woocommerce-order-received .woocommerce-order {
  width: 100% !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  color: #1C1A17 !important;
}

/* Main receipt card */
html body.woocommerce-order-received .woocommerce-order {
  background: #FAF7F2 !important;
  border: 1px solid #D8CBB8 !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 55px rgba(28,26,23,.10) !important;
  padding: 34px !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body.woocommerce-order-received .woocommerce-order::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 8px !important;
  background: #7A9E87 !important;
}

/* Thank-you message */
html body.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0 0 24px !important;
  padding: 20px 22px !important;
  background: #F5F0E6 !important;
  border: 1px solid #E5DED1 !important;
  border-radius: 18px !important;
  color: #1C1A17 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  box-shadow: 0 12px 30px rgba(28,26,23,.06) !important;
}

/* Top order overview cards */
html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview,
html body.woocommerce-order-received .woocommerce-order ul.order_details {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  clear: both !important;
}

html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview::before,
html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview::after,
html body.woocommerce-order-received .woocommerce-order ul.order_details::before,
html body.woocommerce-order-received .woocommerce-order ul.order_details::after {
  content: none !important;
  display: none !important;
}

html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview > li,
html body.woocommerce-order-received .woocommerce-order ul.order_details > li {
  float: none !important;
  clear: none !important;
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 86px !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid #E5DED1 !important;
  border-radius: 16px !important;
  background: #FFFDF8 !important;
  box-shadow: 0 10px 24px rgba(28,26,23,.055) !important;
  box-sizing: border-box !important;
  text-align: left !important;
  color: #1C1A17 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-weight: 750 !important;
}

html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview > li strong,
html body.woocommerce-order-received .woocommerce-order ul.order_details > li strong {
  display: block !important;
  margin-top: 7px !important;
  color: #1C1A17 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
}

/* Check payment instruction / test note */
html body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-thankyou-order-received) {
  margin: 0 0 28px !important;
  padding: 15px 18px !important;
  background: #F5F0E6 !important;
  border: 1px solid #E5DED1 !important;
  border-left: 4px solid #7A9E87 !important;
  border-radius: 14px !important;
  color: #2C2C2C !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/* Section cards */
html body.woocommerce-order-received .woocommerce-order-details,
html body.woocommerce-order-received .woocommerce-customer-details {
  background: #FFFDF8 !important;
  border: 1px solid #D8CBB8 !important;
  border-radius: 22px !important;
  padding: 26px !important;
  margin: 0 0 28px !important;
  box-shadow: 0 16px 38px rgba(28,26,23,.075) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body.woocommerce-order-received .woocommerce-order-details__title,
html body.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 18px !important;
  color: #1C1A17 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
}

/* Order table */
html body.woocommerce-order-received .woocommerce-order-details table.shop_table {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #E5DED1 !important;
  border-radius: 18px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  background: #FAF7F2 !important;
}

html body.woocommerce-order-received .woocommerce-order-details table.shop_table th,
html body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
  padding: 16px !important;
  border-color: #E5DED1 !important;
  color: #1C1A17 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  vertical-align: top !important;
}

html body.woocommerce-order-received .woocommerce-order-details table.shop_table thead th {
  background: #EFE7D9 !important;
  color: #1C1A17 !important;
  font-size: 13px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-weight: 750 !important;
}

html body.woocommerce-order-received .woocommerce-order-details table.shop_table tbody td {
  background: #FFFDF8 !important;
}

html body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th,
html body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td {
  background: #FAF7F2 !important;
  font-weight: 700 !important;
}

html body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child th,
html body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot tr:last-child td {
  background: #F5F0E6 !important;
  border-top: 2px solid #D8CBB8 !important;
  font-size: 18px !important;
}

html body.woocommerce-order-received .woocommerce-order-details table.shop_table a {
  color: #5E806C !important;
  font-weight: 700 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

html body.woocommerce-order-received .woocommerce-order-details .wc-item-meta,
html body.woocommerce-order-received .woocommerce-order-details .wc-item-meta li,
html body.woocommerce-order-received .woocommerce-order-details .wc-item-meta p {
  color: #2C2C2C !important;
  font-size: 15.5px !important;
  line-height: 1.45 !important;
}

/* Billing / shipping address alignment */
html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
html body.woocommerce-order-received .woocommerce-customer-details .col2-set,
html body.woocommerce-order-received .woocommerce-customer-details .addresses {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
}

html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::before,
html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::after,
html body.woocommerce-order-received .woocommerce-customer-details .col2-set::before,
html body.woocommerce-order-received .woocommerce-customer-details .col2-set::after,
html body.woocommerce-order-received .woocommerce-customer-details .addresses::before,
html body.woocommerce-order-received .woocommerce-customer-details .addresses::after {
  content: none !important;
  display: none !important;
}

html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column,
html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--billing-address,
html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address,
html body.woocommerce-order-received .woocommerce-customer-details .col-1,
html body.woocommerce-order-received .woocommerce-customer-details .col-2 {
  float: none !important;
  clear: none !important;
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  text-align: left !important;
  margin: 0 0 16px !important;
  width: 100% !important;
}

html body.woocommerce-order-received .woocommerce-customer-details address {
  width: 100% !important;
  max-width: none !important;
  min-height: 170px !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 18px !important;
  background: #FAF7F2 !important;
  border: 1px solid #E5DED1 !important;
  border-radius: 16px !important;
  color: #2C2C2C !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7) !important;
  box-sizing: border-box !important;
}

html body.woocommerce-order-received .woocommerce-customer-details--phone,
html body.woocommerce-order-received .woocommerce-customer-details--email {
  margin: 8px 0 0 !important;
  color: #1C1A17 !important;
  font-size: 15.5px !important;
  line-height: 1.45 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  html body.woocommerce-order-received .entry-content,
  html body.woocommerce-order-received .single-content {
    padding: 28px 22px 56px !important;
  }

  html body.woocommerce-order-received .woocommerce-order {
    padding: 28px !important;
  }

  html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview,
  html body.woocommerce-order-received .woocommerce-order ul.order_details {
    flex-wrap: wrap !important;
  }

  html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview > li,
  html body.woocommerce-order-received .woocommerce-order ul.order_details > li {
    flex: 1 1 calc(50% - 7px) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  html body.woocommerce-order-received .entry-content,
  html body.woocommerce-order-received .single-content {
    padding: 22px 16px 46px !important;
  }

  html body.woocommerce-order-received .woocommerce-order {
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }

  html body.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 26px !important;
    padding: 18px !important;
  }

  html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview,
  html body.woocommerce-order-received .woocommerce-order ul.order_details,
  html body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
  html body.woocommerce-order-received .woocommerce-customer-details .col2-set,
  html body.woocommerce-order-received .woocommerce-customer-details .addresses {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  html body.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview > li,
  html body.woocommerce-order-received .woocommerce-order ul.order_details > li {
    flex: 1 1 auto !important;
    width: 100% !important;
  }

  html body.woocommerce-order-received .woocommerce-order-details,
  html body.woocommerce-order-received .woocommerce-customer-details {
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }

  html body.woocommerce-order-received .woocommerce-order-details__title,
  html body.woocommerce-order-received .woocommerce-column__title {
    font-size: 29px !important;
  }

  html body.woocommerce-order-received .woocommerce-order-details table.shop_table th,
  html body.woocommerce-order-received .woocommerce-order-details table.shop_table td {
    padding: 13px 10px !important;
    font-size: 15px !important;
  }
}
/* =========================================================
   Banner Harvest — Shop Header Card Snap Fix
   Scope: Shop archive header pathway cards only
   Purpose: prevent mid-width squeeze and force true native scroll snap
   ========================================================= */

html body.post-type-archive-product .shop-header-card-container,
html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col,
html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  gap: 18px !important;
  padding: 4px 24px 20px 0 !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-left: 0 !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  box-sizing: border-box !important;
}

html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col::-webkit-scrollbar,
html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col::-webkit-scrollbar {
  display: none !important;
}

html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .banner-harvest-header-card,
html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .banner-harvest-header-card,
html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .wp-block-kadence-column,
html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .wp-block-kadence-column {
  flex: 0 0 220px !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  scroll-snap-align: start !important;
  scroll-snap-stop: normal !important;
  box-sizing: border-box !important;
}

html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .banner-harvest-header-card > .kt-inside-inner-col,
html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .banner-harvest-header-card > .kt-inside-inner-col {
  height: 100% !important;
}

@media (max-width: 480px) {
  html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .banner-harvest-header-card,
  html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .banner-harvest-header-card,
  html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .wp-block-kadence-column,
  html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .wp-block-kadence-column {
    flex-basis: 82% !important;
    width: 82% !important;
    min-width: 82% !important;
    max-width: 82% !important;
  }
}
/* =========================================================
   Banner Harvest — Cart Added Notice Polish
   Scope: Cart page WooCommerce success message only
   Purpose: make add-to-cart confirmation match locked cart system
   ========================================================= */

body.woocommerce-cart .woocommerce-message {
  width: 100% !important;
  max-width: 1220px !important;
  margin: 0 auto 28px auto !important;
  padding: 18px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  background: linear-gradient(135deg, #FAF7F2 0%, #F5F0E6 100%) !important;
  border: 1px solid #E5DED1 !important;
  border-left: 5px solid #7A9E87 !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 38px rgba(28, 26, 23, .08) !important;
  color: #1C1A17 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-message::after {
  display: none !important;
}

body.woocommerce-cart .woocommerce-message a.button,
body.woocommerce-cart .woocommerce-message .button,
body.woocommerce-cart .woocommerce-message a.wc-forward {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  border: 1px solid #6E927B !important;
  background: #7A9E87 !important;
  color: #FFFFFF !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(94, 128, 108, .18) !important;
}

body.woocommerce-cart .woocommerce-message a.button:hover,
body.woocommerce-cart .woocommerce-message .button:hover,
body.woocommerce-cart .woocommerce-message a.wc-forward:hover {
  background: #5E806C !important;
  border-color: #5E806C !important;
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-message {
    margin: 0 14px 22px 14px !important;
    padding: 18px 18px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    font-size: 16px !important;
    border-radius: 14px !important;
  }

  body.woocommerce-cart .woocommerce-message a.button,
  body.woocommerce-cart .woocommerce-message .button,
  body.woocommerce-cart .woocommerce-message a.wc-forward {
    width: 100% !important;
    min-height: 50px !important;
  }
}
/* =========================================================
   Banner Harvest — Cart Final Micro Polish
   Scope: Cart page only
   Purpose:
   - stronger added-to-cart notice frame
   - continue shopping button matches checkout CTA family
   - improve weak cart text weights marked in QA screenshot
   ========================================================= */

/* Added-to-cart notice: premium framed confirmation card */
html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  width: 100% !important;
  max-width: 1220px !important;
  margin: 0 auto 30px auto !important;
  padding: 20px 30px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;

  background:
    linear-gradient(135deg, rgba(250, 247, 242, .98) 0%, rgba(245, 240, 230, .98) 100%) !important;
  border: 1px solid #D8CBB8 !important;
  border-left: 6px solid #7A9E87 !important;
  border-radius: 18px !important;
  box-shadow:
    0 18px 42px rgba(28, 26, 23, .10),
    inset 0 1px 0 rgba(255, 255, 255, .78) !important;

  color: #1C1A17 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  box-sizing: border-box !important;
}

html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before,
html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::after {
  display: none !important;
  content: none !important;
}

/* Notice button: match Proceed to Checkout CTA family */
html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.wc-forward {
  float: none !important;
  flex: 0 0 auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 50px !important;
  min-width: 190px !important;
  padding: 13px 26px !important;

  border-radius: 8px !important;
  border: 1px solid #1C1A17 !important;
  background: #B8A06A !important;
  color: #1C1A17 !important;

  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;

  box-shadow: 0 10px 20px rgba(28, 26, 23, .16) !important;
}

html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover,
html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.wc-forward:hover {
  background: #CDB98A !important;
  border-color: #1C1A17 !important;
  color: #1C1A17 !important;
  transform: translateY(-1px) !important;
}

/* Helper line above cart: stronger and more intentional */
html body.woocommerce-cart .woocommerce > p:first-of-type,
html body.woocommerce-cart .woocommerce .bh-cart-helper,
html body.woocommerce-cart .woocommerce p:has(+ .woocommerce-cart-form) {
  color: #1C1A17 !important;
  font-weight: 600 !important;
}

/* Product title + variation detail */
html body.woocommerce-cart table.shop_table.cart td.product-name,
html body.woocommerce-cart table.shop_table.cart td.product-name a,
html body.woocommerce-cart table.shop_table.cart td.product-name .product-name,
html body.woocommerce-cart table.shop_table.cart td.product-name dl.variation,
html body.woocommerce-cart table.shop_table.cart td.product-name dl.variation dt,
html body.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd,
html body.woocommerce-cart table.shop_table.cart td.product-name dl.variation p {
  color: #1C1A17 !important;
  font-weight: 650 !important;
}

/* Keep variation label/value readable but not shouty */
html body.woocommerce-cart table.shop_table.cart td.product-name dl.variation dt {
  font-weight: 700 !important;
}

html body.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd,
html body.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd p {
  font-weight: 600 !important;
}

/* Price/radio area: make one-time and monthly pricing match cart typography */
html body.woocommerce-cart table.shop_table.cart td.product-price,
html body.woocommerce-cart table.shop_table.cart td.product-price label,
html body.woocommerce-cart table.shop_table.cart td.product-price .amount,
html body.woocommerce-cart table.shop_table.cart td.product-price .subscription-details,
html body.woocommerce-cart table.shop_table.cart td.product-price .wcsatt-options-product,
html body.woocommerce-cart table.shop_table.cart td.product-price .wcsatt-options-product label {
  color: #1C1A17 !important;
  font-weight: 650 !important;
}

/* Quantity value */
html body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty,
html body.woocommerce-cart table.shop_table.cart .quantity input.qty {
  color: #1C1A17 !important;
  font-weight: 700 !important;
}

/* Subtotal value */
html body.woocommerce-cart table.shop_table.cart td.product-subtotal,
html body.woocommerce-cart table.shop_table.cart td.product-subtotal .amount {
  color: #1C1A17 !important;
  font-weight: 750 !important;
}

/* Coupon/update buttons: keep secondary actions readable */
html body.woocommerce-cart table.shop_table.cart button[name="apply_coupon"],
html body.woocommerce-cart table.shop_table.cart button[name="update_cart"],
html body.woocommerce-cart table.shop_table.cart .button {
  font-weight: 700 !important;
}

html body.woocommerce-cart table.shop_table.cart button[name="update_cart"]:disabled,
html body.woocommerce-cart table.shop_table.cart button[name="update_cart"][disabled] {
  color: #6F665C !important;
  opacity: .82 !important;
  font-weight: 700 !important;
}

/* Mobile: stack notice cleanly */
@media (max-width: 767px) {
  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    margin: 0 14px 24px 14px !important;
    padding: 18px 18px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    font-size: 16px !important;
    border-radius: 16px !important;
  }

  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
  html body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.wc-forward {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
  }
}
/* =========================================================
   Banner Harvest — Shop Header Cards Desktop Row Lock
   Scope: Shop archive header pathway cards only
   Purpose: show all 5 cards cleanly at 1250px+
   ========================================================= */

@media (min-width: 1250px) {
  html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col,
  html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col {
    overflow-x: visible !important;
    overflow-y: visible !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
    gap: 18px !important;
    justify-content: flex-start !important;
  }

  html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .banner-harvest-header-card,
  html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .banner-harvest-header-card,
  html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .wp-block-kadence-column,
  html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .wp-block-kadence-column {
    flex: 1 1 calc((100% - 72px) / 5) !important;
    width: calc((100% - 72px) / 5) !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* =========================================================
   Banner Harvest — Shop Header 5-Card Desktop Fit Override
   Scope: Shop archive pathway header only
   Purpose: at desktop widths, show all 5 pathway cards without clipping
   ========================================================= */

@media (min-width: 1250px) {
  html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col,
  html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    scroll-snap-type: none !important;
    box-sizing: border-box !important;
  }

  html body.post-type-archive-product .shop-header-card-container.bh-shop-header-snap > .kt-inside-inner-col > .banner-harvest-header-card,
  html body.post-type-archive-product .shop-header-card-container > .kt-inside-inner-col > .banner-harvest-header-card {
    flex: 0 1 calc((100% - 72px) / 5) !important;
    width: calc((100% - 72px) / 5) !important;
    min-width: 0 !important;
    max-width: calc((100% - 72px) / 5) !important;
    scroll-snap-align: none !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   Banner Harvest — Checkout Final Readability Polish
   Scope: Classic WooCommerce checkout only
   Purpose: strengthen coupon, order-summary, variation,
   privacy, and terms text for 55+ readability
   ========================================================= */

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
  font-weight: 700 !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
  font-weight: 750 !important;
  text-decoration-thickness: 1.4px !important;
  text-underline-offset: 3px !important;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .product-name,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .product-name a,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .product-total,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .product-total .amount,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .tax-rate th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .tax-rate td,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
  font-weight: 700 !important;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .variation,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .variation dt,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .variation dd,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .variation p {
  font-weight: 650 !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 520 !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: 750 !important;
  text-decoration-thickness: 1.3px !important;
  text-underline-offset: 3px !important;
}
/* =========================================================
   Banner Harvest — Cart Button Shadow Removal
   Scope: Cart page CTA buttons only
   Purpose: remove blurry button shadow while preserving card shadows
   ========================================================= */

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.button,
body.woocommerce-cart .woocommerce-message a.button.wc-forward,
body.woocommerce-cart .cart_totals a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart a.checkout-button.button {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
body.woocommerce-cart .woocommerce-message a.button.wc-forward:hover,
body.woocommerce-cart .cart_totals a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart a.checkout-button.button:hover,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.button:focus,
body.woocommerce-cart .woocommerce-message a.button.wc-forward:focus,
body.woocommerce-cart .cart_totals a.checkout-button:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
body.woocommerce-cart a.checkout-button.button:focus {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}
/* =========================================================
   Banner Harvest — Checkout Policy / Terms Spacing Polish
   Scope: Classic WooCommerce checkout payment area only
   Purpose: improve privacy/terms spacing while keeping checkbox normal size
   ========================================================= */

html body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  display: block !important;
  margin: 0 0 24px !important;
  padding: 0 0 8px !important;
  line-height: 1.72 !important;
}

html body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.72 !important;
}

html body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  display: block !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

html body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row,
html body.woocommerce-checkout #payment p.form-row.validate-required,
html body.woocommerce-checkout #payment p.form-row.validate-required.woocommerce-validated {
  display: block !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  clear: both !important;
}

html body.woocommerce-checkout #payment label.woocommerce-form__label-for-checkbox,
html body.woocommerce-checkout #payment label.checkbox,
html body.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox.checkbox {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  column-gap: 16px !important;
  align-items: start !important;
  width: 100% !important;
  line-height: 1.55 !important;
  cursor: pointer !important;
}

html body.woocommerce-checkout #payment input#terms,
html body.woocommerce-checkout #payment input.input-checkbox[name="terms"],
html body.woocommerce-checkout #payment input[name="terms"] {
  grid-column: 1 !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  transform: none !important;
}

html body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
  grid-column: 2 !important;
  display: block !important;
  line-height: 1.55 !important;
  padding: 0 !important;
}
/* =========================================================
   Banner Harvest — Subscribe & Save Support Card
   Scope: Single product recurring offer module only
   Purpose:
   - Supports the real WooCommerce Subscriptions UI
   - Does not create fake subscription controls
   - Does not duplicate Add to Cart
   - Expanded through tablet/two-column range
   - Compact only at true mobile stack width
   ========================================================= */

html body.single-product .bh-product-recurring-offer-module {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

html body.single-product .bh-product-recurring-offer-module .kt-row-column-wrap,
html body.single-product .bh-product-recurring-offer-module .kt-inside-inner-col {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  overflow: visible !important;
}

html body.single-product .bh-subscribe-description-card {
  width: 100% !important;
  box-sizing: border-box !important;
  background: #FAF7F2 !important;
  border: 1px solid #D8CBB8 !important;
  border-radius: 18px !important;
  padding: 21px 22px 22px !important;
  box-shadow: 0 16px 38px rgba(28,26,23,.085) !important;
  color: #2C2C2C !important;
}

html body.single-product .bh-subscribe-card-top {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
}

html body.single-product .bh-subscribe-card-graphic {
  width: 62px !important;
  height: 62px !important;
  border-radius: 999px !important;
  background: rgba(94,128,108,.10) !important;
  border: 1px solid rgba(184,160,106,.42) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 2px !important;
}

html body.single-product .bh-subscribe-card-graphic svg {
  width: 43px !important;
  height: 43px !important;
  fill: none !important;
  stroke: #5E806C !important;
  stroke-width: 3 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.single-product .bh-subscribe-card-eyebrow {
  margin: 0 0 6px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  color: #5E806C !important;
}

html body.single-product .bh-subscribe-card-title {
  margin: 0 0 8px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
  line-height: 1.13 !important;
  font-weight: 600 !important;
  color: #1C1A17 !important;
}

html body.single-product .bh-subscribe-card-text {
  margin: 0 !important;
  font-size: 15.75px !important;
  line-height: 1.62 !important;
  color: #2C2C2C !important;
}

html body.single-product .bh-subscribe-card-points {
  margin: 15px 0 0 !important;
  padding: 13px 0 0 !important;
  list-style: none !important;
  border-top: 1px solid rgba(216,203,184,.85) !important;
  display: grid !important;
  gap: 7px !important;
}

html body.single-product .bh-subscribe-card-points li {
  position: relative !important;
  margin: 0 !important;
  padding-left: 18px !important;
  font-size: 14.75px !important;
  line-height: 1.45 !important;
  color: #2C2C2C !important;
}

html body.single-product .bh-subscribe-card-points li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .62em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: #B8A06A !important;
}

html body.single-product .bh-subscribe-card-desktop-extra {
  display: block !important;
  margin-top: 18px !important;
}

html body.single-product .bh-subscribe-extra-rule {
  height: 1px !important;
  background: linear-gradient(90deg, rgba(184,160,106,.75), rgba(216,203,184,.25)) !important;
  margin: 0 0 16px !important;
}

html body.single-product .bh-subscribe-extra-kicker {
  margin: 0 0 12px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  color: #5E806C !important;
}

html body.single-product .bh-subscribe-extra-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px 16px !important;
}

html body.single-product .bh-subscribe-extra-item {
  background: rgba(245,240,230,.72) !important;
  border: 1px solid rgba(229,222,209,.95) !important;
  border-radius: 13px !important;
  padding: 13px 14px 12px !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
}

html body.single-product .bh-subscribe-extra-num {
  display: block !important;
  margin: 0 0 6px !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .16em !important;
  font-weight: 800 !important;
  color: #B8A06A !important;
}

html body.single-product .bh-subscribe-extra-item strong {
  display: block !important;
  margin: 0 0 5px !important;
  font-size: 14.75px !important;
  line-height: 1.25 !important;
  color: #1C1A17 !important;
  font-weight: 800 !important;
}

html body.single-product .bh-subscribe-extra-item p {
  margin: 0 !important;
  font-size: 13.75px !important;
  line-height: 1.48 !important;
  color: #2C2C2C !important;
}

html body.single-product .bh-subscribe-card-mobile-details {
  display: none !important;
}

/* Tablet / narrow two-column range:
   Keep the card expanded because the page itself has not stacked yet.
   Stack the lower info tiles only so the right column does not feel cramped. */
@media (min-width: 768px) and (max-width: 1000px) {
  html body.single-product .bh-subscribe-extra-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

/* True mobile:
   Compact card only when the product page actually stacks. */
@media (max-width: 767px) {
  html body.single-product .bh-subscribe-description-card {
    padding: 17px 16px !important;
    border-radius: 16px !important;
  }

  html body.single-product .bh-subscribe-card-top {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 13px !important;
  }

  html body.single-product .bh-subscribe-card-graphic {
    width: 48px !important;
    height: 48px !important;
  }

  html body.single-product .bh-subscribe-card-graphic svg {
    width: 33px !important;
    height: 33px !important;
  }

  html body.single-product .bh-subscribe-card-title {
    font-size: 21px !important;
  }

  html body.single-product .bh-subscribe-card-text {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  html body.single-product .bh-subscribe-card-points li {
    font-size: 14.25px !important;
  }

  html body.single-product .bh-subscribe-card-desktop-extra {
    display: none !important;
  }

  html body.single-product .bh-subscribe-card-mobile-details {
    display: block !important;
    margin-top: 13px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(216,203,184,.85) !important;
  }

  html body.single-product .bh-subscribe-card-mobile-details summary {
    cursor: pointer !important;
    font-size: 14.5px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    color: #5E806C !important;
    list-style-position: outside !important;
  }

  html body.single-product .bh-subscribe-mobile-detail-body {
    padding-top: 10px !important;
  }

  html body.single-product .bh-subscribe-mobile-detail-body p {
    margin: 0 0 8px !important;
    font-size: 14.25px !important;
    line-height: 1.5 !important;
    color: #2C2C2C !important;
  }

  html body.single-product .bh-subscribe-mobile-detail-body p:last-child {
    margin-bottom: 0 !important;
  }
}

/* Very narrow phones */
@media (max-width: 390px) {
  html body.single-product .bh-subscribe-card-top {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .bh-subscribe-card-graphic {
    margin-bottom: 2px !important;
  }
}
/* =========================================================
   Banner Harvest — Product Page Google Reviews Auto-Height Support
   Scope: Single product Google reviews only
   Purpose:
   - Let shorter active reviews avoid a giant empty review box
   - Preserve product page mobile layout and consultation card flow
   ========================================================= */

html body.single-product .bh-reviews-track-wrap {
  min-height: 0 !important;
  overflow: hidden !important;
  transition: height 0.28s ease !important;
}

html body.single-product .bh-reviews-track {
  align-items: flex-start !important;
}

html body.single-product .bh-review-card {
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
}

html body.single-product .bh-review-text {
  height: auto !important;
  min-height: 0 !important;
}
/* =========================================================
   Banner Harvest — Simple Product Subscribe/Add-to-Cart Layout
   Scope: Single product simple Woo form only
   Purpose:
   - Prevent WCSATT + quantity + Add to Cart from cramming into one row
   - Keep variable products untouched
   - Keep real Woo subscription controls inside purchase form
   ========================================================= */

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px 12px !important;
	margin: 0 !important;
}

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .wcsatt-options-wrapper {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 2px 0 !important;
}

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .wcsatt-options-product-prompt {
	margin: 0 !important;
}

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .wcsatt-options-prompt-radios {
	margin: 0 !important;
	padding: 0 !important;
}

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .wcsatt-options-prompt-radios li {
	margin: 0 0 7px 0 !important;
	line-height: 1.35 !important;
}

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .quantity {
	flex: 0 0 auto !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
}

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .quantity .qty {
	width: 62px !important;
	height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	margin: 0 !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .single_add_to_cart_button {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 148px !important;
	height: 46px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	padding: 0 26px !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1.1 !important;
	box-sizing: border-box !important;
}

@media (max-width: 480px) {
	html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) {
		gap: 12px !important;
	}

	html body.single-product .bh-product-purchase-module form.cart:not(.variations_form) .single_add_to_cart_button {
		flex: 1 1 180px !important;
	}
}
/* =========================================================
   Banner Harvest — Product Browse Gateway
   Scope: Single product product-page browse-by-collection card
   Required row classes:
   - bh-product-browse-gateway
   - bh-product-browse-gateway-desktop
   - bh-product-browse-gateway-mobile
   ========================================================= */

html body.single-product .bh-product-browse-gateway {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

html body.single-product .bh-product-browse-gateway > .kt-row-column-wrap,
html body.single-product .bh-product-browse-gateway .kt-row-column-wrap,
html body.single-product .bh-product-browse-gateway .wp-block-kadence-column,
html body.single-product .bh-product-browse-gateway .kt-inside-inner-col {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

/* Main card */
html body.single-product .bh-product-browse-card {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 25px 24px 23px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 96% 4%, rgba(184,160,106,.18) 0, rgba(184,160,106,0) 34%),
    linear-gradient(135deg, #FAF7F2 0%, #F5F0E6 100%) !important;
  border: 1px solid #D8CBB8 !important;
  border-radius: 18px !important;
  box-shadow:
    0 18px 42px rgba(28,26,23,.12),
    inset 0 1px 0 rgba(255,255,255,.72) !important;
  color: #2C2C2C !important;
}

html body.single-product .bh-product-browse-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 18px !important;
  right: 18px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #5E806C 0%, #B8A06A 68%, rgba(205,185,138,.35) 100%) !important;
  border-radius: 0 0 999px 999px !important;
}

html body.single-product .bh-product-browse-card::after {
  content: "↗" !important;
  position: absolute !important;
  top: 15px !important;
  right: 18px !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  border: 1px solid rgba(184,160,106,.45) !important;
  color: rgba(94,128,108,.58) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

html body.single-product .bh-product-browse-card > * {
  position: relative !important;
  z-index: 2 !important;
}

/* Text */
html body.single-product .bh-product-browse-eyebrow {
  margin: 0 48px 9px 0 !important;
  color: #5E806C !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body.single-product .bh-product-browse-card h3 {
  margin: 0 44px 10px 0 !important;
  color: #1C1A17 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 25px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
}

html body.single-product .bh-product-browse-card p:not(.bh-product-browse-eyebrow) {
  margin: 0 0 19px !important;
  color: #2C2C2C !important;
  font-size: 15.75px !important;
  line-height: 1.65 !important;
}

/* Buttons */
html body.single-product .bh-product-browse-links {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 11px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

html body.single-product .bh-product-browse-link {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 15px !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border-radius: 999px !important;
  border: 1px solid #D8CBB8 !important;
  background: rgba(255,255,255,.78) !important;
  color: #1C1A17 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78) !important;
  font-size: 13.75px !important;
  line-height: 1.15 !important;
  font-weight: 750 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.single-product .bh-product-browse-link::after {
  content: "→" !important;
  opacity: .74 !important;
}

html body.single-product .bh-product-browse-link-primary {
  background: #B8A06A !important;
  border-color: #B8A06A !important;
  color: #1C1A17 !important;
}

html body.single-product .bh-product-browse-link:hover,
html body.single-product .bh-product-browse-link:focus-visible {
  border-color: #B8A06A !important;
  background: #FFFDF8 !important;
  color: #1C1A17 !important;
  text-decoration: none !important;
}

html body.single-product .bh-product-browse-link-primary:hover,
html body.single-product .bh-product-browse-link-primary:focus-visible {
  background: #CDB98A !important;
}

/* Desktop / tablet visibility */
@media (min-width: 768px) {
  html body.single-product .bh-product-browse-gateway-desktop {
    display: block !important;
    margin: 20px 0 24px !important;
  }

  html body.single-product .bh-product-browse-gateway-mobile {
    display: none !important;
  }
}

/* Narrow desktop / tablet right-column button fit */
@media (min-width: 768px) and (max-width: 925px) {
  html body.single-product .bh-product-browse-card {
    padding: 23px 20px 21px !important;
  }

  html body.single-product .bh-product-browse-card h3 {
    font-size: 23px !important;
    margin-right: 40px !important;
  }

  html body.single-product .bh-product-browse-card p:not(.bh-product-browse-eyebrow) {
    font-size: 15.25px !important;
    line-height: 1.62 !important;
  }

  html body.single-product .bh-product-browse-links {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body.single-product .bh-product-browse-link {
    width: 100% !important;
  }
}

/* Mobile visibility and card rhythm */
@media (max-width: 767px) {
  html body.single-product .bh-product-browse-gateway-desktop {
    display: none !important;
  }

  html body.single-product .bh-product-browse-gateway-mobile {
    display: block !important;
    margin: 30px auto 28px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  html body.single-product .bh-product-browse-card {
    padding: 23px 18px 21px !important;
    border-radius: 16px !important;
    box-shadow:
      0 13px 30px rgba(28,26,23,.10),
      inset 0 1px 0 rgba(255,255,255,.72) !important;
  }

  html body.single-product .bh-product-browse-card::before {
    left: 16px !important;
    right: 16px !important;
  }

  html body.single-product .bh-product-browse-card::after {
    top: 14px !important;
    right: 14px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 19px !important;
  }

  html body.single-product .bh-product-browse-eyebrow {
    margin-right: 42px !important;
    font-size: 10.5px !important;
    letter-spacing: .16em !important;
  }

  html body.single-product .bh-product-browse-card h3 {
    margin-right: 40px !important;
    font-size: 23px !important;
  }

  html body.single-product .bh-product-browse-card p:not(.bh-product-browse-eyebrow) {
    font-size: 15.5px !important;
    line-height: 1.64 !important;
    margin-bottom: 18px !important;
  }

  html body.single-product .bh-product-browse-links {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body.single-product .bh-product-browse-link {
    width: 100% !important;
    min-height: 46px !important;
  }
}
/* =========================================================
   Banner Harvest — Quiz Result Magazine Layout
   Scope: Quiz result pages / Product Bundle recommendation output
   Permanent version from approved clean smoke
   Notes:
   - CSS only
   - Does not move quiz teaser children
   - Does not replace bundle image
   - Does not touch quiz routing/AJAX/result logic
   ========================================================= */

/* ---------- Result page base ---------- */

html body .bh-results-hero,
html body .bh-results-hero * {
  box-sizing: border-box !important;
}

html body .bh-results-hero {
  background: #FAF7F2 !important;
  color: #2C2C2C !important;
  padding: clamp(22px, 5vw, 58px) 16px clamp(34px, 6vw, 72px) !important;
  overflow: visible !important;
}

html body .bh-results-hero > .wp-block-group__inner-container,
html body .bh-results-hero .wp-block-group__inner-container {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

/* ---------- Existing result H1 / title band ---------- */

html body .bh-results-hero h1,
html body .bh-results-hero .bh-hero-heading {
  display: block !important;
  width: 100% !important;
  max-width: 920px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto 18px !important;
  padding: 18px 22px 20px !important;
  background: #B8A06A !important;
  border: 1px solid rgba(92,70,28,.22) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(28,26,23,.10) !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 5vw, 52px) !important;
  line-height: 1.03 !important;
  font-weight: 650 !important;
  letter-spacing: -.015em !important;
  color: #1C1A17 !important;
  text-align: center !important;
}

html body .bh-results-hero .bh-hero-intro {
  display: block !important;
  width: min(100%, 780px) !important;
  max-width: 780px !important;
  height: auto !important;
  margin: 0 auto 24px !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1.42 !important;
  color: #2C2C2C !important;
  text-align: center !important;
}

/* ---------- Additive magazine hero markup ----------
   Requires real markup/class output:
   .bh-result-magazine-hero
   .bh-result-magazine-media
   .bh-result-magazine-copy
   .bh-result-kicker
---------------------------------------------------- */

html body .bh-result-magazine-hero {
  display: grid !important;
  grid-template-columns: minmax(280px, .92fr) minmax(360px, 1.08fr) !important;
  align-items: stretch !important;
  gap: clamp(20px, 4vw, 42px) !important;
  width: 100% !important;
  margin: 0 auto 26px !important;
  padding: clamp(16px, 3vw, 24px) !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(184,160,106,.18) 0, rgba(184,160,106,0) 34%),
    linear-gradient(135deg, #FAF7F2 0%, #F5F0E6 100%) !important;
  border: 1px solid #D8CBB8 !important;
  border-radius: 24px !important;
  box-shadow:
    0 22px 56px rgba(28,26,23,.12),
    inset 0 1px 0 rgba(255,255,255,.75) !important;
  overflow: hidden !important;
}

html body .bh-result-magazine-media {
  position: relative !important;
  min-height: 280px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1px solid #E5DED1 !important;
  background: #EFE7D9 !important;
}

html body .bh-result-magazine-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 280px !important;
  object-fit: cover !important;
}

html body .bh-result-magazine-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(8px, 2vw, 18px) clamp(4px, 2vw, 12px) !important;
}

html body .bh-result-kicker,
html body .bh-qtc-eyebrow {
  margin: 0 0 10px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: #5E806C !important;
}

html body .bh-result-magazine-copy h2 {
  margin: 0 0 14px !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: clamp(38px, 5.3vw, 64px) !important;
  line-height: .98 !important;
  font-weight: 650 !important;
  color: #1C1A17 !important;
  letter-spacing: -.02em !important;
}

html body .bh-result-magazine-copy p:not(.bh-result-kicker) {
  max-width: 640px !important;
  margin: 0 !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1.42 !important;
  color: #2C2C2C !important;
}

/* ---------- Additive Yolanda note markup ----------
   Requires real markup/class output:
   .bh-result-yolanda-note
   .bh-result-yolanda-photo
   .bh-result-yolanda-copy
--------------------------------------------------- */

html body .bh-result-yolanda-note {
  display: grid !important;
  grid-template-columns: 116px 1fr !important;
  align-items: center !important;
  gap: 20px !important;
  width: min(100%, 860px) !important;
  margin: 0 auto 30px !important;
  padding: 18px 20px !important;
  background: #F5F0E6 !important;
  border: 1px solid #D8CBB8 !important;
  border-left: 5px solid #B8A06A !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(28,26,23,.08) !important;
  overflow: visible !important;
}

html body .bh-result-yolanda-photo {
  width: 116px !important;
  height: 116px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 2px solid #E5DED1 !important;
  background: #EFE7D9 !important;
}

html body .bh-result-yolanda-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .bh-result-yolanda-copy h3 {
  margin: 0 0 8px !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: clamp(25px, 3.2vw, 34px) !important;
  line-height: 1.08 !important;
  color: #1C1A17 !important;
  font-weight: 650 !important;
}

html body .bh-result-yolanda-copy p:not(.bh-result-kicker) {
  margin: 0 !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1.42 !important;
  color: #2C2C2C !important;
}

/* ---------- Bundle recommendation card ----------
   Actual clean DOM baseline:
   .bh-qtc-wrap
     p.bh-qtc-eyebrow
     a.bh-qtc-img-link > img.bh-qtc-img
     h3.bh-qtc-title
     p.bh-qtc-price
     p.bh-qtc-support
     div.bh-quiz-bundle-teaser__actions
-------------------------------------------------- */

html body .bh-qtc-wrap {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) !important;
  grid-template-areas:
    "eyebrow eyebrow"
    "media title"
    "media price"
    "media support"
    "media actions" !important;
  align-items: center !important;
  column-gap: clamp(18px, 4vw, 34px) !important;
  row-gap: 10px !important;
  width: min(100%, 860px) !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: clamp(20px, 4vw, 32px) !important;
  background:
    radial-gradient(circle at 92% 4%, rgba(184,160,106,.14) 0, rgba(184,160,106,0) 36%),
    linear-gradient(135deg, #FAF7F2 0%, #F5F0E6 100%) !important;
  border: 1px solid #D8CBB8 !important;
  border-radius: 22px !important;
  box-shadow:
    0 20px 50px rgba(28,26,23,.12),
    inset 0 1px 0 rgba(255,255,255,.72) !important;
  overflow: hidden !important;
  color: #2C2C2C !important;
}

html body .bh-qtc-wrap::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 24px !important;
  right: 24px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #5E806C 0%, #B8A06A 68%, rgba(205,185,138,.40) 100%) !important;
  border-radius: 0 0 999px 999px !important;
}

html body .bh-qtc-eyebrow {
  grid-area: eyebrow !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 2px !important;
  color: #5E806C !important;
}

html body .bh-qtc-img-link {
  grid-area: media !important;
  display: block !important;
  width: 100% !important;
  max-width: 220px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
}

html body .bh-qtc-img {
  display: block !important;
  width: 100% !important;
  max-width: 220px !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 10px !important;
  background: #FAF7F2 !important;
  border: 1px solid #E5DED1 !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(28,26,23,.08) !important;
}

html body .bh-qtc-title {
  grid-area: title !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: clamp(31px, 4vw, 44px) !important;
  line-height: 1.04 !important;
  font-weight: 650 !important;
  color: #1C1A17 !important;
}

html body .bh-qtc-price {
  grid-area: price !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  color: #2C2C2C !important;
}

html body .bh-qtc-support {
  grid-area: support !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  font-family: "Cormorant Garamond", Cormorant, Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1.42 !important;
  color: #2C2C2C !important;
}

html body .bh-quiz-bundle-teaser__actions {
  grid-area: actions !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 6px 0 0 !important;
}

html body .bh-quiz-bundle-teaser__button,
html body .bh-quiz-bundle-teaser__secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 13px 18px !important;
  border-radius: 999px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

html body .bh-quiz-bundle-teaser__button {
  background: #B8A06A !important;
  border: 1px solid #9D854F !important;
  color: #1C1A17 !important;
  box-shadow: 0 10px 22px rgba(28,26,23,.12) !important;
}

html body .bh-quiz-bundle-teaser__secondary {
  background: #FAF7F2 !important;
  border: 1px solid #D8CBB8 !important;
  color: #2C2C2C !important;
  box-shadow: none !important;
}

html body .bh-quiz-bundle-teaser__button:hover,
html body .bh-quiz-bundle-teaser__secondary:hover {
  transform: translateY(-1px) !important;
}

/* ---------- Tablet ---------- */

@media (max-width: 900px) {
  html body .bh-result-magazine-hero {
    grid-template-columns: 1fr !important;
  }

  html body .bh-result-magazine-media {
    min-height: 0 !important;
  }

  html body .bh-result-magazine-media img {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }
}

/* ---------- Mobile / narrow tablet correction ---------- */

@media (max-width: 600px) {
  html body .bh-results-hero,
  html body .bh-results-hero > .wp-block-group__inner-container,
  html body .bh-results-hero .wp-block-group__inner-container,
  html body .bh-result-magazine-hero,
  html body .bh-result-yolanda-note,
  html body .bh-qtc-wrap {
    overflow: visible !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body .bh-results-hero {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html body .bh-result-magazine-hero {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 22px !important;
    padding: 13px !important;
    border-radius: 20px !important;
  }

  html body .bh-result-magazine-media {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 0 16px !important;
    border-radius: 17px !important;
  }

  html body .bh-result-magazine-media img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }

  html body .bh-result-magazine-copy {
    display: block !important;
    padding: 2px 2px 8px !important;
  }

  html body .bh-result-magazine-copy h2 {
    font-size: clamp(34px, 10.5vw, 46px) !important;
    line-height: 1.02 !important;
  }

  html body .bh-result-magazine-copy p:not(.bh-result-kicker) {
    font-size: 22px !important;
    line-height: 1.42 !important;
    color: #2C2C2C !important;
  }

  html body .bh-results-hero h1,
  html body .bh-results-hero .bh-hero-heading {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto 16px !important;
    padding: 16px 15px 17px !important;
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 1.05 !important;
    color: #1C1A17 !important;
    background: #B8A06A !important;
  }

  html body .bh-results-hero .bh-hero-intro {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 22px !important;
    font-size: 22px !important;
    line-height: 1.42 !important;
    color: #2C2C2C !important;
  }

  html body .bh-result-yolanda-note {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 15px !important;
    gap: 14px !important;
    border-radius: 17px !important;
  }

  html body .bh-result-yolanda-photo {
    width: 82px !important;
    height: 82px !important;
  }

  html body .bh-result-yolanda-copy h3 {
    font-size: clamp(25px, 7.6vw, 31px) !important;
    line-height: 1.08 !important;
  }

  html body .bh-result-yolanda-copy p:not(.bh-result-kicker) {
    font-size: 22px !important;
    line-height: 1.42 !important;
    color: #2C2C2C !important;
  }

  html body .bh-qtc-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "eyebrow"
      "media"
      "title"
      "price"
      "support"
      "actions" !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 16px 22px !important;
    text-align: center !important;
    row-gap: 11px !important;
    border-radius: 19px !important;
  }

  html body .bh-qtc-eyebrow {
    justify-self: center !important;
    width: 100% !important;
    margin: 0 0 2px !important;
    text-align: center !important;
    color: #5E806C !important;
  }

  html body .bh-qtc-img-link {
    justify-self: center !important;
    width: min(210px, 68vw) !important;
    max-width: min(210px, 68vw) !important;
    height: auto !important;
  }

  html body .bh-qtc-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 9px !important;
  }

  html body .bh-qtc-title {
    width: 100% !important;
    max-width: 100% !important;
    margin: 3px auto 0 !important;
    font-size: clamp(31px, 9.2vw, 40px) !important;
    line-height: 1.04 !important;
    color: #1C1A17 !important;
  }

  html body .bh-qtc-price {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
    color: #2C2C2C !important;
  }

  html body .bh-qtc-support {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    font-size: 22px !important;
    line-height: 1.42 !important;
    color: #2C2C2C !important;
  }

  html body .bh-quiz-bundle-teaser__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 8px auto 0 !important;
  }

  html body .bh-quiz-bundle-teaser__button,
  html body .bh-quiz-bundle-teaser__secondary {
    width: 100% !important;
    min-height: 46px !important;
    white-space: normal !important;
    text-align: center !important;
    padding: 13px 14px !important;
  }
}

/* ---------- True narrow phone cleanup ---------- */

@media (max-width: 390px) {
  html body .bh-results-hero {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html body .bh-result-yolanda-note {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  html body .bh-result-yolanda-photo {
    margin: 0 auto !important;
  }

  html body .bh-qtc-wrap {
    padding: 19px 14px 21px !important;
  }

  html body .bh-qtc-img-link {
    width: min(190px, 70vw) !important;
    max-width: min(190px, 70vw) !important;
  }

  html body .bh-result-magazine-copy p:not(.bh-result-kicker),
  html body .bh-results-hero .bh-hero-intro,
  html body .bh-result-yolanda-copy p:not(.bh-result-kicker),
  html body .bh-qtc-support {
    font-size: 22px !important;
    line-height: 1.42 !important;
    color: #2C2C2C !important;
  }
}
/* =========================================================
   Banner Harvest — Ebook Opt-In MailerLite Form
   Scope: Homepage ebook opt-in section only
   Status: launch-locked
   ========================================================= */

html body .bh-ebook-optin-section {
  padding: 34px 24px 42px !important;
  overflow-x: hidden !important;
  background:
    radial-gradient(circle at top left, rgba(184, 160, 106, 0.16), transparent 34%),
    linear-gradient(135deg, #FAF7F2 0%, #F5F0E6 100%) !important;
  border-top: 1px solid rgba(216, 203, 184, 0.85) !important;
  border-bottom: 1px solid rgba(216, 203, 184, 0.75) !important;
}

html body .bh-ebook-optin-section .kt-row-column-wrap {
  display: grid !important;
  grid-template-columns: minmax(520px, 640px) minmax(300px, 420px) !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: clamp(56px, 7vw, 112px) !important;
  row-gap: 28px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

html body .bh-ebook-optin-copy {
  width: 100% !important;
  max-width: 640px !important;
  justify-self: start !important;
  box-sizing: border-box !important;
}

html body .bh-ebook-optin-cover {
  width: 100% !important;
  max-width: 420px !important;
  justify-self: center !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

html body .bh-ebook-optin-card {
  position: relative !important;
  width: 100% !important;
  max-width: 640px !important;
  padding: clamp(28px, 4vw, 48px) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 160, 106, 0.14), transparent 35%),
    rgba(255, 252, 245, 0.96) !important;
  border: 1px solid rgba(216, 203, 184, 0.95) !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 54px rgba(28, 26, 23, 0.12) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body .bh-ebook-kicker {
  margin: 0 0 12px !important;
  color: #5E806C !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

html body .bh-ebook-optin-card h2 {
  margin: 0 0 16px !important;
  color: #1C1A17 !important;
  font-family: var(--global-heading-font-family, Georgia, serif) !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
}

html body .bh-ebook-lede {
  margin: 0 0 22px !important;
  color: #2C2C2C !important;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem) !important;
  line-height: 1.65 !important;
}

html body .bh-ebook-points {
  display: grid !important;
  gap: 10px !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .bh-ebook-points li {
  position: relative !important;
  padding-left: 26px !important;
  color: #394233 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

html body .bh-ebook-points li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.68em !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: #B8A06A !important;
  box-shadow: 0 0 0 5px rgba(184, 160, 106, 0.16) !important;
}

html body .bh-ebook-mailerlite-form {
  margin: 0 !important;
}

html body .bh-ebook-form-row {
  display: flex !important;
  gap: 12px !important;
  align-items: stretch !important;
}

html body .bh-ebook-form-row input[type="email"] {
  min-height: 56px !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  padding: 0 18px !important;
  border: 1px solid rgba(94, 128, 108, 0.28) !important;
  border-radius: 999px !important;
  background: #FFFDF7 !important;
  color: #1C1A17 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  box-sizing: border-box !important;
}

html body .bh-ebook-form-row input[type="email"]::placeholder {
  color: rgba(44, 44, 44, 0.58) !important;
}

html body .bh-ebook-form-row input[type="email"]:focus {
  outline: none !important;
  border-color: #B8A06A !important;
  box-shadow: 0 0 0 4px rgba(184, 160, 106, 0.18) !important;
}

html body .bh-ebook-form-row button {
  min-height: 56px !important;
  flex: 0 0 auto !important;
  padding: 0 26px !important;
  border: 1px solid #9B834D !important;
  border-radius: 999px !important;
  background: #B8A06A !important;
  color: #1C1A17 !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.045em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 12px 24px rgba(54, 48, 31, 0.16) !important;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

html body .bh-ebook-form-row button:hover,
html body .bh-ebook-form-row button:focus {
  background: #CDB98A !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 30px rgba(54, 48, 31, 0.20) !important;
}

html body .bh-ebook-mailerlite-form.bh-ebook-submitted .bh-ebook-form-row button {
  background: #5E806C !important;
  border-color: #5E806C !important;
  color: #FFFDF7 !important;
}

html body .bh-ebook-form-success {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(94, 128, 108, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(94, 128, 108, 0.10) !important;
  color: #263022 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

html body .bh-ebook-hidden-frame {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
}

html body .bh-ebook-note {
  margin: 14px 0 0 !important;
  color: rgba(44, 44, 44, 0.72) !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
}

html body .bh-ebook-optin-cover img {
  display: block !important;
  width: 340px !important;
  max-width: 340px !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 16px !important;
  border: 1px solid rgba(216, 203, 184, 0.9) !important;
  box-shadow: 0 22px 54px rgba(28, 26, 23, 0.18) !important;
}

@media (min-width: 1280px) {
  html body .bh-ebook-optin-section .kt-row-column-wrap {
    grid-template-columns: 640px 380px !important;
  }

  html body .bh-ebook-optin-cover img {
    width: 360px !important;
    max-width: 360px !important;
  }
}

@media (max-width: 900px) {
  html body .bh-ebook-optin-section {
    padding: 30px 18px 38px !important;
  }

  html body .bh-ebook-optin-section .kt-row-column-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 26px !important;
  }

  html body .bh-ebook-optin-copy,
  html body .bh-ebook-optin-cover {
    width: 100% !important;
    max-width: 640px !important;
    justify-self: center !important;
  }
}

@media (max-width: 767px) {
  html body .bh-ebook-optin-card {
    padding: 26px 20px !important;
    border-radius: 20px !important;
  }

  html body .bh-ebook-form-row {
    flex-direction: column !important;
  }

  html body .bh-ebook-form-row input[type="email"],
  html body .bh-ebook-form-row button {
    width: 100% !important;
    border-radius: 18px !important;
  }

  html body .bh-ebook-note {
    text-align: center !important;
  }

  html body .bh-ebook-optin-cover,
  html body .bh-ebook-optin-cover .kt-inside-inner-col,
  html body .bh-ebook-optin-cover figure,
  html body .bh-ebook-optin-cover .wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    box-sizing: border-box !important;
  }

  html body .bh-ebook-optin-cover img {
    display: block !important;
    width: min(82vw, 300px) !important;
    max-width: 300px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }
}
/* =========================================================
 Banner Harvest — Cart Desktop Alignment Rescue
 Scope: Cart page only
 Purpose: correct Woo/Kadence cart table + totals rail visual alignment
 ========================================================= */
@media (min-width: 1280px) {
  html body.woocommerce-cart .kadence-woo-cart-form-wrap {
    overflow: visible !important;
  }

  html body.woocommerce-cart .kadence-woo-cart-form-wrap > form.woocommerce-cart-form {
    transform: translateX(-40px) !important;
  }

  html body.woocommerce-cart .kadence-woo-cart-form-wrap > .cart-collaterals {
    transform: translateX(40px) !important;
  }
}
/* =========================================================
   Banner Harvest — Quiz Results Page Styling
   Scope: All five results pages (376, 380, 382, 384, 386)
   Targets semantic wrapper classes from bh-quiz-snippets.php
   render helper. bh-snippet-wrap is dead code in the output;
   these classes are what actually render.
   ========================================================= */

.bh-quiz-result-page {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 48px;
    background: #FAF7F2;
    border: 1px solid #E8E0D5;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(44, 44, 44, 0.07);
    position: relative;
    z-index: 2;
}

/* Snippet card overlaps bundle teaser — no gap */
.bh-qtc-wrap {
    margin-top: -16px !important;
    position: relative;
    z-index: 1;
}

.bh-quiz-result-page .bh-snippet-body {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #2C2C2C !important;
    line-height: 1.85 !important;
    text-align: left !important;
    margin-bottom: 24px !important;
}

.bh-quiz-result-page .bh-snippet-closing {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-style: italic !important;
    color: #5E806C  !important;
    text-align: center !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
}

.bh-quiz-result-page .bh-quiz-result-signature {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 15px !important;
    font-style: italic !important;
    color: #2C2C2C !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

/* Bundle teaser action buttons */
.bh-quiz-bundle-teaser__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
}

.bh-quiz-bundle-teaser__button {
    display: inline-block;
    padding: 14px 28px;
    background: #7A9E87;
    color: #FAF7F2;
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.bh-quiz-bundle-teaser__button:hover {
    background: #5E806C;
    color: #FAF7F2;
    text-decoration: none;
}

.bh-quiz-bundle-teaser__secondary {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #7A9E87;
    text-decoration: underline;
    letter-spacing: 0.02em;
}

.bh-quiz-bundle-teaser__secondary:hover {
    color: #2C2C2C;
}

/* Mobile */
@media (max-width: 768px) {
    .bh-quiz-result-page {
        padding: 28px 22px;
    }

    .bh-quiz-result-page .bh-snippet-body {
        font-size: 19px !important;
    }
}

/* =========================================================
   Banner Harvest — Dr. Timoner Endorsement Card
   Scope: Pet Results page ID 384 only
   Injected via the_content filter in functions.php
   Nested inside .bh-snippet-wrap, directly before the
   closing signature — no longer a page-top prepend.
   ========================================================= */

.bh-timoner-card {
    max-width: 720px;
    margin: 24px auto;
    padding: 28px 32px;
    background: #FAF7F2;
    border: 1px solid #E8E0D5;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(44, 44, 44, 0.07);
    display: flex;
    gap: 32px;
    align-items: flex-start;
    position: relative;
    z-index: 3;
}

.bh-timoner-photo {
    flex-shrink: 0;
}

.bh-timoner-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #DCCFB0;
    display: block;
}

.bh-timoner-copy {
    flex: 1;
}

.bh-timoner-kicker {
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #B8A06A !important;
    margin-bottom: 12px !important;
}

.bh-timoner-quote {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 500 !important;
    color: #2C2C2C !important;
    line-height: 1.75 !important;
    margin-bottom: 16px !important;
}

.bh-timoner-credentials {
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    font-style: normal !important;
    color: #2C2C2C !important;
    letter-spacing: 0.03em !important;
    margin-bottom: 0 !important;
}

@media (max-width: 600px) {
    .bh-timoner-card {
        flex-direction: column;
        padding: 24px 22px;
        align-items: center;
        text-align: center;
    }
}
/* Reward + Wheel Row */
.bh-reward-wheel-row {
  background: #FAF7F2;
}

.bh-reward-wheel-row .kt-inside-inner-col {
  display: flex;
  align-items: stretch;
}

.bh-reward-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 2px 20px rgba(44, 44, 44, 0.07);
  box-sizing: border-box;
  height: 100%;
}

.bh-reward-card__headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: #2C2C2C;
  line-height: 1.2;
  margin: 0 0 28px 0;
}

.bh-reward-card__body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #2C2C2C;
  line-height: 1.65;
  margin: 0 0 16px 0;
}

.bh-reward-card__note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  color: #13612E;
  line-height: 1.55;
  margin: 12px 0 0 0;
}

/* Mobile stack */
@media (max-width: 767px) {
  .bh-reward-card {
    padding: 32px 24px;
    border-radius: 12px;
  }

  .bh-reward-card__headline {
    font-size: 28px;
  }

  .bh-reward-card__body {
    font-size: 19px;
  }
}
.bh-reward-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.bh-reward-card__bullets li {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #2C2C2C;
  line-height: 1.6;
  padding: 4px 0 4px 24px;
  position: relative;
}

.bh-reward-card__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background: #B8A06A;
  border-radius: 50%;
}
/* =========================================================
   Banner Harvest — Homepage Bottom CTA Final Alignment Lock
   Scope: Homepage Subscribe / Leesburg CTA cards only
   Required classes:
   - bh-bottom-cta-row on outer 2-card row
   - bh-card-subscribe / bh-card-visit on card columns
   - bh-bottom-card-split on internal split rows
   - bh-bottom-card-copy / bh-bottom-card-media on inner columns
   - bh-bottom-card-cta on both Advanced Buttons blocks
   ========================================================= */

/* Equalize outer card frame behavior */
html body.home .bh-bottom-cta-row > .kt-row-column-wrap {
  align-items: stretch !important;
}

html body.home .bh-bottom-cta-row > .kt-row-column-wrap > .wp-block-kadence-column,
html body.home .bh-bottom-cta-row > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  height: 100% !important;
}

/* Make each card fill its available frame */
html body.home .bh-card-subscribe > .kt-inside-inner-col,
html body.home .bh-card-visit > .kt-inside-inner-col {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Desktop: clean internal split */
@media (min-width: 1176px) {
  html body.home .bh-card-subscribe .bh-bottom-card-split > .kt-row-column-wrap,
  html body.home .bh-card-visit .bh-bottom-card-split > .kt-row-column-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 58%) minmax(210px, 42%) !important;
    align-items: center !important;
    gap: 28px !important;
  }

  html body.home .bh-card-subscribe .bh-bottom-card-split > .kt-row-column-wrap > .wp-block-kadence-column,
  html body.home .bh-card-visit .bh-bottom-card-split > .kt-row-column-wrap > .wp-block-kadence-column {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}

/* Tablet / mid-width: stack internals cleanly */
@media (min-width: 768px) and (max-width: 1175px) {
  html body.home .bh-card-subscribe .bh-bottom-card-split,
  html body.home .bh-card-visit .bh-bottom-card-split {
    height: 100% !important;
  }

  html body.home .bh-card-subscribe .bh-bottom-card-split > .kt-row-column-wrap,
  html body.home .bh-card-visit .bh-bottom-card-split > .kt-row-column-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 22px !important;
    height: 100% !important;
    text-align: center !important;
  }

  html body.home .bh-bottom-card-copy,
  html body.home .bh-bottom-card-media {
    width: min(100%, 315px) !important;
    max-width: 315px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

/* Mobile: normalize inner content widths */
@media (max-width: 767px) {
  html body.home .bh-card-subscribe .bh-bottom-card-copy,
  html body.home .bh-card-visit .bh-bottom-card-copy,
  html body.home .bh-card-subscribe .bh-bottom-card-media,
  html body.home .bh-card-visit .bh-bottom-card-media {
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

/* Image normalization */
html body.home .bh-bottom-card-media img,
html body.home .bh-bottom-card-image img {
  display: block !important;
  width: 100% !important;
  max-width: 315px !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  html body.home .bh-bottom-card-media img,
  html body.home .bh-bottom-card-image img {
    max-width: 340px !important;
  }
}

/* CTA button normalization */
html body.home .bh-bottom-card-cta,
html body.home .bh-card-subscribe .wp-block-kadence-advancedbtn,
html body.home .bh-card-visit .wp-block-kadence-advancedbtn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: 18px !important;
}

html body.home .bh-bottom-card-cta .kb-button,
html body.home .bh-card-subscribe .kb-button,
html body.home .bh-card-visit .kb-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 200px !important;
  min-height: 50px !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

html body.home .bh-bottom-card-cta .kt-btn-inner-text,
html body.home .bh-card-subscribe .kt-btn-inner-text,
html body.home .bh-card-visit .kt-btn-inner-text {
  line-height: 1.1 !important;
  white-space: nowrap !important;
}
/* Results page spacing + bundle alignment fix — July 5, 2026 */

html body .bh-results-validation {
    margin-bottom: 0px !important;
    padding-bottom: 16px !important;
}

html body .bh-results-bundle {
    margin-top: 0px !important;
    padding-top: 16px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

html body .bh-results-bundle .wp-block-group__inner-container {
    width: min(100%, 1120px) !important;
    max-width: 1120px !important;
    margin: 0px auto !important;
}
/* Banner Harvest — Billing Card Background D4C6A3 */
html body.page-id-19 #customer_details,
html body.woocommerce-checkout #customer_details {
  background: #D4C6A3 !important;
  border: 1px solid #B8A06A !important;
}

html body.page-id-19 #customer_details label,
html body.woocommerce-checkout #customer_details label {
  font-weight: 700 !important;
  color: #1C1A17 !important;
}

/* Banner Harvest — Checkout Error Notice Max Visibility */
html body.woocommerce-checkout .woocommerce-error {
  background: #FAF7F2 !important;
  border: 2px solid #1C1A17 !important;
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(28,26,23,.18) !important;
}

html body.woocommerce-checkout .woocommerce-error::before {
  content: "Please fix the following before continuing";
  display: block;
  background: #1C1A17 !important;
  color: #FAF7F2 !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}

html body.woocommerce-checkout .woocommerce-error li {
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  color: #1C1A17 !important;
  padding: 6px 22px !important;
}

html body.woocommerce-checkout .woocommerce-error li:first-child {
  padding-top: 16px !important;
}

html body.woocommerce-checkout .woocommerce-error li:last-child {
  padding-bottom: 20px !important;
}
/* ===========================================================
   Banner Harvest — Results Pages: Section Background + Gap Fix
   Scope: Quiz results pages 376, 380, 382, 384, 386
   Confirmed via console ground truth + Paul visual confirmation, July 6 2026
   =========================================================== */

.bh-results-validation {
  background: #FAF7F2;
}

.bh-results-hero {
  margin-bottom: 0;
}
.single-content .bh-reward-card__bullets {
  padding-left: 0;
}
.single-content .bh-reward-card__bullets li {
  padding-left: 24px;
}
.single-content .bh-reward-card__bullets li::before {
  left: 0;
}