/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 25:0 Unexpected "{"
Line 25:1 Expected identifier but found "%"

**/
{% if section.settings.gallery_layout == 'thumbnail_slider' %} 
     .product--thumbnail .product__media-item:not(.is-active),
    .product--thumbnail_slider .product__media-item:not(.is-active)
    {
      display:block !important;
    }
    .slider-buttons {
       position: flex;
       bottom: 0;
       right: 0;
       background: transparent;
       display: flex !important;
    }
   .enable_desktop_slider li{
     width:calc(100% - 3rem)!important;
  }
{% endif %}