/** Shopify CDN: Minification failed

Line 20:2 Unexpected "{"
Line 20:3 Expected identifier but found "%"
Line 20:28 Expected identifier but found "%"

**/
.image-gallery-slider{
    display : flex;
  }
  .image-gallery-slider .slick-list {
    margin-bottom : -13px;
  }
  .image-gallery-slider-section{
    background: #fff;
  }
  .image-gallery-slider .slick-arrow{
    display : none !important;
  }
  {% comment %} New Design {% endcomment %}
  .image-slider-section h2{
    font-size:60px;
    text-align:center;
    color:#493829;
  }
  .image-slider-section{
    padding:50px 0 80px;
  }
  .image-gallery-slider{
    padding-top:50px;
  }
  .image-slider-section .slick-slide img {
    display: block;
    height: 130px;
    object-fit: contain;
    padding: 0px 50px;
    margin: auto;
  }
  .image-slider-section .slide {
    display: inline-block; 
  }

@media(max-width:1024px){
  .image-slider-section h2{
    font-size:50px;
  }
  .image-gallery-slider {
    padding-top: 30px;
  }
  .image-slider-section .slick-slide img {
    padding: 0 15px;
  }
   .image-slider-section{
    padding:50px 0;
  }
}
@media(max-width:767px){
  .image-slider-section h2 {
    font-size: 32px;
    padding: 0 25px;
  }
}