/** Shopify CDN: Minification failed

Line 28:1 Unexpected "2"

**/
@media (max-width: 768px) {
  .product-gallery__image-list {
    grid-template-columns: calc(100% - 65px) 56px !important;
  }

  carousel-navigation.scroll-marker-group.scroll-marker-group--thumbnails.scroll-area.bleed.md\:unbleed {
    grid-auto-flow: row !important;
    align-items: start;
    gap: 4px;
    max-height: calc(138vw - 146px);
    overflow-y: auto;
    overflow-x: hidden;
    display: grid !important;
  }
}
@media screen and (min-width: 1000px) {
    .product-info {
        max-width: none !important;
        margin-block: 0;
        position: sticky;
        inset-block-start: calc(var(--sticky-area-height) + 20px);
    }
}2