/** Shopify CDN: Minification failed

Line 55:0 All "@import" rules must come first

**/
/* 
 * Just Iced Tea — Custom Styles
 * All custom styles namespaced with .jit- prefix
 */

/* ============================================
   BRAND COLORS & DESIGN TOKENS
   ============================================ */
:root {
  /* Primary Brand Colors */
  --jit-tangerine: #FFB600;
  --jit-cream: #FFF9F0;
  --jit-white: #FFFFFF;
  --jit-black: #000000;
  --jit-dark-green: #2D5D3F;
  
  /* Wood Tones for balance */
  --jit-wood-light: #D4A574;
  --jit-wood-medium: #8B6F47;
  --jit-wood-dark: #5C4033;
  
  /* Accent variations */
  --jit-tangerine-light: #FFCA33;
  --jit-tangerine-dark: #E5A300;
  --jit-cream-dark: #F5EBD9;
  
  /* Semantic Colors */
  --jit-bg-primary: var(--jit-cream);
  --jit-bg-secondary: var(--jit-white);
  --jit-text-primary: var(--jit-black);
  --jit-text-secondary: var(--jit-dark-green);
  --jit-accent: var(--jit-tangerine);
  
  /* Layout */
  --jit-max-content: 1200px;
}

/* ============================================
   CUSTOM FONTS
   ============================================ */

/* Gotham (Main/Heading Font) - Will be loaded via @font-face */
/* NOTE: You'll need to upload Gotham font files to the assets folder.
   See implementation guide below this file. */

/* Cream (Secondary Font) - Will be loaded via @font-face */
/* NOTE: You'll need to upload Cream font files to the assets folder. */

/* Inter (Body Font) - Using Google Fonts fallback */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Font Family Variables */
:root {
  --jit-font-heading: 'Cream', 'Georgia', serif;
  --jit-font-secondary: 'Cream', 'Georgia', serif;
  --jit-font-body: 'Metropolis', 'Montserrat', sans-serif;
}

/* ============================================
   FLOW THEME FONT TOKEN BRIDGE (GLOBAL)
   Ensures nav/buttons/labels/components use JIT fonts, even if theme settings
   still point to Montserrat.
   ============================================ */
:root {
  --header-font-stack: var(--jit-font-heading);
  --heading-font-stack: var(--jit-font-heading);
  --navigation-font-stack: var(--jit-font-body);
  --button-font-stack: var(--jit-font-body);
  --label-font-stack: var(--jit-font-body);
  --body-font-stack: var(--jit-font-body);
}

/* ============================================
   FONT FACE DECLARATIONS
   ============================================ */

/* 
 * INSTRUCTIONS: Once you've uploaded your font files to /assets/, 
 * uncomment the @font-face declarations below and update the file names.
 * See FONT-SETUP-GUIDE.md for detailed instructions.
 */

/* ============================================
   PDP — CURATED CROSS-SELL GROUPS
   ============================================ */
.jit-cross-sell-groups__heading {
  margin: 0 0 18px;
}

.jit-cross-sell-groups__groups .cross-sells-wrapper + .cross-sells-wrapper {
  margin-top: 22px;
}

/* ============================================
   HOMEPAGE — TESTIMONIALS CAROUSEL
   ============================================ */
.jit-testimonials-carousel__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.jit-testimonials-carousel__track::-webkit-scrollbar {
  height: 8px;
}

.jit-testimonials-carousel__track::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.18);
  border-radius: 999px;
}

.jit-testimonials-carousel__track .testimonial--single-item {
  flex: 0 0 auto;
  width: min(420px, 85vw);
  scroll-snap-align: start;
}

@media (min-width: 990px) {
  .jit-testimonials-carousel__track .testimonial--single-item {
    width: 420px;
  }
}

/* ============================================
   PDP — LINKED PRODUCT SWATCH IMAGES (NO CROP)
   The theme renders these as background-images; default styling crops them.
   ============================================ */
.swatch-element.image-swatch .image-swatch__image {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}

/* Metropolis (Gotham Alternative) - ACTIVE */
@font-face {
  font-family: 'Metropolis';
  src: url('Metropolis-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('Metropolis-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('Metropolis-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('Metropolis-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('Metropolis-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Cream Font - ACTIVE */
@font-face {
  font-family: 'Cream';
  src: url('CreamBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cream';
  src: url('CreamHeavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   GLOBAL OVERRIDES
   ============================================ */

/* ============================================
   GLOBAL IMAGE CORNER TOGGLE
   Controlled by theme setting: settings.jit_image_corner_style
   ============================================ */
.image-corners-rounded {
  --jit-image-corner-radius: 16px;
}

.image-corners-square {
  --jit-image-corner-radius: 0px;
}

/* Apply corner style broadly to content/media images while avoiding UI icons */
.image-corners-rounded .shopify-section img:not(.payment-icon):not(.icon):not(.jit-sourcing-v2__map-svg),
.image-corners-square .shopify-section img:not(.payment-icon):not(.icon):not(.jit-sourcing-v2__map-svg) {
  border-radius: var(--jit-image-corner-radius) !important;
}

/* ============================================
   3P APP FIXES — RIPPLE / REDIEM CLOSE ICON
   Prevent theme CSS from filling the close icon path.
   ============================================ */
.ripple-reward-btn-close svg path {
  fill: none !important;
}

/* Apply brand colors and fonts to key elements */
body {
  background-color: var(--jit-bg-primary);
  color: var(--jit-text-primary);
  font-family: var(--jit-font-body);
}

p,
li,
.rte,
.rte p,
.rte li,
.featured-row__subtext,
.textarea,
.richtext-block,
.richtext-block p,
input,
select,
textarea,
label {
  font-family: var(--jit-font-body);
}

/* Brand default: headers use Cream, body/UI uses Gotham */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.homepage-sections--title,
.section-header__heading {
  font-family: var(--jit-font-heading);
}

/* Body/supporting text should use Gotham by default */
.subheading,
.subtitle,
.section__subheading,
.product__subtitle,
.collection__subtitle,
.article__subtitle,
.grid-item__subheading,
.countdown__subheading,
.hero__subheading,
.slideshow__subheading,
.image-with-text__subheading,
.testimonial__author,
.product-card__vendor,
.card__subtitle,
[class*="subhead"],
[class*="subtitle"] {
  font-family: var(--jit-font-body);
  font-weight: 500;
}

/* Keep display/callout moments in Cream */
.callout-text,
.highlight-text,
.featured-quote,
blockquote {
  font-family: var(--jit-font-secondary);
  font-weight: 900;
  font-style: normal;
}

/* Apply brand colors to buttons globally */
.button--primary,
button[type="submit"],
.btn--primary {
  background-color: var(--jit-accent);
  color: var(--jit-black);
  border-color: var(--jit-accent);
}

.button--primary:hover,
button[type="submit"]:hover,
.btn--primary:hover {
  background-color: var(--jit-tangerine-dark);
  border-color: var(--jit-tangerine-dark);
}

/* Apply brand colors to links */
a {
  color: var(--jit-text-primary);
}

a:hover {
  color: var(--jit-accent);
}

/* Namespaced styles for Just Iced Tea */
.jit-section { 
  --jit-max-content: 1200px;
  background-color: var(--jit-bg-primary);
  color: var(--jit-text-primary);
}

/* ============================================
   ABOUT: INGREDIENTS + SWEETENERS
   (sections/custom-about-ingredients.liquid)
   ============================================ */

.jit-about-ingredients {
  background: var(--jit-bg-primary);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.jit-about-ingredients__inner {
  max-width: var(--jit-max-content);
  margin: 0 auto;
}

.jit-about-ingredients__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.jit-about-ingredients__heading {
  font-family: var(--jit-font-secondary, var(--jit-font-heading, inherit));
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0 0 10px 0;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.05;
}

.jit-about-ingredients__subheading {
  margin: 0 0 16px 0;
  color: var(--jit-text-secondary);
  font-family: var(--jit-font-heading, inherit);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.jit-about-ingredients__intro {
  font-family: var(--jit-font-body, inherit);
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.65;
}

.jit-about-ingredients__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.jit-about-ingredients__grid--single {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}

.jit-about-ingredients__col-title {
  font-family: var(--jit-font-heading, inherit);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-size: 13px;
  margin: 0 0 16px 0;
  color: var(--jit-text-secondary);
}

.jit-about-ingredients__cards {
  display: grid;
  gap: 14px;
}

.jit-about-ingredients__card {
  background: var(--jit-bg-secondary);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 18px 18px 16px 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.jit-about-ingredients__card-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 10px;
}

.jit-about-ingredients__card-title {
  margin: 0 0 8px 0;
  font-family: var(--jit-font-heading, inherit);
  font-weight: 800;
  font-size: 16px;
}

.jit-about-ingredients__card-body,
.jit-about-ingredients__sweetener-body {
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.65;
}

.jit-about-ingredients__sweeteners {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.jit-about-ingredients__sweetener {
  position: relative;
  padding: 18px 18px 16px 18px;
  border-radius: 16px;
  background: var(--jit-bg-secondary);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* About page: keep rounded treatment consistent across major image blocks */
#shopify-section-founders-message img,
#shopify-section-founder-spike img,
#shopify-section-founder-seth img {
  border-radius: var(--jit-image-corner-radius, 16px);
}

.jit-about-ingredients__sweetener::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--jit-tangerine) 0%, var(--jit-tangerine-dark) 100%);
}

.jit-about-ingredients__sweetener-media {
  margin: 0 0 10px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--jit-bg-secondary);
}

.jit-about-ingredients__sweetener-media img {
  display: block;
  width: 100%;
  height: auto;
}

.jit-about-ingredients__sweetener-media--placeholder {
  display: grid;
  place-items: center;
  min-height: 140px;
  background: repeating-linear-gradient(
    135deg,
    rgba(245, 235, 217, 0.9),
    rgba(245, 235, 217, 0.9) 10px,
    rgba(255, 249, 240, 0.9) 10px,
    rgba(255, 249, 240, 0.9) 20px
  );
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.jit-about-ingredients__sweetener-caption {
  padding: 8px 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}

.jit-about-ingredients__sweetener-title {
  font-family: var(--jit-font-heading, inherit);
  font-weight: 900;
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--jit-text-primary);
}

.jit-about-ingredients__callout {
  margin-top: 26px;
  border-radius: 16px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 182, 0, 0.22) 0%, rgba(255, 249, 240, 0.95) 100%);
  border: 1px solid rgba(255, 182, 0, 0.32);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.jit-about-ingredients__callout-title {
  margin: 0 0 10px 0;
  font-family: var(--jit-font-secondary, var(--jit-font-heading, inherit));
  font-weight: 700;
  font-size: 22px;
}

.jit-about-ingredients__callout-body {
  margin: 0 0 14px 0;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.65;
}

.jit-about-ingredients__callout-cta .btn {
  width: 100%;
}

@media (min-width: 900px) {
  .jit-about-ingredients__sweeteners {
    max-width: 900px;
  }

  .jit-about-ingredients__callout {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }

  .jit-about-ingredients__callout-cta .btn {
    width: auto;
    min-width: 260px;
  }
}

@media (max-width: 860px) {
  .jit-about-ingredients__grid {
    grid-template-columns: 1fr;
  }

  .jit-about-ingredients__header {
    margin-bottom: 28px;
    text-align: left;
  }

  .jit-about-ingredients__heading {
    font-size: 30px;
  }
}

/* ============================================
   LAYOUT COMPONENTS
   ============================================ */

.jit-container { 
  max-width: var(--jit-max-content);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* ============================================
   HERO SECTION
   ============================================ */

.jit-hero { 
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 24px; 
  align-items: center;
  background-color: var(--jit-bg-secondary);
  padding: 48px 24px;
}

@media (min-width: 900px) {
  .jit-hero { 
    grid-template-columns: 1.1fr 0.9fr;
    padding: 64px 32px;
  }
}

.jit-hero__media img, 
.jit-hero__media video { 
  width: 100%; 
  height: auto; 
  display: block; 
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.jit-hero__title { 
  margin: 0 0 8px; 
  line-height: 1.1;
  font-family: var(--jit-font-heading);
  color: var(--jit-text-primary);
}

.jit-hero__body { 
  margin: 0 0 16px;
  font-family: var(--jit-font-body);
  color: var(--jit-text-secondary);
}

/* ============================================
   BUTTONS
   ============================================ */

.jit-button { 
  display: inline-block; 
  padding: 12px 24px; 
  border: 2px solid var(--jit-accent);
  background-color: var(--jit-accent);
  color: var(--jit-black);
  border-radius: 999px; 
  text-decoration: none;
  font-family: var(--jit-font-heading);
  font-weight: 600; /* Metropolis SemiBold */
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

/* Apply Metropolis to theme buttons */
.button,
.btn,
button,
input[type="submit"],
input[type="button"] {
  font-family: var(--jit-font-heading);
  font-weight: 600;
}

.jit-button:hover {
  background-color: var(--jit-tangerine-dark);
  border-color: var(--jit-tangerine-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 182, 0, 0.3);
}

.jit-button--secondary {
  background-color: transparent;
  border-color: var(--jit-dark-green);
  color: var(--jit-dark-green);
}

.jit-button--secondary:hover {
  background-color: var(--jit-dark-green);
  color: var(--jit-white);
}

/* ============================================
   BREWING GUIDE / STEPS
   ============================================ */

.jit-brewing { 
  display: grid; 
  gap: 24px;
  padding: 48px 0;
  background-color: var(--jit-bg-secondary);
}

.jit-brewing__steps { 
  display: grid; 
  grid-template-columns: repeat(1, minmax(0, 1fr)); 
  gap: 24px; 
}

@media (min-width: 700px) {
  .jit-brewing__steps { 
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px; 
  }
}

.jit-brewing__step { 
  border: 2px solid var(--jit-cream-dark);
  background-color: var(--jit-white);
  border-radius: 12px; 
  padding: 24px;
  transition: all 0.3s ease;
}

.jit-brewing__step:hover {
  border-color: var(--jit-accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 182, 0, 0.15);
}

.jit-brewing__icon { 
  width: 64px; 
  height: 64px; 
  margin-bottom: 16px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.jit-brewing__step-title {
  font-family: var(--jit-font-heading);
  color: var(--jit-text-primary);
  margin-bottom: 8px;
}

.jit-brewing__step-body {
  font-family: var(--jit-font-body);
  color: var(--jit-text-secondary);
  line-height: 1.6;
}

/* ============================================
   TYPOGRAPHY UTILITIES
   ============================================ */

.jit-heading-primary {
  font-family: var(--jit-font-heading);
  color: var(--jit-text-primary);
  line-height: 1.2;
}

.jit-heading-secondary {
  font-family: var(--jit-font-secondary);
  color: var(--jit-text-primary);
  line-height: 1.3;
}

.jit-body-text {
  font-family: var(--jit-font-body);
  color: var(--jit-text-secondary);
  line-height: 1.6;
}

.jit-accent-text {
  color: var(--jit-accent);
}

/* ============================================
   BACKGROUND UTILITIES
   ============================================ */

.jit-bg-cream {
  background-color: var(--jit-cream);
}

.jit-bg-white {
  background-color: var(--jit-white);
}

.jit-bg-dark-green {
  background-color: var(--jit-dark-green);
  color: var(--jit-white);
}

.jit-bg-wood {
  background-color: var(--jit-wood-light);
  background-image: 
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Accent highlight - use sparingly! */
.jit-bg-tangerine {
  background-color: var(--jit-accent);
  color: var(--jit-black);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

.jit-visually-hidden { 
  position: absolute; 
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden; 
  clip: rect(0, 0, 1px, 1px); 
  white-space: nowrap; 
  border: 0; 
}

/* ============================================
   PRODUCT CARD OVERRIDES
   ============================================ */

/* Blend product images with cream background */
.product-card,
.product-item,
.grid-product,
.collection-grid__item,
.featured-product--grid-item,
.grid__item {
  background-color: transparent !important;
}

/* Product image containers - soften white backgrounds */
.product-card__image,
.product-item__image,
.grid-product__image-wrapper,
.product__media-item,
.product-grid-item__image,
.featured-product--grid-item .product-grid-item__image-wrapper,
.featured-product--grid-item img {
  background-color: var(--jit-cream) !important;
}

/* Add subtle cream tint overlay to product images with white backgrounds */
.product-card__image img,
.product-item__image img,
.grid-product__image,
.product-grid-item img,
.featured-product--grid-item img,
.featured-collection img,
.section--featured-collection img {
  mix-blend-mode: multiply;
  background-color: var(--jit-cream);
}

/* ============================================
   LOGO LIST / RETAILER LOGOS
   ============================================ */

/* Blend logos with cream background */
.logo-list,
.logo-bar,
.section--logo-list,
.homepage-section--logo-bar-wrapper,
.logo-bar-section--logo_list_hTGb9G {
  background-color: var(--jit-cream) !important;
}

/* Logo bar items - remove white box backgrounds */
.logo-bar__item {
  background-color: transparent !important;
}

/* Logo images - blend white backgrounds with cream */
.logo-bar__image,
.logo-list__item img,
.logo-bar__item img {
  mix-blend-mode: multiply;
  background-color: var(--jit-cream);
}

/* ============================================
   SECTION BACKGROUNDS - CREAM OVERRIDES
   ============================================ */

/* Light color scheme should use cream, not white */
.color-scheme--light,
.section--light,
[data-color-scheme="light"] {
  background-color: var(--jit-cream) !important;
}

/* Featured collection background */
.section--featured-collection.color-scheme--light,
.featured-collection.color-scheme--light {
  background-color: var(--jit-cream);
}

/* Rich text sections */
.section--rich-text.color-scheme--light {
  background-color: var(--jit-cream);
}

/* Blog posts section */
.section--blog-posts.color-scheme--light,
.blog-posts.color-scheme--light {
  background-color: var(--jit-cream);
}

/* ============================================
   FLOW THEME SPECIFIC OVERRIDES
   ============================================ */

/* Override Flow theme white backgrounds */
.section-wrapper[data-colors="light"],
.section-wrapper[data-colors="white"] {
  background-color: var(--jit-cream);
}

/* Product grid items */
.grid-item,
.product-grid__item {
  background-color: transparent;
}

/* Card backgrounds */
.card,
.card--product {
  background-color: var(--jit-cream);
  border-color: var(--jit-cream-dark);
}

/* Article/blog cards */
.article-card,
.blog-card {
  background-color: var(--jit-cream);
}

/* ============================================
   AMAZON BUY BUTTON (PDP)
   ============================================ */

    /* ============================================
       PDP: CAFFEINE CALLOUT
       (templates/product.bottles.json + templates/product.cans.json)
       ============================================ */

    .jit-caffeine-callout {
      border-radius: 12px;
      padding: 14px 16px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      background: rgba(255, 182, 0, 0.12);
      color: var(--jit-dark-green);
    }

    .jit-caffeine-callout__kicker {
      font-family: var(--jit-font-heading, inherit);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      font-size: 12px;
      color: var(--jit-dark-green);
      margin-bottom: 6px;
    }

    .jit-caffeine-callout__value {
      font-family: var(--jit-font-body, inherit);
      font-size: 16px;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.78);
    }

    @media (max-width: 860px) {
      .jit-caffeine-callout {
        padding: 12px 14px;
      }
      .jit-caffeine-callout__value {
        font-size: 15px;
      }
    }

    /* ============================================
       ABOUT: IMPACT TEASER (make it feel like a hero CTA, not a footer)
       (templates/page.about.json section key: impact-teaser)
       ============================================ */

    #shopify-section-impact-teaser .wrapper-spacing--v {
      background: linear-gradient(
        135deg,
        rgba(255, 182, 0, 0.18) 0%,
        rgba(255, 249, 240, 0.9) 55%,
        rgba(255, 255, 255, 1) 100%
      );
      border-top: 1px solid rgba(0, 0, 0, 0.06);
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    #shopify-section-impact-teaser .homepage-featured-rich-text {
      border-radius: 18px;
      padding: 26px 22px;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.06);
    }

    #shopify-section-impact-teaser .homepage-sections--title {
      color: var(--jit-dark-green);
      letter-spacing: -0.01em;
    }

    #shopify-section-impact-teaser .richtext-block {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      color: rgba(0, 0, 0, 0.72);
    }

    #shopify-section-impact-teaser .homepage-featured-box-btn {
      min-width: 220px;
    }

    @media (max-width: 860px) {
      #shopify-section-impact-teaser .homepage-featured-rich-text {
        border-radius: 16px;
        padding: 20px 16px;
      }
    }

    /* ============================================
       IMPACT PAGE: MANUAL IMPACT COUNTER
       (sections/custom-impact-counter.liquid)
       ============================================ */

    .jit-impact-counter__header {
      text-align: center;
      max-width: 900px;
      margin: 0 auto 34px auto;
    }

    .jit-impact-counter__heading {
      font-family: var(--jit-font-secondary, inherit);
      font-weight: 800;
      font-size: 42px;
      line-height: 1.08;
      margin: 0 0 12px 0;
      color: var(--jit-dark-green);
    }

    .jit-impact-counter__text {
      font-size: 17px;
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.72);
    }

    .jit-impact-counter__grid {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(var(--jit-impact-cols-desktop, 3), minmax(0, 1fr));
      align-items: stretch;
    }

    .jit-impact-counter__item {
      background: rgba(255, 255, 255, 0.86);
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 16px;
      padding: 18px 18px 16px 18px;
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
    }

    .jit-impact-counter__label {
      font-family: var(--jit-font-heading, inherit);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.62);
      margin-bottom: 10px;
    }

    .jit-impact-counter__value {
      display: flex;
      align-items: baseline;
      gap: 6px;
      color: var(--jit-dark-green);
      margin-bottom: 8px;
      font-family: var(--jit-font-heading, inherit);
    }

    .jit-impact-counter__value-number {
      font-size: 44px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .jit-impact-counter__value-prefix,
    .jit-impact-counter__value-suffix {
      font-size: 18px;
      line-height: 1.1;
      font-weight: 700;
      color: rgba(45, 93, 63, 0.78);
    }

    .jit-impact-counter__note {
      font-size: 14px;
      line-height: 1.4;
      color: rgba(0, 0, 0, 0.7);
    }

    .jit-impact-counter__disclaimer {
      margin-top: 18px;
      font-size: 13px;
      color: rgba(0, 0, 0, 0.62);
      text-align: center;
    }

    @media (max-width: 990px) {
      .jit-impact-counter__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .jit-impact-counter__value-number {
        font-size: 38px;
      }
    }

    @media (max-width: 640px) {
      .jit-impact-counter__header {
        text-align: left;
        margin-bottom: 22px;
      }
      .jit-impact-counter__heading {
        font-size: 32px;
      }
      .jit-impact-counter__grid {
        grid-template-columns: 1fr;
      }
      .jit-impact-counter__item {
        padding: 16px 16px 14px 16px;
      }
    }

.jit-amazon-button-wrapper {
  margin: 20px 0;
  text-align: center;
}

    /* ============================================
       COLLECTION HEADER: prevent multi-line title overlap
       (fixes e.g. "Just Ice Merch" wrapping)
       ============================================ */

    .collection-header__title .collection-header__text-item {
      line-height: 1.06;
      letter-spacing: -0.01em;
      overflow-wrap: normal;
      word-break: normal;
      hyphens: none;
    }

.jit-amazon-button-wrapper--inline {
  margin: 12px 0 0 0; /* sit tight under certification badges */
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.jit-amazon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  padding: 16px 32px;
  min-height: 56px; /* match CTA height exactly */
  box-sizing: border-box;
  line-height: 1;
  background: var(--jit-tangerine) !important;
  background-image: none !important;
  color: var(--jit-black);
  font-family: var(--jit-font-heading);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 2px solid var(--jit-tangerine);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.jit-amazon-button,
.jit-store-locator-link--pdp {
  /* Hard match sizing across both CTAs */
  width: 100%;
  max-width: 400px;
  padding: 16px 32px;
  min-height: 56px;
  box-sizing: border-box;
  line-height: 1;
}

.jit-amazon-button-wrapper--inline .jit-amazon-button {
  max-width: 100%;
}

/* Ensure both CTAs stretch identically in the inline PDP stack */
.jit-amazon-button-wrapper--inline .jit-amazon-button,
.jit-amazon-button-wrapper--inline .jit-store-locator-link {
  display: flex;
  width: 100%;
  max-width: 100%;
}

.jit-amazon-button__arrow {
  display: inline-flex;
  align-items: center;
  opacity: 0.8;
}

.jit-amazon-button:hover {
  background-color: var(--jit-tangerine-dark);
  border-color: var(--jit-tangerine-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 182, 0, 0.3);
}

.jit-amazon-button:hover,
.jit-amazon-button:focus,
.jit-amazon-button:active,
.jit-amazon-button:visited {
  color: var(--jit-black) !important;
  -webkit-text-fill-color: var(--jit-black);
}

.jit-amazon-button__text {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.jit-amazon-button:focus-visible {
  outline: 3px solid rgba(45, 93, 63, 0.45);
  outline-offset: 3px;
}

.jit-amazon-note {
  margin-top: 0;
  font-size: 13px;
  color: var(--jit-text-secondary);
  font-family: var(--jit-font-body);
}

/* Secondary "Find in Store" button */
.jit-store-locator-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 16px 32px; /* match Amazon CTA size */
  min-height: 56px; /* match CTA height exactly */
  box-sizing: border-box;
  line-height: 1;
  background: var(--jit-tangerine) !important;
  background-image: none !important;
  color: var(--jit-black) !important;
  -webkit-text-fill-color: var(--jit-black);
  font-family: var(--jit-font-heading);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 2px solid var(--jit-black); /* black outline */
  border-radius: 4px;
  transition: all 0.3s ease;
}

.jit-store-locator-link--pdp {
  /* sizing handled in shared CTA rule above */
}

.jit-amazon-button-wrapper--inline .jit-store-locator-link--pdp {
  max-width: 100%;
  margin-top: 8px;
}

.jit-store-locator-link:hover {
  background-color: var(--jit-tangerine-dark);
  color: var(--jit-black) !important;
  -webkit-text-fill-color: var(--jit-black);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 182, 0, 0.25);
}

/* RTB Icons on PDP */
.jit-pdp-rtb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  padding: 20px;
  background-color: var(--jit-cream);
  border-radius: 8px;
}

.jit-pdp-rtb-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--jit-font-body);
  font-size: 14px;
  color: var(--jit-text-primary);
}

.jit-pdp-rtb-item svg {
  width: 24px;
  height: 24px;
}

/* ============================================
   PDP COLLAPSIBLE TABS (for metafield content)
   ============================================ */

.jit-pdp-collapsible {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.jit-pdp-collapsible__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--jit-font-heading);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--jit-black);
  list-style: none;
}

.jit-pdp-collapsible__header::-webkit-details-marker {
  display: none;
}

.jit-pdp-collapsible__header span {
  flex: 1;
  text-align: left;
}

.jit-pdp-collapsible__header svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.jit-pdp-collapsible[open] .jit-pdp-collapsible__header svg {
  transform: rotate(180deg);
}

.jit-pdp-collapsible__content {
  padding: 0 0 16px 0;
  font-family: var(--jit-font-body);
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.jit-pdp-collapsible__content p {
  margin: 0 0 8px 0;
}

.jit-pdp-collapsible__content p:last-child {
  margin-bottom: 0;
}

/* ============================================
   PDP CERTIFICATION BADGES
   ============================================ */

.jit-cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.jit-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(45, 93, 63, 0.10), rgba(45, 93, 63, 0.04));
  border: 1px solid rgba(45, 93, 63, 0.18);
  font-family: var(--jit-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--jit-dark-green);
}

.jit-cert-badge__check {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--jit-dark-green);
  color: var(--jit-white);
  font-size: 12px;
  line-height: 1;
}

.jit-nutrition-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--jit-white);
}

/* ============================================
   DESIGN INSPIRATION - HERO & SECTION BORDERS
   ============================================ */

/* Tangerine border around hero/slideshow sections */
.slideshow-wrapper,
.section-slideshow {
  padding: 12px;
  background-color: var(--jit-cream);
}

.slideshow-wrapper .slideshow,
.section-slideshow .slideshow-slide {
  border: 4px solid var(--jit-tangerine);
  border-radius: 16px;
  overflow: hidden;
}

/* Image with text overlay - add subtle border option */
.jit-hero-bordered {
  border: 4px solid var(--jit-tangerine);
  border-radius: 16px;
  overflow: hidden;
  margin: 12px;
}

/* Section with border utility class */
.jit-section-bordered {
  border: 3px solid var(--jit-tangerine);
  border-radius: 12px;
  margin: 0 12px;
}

/* ============================================
   ANNOUNCEMENT BAR STYLING
   ============================================ */

/* Yellow/tangerine announcement bar */
.announcement-bar {
  background-color: var(--jit-tangerine) !important;
}

.announcement-bar__text,
.announcement-bar a {
  color: var(--jit-black) !important;
  font-weight: 600;
}

.announcement-bar__text strong {
  font-weight: 700;
}

/* ============================================
   PRODUCT CARD ENHANCEMENTS
   ============================================ */

/* Product title colors based on flavor (utility classes) */
.jit-product-title--peach { color: #F5A623; }
.jit-product-title--raspberry { color: #E91E63; }
.jit-product-title--green { color: #4CAF50; }
.jit-product-title--lemon { color: #FFC107; }
.jit-product-title--mango { color: #FF9800; }
.jit-product-title--hibiscus { color: #9C27B0; }
.jit-product-title--oolong { color: #795548; }
.jit-product-title--mint { color: #00BCD4; }
.jit-product-title--dragon { color: #8BC34A; }

/* Product cards on cream background */
.product-card {
  background-color: transparent;
}

.product-card__title {
  font-family: var(--jit-font-heading);
  font-weight: 600;
  color: var(--jit-tangerine);
}

/* Product card hover effect */
.product-card:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

/* ============================================
   SECTION HEADERS & TYPOGRAPHY
   ============================================ */

/* Bold section headers like "Our Favorites" */
.section-header__heading {
  font-family: var(--jit-font-heading);
  font-weight: 700;
  color: var(--jit-black);
}

/* Image with text section styling */
.image-with-text__heading {
  font-family: var(--jit-font-heading);
  font-weight: 700;
}

/* ============================================
   BUTTON STYLING ENHANCEMENTS
   ============================================ */

/* Primary button - tangerine with black text */
.button--primary,
.btn--primary {
  background-color: var(--jit-tangerine) !important;
  color: var(--jit-black) !important;
  border-radius: 24px;
  font-weight: 600;
  padding: 12px 28px;
  transition: all 0.2s ease;
}

.button--primary:hover,
.btn--primary:hover {
  background-color: var(--jit-tangerine-dark) !important;
  transform: translateY(-1px);
}

/* Secondary button - dark green */
.button--secondary,
.btn--secondary {
  background-color: var(--jit-dark-green) !important;
  color: var(--jit-white) !important;
  border-radius: 24px;
}

/* ============================================
   VISUAL BREAK / DIVIDER STYLING
   ============================================ */

/* Subtle divider between sections */
.jit-divider {
  width: 60px;
  height: 3px;
  background-color: var(--jit-tangerine);
  margin: 0 auto;
  border-radius: 2px;
}

/* ============================================
   CREAM BACKGROUND SECTIONS
   ============================================ */

/* Ensure cream bg throughout */
.color-scheme--light {
  background-color: var(--jit-cream);
}

/* White sections for contrast */
.color-scheme--white {
  background-color: var(--jit-white);
}

/* ============================================
   STORE LOCATOR FIXES
   ============================================ */

/* Fix white space below store locator - minimal approach */
.store-section .embed-container {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.store-section .embed-container iframe {
  width: 100%;
  min-height: 600px;
  border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .store-section .embed-container,
  .store-section .embed-container iframe {
    min-height: 500px;
  }
}

@media (max-width: 480px) {
  .store-section .embed-container,
  .store-section .embed-container iframe {
    min-height: 450px;
  }
}

/* ============================================
   JAN 2026 - GLOBAL TYPOGRAPHY/BUTTON CONTROLS
   ============================================ */

body.jit-heading-font-cream {
  --jit-font-heading: var(--jit-font-secondary);
}

body.jit-heading-font-gotham {
  --jit-font-heading: 'Metropolis', 'Montserrat', sans-serif;
}

body.jit-body-font-gotham {
  --jit-font-body: 'Metropolis', 'Montserrat', sans-serif;
}

body.jit-body-font-inter {
  --jit-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body.jit-cream-headings h1,
body.jit-cream-headings h2,
body.jit-cream-headings .h1,
body.jit-cream-headings .h2,
body.jit-cream-headings .homepage-sections--title,
body.jit-cream-headings .section-header__heading {
  color: var(--jit-cream) !important;
}

/* Homepage carousel: cream heading + Gotham subheading option */
body.jit-home-carousel-heading-cream.template-index .slideshow-slider-container .slideshow-title h2.homepage-sections--title {
  color: var(--jit-cream) !important;
}

body.jit-home-carousel-subheading-gotham.template-index .slideshow-slider-container .featured-row__subtext {
  font-family: 'Metropolis', 'Montserrat', sans-serif !important;
  font-weight: 500;
}

/* Global button color control */
body.jit-global-button-colors .btn,
body.jit-global-button-colors .button,
body.jit-global-button-colors button,
body.jit-global-button-colors input[type="submit"],
body.jit-global-button-colors input[type="button"] {
  background: var(--jit-global-button-bg) !important;
  border-color: var(--jit-global-button-bg) !important;
  color: var(--jit-global-button-text) !important;
  -webkit-text-fill-color: var(--jit-global-button-text) !important;
}

/* Disable hover effects globally when requested */
body.jit-disable-button-hover-effects .btn:hover,
body.jit-disable-button-hover-effects .button:hover,
body.jit-disable-button-hover-effects button:hover,
body.jit-disable-button-hover-effects input[type="submit"]:hover,
body.jit-disable-button-hover-effects input[type="button"]:hover,
body.jit-disable-button-hover-effects .jit-amazon-button:hover,
body.jit-disable-button-hover-effects .jit-store-locator-link:hover,
body.jit-disable-button-hover-effects .jit-button:hover {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Homepage "Our Favorites" product title font color */
.template-index #shopify-section-featured_collection_L9c8Lj .product-grid--title a {
  color: var(--jit-cream) !important;
  font-family: var(--jit-font-secondary, 'Cream', Georgia, serif) !important;
}

.template-index #shopify-section-featured_collection_L9c8Lj .section-header__heading {
  font-family: var(--jit-font-secondary, 'Cream', Georgia, serif) !important;
}

/* Reduce key homepage headings so they stay one line on desktop */
@media (min-width: 990px) {
  .template-index #shopify-section-image_with_text_overlay_i9dVtw .homepage-sections--title {
    font-size: clamp(28px, 2.2vw, 36px) !important;
    line-height: 1.08;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  .template-index #shopify-section-founders_callout .homepage-sections--title {
    font-size: clamp(28px, 2.2vw, 36px) !important;
    line-height: 1.08;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}

/* PDP media fit: ensure bottle/can tops are fully visible */
[data-wetheme-section-type="template--product"] .product-media-slider-main img.theme-img {
  object-fit: contain !important;
  object-position: center top;
  background-color: #ffffff;
}

/* Impact page: cream heading support and Fair Trade image balance */
.template-page-impact.jit-cream-headings #MainContent .homepage-sections--title,
.template-page-impact.jit-cream-headings #MainContent .section-header__heading {
  color: var(--jit-cream) !important;
}

#shopify-section-fair-trade-impact #image-with-text--fair-trade-impact img {
  min-height: 540px;
  object-fit: cover;
}

@media (max-width: 989px) {
  #shopify-section-fair-trade-impact #image-with-text--fair-trade-impact img {
    min-height: 340px;
  }
}

/* Homepage hero typography cleanup */
.template-index .slideshow-slider-container .slideshow-title h2.homepage-sections--title {
  color: var(--jit-cream) !important;
}

.template-index .slideshow-slider-container .featured-row__subtext {
  font-family: var(--jit-font-body, 'Metropolis', sans-serif) !important;
  font-weight: 500;
}

/* Homepage support copy should use Gotham/body font */
.template-index .image-with-text__container .featured-row__subtext,
.template-index .image-with-text__container .featured-row__subtext p,
.template-index .logo-bar-section--logo_list_hTGb9G .section-header__description,
.template-index .logo-bar-section--logo_list_hTGb9G .section-header__description p,
.template-index .jit-ig-row__subheading,
.template-index .jit-ig-row__caption {
  font-family: var(--jit-font-body, 'Metropolis', sans-serif) !important;
}

/* Homepage short headers should keep Cream font treatment */
.template-index .image-with-text__container .homepage-sections--title,
.template-index .jit-ig-row__heading,
.template-index .logo-bar-section--logo_list_hTGb9G .section-header__heading {
  font-family: var(--jit-font-secondary, 'Cream', Georgia, serif) !important;
}

/* Instagram handle should be black */
.template-index .jit-ig-row__handle,
.template-index .jit-ig-row__handle:link,
.template-index .jit-ig-row__handle:visited,
.template-index .jit-ig-row__handle:hover {
  color: #000000 !important;
  -webkit-text-fill-color: #000000;
}

/* Find-us strip: keep CTA link, remove retailer logos */
[id*="logo_list_hTGb9G"] .logo-bar,
[data-wetheme-section-id="logo_list_hTGb9G"] .logo-bar {
  display: none !important;
}

[id*="logo_list_hTGb9G"] .section-header__description a,
[id*="logo_list_hTGb9G"] .rte a,
[data-wetheme-section-id="logo_list_hTGb9G"] .section-header__description a,
[data-wetheme-section-id="logo_list_hTGb9G"] .rte a {
  font-weight: 800 !important;
  font-size: 1.2em !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

/* PDP flavor title in Cream font */
.template-product .product-details-product-title {
  font-family: var(--jit-font-secondary, 'Cream', Georgia, serif) !important;
  font-weight: 700;
}

.template-product .linked-option-product-title,
.template-product .linked-option-label,
.template-product .product-description,
.template-product .product-description p,
.template-product .product-description li,
.template-product .text-link-animated,
.template-product .text-link-animated p,
.template-product .text-link-animated li {
  font-family: var(--jit-font-body, 'Metropolis', sans-serif) !important;
}

/* Split heading styling: line 1 + line 2 controls */
body.jit-split-headings-enabled .jit-split-heading .jit-heading-line {
  display: block;
}

body.jit-split-headings-enabled .jit-split-heading .jit-heading-line--1 {
  font-family: var(--jit-heading-line1-font-stack) !important;
  color: var(--jit-heading-line1-color) !important;
}

body.jit-split-headings-enabled .jit-split-heading .jit-heading-line--2 {
  font-family: var(--jit-heading-line2-font-stack) !important;
  color: var(--jit-heading-line2-color) !important;
}

/* Homepage RTB: allow full-color badge artwork (USDA / Fair Trade) */
[id*="custom_rtb_icons_jit"] .jit-rtb-icon img,
[data-wetheme-section-id="custom_rtb_icons_jit"] .jit-rtb-icon img {
  filter: none !important;
}

/* PDP RTB should also allow full-color badge artwork where uploaded */
.template-product .jit-rtb-icon img {
  filter: none !important;
}

/* About page: Cream headers, Gotham body copy */
#shopify-section-founder-seth .homepage-sections--title,
#shopify-section-founder-spike .homepage-sections--title,
#shopify-section-impact-teaser .homepage-sections--title,
#shopify-section-newsletter-section .newsletter-section h2,
#shopify-section-newsletter-section .newsletter_heading,
#shopify-section-newsletter-section .newsletter-heading {
  font-family: var(--jit-font-secondary, 'Cream', Georgia, serif) !important;
}

#shopify-section-founders-message .featured-row__subtext,
#shopify-section-founders-message .featured-row__subtext p,
#shopify-section-founder-seth .featured-row__subtext,
#shopify-section-founder-seth .featured-row__subtext p,
#shopify-section-founder-spike .featured-row__subtext,
#shopify-section-founder-spike .featured-row__subtext p,
#shopify-section-impact-teaser .richtext-block,
#shopify-section-impact-teaser .richtext-block p,
#shopify-section-newsletter-section .newsletter-section p,
#shopify-section-newsletter-section .newsletter-section input,
#shopify-section-newsletter-section .newsletter-section button,
#shopify-section-newsletter-section .newsletter-section label {
  font-family: var(--jit-font-body, 'Metropolis', sans-serif) !important;
}

/* Impact page: Cream headers, Gotham body copy */
#shopify-section-rich_text_M7GUkD .homepage-featured-rich-text h2,
#shopify-section-fair-trade-impact .homepage-sections--title,
#shopify-section-organic-impact .homepage-sections--title,
#shopify-section-purpose-pledge .homepage-sections--title,
#shopify-section-newsletter .newsletter-section h2,
#shopify-section-newsletter .newsletter_heading,
#shopify-section-newsletter .newsletter-heading {
  font-family: var(--jit-font-secondary, 'Cream', Georgia, serif) !important;
}

#shopify-section-rich_text_M7GUkD .richtext-block,
#shopify-section-rich_text_M7GUkD .richtext-block p,
#shopify-section-fair-trade-impact .featured-row__subtext,
#shopify-section-fair-trade-impact .featured-row__subtext p,
#shopify-section-organic-impact .featured-row__subtext,
#shopify-section-organic-impact .featured-row__subtext p,
#shopify-section-purpose-pledge .featured-row__subtext,
#shopify-section-purpose-pledge .featured-row__subtext p,
#shopify-section-newsletter .newsletter-section p,
#shopify-section-newsletter .newsletter-section input,
#shopify-section-newsletter .newsletter-section button,
#shopify-section-newsletter .newsletter-section label {
  font-family: var(--jit-font-body, 'Metropolis', sans-serif) !important;
}

/* FAQ / Contact: answers should render in Gotham */
.accordion-faq .collapsible-content .content,
.accordion-faq .collapsible-content .content p,
.accordion-faq .collapsible-content .content li,
.accordion-faq .collapsible-content .content a,
.accordion-faq .accordion-content .content,
.accordion-faq .accordion-content .content p,
.accordion-faq .accordion-content .content li,
.accordion-faq .accordion-content .content a {
  font-family: var(--jit-font-body, 'Metropolis', sans-serif) !important;
}

/* Footer social icons: increase size and spacing */
.footer-main .social-media-footer #sm-icons {
  display: flex;
  align-items: center;
  gap: 28px !important;
}

.footer-main .social-media-footer #sm-icons li {
  margin: 0;
}

.footer-main .social-media-footer #sm-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  padding: 0 !important;
}

.footer-main .social-media-footer #sm-icons a svg,
.footer-main .social-media-footer #sm-icons a .icon,
.footer-main .social-media-footer #sm-icons a [class*="icon"] {
  width: 42px !important;
  height: 42px !important;
  max-width: none !important;
  max-height: none !important;
}

/* Homepage mobile polish */
@media (max-width: 767px) {
  .template-index .slideshow-slider-container .homepage-featured-content-box-inner {
    padding: 18px 18px 24px !important;
    max-width: min(82vw, 320px);
  }

  .template-index .slideshow-slider-container .slideshow-title h2.homepage-sections--title {
    font-size: clamp(24px, 7vw, 36px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.02em;
    margin: 0 0 8px 0;
  }

  .template-index .slideshow-slider-container .slideshow-title .jit-heading-line--1 {
    margin-bottom: 4px;
  }

  .template-index .slideshow-slider-container .featured-row__subtext {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .template-index .slideshow-slider-container .slide-buttons {
    margin-top: 12px;
  }

  .template-index .slideshow-slider-container .homepage-section-btn,
  .template-index .slideshow-slider-container .homepage-section-btn:link,
  .template-index .slideshow-slider-container .homepage-section-btn:visited {
    min-height: 44px;
    padding: 12px 18px !important;
    font-size: 14px !important;
    line-height: 1;
  }

  .template-index .slideshow-slider-container .swiper-pagination {
    margin-top: 10px;
  }

  [id*="custom_rtb_icons_jit"] .jit-rtb-section,
  [data-wetheme-section-id="custom_rtb_icons_jit"] .jit-rtb-section {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  [id*="custom_rtb_icons_jit"] .jit-rtb-container,
  [data-wetheme-section-id="custom_rtb_icons_jit"] .jit-rtb-container {
    padding: 0 12px;
  }

  [id*="custom_rtb_icons_jit"] .jit-rtb-grid,
  [data-wetheme-section-id="custom_rtb_icons_jit"] .jit-rtb-grid {
    gap: 14px 8px;
  }

  [id*="custom_rtb_icons_jit"] .jit-rtb-item,
  [data-wetheme-section-id="custom_rtb_icons_jit"] .jit-rtb-item {
    width: calc(33.333% - 8px);
    min-width: 72px;
    max-width: 72px;
  }

  [id*="custom_rtb_icons_jit"] .jit-rtb-icon,
  [data-wetheme-section-id="custom_rtb_icons_jit"] .jit-rtb-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 6px;
  }

  [id*="custom_rtb_icons_jit"] .jit-rtb-text,
  [data-wetheme-section-id="custom_rtb_icons_jit"] .jit-rtb-text {
    font-size: 0.7rem;
    line-height: 1.15;
  }
}