
.newsletter .primary {
    background-color: #763489!important;
    color: #FFFFFF;
}
.page-header .search-area .minisearch .actions button {
    background-color: #763489!important;
}
/**
.sticky-header ul a { 
    color: #222223!important;
}
.sticky-header ul a:hover { 
    color: #763489!important;
    background: #FFFFFF;
}
.sticky-header ul a:active { 
    color: #763489!important;
    background: #FFF;
}
.sticky-header ul a:link { 
    background: #ffffff;
}
**/
.payment-icon {
    filter: invert(0)!important;
}
.header-main .header-left {
    height: 120px!important;
}

@media only screen and (max-width: 768px) {
    #myDIV {
        display: none;
    }
    .header-center {
        display: none!important;
    }
    .header-left {
        width: 200px!important;
    }
}
.minicart-items-wrapper  {
      max-height: 400px !important;
     }

/* Grundlegendes Styling für das Popup */
        .gpsr-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .gpsr-popup-content {
            background: #fff;
            border-radius: 8px;
            width: 90%;
            max-width: 600px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .gpsr-popup-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .gpsr-popup-header h2 {
            margin: 0;
            font-size: 1.5em;
        }

        .gpsr-close-btn {
            cursor: pointer;
            background: none;
            border: none;
            font-size: 1.5em;
        }

        .gpsr-tabs {
            display: flex;
            margin-top: 20px;
            border-bottom: 2px solid #ccc;
        }

        .gpsr-tab {
            flex: 1;
            text-align: center;
            padding: 10px;
            cursor: pointer;
            font-weight: bold;
            border-bottom: 2px solid transparent;
        }

        .gpsr-tab.active {
            border-color: #6965b5;
            color: #6965b5;
        }

        .gpsr-tab-content {
            display: none;
            margin-top: 20px;
        }

        .gpsr-tab-content.active {
            display: block;
        }

        .gpsr-highlight {
            background: #f9f9f9;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            margin-top: 10px;
        }

        .gpsr-product-images img {
            min-width: auto;
            height: 200px;
            margin: 10px 0;
        }
#gpsr-openPopup {
    color: #6965b5;
    transition: margin-left 0.2s ease;
}
#gpsr-openPopup:hover {
    color: #2195D1;
    margin-left: 1px;
}
.gpsr-title {
    color: #777777;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.gpsr-product-images-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.gpsr-product-images img {
    width: auto; /* Adjust image size */
    height: 300px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
}

.gpsr-product-images img:hover {
    transform: scale(1.1);
}

/* Modal styles */
.gpsr-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.gpsr-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    animation: fadeIn 0.3s;
}

.gpsr-close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.gpsr-close:hover {
    color: #f00;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.inkl-mwst {
    color: #777777;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.dhl-icon {
    width: 150px;
    height: auto;
    margin-left: 50px;
    margin-top: 0px;
}
.dhl-bg {
    background: #FFFFFF; /* ffcc01 */
    border: 2px solid #ffcc01;
    min-height: 200px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.dhl-title {
    color: #d40511;
    font-size: 24px;
    font-weight: bolder;
}
.dhl-logo {
    position: relative;
    float: right;
    right: 20px;
    bottom: 20px;
} 
.dhl-col-pos {
    top: 25px;
    left: 25px;
}

.swatch-attribute-options {
    margin-top: 5px;
    margin-bottom: 15px;
}
.swatch-option.text {
    /* background: rgb(45,85,184); */
    background: #763489;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.swatch-option {
    border-color: #333333;
    color: #ffffff!important;
}
.swatch-option.text.selected {
    background-color: #449bc9!important;
    background: #449bc9!important;

}

.product-item .rating-summary .rating-result > span:before {
    color: #FECA09!important;
}


.product-info-main p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.9;
}

/* ########## Fields ######### */

.product-options-wrapper {
    padding-bottom: 30px;
}
/* Stil für die Input-Felder (Checkboxen) */
.product-options-wrapper .field .label span {
    margin-right: 10px;
    min-width: 72px;
    font-size: .8571em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    padding: 2px 0 8px;
    margin: 0;
}

/* Verstecke die Standard-Checkbox */
.product-options-wrapper .field.choice .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;  /* Breite der benutzerdefinierten Checkbox */
    height: 25px; /* Höhe der benutzerdefinierten Checkbox */
    background-color: #fff; /* Hintergrundfarbe */
    border: 2px solid #763489; /* Randfarbe */
    border-radius: 4px; /* Abgerundete Ecken */
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s ease-in-out; /* Sanfter Übergang für die Puls-Effekt-Animation */
}

/* Benutzerdefinierte Darstellung für angekreuzte Checkbox */
.product-options-wrapper .field.choice .checkbox:checked {
    background-color: #449bc9; /* Blau für angekreuzte Checkbox */
    border-color: #763489; /* Gleiche Farbe für den Rand */
}

/* Häkchen für die angekreuzte Checkbox */
.product-options-wrapper .field.choice .checkbox:checked::after {
    content: '✔';  /* Unicode-Häkchen */
    font-size: 30px;
    color: white;
    position: absolute;
    top: -10px;
    left: 2px;
}

/* Stil für das Label, das den Text umgibt */
.product-options-wrapper .field.choice .label {
    font-size: 14px;
    letter-spacing: .005em;
    line-height: 1.9;
    font-weight: 600;
}

/* Optional: Vergrößern der Labels und Hinzufügen von Abständen */
.product-options-wrapper .field.choice {
    margin-bottom: 0px;  /* Abstand zwischen den Feldern */
}

/* Stil für den Preistext */
.product-options-wrapper .field.choice .price-wrapper {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.9;
    transition: color 2s ease-in-out; /* Übergang für die Farbe des Preises */
}

/* Stil für den Preis, wenn die Checkbox angeklickt wurde */
.product-options-wrapper .field.choice .checkbox:checked + .label .price-wrapper {
    color: #28a745; /* Grüne Farbe für den Preis */
}

/* Rückkehr zur ursprünglichen Farbe nach 2 Sekunden */
.product-options-wrapper .field.choice .checkbox:checked + .label .price-wrapper {
    animation: revertPriceColor 2s forwards;
}


/* Stil für den Preis, wenn die Checkbox angeklickt wurde */
.product-options-wrapper .field.choice .checkbox:checked + .product-info-price .price {
    color: #28a745!important; /* Grüne Farbe für den Preis */
}

/* Rückkehr zur ursprünglichen Farbe nach 2 Sekunden */
.product-options-wrapper .field.choice .checkbox:checked + .product-info-price .price {
    animation: revertPriceColor 2s forwards;
}

/* Pulse-Effekt bei Klick auf die Checkbox (wenn sie gecheckt ist) */
.product-options-wrapper .field.choice .checkbox:checked {
    animation: pulse 0.6s ease-in-out; /* Aktiviert die Puls-Animation für angekreuzte Checkbox */
}

/* Keyframes für den Pulse-Effekt */
@keyframes pulse {
    0% {
        transform: scale(1); /* Ursprüngliche Größe */
    }
    50% {
        transform: scale(1.2); /* Vergrößern auf 120% */
    }
    100% {
        transform: scale(1); /* Zurück zur ursprünglichen Größe */
    }
}

/* Animation, um den Preis wieder auf die ursprüngliche Farbe zu setzen */
@keyframes revertPriceColor {
    0% {
        color: #28a745; /* Grüne Farbe */
    }
    100% {
        color: inherit; /* Zurück zur Originalfarbe */
    }
}


/** ############## Icons für Options ################ **/

/* Icon für 60 ml */
#options_42_2 + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 25px;
    background-image: url("https://www.meralhome.de/pub/media/wysiwyg/icons/icon-kombiloesung-60-bunt.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px; /* Abstand zur Checkbox */
    margin-left: 3px;
    vertical-align: middle;
}

/* Icon für 350 ml */
#options_42_3 + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 25px;
    background-image: url("https://www.meralhome.de/pub/media/wysiwyg/icons/icon-kombiloesung-350-bunt.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px; /* Abstand zur Checkbox */
    margin-left: 3px;
    vertical-align: middle;
}

/* Icon für Augentropfen */
#options_43_2 + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 25px;
    background-image: url("https://www.meralhome.de/pub/media/wysiwyg/icons/icon-augentropfen.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px; /* Abstand zur Checkbox */
    margin-left: 3px;
    vertical-align: middle;
}




.product-description-p a {
    color: #5883a5;
    font-weight: 500;
}
.product-description-p h2,
.product-description-p h3,
.product-description-p h4,
.product-description-p h5 {
    font-weight: 600;
}

.product-description-p h3 {
    marign-bottom: 0px;
    margin-top: 50px!important;
}
.product-description-p a:hover {
    color: #74B0E2;
    text-decoration: underline;
}
.product-description-p ul {
    padding-left: 28px!important;
}

.product-description-p ul li {
  list-style-type: none; /* Entfernt die Standard-Aufzählungszeichen */
  padding-left: 20px; /* Fügt Platz für das benutzerdefinierte Bullet hinzu */
  position: relative; /* Ermöglicht das Hinzufügen von absolut positionierten Elementen */
}

.product-description-p ul li::before {
  content: "•"; /* Fügt das Bullet Point-Zeichen hinzu */
  font-size: 24px; /* Ändert die Größe des Bullet Points */
  color: #763489; /* Setzt die Farbe des Bullet Points */
  position: absolute; /* Positioniert das Bullet an einer bestimmten Stelle */
  left: 0; /* Setzt die Position des Bullets ganz links */
  top: 0; /* Setzt die Position des Bullets nach oben ausgerichtet */
}


.mollie-payment-icon {
width: 45px!important;
}


.custom-html {
    padding-left: 20px;
    padding-right: 20px;
}


/* #### MOBILE ANPASSUNGEN #### */
@media only screen and (max-width: 768px) {

    .porto-ibanner-layer {
      left: 15% !important; /* Überschreibt das inline-Style */
      right: 15% !important; /* Überschreibt das inline-Style */
    }
    .owl-next, .owl-prev {
        box-shadow: none!important;
    }
    .header-main .header-left {
        height: 0px!important;
    }
    .header-main .right { 
        height: 0px!important; 
    }
    .type22 { 
        padding-top: 0px;
    }

    .header.welcome {
    display: none;
    }
    .section-items .active {
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); 
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    .search-area {
        width: 25%!important; 
    }
}

@media(max-width:767px){
  .logo {
    max-width: 100%!important;
    z-index: auto;
}
}
@media(max-width:785px){
  .logo {
    max-width: 100%!important;
    z-index: auto;
}
}



.grand.totals.excl {
    display: none;
}

.columns .sidebar-additional {
padding: 0 0 0 0!important;
}


.view-all-button {
    text-align: center;
margin: 0 auto;
  text-decoration: none;
  padding: 7px 24px;
  border-radius: 7px;
  color: #222529;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 22px;
  border: 1px solid #e9e9e9;
  /* transition: border-width 0.3s, border-color 0.3s; */
}

/* Hover-Effekt */
.view-all-button:hover {
  border-color: #763489;
  color: #763489;
}


  .color-wheel {

    display: inline-block;
  --num-colors: 12;
  --color-size: calc(100% / var(--num-colors));
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50%;
  background: conic-gradient(
    #f22 calc(0 * var(--color-size)) calc(1 * var(--color-size)), 
    #f06 calc(1 * var(--color-size)) calc(2 * var(--color-size)), 
    #63b calc(2 * var(--color-size)) calc(3 * var(--color-size)), 
    #44b calc(3 * var(--color-size)) calc(4 * var(--color-size)), 
    #09f calc(4 * var(--color-size)) calc(5 * var(--color-size)), 
    #0af calc(5 * var(--color-size)) calc(6 * var(--color-size)), 
    #0bd calc(6 * var(--color-size)) calc(7 * var(--color-size)), 
    #098 calc(7 * var(--color-size)) calc(8 * var(--color-size)), 
    #0a4 calc(8 * var(--color-size)) calc(9 * var(--color-size)), 
    #7c3 calc(9 * var(--color-size)) calc(10 * var(--color-size)), 
    #fe0 calc(10 * var(--color-size)) calc(11 * var(--color-size)), 
    #fb0 calc(11 * var(--color-size)) calc(12 * var(--color-size))
  );
  transform: rotate(calc(-180deg / var(--num-colors)));
}

.color-wheel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: white;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}
  .color-wheel-black {

    display: inline-block;
  --num-colors: 12;
  --color-size: calc(100% / var(--num-colors));
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50%;
  background: conic-gradient(
    #f22 calc(0 * var(--color-size)) calc(1 * var(--color-size)), 
    #f06 calc(1 * var(--color-size)) calc(2 * var(--color-size)), 
    #63b calc(2 * var(--color-size)) calc(3 * var(--color-size)), 
    #44b calc(3 * var(--color-size)) calc(4 * var(--color-size)), 
    #09f calc(4 * var(--color-size)) calc(5 * var(--color-size)), 
    #0af calc(5 * var(--color-size)) calc(6 * var(--color-size)), 
    #0bd calc(6 * var(--color-size)) calc(7 * var(--color-size)), 
    #098 calc(7 * var(--color-size)) calc(8 * var(--color-size)), 
    #0a4 calc(8 * var(--color-size)) calc(9 * var(--color-size)), 
    #7c3 calc(9 * var(--color-size)) calc(10 * var(--color-size)), 
    #fe0 calc(10 * var(--color-size)) calc(11 * var(--color-size)), 
    #fb0 calc(11 * var(--color-size)) calc(12 * var(--color-size))
  );
  transform: rotate(calc(-180deg / var(--num-colors)));
}

.color-wheel-black::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #121213;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}
.main-toggle-menu .toggle-menu-wrap {
    width: 120%;
}
.dot-text {
    text-align: left;
    margin-left: 15px;
}
.dot-text-img {
    text-align: left;
    margin-left: 7px;
}

.dot-weiss {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #E9ECE7; }
.dot-rot {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FC011E; }
.dot-blau {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #0959FF; }
.dot-gruen {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #32BE0E; }
.dot-schwarz {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #40403F; }
.dot-orange {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #F8490D; }
.dot-gelb {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FFDE0F; }
.dot-rosa {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FD69EA; }
.dot-pink {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FC00B8; }
.dot-lila {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #980079; }
.dot-braun {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #854402; }

.dot-black-weiss {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #E9ECE7; }
.dot-black-weiss-zombie {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #E9ECE7; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #E9ECE7; }
.dot-black-rot {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FC260B; }
.dot-black-blau {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #398BFF; }
.dot-black-gruen {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #32BE0E; }
.dot-black-schwarz {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #7C7C7C/*, 0px 0px 0px 7px #8E8E8E; border: 1px solid #8E8E8E*/; }
.dot-black-orange {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FD6810; }
.dot-black-gelb {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FFEF0A; }
.dot-black-rosa {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FD73E7; }
.dot-black-pink {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #FC00C6; }
.dot-black-lila {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #9C00CF; }
.dot-black-braun {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #121213; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #944B06; }

.dot-glam-grau {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #83a1aa; }
.dot-glam-blau {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #345a7e; }
.dot-glam-gruen {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #447751; }
.dot-glam-braun {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #6d573b; }
.dot-glam-gold {margin-left: 6px; display: inline-block; width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #ffcf00; }

/* .dot-andere { line-height: 20px ;width: 10px; height: 10px; background: #FFFFFF; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0px 0px 0px 6px #xxxxx; } */

.white-kreis {
  line-height: 20px ;width: 8px; height: 8px; background: #ffffff; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 15px; top: 9px; z-index: 9999;
 
}
.andere-kreis {
    width: 18px;
    height: 18px;
    background: linear-gradient(45deg, #0959FF, #0959FF 100%), linear-gradient(135deg, #32BE0E, #32BE0E), linear-gradient(225deg, #FFDE0F, #FFDE0F) , linear-gradient(225deg, #FC011E, #FC011E);
    background-size: 50% 50%;
    background-position: 0% 0%, 0% 100%, 100% 0%, 100% 100%;
    border-radius: 50%;
    left: 10px;
    top: 4px;
    position: absolute;
    background-repeat: no-repeat;
}

.dot-behaelter-standard img { width: 24px; min-height: 100%;}
.dot-behaelter-hoch img { width: 24px; min-height: 100%;}
.dot-behaelter-bunt img { width: 24px; min-height: 100%;}
.dot-zombie img { width: 24px; min-height: 100%;}
.dot-cateyes img { width: 24px; min-height: 100%;}
.dot-vampire img { width: 24px; min-height: 100%;}
.dot-mesh img { width: 24px; min-height: 100%;}
.dot-naruto img { width: 24px; min-height: 100%;}
.dot-overwatch img { width: 24px; min-height: 100%;}
.dot-blackbutler img { width: 24px; min-height: 100%;}
.dot-codegeass img { width: 24px; min-height: 100%;}
.dot-tokyoghoul img { width: 24px; min-height: 100%;}
.dot-demonslayer img { width: 24px; min-height: 100%;}
.dot-glow img { width: 24px; min-height: 100%;}
.dot-dioptrien img { width: 20px; min-height: 100%;}


.border-blau { border: 2px solid #2A80A7; }
.border-grau { border: 2px solid #A7A7A7; }
.border-gruen { border: 2px solid #4AAB38; }
.border-braun { border: 2px solid #924619; }



.stickycart {
  display: none;
}
.sticky-header .stickycart {
  display: block !important;
}

.product-item-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;          /* Max. 2 Zeilen */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important; /* 'initial' oder 'normal' erlaubt Umbrüche */
}

.baseprice {
    font-weight: normal;
    font-size: 12px;
    color: #777777;
}


.catalog-category-view .page-title-wrapper {
    display: block!important;
}

 .block-category-list{
    display: none!important;
}

/* Standardmäßig mobile Elemente ausblenden */
.mobile-only {
  display: none!important;
}

/* Auf mobilen Geräten: Desktop-Bilder ausblenden, mobile einblenden */
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
    width: 100%;
    height: auto;
  }

  /* Ganze Slides ausblenden */
  .hide-on-mobile {
    display: none !important;
  }
}

.category-sidebar-seo {
    padding: 20px;
}
.category-sidebar-seo h2 {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
}
