/** Shopify CDN: Minification failed

Line 305:0 Unexpected "<"
Line 374:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:review-slider (INDEX:10) */
.testimonial-slider {
    /* background: url(/cdn/shop/files/Rectangle_7_e6f4604b-4cab-4746-9f1e-36dffb8acbc0.png?v=1752927517); */
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f1f1f1;
}
.review-slider-set {
    background-color: #000;
}
.review-slider-set p.subheading {
    font-family: Montserrat !important;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
}
.review-slider-set h2 {
    font-family: Montserrat !important;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.testimonial-slide {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.testimonial-rating {
  font-size: 20px;
  margin: 10px 0;
  color: #f6c12c;
}
.testimonial-rating span {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 800;
  color: #000;
}

.testimonial-content {
  font-size: 26px;
  line-height: normal;
  margin: 0px 0px 20px 0px;
  color: #FFFFFF;
  font-weight: 500;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-author-name {
  font-weight: 800;
  font-size: 22px;
  color: #FFFFFF;
  font-family: 'Oswald';
}

.decorative-image {
  width: 100%;
  /* margin-top: 40px; */
  margin-bottom:-10px;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #000000 !important;
  padding: 28px;
}
.swiper-button-prev {
    left: 200px !important;
}
.swiper-button-next{
  right: 200px !important;
}
.testimonialSwiper {
  padding-bottom: 60px !important;
}

.swiper-pagination-bullet {
  background: #FFFFFF !important;
}

.swiper-pagination-bullet-active {
  background: #FFFFFF !important;
  width: 14px !important;
  border-radius: 30px !important;
}

.swiper-pagination {
  bottom: 25px !important;
}
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
}
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
/* 1440px and below */
@media (max-width: 1440px) {
  .review-slider-set p.subheading {
    font-size: 32px;
  }
  .review-slider-set h2 {
    font-size: 42px;
  }
  .swiper-button-prev {
    left: 100px !important;
  }
  .swiper-button-next {
    right: 100px !important;
  }
}

/* 1024px and below */
@media (max-width: 1199.98px) {
  .review-slider-set p.subheading {
    font-size: 28px;
  }
  .review-slider-set h2 {
    font-size: 48px;
  }
  .testimonial-content {
    font-size: 18px;
  }
  .testimonial-author-name {
    font-size: 20px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    padding: 20px;
  }
  .swiper-button-prev {
    left: 50px !important;
  }
  .swiper-button-next {
    right: 50px !important;
  }
}

/* 768px and below */
@media (max-width: 991.98px) {
  .review-slider-set p.subheading {
    font-size: 24px;
  }
  .review-slider-set h2 {
    font-size: 48px;
  }
  .testimonial-content {
    font-size: 16px;
  }
  .testimonial-author-name {
    font-size: 18px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/* 425px and below */
@media (max-width: 767.98px) {
  .testimonial-slide {
    padding: 10px;
  }
  .swiper-button-prev {
    left: 10px!important;
}
  .swiper-button-next {
    right: 10px!important;
}
  .review-slider-set p.subheading {
    font-size: 20px;
  }
  .review-slider-set h2 {
    font-size: 35px;
  }
  .testimonial-content {
    font-size: 15px;
  }
  .testimonial-author-name {
    font-size: 16px;
  }
  .testimonial-author img {
    width: 40px;
    height: 40px;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination-bullet-active {
    width: 12px !important;
  }
}
/* END_SECTION:review-slider */

/* START_SECTION:nutritional-info (INDEX:80) */
.table-section {
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    padding: 70px 0;
}
.table-section p {
    color: #000;
    margin-bottom: 0px;
}
.table-section table {
    width: 100%;
    border-collapse: unset;
    margin: 40px auto 0;
    border: 1px solid #249181;
    border-radius: 10px;
    overflow: hidden;
}

.table-section th, .table-section td {
    padding: 20px;
    text-align: center;
    font-size: 22px;
}
.table-section th {
    color: #fff;
    font-size: 24px;
}
thead tr {
  background: linear-gradient(225deg,#22927e,#4a76b3) !important;
}
.table-section tbody tr td:first-child {
    justify-content: flex-start;
    padding-left: 20px;
}

.table-section tbody tr {
    width: 100%;
}

tr:nth-child(even) {
    background-color: #f0f9f8;
}
.table-section ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 11%;
}
tr:nth-child(odd) {
    background-color: #fff;
}

.table-section tbody tr td:first-child {
    justify-content: flex-start;
    padding-left: 10px;
    color: #333;
}

.table-section tbody tr td img {
    max-width: 25px;
    height: auto;
}
  @media only screen and (max-width: 480px) {
.table-section th, .table-section td {
    font-size: 16px;
    padding: 10px 0 !important;
}

  }
/* END_SECTION:nutritional-info */

/* START_SECTION:product-grid-custom (INDEX:96) */
<style>
.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}
.product-card {
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 1rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
}
.product-card:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0.5rem;
}
.badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: #111;
  color: #fff;
}
.badge[data-type="highlight"] {
  background-color: #ffc107; /* yellow */
  color: #000;
}
.badge[data-type="hot"] {
  background-color: #ff6b6b; /* red */
}
.badge[data-type="discount"] {
  background-color: #2dd4bf; /* teal */
}
.product-card img {
  max-width: 100%;
  height: auto;
}
.price {
  margin: 1rem 0;
}
.compare-price {
  text-decoration: line-through;
  color: #888;
  margin-left: 8px;
}
.view-btn {
  display: inline-block;
  padding: 10px 18px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 1rem;
  transition: background 0.3s ease;
}
.view-btn:hover {
  background-color: #333;
}
</style>
/* END_SECTION:product-grid-custom */

/* START_SECTION:sub-collection2-template (INDEX:157) */
@media (max-width: 768px) {
  .banner_cate.prod-mobile-1 > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner_cate.prod-mobile-2 > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banner_cate.prod-mobile-3 > div {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
/* END_SECTION:sub-collection2-template */