/** Shopify CDN: Minification failed

Line 532:2 Expected ":"
Line 537:2 Expected ":"
Line 539:2 Expected ":"

**/
/* --- Base Setup --- */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --color-orange-middle: #ffa600;
  --color-orange-surrounding: #fff99d;
  --color-text-cashew: #ffffff;
  --color-offer-box-highlight: rgba(255, 255, 255, 0.7);
  --color-product-bg-oval: rgba(255, 157, 11, 0.1);
  --color-primary-brown: #7b4f2e;
  --color-stars: #ffc107;
  --color-dark-brown-gradient-start: #69391e;
  --color-dark-brown-gradient-mid: #99542d;
  --color-dark-brown-gradient-end: #69391e;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans", sans-serif;
}

/* NOTE: The reusable .product-small-oval style is kept 
  because it's used in other sections like "About Us".
*/
.product-small-oval {
  background-color: var(--color-product-bg-oval);
  color: #ff9d0b;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

/* -------------------------------------- */
/* 1. HERO HEADER SECTION STYLES        */
/* -------------------------------------- */
.hero-header-section {
  margin: 0;
  padding: 0;
  /* height: 100vh; */
  overflow: hidden;
}

.hero-header-section .hero-full-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* margin-top: -50px; */
  margin-bottom: -20px;
}

/* -------------------------------------- */
/* 2. BIG DEAL BANNER SECTION           */
/* -------------------------------------- */
.big-deal-banner {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
}

.big-deal-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -90px;
  margin-bottom: -100px;
  box-sizing: border-box;
}

/* -------------------------------------- */
/* 3. SPACER SECTION                      */
/* -------------------------------------- */
.spacer-section {
  height: 80px;
  width: 100%;
}

/* -------------------------------------- */
/* 4. WHY CHOOSE US SECTION               */
/* -------------------------------------- */
.why-choose-us-section .why-choose-new {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cashew-top-left-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: auto;
  z-index: 1;
  opacity: 0.9;
  top: -90px;
}
.cashew-bottom-right-deco {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 150px;
  height: auto;
  z-index: 1;
  opacity: 0.9;
  top: 550px;
}

.why-choose-us-section {
  position: relative;
}

.why-choose-us-section .why-choose-new .section-tag {
  font-size: 18px;
  font-weight: 500;
  color: #000000cc;
  margin-bottom: 10px;
}

.why-choose-us-section .why-choose-new .main-heading {
  font-size: 36px;
  font-weight: 700;
  color: #7b4f2e;
  line-height: 1.2;
  margin: 0;
}

.why-choose-us-section .why-choose-new .packed-snack-image img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

/* -------------------------------------- */
/* 5. METRIC BOXES SECTION              */
/* -------------------------------------- */
.metric-boxes-section {
  padding: 50px 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
  background-size: 180px auto;
}

.metric-boxes-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 50px;
}

.metric-box {
  flex: 1;
  background-color: #fff6e7;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.metric-number {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  z-index: 10;
}

.metric-text {
  font-size: 14px;
  color: #797676;
  margin-top: 5px;
  z-index: 10;
}

.metric-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: auto;
  opacity: 0.6;
}

.last-metric-box {
  overflow: visible;
}

.cashew-right-deco {
  display: none;
}

/* -------------------------------------- */
/* 6. GIFT BANNER SECTION               */
/* -------------------------------------- */
.gift-banner-section {
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  margin-top: -30px;
}

.gift-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cashew-left-deco {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 120px;
  height: auto;
  z-index: 2;
}

/* -------------------------------------- */
/* 7. ABOUT US SECTION                  */
/* -------------------------------------- */
.about-us-section {
  padding: 80px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  background-color: #fff;
  position: relative;
}

.about-us-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
}

.about-left {
  flex: 1 1 50%;
  min-width: 320px;
}

.about-left h2 {
  font-size: 2rem;
  color: #5c3c18;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-left p {
  color: #5a5a5a;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 15px;
}

/* Find this rule around line 258 */
.about-right {
  flex: 1 1 45%;
  position: relative;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* --- ADD THESE TWO LINES --- */
  flex-direction: column;
  gap: 20px; /* Adds space between the two images */
}

/* Find this rule around line 267 */
.about-image-wrapper {
  position: relative;
  
  /* --- CHANGE THIS LINE --- */
  display: block; /* Was 'inline-block' */
  
  /* --- ADD THIS LINE --- */
  width: 100%; 
  
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 300px;
}

/* --- ADD THIS NEW RULE --- */
.ripl-certifications-image {
  width: 100%; /* Makes it the same width as the wrapper */
  height: auto; /* Maintains its aspect ratio */
  display: block; /* Ensures proper block layout */
  border-radius: 16px; /* Matches the rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Optional: matches the shadow */
}

.about-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.about-video-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* -------------------------------------- */
/* 8. TESTIMONIALS SECTION              */
/* -------------------------------------- */
.testimonials-section {
  text-align: center;
  padding: 100px 5%;
  background-color: #fff9f3;
  position: relative;
  overflow: hidden;
}

.testimonials-section h2 {
  font-size: 2rem;
  color: #5c3c18;
  margin-bottom: 40px;
  font-weight: 700;
}

.testimonial-text {
  max-width: 850px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.9;
  color: #000000;
  font-style: italic;
}
.testimonial-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.testimonial-photo-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffb74d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}

.coma-deco {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: auto;
  opacity: 0.95;
  z-index: 2;
}

.reviewer-name {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.testimonial-photo:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(255, 183, 77, 0.5);
}

.testimonial-stars {
  width: 160px;
  margin: -20px auto 30px;
  display: block;
}
.cashew-deco-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: auto;
  z-index: 1;
  opacity: 0.9;
  top: -50px;
}

.cashew-deco-bottom-right {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 150px;
  height: auto;
  z-index: 1;
  opacity: 0.9;
}

/* --- Homepage Products Header --- */
.homepage-products-header {
  text-align: center;
  /* margin-top: 50px; Adds space above the title */
  margin-bottom: 20px; 
  padding: 0 20px;
}

.homepage-products-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary-brown); /* Uses your theme's primary brown color */
  margin: 0;
  margin-top: 15px; /* Space between the oval and the title */
}

/*
==============================================
9. RESPONSIVE MEDIA QUERIES
==============================================
*/

@media (max-width: 768px) {

  /* --- 1. BIG DEAL BANNER FIX --- */
  .big-deal-image {
    /* Reduce padding on smaller screens */
    padding-left: 10px;
    padding-right: 10px;
    
    /* Reduce the aggressive negative margins */
    margin-top: -40px; 
    margin-bottom: -40px;
  }
  
  /* --- 2. SPACER SECTION --- */
  .spacer-section {
    height: 40px; /* Reduce spacer height */
  }

  /* --- 3. WHY CHOOSE US (TEXT SCALING) --- */
  .why-choose-us-section .why-choose-new .main-heading {
     /* Make the heading smaller on mobile */
     font-size: 28px;
  }
  
  .why-choose-us-section .why-choose-new .section-tag {
    font-size: 16px;
  }
  
  /* --- 4. METRIC BOXES FIX --- */
  .metric-boxes-container {
    /* This is the main fix: 
       Stack the boxes vertically instead of side-by-side */
    flex-direction: column; 
    gap: 20px; /* Adjust gap for vertical stacking */
  }

  .metric-box {
     /* Adjust padding for a slightly tighter look */
    padding: 20px;
  }

  .metric-number {
    font-size: 28px; /* Make text slightly smaller */
  }
  
  .metric-icon {
    width: 45px; /* Make icon a bit smaller */
  }

  /* --- 5. GIFT BANNER FIX --- */
  .gift-banner-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* --- 6. HOMEPAGE PRODUCTS TITLE (MOBILE) --- */
.homepage-products-header {
  /* Reduces the space *below* the title */
  margin-bottom: 10px; 
}

.homepage-products-title {
  /* Reduces the space *above* the title (below the 'Products' tag) */
  margin-top: 10px;
  
  /* You already have a rule for font-size, but if you don't, 
     you can add this to make the title a bit smaller too */
  font-size: 28px; 
}
}

/* Optional: Further adjustments for very small phones */
@media (max-width: 480px) {
   .big-deal-image {
    /* Even less margin on small phones */
    margin-top: -25px; 
    margin-bottom: -25px;
  }

   .why-choose-us-section .why-choose-new .main-heading {
     font-size: 24px; /* Even smaller for small phones */
  }

  .metric-boxes-section {
    padding: 30px 15px; /* Reduce side padding */
  }
}