/** Shopify CDN: Minification failed

Line 677:0 Unexpected "}"
Line 1175:0 Unexpected "{"
Line 1175:1 Expected identifier but found "%"
Line 1176:0 Unexpected "="
Line 1190:1 Expected identifier but found "%"

**/
/* MANTRAROMA CUSTOM
   Abstand zwischen Edelstein-Picker und mobilem Produkttitel */
@media (max-width: 768px) {
  .product-title-mobile .product-title {
    margin-top: .5em;
  }
}

/* MANTRAROMA CUSTOM
   Sale-Badge im Edelstein-Variantpicker */
.opt-label {
  position: relative;
  overflow: visible !important;
}

.opt-label--image {
  overflow: visible !important;
}

.custom-sale-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;

  background: transparent;
  color: #916d90;

  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}
/* MANTRAROMA – SMART ACCESSORIES
   Version: 0.1.0
   Zubehör-Buttons im Symmetry-Stil
*/

.mantraroma-product-accessories .option-selector__btns {
  gap: 8px;
}

.mantraroma-product-accessories .opt-btn + .opt-label {
  margin: 0;
}

.mantraroma-product-accessories .opt-btn:checked + .opt-label {
  border-color: currentColor;
  box-shadow: 0 0 0 1px currentColor;
}

.mantraroma-product-accessories .mantraroma-chain-length-group {
  margin-top: 16px;
}
/* ==========================================================================
   MANTRAROMA – SMART ACCESSORIES
   Version 0.9.1
   Preiszusammenfassung unter Produktpreis
========================================================================== */

.mantraroma-accessory-price-summary {
  margin-top: 6px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.mantraroma-accessory-price-summary strong {
  font-weight: 600;
}

.mantraroma-accessory-price-summary div:last-child {
  margin-top: 2px;
}
/* ==========================================================================
   MANTRAROMA CUSTOM
   SMART ACCESSORIES
   Version 0.9.2
   Preiszusammenfassung Layout-Fix
========================================================================== */

.price-container .mantraroma-accessory-price-summary:not([hidden]) {
  display: block !important;
  width: 100% !important;
  margin-top: 8px !important;
  text-align: left !important;
}

.price-container .mantraroma-accessory-price-summary div {
  display: block !important;
  margin-top: 2px !important;
}

.price-container .mantraroma-accessory-price-summary strong {
  font-weight: 600 !important;
  
}
.price-container .mantraroma-accessory-price-summary[hidden] {
  display: none !important;
}

.price-container .mantraroma-accessory-price-summary div:last-child {
  font-size: var(--price-font-size, 1.5rem) !important;
  line-height: 1.2 !important;
}
.price-container .mantraroma-accessory-price-summary div + div {
  margin-top: 8px !important;
}
/* ==========================================================================
   MANTRAROMA CUSTOM
   Smart Accessories – Kettenauswahl mit Bildern
   ========================================================================== */

.mantraroma-product-accessories [data-mantraroma-chain-options] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.mantraroma-product-accessories .mantraroma-chain-option {
  width: 92px;
  min-height: 104px;
  padding: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  line-height: 1.1;
  border-radius: 14px;
}

.mantraroma-chain-option__image {
  width: 72px;
  height: 58px;
  display: block;
}

.mantraroma-chain-option__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mantraroma-product-accessories .mantraroma-chain-option .js-value {
  font-size: 12px;
  white-space: normal;
}
/* ==========================================================================
   MANTRAROMA CUSTOM
   Smart Accessories – Kettenauswahl mit Bildern
   Version: 1.0.3
   Datum: 06.07.2026
   ========================================================================== */

.mantraroma-product-accessories .mantraroma-chain-options {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  margin-top: 10px !important;
}

.mantraroma-product-accessories .mantraroma-chain-option {
  width: 92px !important;
  height: 106px !important;
  min-height: 106px !important;
  padding: 6px !important;
  border-radius: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  overflow: hidden !important;
}

.mantraroma-product-accessories .mantraroma-chain-option__image {
  width: 78px !important;
  height: 64px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  flex: 0 0 auto !important;
}

.mantraroma-product-accessories .mantraroma-chain-option__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.mantraroma-product-accessories .mantraroma-chain-option .js-value {
  font-size: 12px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}
/* ==========================================================================
   MANTRAROMA CUSTOM
   Smart Accessories – Kettenlängen
   Version: 1.0.1
   Datum: 06.07.2026
   ========================================================================== */

.mantraroma-product-accessories
.mantraroma-chain-lengths
.option-selector__btns
.opt-label {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
}

.mantraroma-product-accessories
.mantraroma-chain-lengths
.option-selector__btns {
    gap: 8px !important;
    margin-top: 8px !important;
}

.mantraroma-product-accessories
.mantraroma-chain-lengths {
    margin-top: 10px !important;
}
/* ==========================================================================
   MANTRAROMA CUSTOM
   Smart Accessories – Feinschliff Layout
   Version: 1.0.0
   Datum: 06.07.2026
   ========================================================================== */

/* Weniger Abstand zwischen Ketten und Längen */
.mantraroma-chain-lengths {
    margin-top: 10px !important;
}

/* Überschrift etwas näher an die Karten */
.mantraroma-chain-lengths .label {
    margin-bottom: 8px !important;
}

/* Etwas weniger Abstand unter den Karten */
.mantraroma-chain-options {
    margin-bottom: 8px !important;
}
/* ==========================================================================
MANTRAROMA CUSTOM
Version: 1.0
Datum: 07.07.2026

Desktop-Filterbar für Collection-Filter.
Nur Oberfläche, keine eigene Filterlogik.
========================================================================== */

@media (min-width: 1000px) {
  .mantraroma-collection-filterbar {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
  }

  .mantraroma-collection-filterbar__button {
    min-width: 170px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(145, 109, 144, 0.35);
    border-radius: 999px;
    background: #fff;
    color: #2f2a2f;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }

  .mantraroma-collection-filterbar__dot {
    width: 15px;
    height: 15px;
    border: 1.5px solid #916d90;
    border-radius: 50%;
  }

  .mantraroma-collection-filterbar__chevron {
    margin-left: auto;
    color: #916d90;
    font-size: 18px;
    line-height: 1;
  }
}

/* ==========================================================================
MANTRAROMA CUSTOM
Version: übernommen aus funktionierender Version 8.3.1
Datum: 07.07.2026

Collection-Topfilter Ringgröße/Edelstein: exakt aus funktionierender Version.
========================================================================== */
.custom-top-filters {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-top-filter {
  position: relative;
  min-width: 180px;
}

.custom-top-filter summary {
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 18px;
  border: 1px solid #ddd6cf;
  border-radius: 999px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.custom-top-filter summary::-webkit-details-marker {
  display: none;
}

.custom-top-filter[open] summary {
  border-color: #b69ac2;
}

.custom-top-filter__values {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #e1dbd4;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  min-width: 320px;
  display: grid;
  gap: 10px;
}

.custom-top-filter--ringgrosse .custom-top-filter__values,
.custom-top-filter--ringgroesse .custom-top-filter__values {
  grid-template-columns: repeat(6, 44px);
}

.custom-top-filter--ringgrosse .custom-top-filter__value,
.custom-top-filter--ringgroesse .custom-top-filter__value {
  width: 44px;
  height: 44px;
  border: 1px solid #cfc8c0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom-top-filter--edelstein .custom-top-filter__values {
  grid-template-columns: repeat(2, minmax(120px, 1fr));
}

.custom-top-filter--edelstein .custom-top-filter__value {
  border: 1px solid #ddd6cf;
  border-radius: 999px;
  padding: 9px 12px;
  cursor: pointer;
}

.custom-top-filter__value input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-top-filter__value.is-active {
  border-color: #6f4b7a !important;
  background: #f1e8f4;
  color: #6f4b7a;
}

.custom-top-filter__value.is-disabled {
  opacity: .35;
  pointer-events: none;
}

.utility-bar {
  position: relative;
  z-index: 20;
  margin-bottom: 12px !important;
}

.utility-bar__left {
  position: relative;
  z-index: 30;
}

.filter-container,
.filters-adjacent,
.collection-listing,
.product-grid {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .custom-top-filters {
    display: block;
  }

  .custom-top-filter {
    margin-bottom: 12px;
  }

  .custom-top-filter__values {
    position: static;
    margin-top: 10px;
    box-shadow: none;
    min-width: 0;
  }
}
/* Edelstein als farbige Kreise in 2 Reihen */
.custom-top-filter--edelstein .custom-top-filter__values {
  grid-template-columns: repeat(6, 44px) !important;
  min-width: auto !important;
}

.custom-top-filter--edelstein .custom-top-filter__value {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0 !important;
  border: 1px solid #cfc8c0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-top-filter--edelstein .custom-top-filter__value span {
  font-size: 0;
}

/* Farben */
.custom-top-filter--edelstein .custom-top-filter__value[data-title="Amethyst"],
.custom-top-filter--edelstein .custom-top-filter__value[data-title="amethyst"] {
  background: radial-gradient(circle at 30% 30%, #b79ad8, #6f4b9a) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value[data-title="Granat"],
.custom-top-filter--edelstein .custom-top-filter__value[data-title="granat"] {
  background: radial-gradient(circle at 35% 30%, #c05a65, #7b1020 55%, #3b0710) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Onyx"]) {
  background: radial-gradient(circle at 35% 30%, #777, #222 45%, #050505) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Regenbogen Mondstein"]) {
  background: radial-gradient(circle at 35% 30%, #ffffff, #d8e7ff 45%, #f4e8ff 75%, #c8d5ef) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Mondstein"]) {
  background: radial-gradient(circle at 35% 30%, #ffffff, #d8e7ff 45%, #f4e8ff 75%, #c8d5ef) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Labradorit"]) {
  background: radial-gradient(circle at 35% 30%, #9ab7bd, #4f7278 45%, #2d3f46 80%) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Lapislazuli"]) {
  background: radial-gradient(circle at 35% 30%, #4f73d6, #2447a8 50%, #10255f) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Lapis Lazuli"]) {
  background: radial-gradient(circle at 35% 30%, #4f73d6, #2447a8 50%, #10255f) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Rosenquarz"]) {
  background: radial-gradient(circle at 35% 30%, #ffe1ea, #f2bfd0 55%, #d88ca7) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Malachit"]) {
  background: radial-gradient(circle at 35% 30%, #4fc58c, #0f7d52 55%, #06492f) !important;
}

.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="grüner Onyx"]) {
  background: radial-gradient(circle at 35% 30%, #70c891, #2d8b57 55%, #155c36) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="gruener Onyx"]) {
  background: radial-gradient(circle at 35% 30%, #70c891, #2d8b57 55%, #155c36) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Türkis"]) {
  background: radial-gradient(circle at 35% 30%, #8de6ec, #33b8c4 55%, #16808a) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Tuerkis"]) {
  background: radial-gradient(circle at 35% 30%, #8de6ec, #33b8c4 55%, #16808a) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Karneol"]) {
  background: radial-gradient(circle at 35% 30%, #f29a63, #c75b2e 55%, #7d2c12) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Tigerauge"]) { background:linear-gradient(135deg,#5b3819,#c9973d,#3a2412); }
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Peridot"]) {
  background: radial-gradient(circle at 35% 30%, #d7ef78, #9fc93a 55%, #638817) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="Peridot facettiert"]) {
  background: radial-gradient(circle at 35% 30%, #d7ef78, #9fc93a 55%, #638817) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="blau Topas"]) {
  background: radial-gradient(circle at 35% 30%, #c8f5ff, #67c8ea 55%, #248eb1) !important;
}
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value="blau Topas facettiert"]) {
  background: radial-gradient(circle at 35% 30%, #c8f5ff, #67c8ea 55%, #248eb1) !important;
}

/* Aktiv */
.custom-top-filter--edelstein .custom-top-filter__value.is-active {
  outline: 2px solid #6f4b7a;
  outline-offset: 2px;
  border-color: #6f4b7a !important;
}

/* Edelstein Namen bei Hover anzeigen */
.custom-top-filter--edelstein .custom-top-filter__value {
  position: relative;
}

.custom-top-filter--edelstein .custom-top-filter__value span {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #333;
  border: 1px solid #ddd6cf;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px !important;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10000;
}

.custom-top-filter--edelstein .custom-top-filter__value:hover span {
  opacity: 1;
  visibility: visible;
}
/* Edelstein-Farben robuster, auch bei Kleinschreibung */
.custom-top-filter--edelstein .custom-top-filter__value[data-stone="amethyst"],
.custom-top-filter--edelstein .custom-top-filter__value:has(input[value*="amethyst" i]) {
  background: #7b4bb3 !important;
}

.custom-top-filter--edelstein .custom-top-filter__value:has(input[value*="granat" i]) {
  background: #7b1020 !important;
}

.custom-top-filter--edelstein .custom-top-filter__value:has(input[value*="onyx" i]) {
  background: #111 !important;
}

.custom-top-filter--edelstein .custom-top-filter__value:has(input[value*="mondstein" i]) {
  background: linear-gradient(135deg,#ffffff,#d8e7ff,#f4e8ff) !important;
}

/* Tooltip fix */
.custom-top-filter--edelstein .custom-top-filter__value {
  overflow: visible !important;
  position: relative !important;
}

.custom-top-filter--edelstein .custom-top-filter__value span {
  font-size: 0 !important;
}

.custom-top-filter--edelstein .custom-top-filter__value:hover::after {
  content: attr(data-title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  border: 1px solid #ddd6cf;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  z-index: 10000;
}
/* Edelsteine immer genau 2 Reihen */
.custom-top-filter--edelstein .custom-top-filter__values {
  grid-template-columns: repeat(8, 44px) !important;
  grid-template-rows: repeat(2, 44px) !important;
  min-width: auto !important;
}
/* Abstand zwischen Filtern und Artikeln entfernen */
.utility-bar {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.filter-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.filters-adjacent,
.collection-listing,
.product-grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Abstand durch Bereich "aktive Filter" entfernen */
.filters .filter-group--applied,
.filters .filter-group--applied .filter-group__heading,
.filters .filter-group--applied .filter-group__items,
.filters .filter-group__applied-item,
.filters .filter-group__clear-row {
  margin: 0 !important;
  padding: 0 !important;
}

.filters .filter-group--applied {
  border: 0 !important;
  min-height: 0 !important;
}

.filters .filter-group--applied .filter-group__heading {
  display: none !important;
}

/* Gesamten Leerraum unter Topbar killen */
.utility-bar + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.utility-bar {
  padding-top: 15px !important;
}
}
@media screen and (max-width: 749px) {
  .custom-top-filter-form,
  .custom-top-filters {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .custom-top-filter--edelstein .custom-top-filter__values {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
  }

  .custom-top-filter--edelstein .custom-top-filter__value {
    width: 46px;
    height: 46px;
    justify-self: center;
  }
}
@media screen and (max-width: 749px) {
  .utility-bar {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  .filter-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .filter-container > .filters {
    display: none !important;
  }

  .filters-adjacent.collection-listing {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .product-grid {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .filters-adjacent.collection-listing {
    margin-top: -75px !important;
  }
}
/* ==========================================================================
MANTRAROMA CUSTOM
Version: 1.1
Datum: 07.07.2026

Blendet den alten Symmetry-Filterbutton auf Desktop aus,
wenn die Mantraroma-Topfilter sichtbar sind.
========================================================================== */

  .utility-bar__left > .toggle-btn[data-toggle-filters] {
    display: none;
  }
/* ==========================================================================
MANTRAROMA CUSTOM
Version: 1.4
Datum: 07.07.2026

Aktive Filter-Chips unter dem Topfilter.
========================================================================== */

.custom-top-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.custom-top-active-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid rgba(145, 109, 144, 0.3);
  border-radius: 999px;
  background: #f1e8f4;
  color: #6f4b7a;
  font-size: 13px;
  line-height: 1;
}
/* ==========================================================================
MANTRAROMA CUSTOM
Version: 1.1
Datum: 08.07.2026

Footer-Aktionsbuttons:
- Händlerbund Widerruf
- Kostenlose Rücksendung

Beide Buttons gleich groß, mit invertierten Hover-Farben.
========================================================================== */

.mantraroma-footer-action-block {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 24px;
}

.mantraroma-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

/* Grundlayout beider Buttons */
.mantraroma-footer-buttons #hbRevocationButton,
.mantraroma-footer-buttons .mantraroma-footer-button {
  width: 260px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

/* Händlerbund */
.mantraroma-footer-buttons #hbRevocationButton {
  background: #C58FFE;
  color: #fff;
}

.mantraroma-footer-buttons #hbRevocationButton:hover {
  background: #CFB8E6;
}

/* Rücksendung */
.mantraroma-footer-buttons .mantraroma-footer-button {
  background: #CFB8E6;
  color: #fff;
}

.mantraroma-footer-buttons .mantraroma-footer-button:hover {
  background: #C58FFE;
}

@media (max-width: 767.98px) {
  .mantraroma-footer-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .mantraroma-footer-buttons #hbRevocationButton,
  .mantraroma-footer-buttons .mantraroma-footer-button {
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 768px) {
    .section-footer__row--blocks {
        margin-bottom: -50px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}
/* ==========================================================================
MANTRAROMA CUSTOM
Version: 1.0
Datum: 08.07.2026

Mobile Gesamtüberschrift des Footers.
========================================================================== */

.mantraroma-footer-mobile-title {
  display: none;
}

@media (max-width: 767.98px) {

  .mantraroma-footer-mobile-title {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }

  .mantraroma-footer-mobile-title span {
    color: #A979A8;
  }
}
/* ==========================================================================
MANTRAROMA CUSTOM
Version: 1.1
Datum: 08.07.2026

Mobile Footer:
Linie oberhalb der Footerblöcke ausblenden.
========================================================================== */

@media (max-width: 767.98px) {
  .section-footer__row--blocks {
    border-top: none !important;
  }
}
@media (max-width: 767.98px) {

  .mantraroma-footer-mobile-title {
    margin-bottom: 8px;
  }

  .section-footer__row--blocks {
    padding-top: 0 !important;
  }
}
/*
==============================================================================
MANTRAROMA CUSTOM

Datei:
assets/custom-css.css

Version: 1.0.0
Datum: 10.07.2026

Zweck:
Markiert den auf einer Kategorieseite angeklickten Varianten-Swatch.

Die Markierung verändert nicht die Größe des Swatches und verhindert dadurch
ein Springen der Produktkarte.
==============================================================================
*/

.product-block-options__item--mantraroma-active {
  box-shadow: 0 0 0 2px #916d90;
  border-radius: 50%;
}
/*
==============================================================================
MANTRAROMA CUSTOM

Datei:
assets/custom-css.css

Version: 1.1.0
Datum: 10.07.2026

Zweck:
Gestaltet das kleine SALE-Badge an reduzierten Varianten-Swatches.

Das Badge sitzt oben rechts am Kreis und beeinträchtigt weder die aktive
Swatch-Markierung noch die Größe der Variantenreihe.
==============================================================================
*/

.product-block-options__item {
  position: relative;
}

.mantraroma-swatch-sale-badge {
  position: absolute;
  z-index: 2;
  top: -7px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 15px;
  padding: 0 4px;
  border-radius: 8px;
  background: #dca6f3;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  pointer-events: none;
  white-space: nowrap;
}
/*
==============================================================================
Filter Button weiter runter
==============================================================================
*/
@media (min-width: 768px) {
.template-collection .utility-bar {
    margin-bottom: -30px !important;
}}
@media (max-width: 768px) {
.template-collection .utility-bar {
    margin-bottom: 10px !important;
    margin-top: 17px !important;
}}
/*
==============================================================================
MANTRAROMA CUSTOM
Rabattaktion Produktseite
Version: 0.2.0
Datum: 10.07.2026

Aufklappbare Rabattbox im Stil der Warenkorbanzeige.
==============================================================================
*/

.mantraroma-discount-progress-product {
  margin: 20px 0;
}

.mantraroma-discount-progress-product__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d9c7d9;
  border-radius: 10px;
  background: #faf8fa;
  color: #916d90;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}



.mantraroma-discount-progress-product__toggle[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}



.mantraroma-discount-progress-product__box {
  padding: 14px 16px;
  border: 1px solid #d9c7d9;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #faf8fa;
}

.mantraroma-discount-progress-product__text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.mantraroma-discount-progress-product__levels {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
/*
==============================================================================
MANTRAROMA CUSTOM
Rabattaktion Warenkorb
Version: 0.1.0
Datum: 10.07.2026

Vorläufige Hervorhebung der Rabattfortschrittsanzeige im Cart Drawer.
==============================================================================
*/

.mantraroma-discount-progress-cart {
  margin: 0 0 16px;
}

.mantraroma-discount-progress-cart__box {
  padding: 14px 16px;
  border: 1px solid #d9c7d9;
  border-radius: 10px;
  background: #faf8fa;
}

.mantraroma-discount-progress-cart__title {
  margin-bottom: 8px;
  color: #916d90;
  font-weight: 600;
}

.mantraroma-discount-progress-cart__text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.mantraroma-discount-progress-cart__levels {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
/*
==============================================================================
MANTRAROMA CUSTOM
Retourenhinweis Rabattaktion im Warenkorb
Version: 0.1.0
Datum: 10.07.2026
==============================================================================
*/

.mantraroma-discount-progress-cart__return-note {
  margin-top: 22px;
  padding: 12px 14px;
  border-left: 3px solid #916d90;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.mantraroma-discount-progress-cart__return-note strong {
  color: #916d90;
}
/*
==============================================================================
MANTRAROMA CUSTOM
Aufklappbarer Retourenhinweis Produktseite
Version: 0.1.0
Datum: 10.07.2026
==============================================================================
*/

.mantraroma-discount-progress-product__return-note {
  margin-top: 18px;
  font-size: 12px;
}

.mantraroma-discount-progress-product__return-note summary {
  color: #916d90;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.mantraroma-discount-progress-product__return-note summary::-webkit-details-marker {
  display: none;
}

.mantraroma-discount-progress-product__return-note summary::after {
  content: "⌄";
  margin-left: 6px;
}

.mantraroma-discount-progress-product__return-note[open] summary::after {
  content: "⌃";
}

.mantraroma-discount-progress-product__return-note-content {
  margin-top: 10px;
  padding: 12px 14px;
  border-left: 3px solid #916d90;
  background: #fff;
  line-height: 1.5;
}
/*
==============================================================================
MANTRAROMA CUSTOM
Weiches Öffnen der Rabattbox auf Produktseiten
Version: 0.1.0
Datum: 10.07.2026
==============================================================================
*/

.mantraroma-discount-progress-product__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 220ms ease,
    opacity 180ms ease;
}

.mantraroma-discount-progress-product__content[hidden] {
  display: none;
}

.mantraroma-discount-progress-product__content.is-open {
  opacity: 1;
}
.mantraroma-discount-progress-product__toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 220ms ease;
  flex: 0 0 auto;
}

.mantraroma-discount-progress-product__toggle[aria-expanded="true"]::after {
  transform: rotate(225deg);
}
{%- comment -%}
==============================================================================
MANTRAROMA CUSTOM

Datei:
assets/custom-css.css

Version: 1.0.0
Datum: 12.07.2026

Zweck:
Gestaltet das Rabatt-Herz im Variantenpicker ohne Hintergrund.
Das Herz wird etwas größer dargestellt und erscheint als dezenter
Hinweis auf rabattfähige Varianten.
==============================================================================
{%- endcomment -%}
.mantraroma-swatch-sale-badge {
  position: absolute;
  z-index: 5;
  top: -11px;
  left: 40%;
  transform: translateX(-50%);
  display: block;
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  background: transparent;
}
/*
==============================================================================
MANTRAROMA CUSTOM

Datei:
assets/custom-css.css

Version: 1.1.0
Datum: 12.07.2026

Zweck:
Gestaltet das schwebende Herz und die Infokarte der Mantraroma-Herzaktion.

Version 1.1:
- Overlay etwas größer
- Inhalt unverändert
==============================================================================
*/

.mantraroma-heart-action {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.mantraroma-heart-action__button {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 8px 14px 8px 10px;
  background: #ffffff;
  border: 1px solid rgba(93, 51, 111, 0.18);
  border-radius: 999px;
  box-shadow: 0 5px 22px rgba(45, 25, 55, 0.16);
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.mantraroma-heart-action__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 26px rgba(45, 25, 55, 0.2);
}

.mantraroma-heart-action__button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.mantraroma-heart-action__button-heart {
  font-size: 22px;
  line-height: 1;
}

.mantraroma-heart-action__button-text {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.mantraroma-heart-action__panel {
  position: relative;
  width: min(380px, calc(100vw - 32px));
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(93, 51, 111, 0.14);
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(45, 25, 55, 0.2);
}

.mantraroma-heart-action__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 26px;
  font-size: 18px;
}

.mantraroma-heart-action__intro {
  margin: 12px 0 14px;
  font-size: 14px;
  line-height: 1.5;
}

.mantraroma-heart-action__levels {
  display: grid;
  gap: 8px;
}

.mantraroma-heart-action__level {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  background: rgba(220, 166, 243, 0.13);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.35;
}

.mantraroma-heart-action__level-icon {
  min-width: 86px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -3px;
  white-space: nowrap;
}

.mantraroma-heart-action__note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.78;
}

.mantraroma-heart-action__close {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.65;
}

.mantraroma-heart-action__close:hover {
  opacity: 1;
}

@media (max-width: 767px) {

  .mantraroma-heart-action {
    right: 12px;
    bottom: 12px;
  }

  .mantraroma-heart-action__button {
    min-height: 44px;
    padding: 7px 11px;
  }

  .mantraroma-heart-action__button-text {
    font-size: 13px;
  }

  .mantraroma-heart-action__panel {
    width: min(360px, calc(100vw - 20px));
    padding: 20px;
  }

}
/* ==========================================================================
   MANTRAROMA CUSTOM
   Rabattfortschritt Warenkorb – zuklappbarer Inhalt
   Version: 1.0.0
   Datum: 12.07.2026
   ========================================================================== */

.mantraroma-discount-progress-cart__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-align: left;
  cursor: pointer;
}

.mantraroma-discount-progress-cart__chevron {
  display: inline-flex;
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.mantraroma-discount-progress-cart__collapsible {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 250ms ease;
}

.mantraroma-discount-progress-cart__collapsible-inner {
  min-height: 0;
  overflow: hidden;
}

.mantraroma-discount-progress-cart.is-collapsed
  .mantraroma-discount-progress-cart__collapsible {
  grid-template-rows: 0fr;
}

.mantraroma-discount-progress-cart.is-collapsed
  .mantraroma-discount-progress-cart__chevron {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .mantraroma-discount-progress-cart__collapsible,
  .mantraroma-discount-progress-cart__chevron {
    transition: none;
  }
}