/** Shopify CDN: Minification failed

Line 49:10 Expected identifier but found whitespace
Line 49:16 Unexpected "!"

**/
/* ==========================================
   BUYaSOUL Mobile Fixes
   Fixes for Horizon theme known mobile bugs
   ========================================== */

/* Fix 1: Galaxy Fold 7 breakpoint gap */
@media screen and (max-width: 749.9px) {
  .product-information__media {
    grid-column: 1 / -1;
  }
}

/* Fix 2: Mobile Safari slideshow fallback */
.slideshow__slide {
  opacity: 1 !important;
}
@supports (animation-timeline: auto) {
  .slideshow__slide[style*="animation-timeline"] {
    opacity: 0;
  }
}

/* Fix 3: Carousel links on mobile Safari */
.collection-card__link {
  z-index: 2 !important;
  position: relative;
}

.drawer--mobile {
  z-index: 9999 !important;
}
.header-wrapper {
  z-index: 9998 !important;
}

/* Fix 5: Prevent horizontal overflow on mobile */
@media screen and (max-width: 749px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
}
  display: none !important;
}