/* Keep the explicit preview-button state authoritative on narrow and hybrid devices. */
@media (max-width:760px){
  html.collection-card-preview-ready body.route-collections .products-section .product-card.product-card--has-hover:not(.is-alt-view) .product-card-image--primary{
    opacity:1!important;
    transform:scale(1.001)!important;
  }
  html.collection-card-preview-ready body.route-collections .products-section .product-card.product-card--has-hover:not(.is-alt-view) .product-card-image--hover{
    opacity:0!important;
    transform:scale(1.018)!important;
  }
  html.collection-card-preview-ready body.route-collections .products-section .product-card.product-card--has-hover.is-alt-view .product-card-image--primary{
    opacity:0!important;
    transform:scale(1.028)!important;
  }
  html.collection-card-preview-ready body.route-collections .products-section .product-card.product-card--has-hover.is-alt-view .product-card-image--hover{
    opacity:1!important;
    transform:scale(1.045)!important;
  }
}
