/** Shopify CDN: Minification failed

Line 20:6 Unexpected "}"

**/
  .custom-slider-section .custom-slider {
        position: relative;
        overflow: hidden;
      }
      .custom-slider__track {
        display: flex;
        transition: transform 0.3s ease;
      }
      .custom-slider__cell {
        flex: 0 0 33.33%;
        padding: 0 5px;
        box-sizing: border-box;
        display: flex;
        }
      }
      .custom-slider__cell img {
        width: 100%;
        height: auto;
        object-fit: cover;
        cursor: pointer;
      }
      .image-slider-section .custom-slider__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index:2;
      }

      .image-slider-section .custom-slider__arrow--prev {
        left: 10px;
      }
     .image-slider-section  .custom-slider__arrow--next {
        right: 10px;
      }
      .custom-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        align-items: center;
        justify-content: center;
      }
      .custom-popup__content {
        position: relative;
        max-width: 80%;
        max-height: 80%;
        width: 100%;
        display:flex;
      }
      .custom-popup__image {
        width: 100%;
        height: auto;
        object-fit: contain;
      }
     .image-slider-section  .custom-popup__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        cursor: pointer;
        z-index:2;
      }

     .image-slider-section  .custom-popup__arrow--prev {
        left: -30px;
      }
     .image-slider-section  .custom-popup__arrow--next {
        right: -30px;
      }
     .custom-popup__close {
        position: absolute;
        top: -30px;
        right: -40px;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 16px;
        cursor: pointer;
    }
  