/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 164:14 Unexpected "<"
Line 1434:14 Unexpected "<"
Line 1593:10 Unexpected "<"
Line 1772:4 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>



        .table:not([class]) {
            table-layout: fixed;
            border-collapse: collapse;
            font-size: 1.5rem;
            border-style: hidden;
            box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
            /* draws the table border  */
        }

                table {
                  width: fit-content;
                  border-collapse: collapse;
                  margin-top: 20px;
                }

          .comparision-section{
          margin-bottom:4vw !important;
            margin-top:4vw !important;
            overflow-x: scroll;
        }

        .text-center p{
          text-align:center;
        }

          .td .main-cart-section{
        width:100% !important;
          }

                th,
                td {
                  border: 1px solid #ddd;
                  padding: 10px;
                  text-align: center;
                }

            .td img{
              height:6vw;
            }

          .td-title{
            text-align:center;
            font-weight:600;
            /* white-space: nowrap; */
          }


                th {
                  background-color: #f2f2f2;
                }

                /* Style for product images */
                .product-image {
                  width: 100px;
                  height: auto;
                  margin-bottom: 10px;
                }

                /* Style for "Add" buttons */
                .add-button {
                  background-color: #4caf50;
                  color: white;
                  padding: 8px 16px;
                  text-decoration: none;
                  border-radius: 4px;
                }

                /* Style for customer reviews */
                .customer-reviews {
                  color: #007bff;
                }

                /* Style for checkmarks */
                .checkmark {
                  color: green;
                }

                .title-comp {
                  text-align: start;
                }

                .td {
                  border: none;
                  /* ... other styles ... */
                }

                .title-comp {
                  background: #faf6e8;
                }


                td {
                  border: 1.46px solid #f5e4a9;
                  width: 12%;
                }

                td p {
                  max-width: 100%;
                  text-align: start;
                }

                td a {
                  text-decoration: none;
                  width: 100%;
                  display: inline-block;
                  padding: 0.5vw 0;
                  border-radius: 0.5vw;
                  border: 1.5px solid #f19e30;
                  color: #f19e30;
                }

                .stars {
                  display: flex;
                  flex-direction: column;
                  align-items:center;
                }

          table{
            display: flex;

          }
                .star {
                  color: #f19e30;
                  font-size:12px;
                }

           @media (max-width: 767px) {
            .td img {
            height: 15vw;
            }
             .compare-product p{
              line-height: 1.2;
               font-size: 1.2rem;
               font-weight: 400;
             }
          }
         @media (max-width: 550px)  {
          .star {
          font-size: 9px;
      }
           .td {
        min-width: 25vw !important;
    }
           .star-text{
    max-width: 55px;
  }
        }
              </style>
<style>

            .shopify-section{
              background-color: #fffaf1;
            }

            /* .product__card__information{
              height:100%;
            } */

            #shopify-section-template--18893326221567__salt_fW9HPH{
              background-color: #fffaf1 ;
              margin-top:3vw;
            }

                .salt-swiper-wrapper {
                  display:flex !important;
                  padding-left:.5vw;
                }

                .salt-swiper {
                  width: 100%;
                  height: fit-content;
                  padding: 2vw 0;
                  padding-top: 7vw;
                  overflow:hidden;
                }

                .salt-swiper-slide {
                  text-align: center;
                  font-size: 14px;
                  background: #fff;
                  background-color: #fff;
                  border-radius: 1vw;
                  padding: 1vw;
                  flex-shrink: 0;
                  position:relative;
                  padding-top: 6vw;
                  width:"auto";
                  /* height:45vh; */
                  height:auto;
                  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                }
              .swiper-dets h3{
                font-weight:800;
              }
                .cards-section{
                  padding-top:2vw !important;
              }
                .swiper-dets {
                  position: relative;
                  display: flex;
                  flex-direction: column;
                }
                .swiper-slider-text{
                  display: flex;
                  flex-direction: column;
                  justify-content: space-between;
                  height:100%;
                  background-color: #effae8;
                  padding: 1vw 2vw;
                  border-radius: 16px !important;
                }
                .salt-swiper-slide img {
                  position: absolute;
                  object-fit: contain;
                  width: 40%;
                  height: 40%;
                  left: 50%;
                  top: 0%;
                  transform: translate(-50%, -50%);
                }

            .swiper-add{
              display:flex;
              justify-content:center;
            }

             @media (max-width: 1024px) {
              .salt-swiper-slide {
            padding-top: 20vw;
        }

               .salt-swiper-slide {
            padding-top: 14vw;
            /* height: 44vh; */
                 height:auto;
        }

               .salt-swiper-slide img {
            top: 10%;
        }

                }

         @media (max-width: 820px) {
                        .salt-mySwiper{
                 justify-content:space-between;
               }

             .salt-swiper-wrapper  .card-wrapper {
               width: 42vw !important;
             }
               .salt-swiper-slide {
            padding-top: 18vw;
            /* height: 52vh; */
                 height:auto;
                }
                }

               @media (max-width: 768px) {

               .salt-mySwiper{
                 justify-content:space-between;
               }

             .salt-swiper-wrapper  .card-wrapper {
               width: 42vw !important;
                 }

               .salt-swiper-slide {
                padding-top: 20vw;
                /* height: 60vh; */
                 height:auto;
            }
             }

             @media (max-width: 767px) {
              .salt-swiper-slide {
            padding-top: 26vw;
        }

             .salt-swiper-slide img {

            width: 25%;
            top: 8%;
        }
                }

              @media (max-width: 576px) {
                  .salt-swiper-slide img {
              height: 50%;
                    width:40%;
              top: 10%;
          }

          .salt-swiper-wrapper  .card-wrapper {
              width: 80vw !important;
             }

            .salt-swiper-slide {
                height: auto;
            }

               .salt-swiper-slide {
              padding-top: 33vw;
                     font-size: 12px;
          }
                  .salt-swiper-slide {
          border-radius: 4vw;
             }
            .swiper-slider-text p{
                  font-size: 1.4rem;
                  line-height: 1.3;
                  margin-block-start: 0;
            }
                .swiper-slider-text{
                  margin-top:5rem;
                }
           }


            #shopify-section-template--18893326221567__salt_fW9HPH{
              background-color: #fffaf1 ;
              margin-top:3vw;
            }

                .salt-swiper-wrapper {
                  display:flex !important;
                  padding-left:.5vw;
                }

                .salt-swiper {
                  width: 100%;
                  height: fit-content;
                  padding: 2vw 0;
                  padding-top: 7vw;
                  overflow:hidden;
                }

                .salt-swiper-slide {
                  text-align: center;
                  font-size: 14px;
                  background: #fff;
                  background-color: #fff;
                  border-radius: 1vw;
                  padding: 1vw;
                  flex-shrink: 0;
                  position:relative;
                  padding-top: 6vw;
                  width:"auto";
                  /* height:45vh; */
                  height:auto;
                  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                }

      .swiper-dets h3{
        font-weight:800;
      }

          .cards-section{
            padding-top:2vw !important;
        }

                .swiper-dets {
                  position: relative;
                  display: flex;
                  flex-direction: column;
                }

                .swiper-slider-text {
                  display: flex;
                  flex-direction: column;
                  justify-content: space-between;
                  height:100%;
                  background-color: #effae8;
                  padding: 1vw 2vw;
                  border-radius: 16px;
                }
                .salt-swiper-slide img {
                  position: absolute;
                  object-fit: contain;
                  width: 40%;
                  height: 40%;
                  left: 50%;
                  top: 0%;
                  transform: translate(-50%, -50%);
                }

            .swiper-add{
              display:flex;
              justify-content:center;
            }

             @media (max-width: 1024px) {
              .salt-swiper-slide {
            padding-top: 20vw;
        }

               .salt-swiper-slide {
            padding-top: 14vw;
            /* height: 44vh; */
                 height:auto;
        }

               .salt-swiper-slide img {
            top: 10%;
        }

                }

         @media (max-width: 820px) {

               .salt-swiper-slide {
            padding-top: 18vw;
            /* height: 52vh; */
                 height:auto;
        }


                }


             @media (max-width: 768px) {
               .salt-swiper-slide {
                padding-top: 20vw;
                /* height: 60vh; */
                 height:auto;
            }
             }

             @media (max-width: 767px) {
              .salt-swiper-slide {
            padding-top: 26vw;
        }

             .salt-swiper-slide img {

            width: 25%;
            top: 8%;
        }
                }

              @media (max-width: 576px) {
                  .salt-swiper-slide img {
              height: 50%;
                    width:40%;
              top: 10%;
          }
                 .salt-swiper-slide {
                height: auto;
            }

               .salt-swiper-slide {
              padding-top: 33vw;
                     font-size: 12px;
          }
                  .salt-swiper-slide {
          border-radius: 4vw;
      }
              }
    .swiper-slider-text a {
        border: none !important;
        color: #000 !important;
        border-radius: 0 !important;
    }

  
.slick-dots li.slick-active button:before {

    color: #ff6e00;

}

.slick-dots li button:before {

    color: #ff8100;

}



.slick-dots li button:before {font-size: 12px;}


/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 195:14 Unexpected "<"
Line 534:14 Unexpected "<"
Line 693:10 Unexpected "<"
Line 894:4 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.5rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table {
  width: fit-content;
  border-collapse: collapse;
  margin-top: 20px;
}

.comparision-section {
  margin-bottom: 4vw !important;
  margin-top: 4vw !important;
  overflow-x: auto;
}

.text-center p {
  text-align: center;
}

.td .main-cart-section {
  width: 100% !important;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.td img {
  height: 6vw;
}

.td-title {
  text-align: center;
  font-weight: 600;
  /* white-space: nowrap; */
}


th {
  background-color: #f2f2f2;
}

/* Style for product images */
.product-image {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

/* Style for "Add" buttons */
.add-button {
  background-color: #4caf50;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

/* Style for customer reviews */
.customer-reviews {
  color: #007bff;
}

/* Style for checkmarks */
.checkmark {
  color: green;
}

.title-comp {
  text-align: start;
}

.td {
  border: none;
  /* ... other styles ... */
}

.title-comp {
  background: #faf6e8;
}


td {
  border: 1.46px solid #f5e4a9;
  width: 12%;
}

td p {
  max-width: 100%;
  text-align: start;
}

td a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 0.5vw 0;
  border-radius: 0.5vw;
  border: 1.5px solid #f19e30;
  color: #f19e30;
}

.stars {
  display: flex;
  flex-direction: column;
  align-items: center;
}

table {
  display: flex;

}

.star {
  color: #f19e30;
  font-size: 12px;
}

td:first-child,
th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

.product-head {
  display: none;
}


@media (max-width: 767px) {
  .td img {
    height: 15vw;
  }

  .compare-product p {
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 400;
  }
}

@media (max-width: 550px) {
  .star {
    font-size: 9px;
  }

  .product-head {
    display: table-cell;
    position: sticky;
    left: 0;
    z-index: 2;
    font-size: 12px;
  }

  .blank-td {
    display: none;
  }

  .td {
    min-width: 25vw !important;
    border: 1.46px solid #f5e4a9;
  }

  .star-text {
    max-width: 55px;
    font-size: 12px;
  }

  td:first-child,
  th:first-child {
    font-size: 12px;
    border: 1px solid #f5e4a9;
    background: #faf6e8;
  }

  .comparision-section {
    padding: 0px !important;
  }
}

.comparision-section .table td:nth-child(n) {
  width: 250px;
}.shopify-section {
  background-color: #fffaf1;
}

/* .product__card__information{
              height:100%;
            } */

#shopify-section-template--18893326221567__salt_fW9HPH {
  background-color: #fffaf1;
  margin-top: 3vw;
}

.salt-swiper-wrapper {
  display: flex !important;
  padding-left: .5vw;
}

.salt-swiper {
  width: 100%;
  height: fit-content;
  padding: 2vw 0;
  padding-top: 7vw;
  overflow: hidden;
}

.salt-swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  background-color: #fff;
  border-radius: 1vw;
  padding: 1vw;
  flex-shrink: 0;
  position: relative;
  padding-top: 6vw;
  width: "auto";
  /* height:45vh; */
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.swiper-dets h3 {
  font-weight: 800;
}

.cards-section {
  padding-top: 2vw !important;
}

.swiper-dets {
  position: relative;
  display: flex;
  flex-direction: column;
}

.swiper-slider-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #effae8;
  padding: 1vw 2vw;
  border-radius: 16px !important;
}

.salt-swiper-slide img {
  position: absolute;
  object-fit: contain;
  width: 40%;
  height: 40%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}

.swiper-add {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .salt-swiper-slide {
    padding-top: 20vw;
  }

  .salt-swiper-slide {
    padding-top: 14vw;
    /* height: 44vh; */
    height: auto;
  }

  .salt-swiper-slide img {
    top: 10%;
  }

}

@media (max-width: 820px) {
  .salt-mySwiper {
    justify-content: space-between;
  }

  .salt-swiper-wrapper .card-wrapper {
    width: 42vw !important;
  }

  .salt-swiper-slide {
    padding-top: 18vw;
    /* height: 52vh; */
    height: auto;
  }
}

@media (max-width: 768px) {

  .salt-mySwiper {
    justify-content: space-between;
  }

  .salt-swiper-wrapper .card-wrapper {
    width: 42vw !important;
  }

  .salt-swiper-slide {
    padding-top: 20vw;
    /* height: 60vh; */
    height: auto;
  }
}

@media (max-width: 767px) {
  .salt-swiper-slide {
    padding-top: 26vw;
  }

  .salt-swiper-slide img {

    width: 25%;
    top: 8%;
  }
}

@media (max-width: 576px) {
  .salt-swiper-slide img {
    height: 50%;
    width: 40%;
    top: 10%;
  }

  .salt-swiper-wrapper .card-wrapper {
    width: 80vw !important;
  }

  .salt-swiper-slide {
    height: auto;
  }

  .salt-swiper-slide {
    padding-top: 33vw;
    font-size: 12px;
  }

  .salt-swiper-slide {
    border-radius: 4vw;
  }

  .swiper-slider-text p {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-block-start: 0;
  }

  .swiper-slider-text {
    margin-top: 5rem;
  }
}


#shopify-section-template--18893326221567__salt_fW9HPH {
  background-color: #fffaf1;
  margin-top: 3vw;
}

.salt-swiper-wrapper {
  display: flex !important;
  padding-left: .5vw;
}

.salt-swiper {
  width: 100%;
  height: fit-content;
  padding: 2vw 0;
  padding-top: 7vw;
  overflow: hidden;
}

.salt-swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  background-color: #fff;
  border-radius: 1vw;
  padding: 1vw;
  flex-shrink: 0;
  position: relative;
  padding-top: 6vw;
  width: "auto";
  /* height:45vh; */
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.swiper-dets h3 {
  font-weight: 800;
}

.cards-section {
  padding-top: 2vw !important;
}

.swiper-dets {
  position: relative;
  display: flex;
  flex-direction: column;
}

.swiper-slider-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #effae8;
  padding: 1vw 2vw;
  border-radius: 16px;
}

.salt-swiper-slide img {
  position: absolute;
  object-fit: contain;
  width: 40%;
  height: 40%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}

.swiper-add {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .salt-swiper-slide {
    padding-top: 20vw;
  }

  .salt-swiper-slide {
    padding-top: 14vw;
    /* height: 44vh; */
    height: auto;
  }

  .salt-swiper-slide img {
    top: 10%;
  }

}

@media (max-width: 820px) {

  .salt-swiper-slide {
    padding-top: 18vw;
    /* height: 52vh; */
    height: auto;
  }


}


@media (max-width: 768px) {
  .salt-swiper-slide {
    padding-top: 20vw;
    /* height: 60vh; */
    height: auto;
  }
}

@media (max-width: 767px) {
  .salt-swiper-slide {
    padding-top: 26vw;
  }

  .salt-swiper-slide img {

    width: 25%;
    top: 8%;
  }
}

@media (max-width: 576px) {
  .salt-swiper-slide img {
    height: 50%;
    width: 40%;
    top: 10%;
  }

  .salt-swiper-slide {
    height: auto;
  }

  .salt-swiper-slide {
    padding-top: 33vw;
    font-size: 12px;
  }

  .salt-swiper-slide {
    border-radius: 4vw;
  }
}

.swiper-slider-text a {
  border: none !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.shop-by-category {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.arrow-btn {
  background: #f19e30;
  border: none;
  border-radius: 50px;
  color: #fff;
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

/* @media screen and (max-width:768px){
    .arrow-btn{
      display:none;
    }
  } */

.shopify-section {
  background-color: #fffaf1;
}

#shopify-section-template--18893326221567__salt_fW9HPH {
  background-color: #fffaf1;
  margin-top: 3vw;
}

.salt-swiper-wrapper {
  display: flex !important;
  padding-left: .5vw;
}

.salt-swiper {
  width: 100%;
  height: fit-content;
  padding: 2vw 0;
  padding-top: 7vw;
  overflow: hidden;
}

.salt-swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  background-color: #fff;
  border-radius: 1vw;
  padding: 1vw;
  flex-shrink: 0;
  position: relative;
  padding-top: 6vw;
  width: "auto";
  /* height:45vh; */
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.swiper-dets h3 {
  font-weight: 800;
}

.cards-section {
  padding-top: 2vw !important;
}

.swiper-dets {
  position: relative;
  display: flex;
  flex-direction: column;
}

.swiper-slider-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #effae8;
  padding: 1vw 2vw;
  border-radius: 1vw;
}

.swiper-slider-text a {
  width: 100%;
  display: inline-block;
  padding: 0.5vw 0;
  text-decoration: none;
  border: 1px solid #f19e30;
  color: #f19e30;
  border-radius: 0.5vw;
}

.salt-swiper-slide img {
  position: absolute;
  object-fit: contain;
  width: 40%;
  height: 40%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}

.swiper-add {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .salt-swiper-slide {
    padding-top: 20vw;
  }

  .salt-swiper-slide {
    padding-top: 14vw;
    /* height: 44vh; */
    height: auto;
  }

  .salt-swiper-slide img {
    top: 10%;
  }

}

@media (max-width: 820px) {

  .salt-swiper-slide {
    padding-top: 18vw;
    /* height: 52vh; */
    height: auto;
  }


}


@media (max-width: 768px) {
  .salt-swiper-slide {
    padding-top: 20vw;
    /* height: 60vh; */
    height: auto;
  }
}

@media (max-width: 767px) {
  .salt-swiper-slide {
    padding-top: 26vw;
  }

  .salt-swiper-slide img {

    width: 25%;
    top: 8%;
  }
}

@media (max-width: 576px) {
  .salt-swiper-slide img {
    height: 50%;
    width: 40%;
    top: 10%;
  }

  .salt-swiper-slide {
    height: auto;
  }

  .salt-swiper-slide {
    padding-top: 33vw;
    font-size: 12px;
  }

  .salt-swiper-slide {
    border-radius: 4vw;
  }
}
.testimonial-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  overflow: hidden;
}

.slick-slide {
  max-width: 100%;
  flex-shrink: 0;
  width: 100%;
}

.swiper-button-next.next.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-prev.pre.swiper-button-disabled {
  opacity: 0;
}

.testimonial-heading {
  text-align: center;
  font-family: "Manrope-SemiBold", Helvetica, sans-serif;
  font-size: 28px;
  color: #292d32;
}

/* 
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
      display: block !important;
  }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
      display: block !important;
  }
 */
/* .pre {
      opacity: 1 !important;
      pointer-events:all !important;
      cursor: pointer !important;
  } */

.swiper-button-next.next.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-prev.pre.swiper-button-disabled {
  opacity: 0;
}

.testimonial-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}

.testimonial-review {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #6ba348;
  border-radius: 18px;
  box-shadow: 0px 9px 32px rgba(89, 91, 218, 0.05);
  text-align: left;
}

.testimonial-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #6ba348;
  padding: 10px;
  border-radius: 0 0 18px 18px;
}

.testimonial-name {
  color: #ffffff;
  font-family: "Manrope-SemiBold", Helvetica, sans-serif;
}

.testimonial-customer {
  font-family: "Manrope-SemiBold", Helvetica, sans-serif;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial-content {
  color: #292d32;
  font-family: "Manrope-Medium", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24.9px;
  margin-bottom: 20px;
  padding: 10px;
  min-height: 180px;
}

.div-4 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.star-2 {
  height: 15px;
  width: 15px;
}

.text-wrapper-3 {
  color: #ffffff;
  font-size: 14px;
}

.test-mySwiper {
  width: 100%;
  height: 100%;
}

.test-swiper-slide {
  flex-shrink: 0;
  width: 37% !important;
}

.testimonial-frame {
  padding: 4vw 1.5rem !important;
}

/* Responsive Design */

@media (max-width: 1050px) {
  .testimonial-heading {
    font-size: 24px;
  }

  .testimonial-content {
    font-size: 14px;
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  .testimonial-content {
    min-height: 250px;
  }
}

@media (max-width: 576px) {
  .testimonial-review {
    max-width: 280px;
  }

  .slick-slide {
    flex: 1 0 15%;
  }

  .testimonial-info {
    gap: 10px;
    text-align: center;
  }

  .testimonial-frame {
    margin-top: 30px;
  }

  .testimonial-content {
    font-size: 14px;
    min-height: 220px;
  }

  /* Adjust width for the full card on mobile */
  .slick-track {
    display: flex;
  }

  .test-swiper-slide {
    width: auto !important;
  }
}

.profile-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.main-heading-info {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  color: #fff;
  background: orange;
  padding: 10px 12px;
  border-radius: 50px;
}
@media(max-width : 767px){
  .tag-filter-product-grid>* {
        min-width: 280px;
}
}
@media (max-width: 480px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}


              </style>
<style>

        .shopify-section{
          background-color: #fffaf1;
        }

        #shopify-section-template--18893326221567__salt_fW9HPH{
          background-color: #fffaf1 ;
          margin-top:3vw;
        }

            .salt-swiper-wrapper {
              display:flex !important;
              padding-left:.5vw;
            }

            .salt-swiper {
              width: 100%;
              height: fit-content;
              padding: 2vw 0;
              padding-top: 7vw;
              overflow:hidden;
            }

            .salt-swiper-slide {
              text-align: center;
              font-size: 14px;
              background: #fff;
              background-color: #fff;
              border-radius: 1vw;
              padding: 1vw;
              flex-shrink: 0;
              position:relative;
              padding-top: 6vw;
              width:"auto";
              /* height:45vh; */
              height:auto;
              box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            }

  .swiper-dets h3{
    font-weight:800;
  }

      .cards-section{
        padding-top:2vw !important;
    }

            .swiper-dets {
              position: relative;
              display: flex;
              flex-direction: column;
            }

            .swiper-slider-text {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              height:100%;
              background-color: #effae8;
              padding: 1vw 2vw;
              border-radius: 1vw;
            }

            .swiper-slider-text a {
              width: 100%;
              display: inline-block;
              padding: 0.5vw 0;
              text-decoration: none;
              border: 1px solid #f19e30;
              color: #f19e30;
              border-radius: 0.5vw;
            }

            .salt-swiper-slide img {
              position: absolute;
              object-fit: contain;
              width: 40%;
              height: 40%;
              left: 50%;
              top: 0%;
              transform: translate(-50%, -50%);
            }

        .swiper-add{
          display:flex;
          justify-content:center;
        }

         @media (max-width: 1024px) {
          .salt-swiper-slide {
        padding-top: 20vw;
    }

           .salt-swiper-slide {
        padding-top: 14vw;
        /* height: 44vh; */
             height:auto;
    }

           .salt-swiper-slide img {
        top: 10%;
    }

            }

     @media (max-width: 820px) {

           .salt-swiper-slide {
        padding-top: 18vw;
        /* height: 52vh; */
             height:auto;
    }


            }


         @media (max-width: 768px) {
           .salt-swiper-slide {
            padding-top: 20vw;
            /* height: 60vh; */
             height:auto;
        }
         }

         @media (max-width: 767px) {
          .salt-swiper-slide {
        padding-top: 26vw;
    }

         .salt-swiper-slide img {

        width: 25%;
        top: 8%;
    }
            }

          @media (max-width: 576px) {
              .salt-swiper-slide img {
          height: 50%;
                width:40%;
          top: 10%;
      }
             .salt-swiper-slide {
            height: auto;
        }

           .salt-swiper-slide {
          padding-top: 33vw;
                 font-size: 12px;
      }
              .salt-swiper-slide {
      border-radius: 4vw;
  }
          }


          </style>
<style>
            .testimonial-frame {
              display: flex;
              flex-direction: column;
              align-items: center;
              gap: 10px;
              background-color: #ffffff;
              overflow: hidden;
            }
            .slick-slide {
              max-width: 100%;
              flex-shrink: 0;
              width: 100%;
            }
            .swiper-button-next.next.swiper-button-disabled{
                opacity: 0 !important;
            }
            .swiper-button-prev.pre.swiper-button-disabled {
                opacity: 0;
            }
            .testimonial-heading {
              text-align: center;
              font-family: "Manrope-SemiBold", Helvetica, sans-serif;
              font-size: 28px;
              color: #292d32;
            }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
      display: block !important;
  }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
      display: block !important;
  }

    /* .pre {
      opacity: 1 !important;
      pointer-events:all !important;
      cursor: pointer !important;
  } */

            .testimonial-slider {
              width: 100%;
              max-width: 100%;
              margin: 0 auto;
              display: flex;
            }
            .testimonial-review {
              width: 100%;
              background-color: #ffffff;
              border: 1px solid #6ba348;
              border-radius: 18px;
              box-shadow: 0px 9px 32px rgba(89, 91, 218, 0.05);
              text-align: left;
            }

            .testimonial-info {
              display: flex;
              justify-content: space-between;
              align-items: center;
              background-color: #6ba348;
              padding: 10px;
              border-radius: 0 0 18px 18px;
            }

            .testimonial-name {
              color: #ffffff;
              font-family: "Manrope-SemiBold", Helvetica, sans-serif;
            }

            .testimonial-customer {
              font-family: "Manrope-SemiBold", Helvetica, sans-serif;
            }

            .testimonial-rating {
              display: flex;
              align-items: center;
              gap: 5px;
            }

            .testimonial-content {
              color: #292d32;
              font-family: "Manrope-Medium", Helvetica, sans-serif;
              font-size: 16px;
              line-height: 24.9px;
              margin-bottom: 20px;
              padding: 10px;
              min-height: 180px;
            }

            .div-4 {
              display: flex;
              gap: 5px;
              align-items: center;
            }

            .star-2 {
              height: 15px;
              width: 15px;
            }

            .text-wrapper-3 {
              color: #ffffff;
              font-size: 14px;
            }

            .test-mySwiper {
              width: 100%;
              height: 100%;
            }

            .test-swiper-slide {
              flex-shrink: 0;
              width: 37% !important;
            }

    .testimonial-frame{
      padding:4vw 1.5rem !important;
    }

            /* Responsive Design */

            @media (max-width: 1050px) {
              .testimonial-heading {
                font-size: 24px;
              }

              .testimonial-content {
                font-size: 14px;
                min-height: 220px;
              }
            }

  @media (max-width: 768px) {
              .testimonial-content {
                min-height: 250px;
              }
            }

            @media (max-width: 576px) {
              .testimonial-review {
                max-width: 280px;
              }
              .slick-slide {
                flex: 1 0 15%;
              }

              .testimonial-info {
                gap: 10px;
                text-align: center;
              }
              .testimonial-frame {
                margin-top: 30px;
              }
              .testimonial-content {
                font-size: 14px;
                min-height: 220px;
              }

              /* Adjust width for the full card on mobile */
              .slick-track {
                display: flex;
              }

              .test-swiper-slide {
                width: auto !important;
              }
            }
            .profile-icon {
              width: 30px;
              height: 30px;
              border-radius: 50%;
            }
              .main-heading-info{
              display: flex;
              justify-content: center;
              padding-bottom: 20px;
            }
    </style>