/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 11:3 Expected identifier but found "%"
Line 12:36 Unexpected "-->"

**/
{% comment %}
Add all of ElRats custom CSS through here, to save problems updating the theme
  {% endcomment %}
<!-- ELRAT-FP-CUSTOM-CSS-2025-12-03 -->

/* Hide Dawn's default product gallery thumbnails - using custom gallery instead */
.product__media-list,
.thumbnail-list,
.product__media-wrapper .slider-buttons {
  display: none !important;
}

/* Keep only the main featured media visible */
.product__media-item:not(:first-child) {
  display: none !important;
}

/* Hide mobile slider navigation (arrows and counter) on main product image */
.slider-buttons.quick-add-hidden,
.slider-counter.caption,
div.slider-buttons.quick-add-hidden {
  display: none !important;
}

/* Alternative - broader selector to catch all slider controls in product media */
.product__media-wrapper .slider-buttons,
.product__media-wrapper .slider-counter {
  display: none !important;
}

