/** Shopify CDN: Minification failed

Line 41:0 Expected "}" to go with "{"

**/
/* =========================================
   Prestige – Disable Collection Hover Zoom
   Scope: Homepage only
   ========================================= */

.template-index .collection-card__image img,
.template-index .collection-card img,
.template-index .media img,
.template-index .zoom img,
.template-index [class*="zoom"] img,
.template-index [class*="scale"] img,
.template-index a:hover img,
.template-index a:focus img,
.template-index a:focus-visible img {
  transform: none !important;
  scale: 1 !important;                 /* WICHTIG */
  transition: none !important;
  transition-property: none !important; /* WICHTIG */
  transform-origin: center !important;
  will-change: auto !important;
}

/* Falls der Effekt auf Wrappern sitzt */
.template-index .collection-card__image,
.template-index .collection-card,
.template-index .media,
.template-index .zoom,
.template-index [class*="zoom"],
.template-index [class*="scale"] {
  transform: none !important;
  scale: 1 !important;                  /* WICHTIG */
  transition: none !important;
  transition-property: none !important; /* WICHTIG */
  will-change: auto !important;

