/** Shopify CDN: Minification failed

Line 195:0 Unexpected "<"
Line 274:21 Expected identifier but found whitespace
Line 274:23 Unexpected "{"
Line 274:32 Expected ":"
Line 456:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
/* Base container styles */
.sfr-container {
  position: relative;
  overflow: hidden;
}

.sfr-inner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header styles */
.sfr-header {
  text-align: center;
  margin-bottom: 40px;
}

.sfr-heading {
  font-size: 68px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'KnockoutHTF49';
  text-transform: uppercase;
  line-height: 1.1;
}

.sfr-subheading {
  font-size: 44px;
  font-weight: 500;
  font-family: 'KnockoutHTF49';
  margin: 0 0 20px;
  line-height: 1.2;
}

/* Slider container */
.sfr-slider-container {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}


/* Slider and track */
.sfr-slider {
  position: relative;
  overflow: hidden;
}

.sfr-track {
  display: flex;
  transition: transform 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  touch-action: pan-y;
}

.sfr-track::-webkit-scrollbar {
  display: none;
}

/* Card styles */
.sfr-card {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.sfr-card-inner {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.sfr-product-title {
  font-size: 22px;
  font-family: 'KnockoutHTF49';
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.sfr-testimonial-text {
  font-size: 15px;
  font-family: 'Poppins';
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
  min-height: 100px;
  flex-grow: 1;
}

.sfr-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.sfr-customer-name {
  font-weight: 600;
  color: #000;
  margin: 0;
}

.sfr-rating {
  color: #FF6B00;
}

.sfr-star-filled {
  color: #FF6B00;
}

.sfr-star-empty {
  color: #ccc;
}

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

.sfr-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sfr-dot-active {
  background-color: #FF6B00 !important;
}

/* Responsive styles */
@media screen and (min-width: 768px) {
  .sfr-track {
    flex-wrap: nowrap;
  }
  
  .sfr-card {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .sfr-heading {
    font-size: 40px !important;
  }
  
  .sfr-subheading {
    font-size: 30px !important;
  }
  
  .sfr-card {
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .sfr-arrow {
    left: -5px;
    right: -5px;
  }
  
  .sfr-slider-container {
    margin: 0 10px;
  }
}
<style>
  #shopify-section-template--17315611017390__food-benefits .food-snack-game-cta2:hover {
    background: #f97800 !important;
}
  .food-snack-game-cta2 {
    font-size: 28px;
    font-weight: 500;
    background-color:#000000 !important;
    color:white !important;
    padding: 5px 30px;
    display: inline-block;
    /* border-radius: 5px; */
    text-transform: uppercase;
    font-family: "KnockoutHTF49";
   
    text-decoration: none;
    transition: background-color 0.3s ease;
}

  .flex-benefits-cta {
    display: inline-block;
    background-color: #F97800;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    margin-top: 20px;
}

.flex-benefits-cta:hover {
    background-color: #D86000;
}

  .flex-benefits-section {
    
    text-align: center;
  
  }
  .flex-benefits-section {
    position: relative !important;
}
.flex-benefits-container {
    background-color: #ffffff;
    padding: 20px 0px 60px 0px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
  h2.flex-benefits-heading {
    font-size: 64px;
    font-weight: 500;
    margin: 0;
    font-family:"KnockoutHTF49";
    text-transform: uppercase;
}
  h3.flex-benefits-subheading {
    font-size: 60px;
    font-weight: 500;
    font-family:"KnockoutHTF49";
    color: #F97800;
    margin: 0;
}
  p.flex-benefits-description {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family:"Poppins";
  margin: 0 auto;
    line-height: 30px;
    padding-bottom: 20px;
    width: 50%;
}
  .highlight-section {
    background-color: {{ section.settings.highlight_color }};
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
.benefits-fd-container {
    display: flex;
    padding: 20px;
    width: 60%;
    margin: 0 auto;
    
}
  .benefits-fd-large-number h3 {
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    font-family:"KnockoutHTF49";
    margin: 0;
}
  .benefits-fd-column h3 {
    font-size:28px;
    margin: 0;
    font-weight: 500;
    font-family:"KnockoutHTF49";
    letter-spacing: 0px;
    line-height:32px;
}
        .benefits-fd-column {
            flex: 1;
            text-align: center;
            padding: 0 20px;
            position: relative;
        }
        .benefits-fd-column:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 60%;
            width: 1px;
            background-color: #F97800;
        }
  .benefits-fd-label {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-family:"KnockoutHTF49";
    font-weight: 500;
}
  .benefits-fd-img {
    position: relative;
}    
.ben-01 {
    position: absolute;
    top: 50%;
    left: 18%;
    width: 13%;
}
.ben-02 {
    position: absolute;
    width: 10%;
    left: 35%;
    top: 0%;
}
.ben-03 {
    position: absolute;
    right: 13%;
    width: 13%;
    top: 5%;
}
@keyframes wave {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@keyframes wave2 {
    0% { transform: translateY(0); }
    50% { transform: translateY(10px); }
    100% { transform: translateY(0); }
}
  @keyframes wave3 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}
/* Apply wave animation only after image is visible */
.ben-01 {
    animation: wave 3s ease-in-out infinite;
}
  .ben-02 {
    animation: wave2 3s ease-in-out infinite;
}
  .ben-03 {
    animation: wave3 3s ease-in-out infinite;
}
 .benefit-fd-flt:hover {
    transform: scale(1.1);
   animation:none;
    transition: transform 0.3s ease-in-out;
}
  img.benefit-chips-bg-right {
    position: absolute;
    right: 0;
    top: 30%;
        width: 13%;
}
  img.benefit-chips-bg-left {
    position: absolute;
    top: 70%;
    width: 13%;
}
  
@media (max-width: 768px) {
h2.flex-benefits-heading {
    font-size: 40px;
   }
h3.flex-benefits-subheading {
    font-size: 44px;
    line-height: 50px;
}
p.flex-benefits-description {
    width: 100%;
}
  .benefits-fd-container {    
    padding: 5px;    
}
  .benefits-fd-column h3 {
    font-size: 16px;
   line-height: 20px;
}
  .benefits-fd-label {
    font-size: 16px;
    line-height: 18px;
}
  .benefits-fd-container {   
    width: 100%;    
}
  img.benefit-chips-bg-right {
      top: 45%;
    width: 10%;
}
  img.benefit-chips-bg-left {
  top: 85%;
    width: 10%;
}
  .ben-01 {
  
    left: 3%;
    
}
}
  @media (min-width: 768px) and (max-width: 1024px) {
.benefits-fd-container {
      width: 80%;  
}
    .benefits-fd-column h3 {
    font-size: 32px;
  }
  }
  @media (max-width: 490px) { 
    .benefits-fd-container {
    display: grid;
   grid-template-columns: 1fr 1fr;
}
    .benefits-fd-column {
   
    margin-bottom: 30px;
}
    .benefits-fd-column:not(:last-child)::after {
    content: '';
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #F97800;
}
  }
  
  
</style>