/** Shopify CDN: Minification failed

Line 236:7 Expected "}" to go with "{"

**/
    .nutrition-facts {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
          padding-top: 50px;
           padding-bottom: 60px;
        }

.c_hide {
    display: none;
}
.chip-faq .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chip-faq h3{
  margin: 0;
}

.information {
    display: none;
}

          .smallImg{
            cursor: pointer;
            
          }


.smallImg img {
  width: 130px;
  height: 130px;
  object-fit: cover; 
  display: block;
}

            .right-area {
                width: 400px;
                padding-top: 0px;
                margin-bottom: 90px;
                
                
            }
             .right-area h6.titleImg {
                text-align: center;
                margin-top: 40px;
                margin-bottom: 40px;
              }

            h2.p_info_title {
                margin-bottom: 50px;
                margin-top: 15px;
              }

            .right-area img {
                max-width: 80%;
                display: block; 
                margin: 60px auto 0;
                
            }

            .left-images {
                display: grid;
                grid-template-columns: auto auto auto;
                gap: 40px;
                padding-right: 0;
                padding-bottom: 0;
                          
            }

          .chip-faq-item .title:hover {
        color: #0c2340;
    }
    
    .chip-faq-item .title {
        color: #ba9b37;
    }
        .left-images > div > img{
            width: 130px;
            cursor: pointer;
            
        }

        .animate-hang:hover {
            animation-name: pf-hang-sink,pf-hang;
            animation-duration: .3s,1.5s;
            animation-delay: 0s,.3s;
            animation-timing-function: ease-out,ease-in-out;
            animation-iteration-count: 1,infinite;
            animation-fill-mode: forwards;
            animation-direction: normal,alternate;
        }
      
        @keyframes pf-hang-sink {
            100% {
                transform: translateY(8px)
            }
        }
        @keyframes pf-hang {
            0% {
                transform: translateY(8px);
            }
            50% {
                transform: translateY(4px);
            }
            100% {
                transform: translateY(8px);
            }
        }
      
 
        .chip-faq-item{
            
            margin-bottom: 5px;
        }
        .title{
            padding: 10px;
            cursor: pointer;
            border-bottom: 1px solid #ba9b37;
            font-weight: bold;
        }
        .content{
            display: none;
            padding: 10px;
            transition: max-height 0.3s ease-out;
            text-align: justify;
            font-size: 16px;
        }
        .arrow{
            float: right;
            transition: transform 0.3s ease;
        }
        .rotate-down{
            transform: rotate(90deg);
        }
.chip-faq-item.container.top_accordion h3 {
    margin: 0;
}

.chip-faq-item.container.top_accordion {
    padding-right: 0px;
    max-width: 750px;
    margin-top: 50px;
    overflow-y: auto;
    
}

.chip-faq-item.container.top_accordion .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


      @media screen and (max-width: 767px) {
        .chip-faq-item.container.top_accordion {
          padding-right: 12px;
      }
        .nutrition-facts{
          display: block;
        }
        .left-images{
          gap: 0;
          width: 100%;
          padding-left: 0;
        }
        .right-area {
                width: 100%;
            }
       .smallImg h6{
         font-size: 9px;
         text-align: center;
       }

@media (max-width: 767px) {
  .smallImg {
    margin-right: 10px; /* Add spacing between each image box */
    flex: 0 0 auto; /* Prevent shrinking and allow horizontal scroll/slide */
    overflow: visible;
  }

  .smallImg img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  
  .slider-container {
    display: flex;
    overflow-x: auto;
    overflow: visible;
    height: 180px;
    scroll-behavior: smooth;
  }



        
        .slick-track::after {
  clear: both;
  overflow: visible !important;
}
.slick-track::after, .slick-track::before {
  display: table;
  content: '';
}
element {
  opacity: 1;
  width: 1780px;
  transform: translate3d(-1335px, 0px, 0px);
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 90px;
}
        
      }