/** Shopify CDN: Minification failed

Line 54:2 Unexpected "}"

**/
.product-media-modal {
    /* height: 67vh; */
    aspect-ratio: 1 / 1;
    width: 70vh;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-image {
    width: 60vh;
    aspect-ratio: 1!Important;
}
.media-modal {
    cursor: auto!Important;
}
.product-media-modal__toggle {
    right: 15px!Important;
    top: 15px!Important;
}

.slider-buttons {
    position: relative;
    /* top: -30px!Important; */
}


  @media screen and (max-width: 768px) {
    .product-media-modal {
        width: 67vw;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .slider-buttons {
        /* top: -50px!Important; */
    }
  }
  @media screen and (max-width: 425px) {
    .product-media-modal {
        width: 90vw;
        height: auto;
        aspect-ratio: 1;
    }
    .slider-buttons {
        top: 0px!Important;
    }
  }
  }