/** Shopify CDN: Minification failed

Line 80:9 Expected ":"

**/
@charset "UTF-8";
/*!
------------------------------------------------------------------
Author: conImago
Author URI: https://www.conimago.de
------------------------------------------------------------------
*/

/* Eigener CSS für Icons in Produktbeschreibung */

collapsible-row summary::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

collapsible-row:nth-of-type(1) summary::before {
  background-image: url('/cdn/shop/files/DM_Icons_Limitierte-Auflage.png?v=1759066887');
}

collapsible-row:nth-of-type(2) summary::before {
  background-image: url('/cdn/shop/files/DM_Icons_Kuenstlersigniert.png?v=1759066888');
}

collapsible-row:nth-of-type(3) summary::before {
  background-image: url('/cdn/shop/files/DM_Icons_Echtheitszertifikat.png?v=1759066887');
}

/* Produktkurzbeschreibung */

.product-short-description h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.product-short-description .materials {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.product-short-description .materials p {
  margin-bottom: 3px !important;
}

/* Product Badges */

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
  padding-top: 10px;
}

.product-badge {
  display: inline-block;
  padding: 10px 11px 7px;
  background: #FFD700;
  color: #111;
  border: 1px solid #FFD700;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-we