/** Shopify CDN: Minification failed

Line 43:20 Unexpected "{"
Line 43:29 Expected ":"
Line 44:20 Unexpected "{"
Line 44:29 Expected ":"
Line 47:20 Unexpected "{"
Line 47:29 Expected ":"
Line 48:20 Unexpected "{"
Line 48:29 Expected ":"

**/
/* Collection-only performance helpers */
.template-collection .banner__wrapper { aspect-ratio: 16 / 7; }

.template-collection .collection-matrix {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

@media (hover: none) {
  .template-collection .product-thumbnail:hover,
  .template-collection .product__grid-item:hover {
    transition: none !important;
    transform: none !important;
  }
}

/* Prevent tiny star/price jumps */
.template-collection .product-thumbnail__review-stars,
.template-collection .thumbnail-overlay .info { min-height: 1.25rem; }

/* Fix hero desktop vs mobile images */
@media (min-width: 769px) {
  .is-hidden-desktop-only { display: none !important; }
}
@media (max-width: 768px) {
  .is-hidden-mobile-only { display: none !important; }
}

/* Force correct hero visibility, scoped to this section */
@media (min-width: 769px) {
  #shopify-section-{{ section.id }} .is-hidden-desktop-only { display: none !important; }
  #shopify-section-{{ section.id }} .is-hidden-mobile-only { display: block !important; }
}
@media (max-width: 768px) {
  #shopify-section-{{ section.id }} .is-hidden-mobile-only { display: none !important; }
  #shopify-section-{{ section.id }} .is-hidden-desktop-only { display: block !important; }
}
