/** Shopify CDN: Minification failed

Line 855:0 Unexpected "}"
Line 1000:0 Expected "}" to go with "{"

**/
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Regular.woff2?v=1712841187') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Regular.woff?v=1712841188') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Medium.woff2?v=1712841187') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Medium.woff?v=1712841187') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Bold.woff2?v=1712841187') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Bold.woff?v=1712841188') format('woff');
    font-weight: 700;
    font-style: normal;
}

a {
  text-decoration: none;
  color: #000000;
}

.footer {
  margin-top: 0px !important;
}

.cart-items cart-remove-button {
  margin: 0px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.flickity-enabled .flickity-viewport,
.flickity-enabled {
  outline: none !important;
  box-shadow: none !important;
}

.flickity-prev-next-button {
  width: 38px;
  height: 38px;
  z-index:2;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.flickity-prev-next-button.previous {
    left: -10px;
}

.flickity-prev-next-button.next {
    right: -10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 24%;
    top: 24%;
    width: 52%;
    height: 52%;
}

.flickity-page-dots .dot {
  margin: 0 5px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

h2 {
  font-weight: 700 !important;
}

.index .button:after, .index .button:before {
  display: none;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 5px;
  margin: 1em;
  background: #f9ca4f;
  border: none;
  z-index: 9999;
  border-radius: 100%;
  transition: 0.3s all;
}

.newsletter {
  margin-top: 60px !important;
}

.back-to-top:hover svg path {
  fill: #ffffff;
  background: #000000;
  border: 2px solid #000000;
  transition: 0.3s all;
}

.back-to-top:hover {
  cursor: pointer;
}

.img-section {
  display: block;
  max-width: 60px;
  margin-bottom: 10px;
}

.back-to-top svg {
  display: flex;
}

.back-to-top:hover {
  display: flex;
  background: #000000;
  border: 2px solid #000000;
}

.product--stacked li,
.product--stacked ul,
.product--columns li,
.product--columns ul,
.product--scrollable-2-columns ul,
.product--scrollable-2-columns li {
  cursor: auto !important;
}

.continue-button {
  width: 100%;
}

.description-section {
  text-align: center;
  background: #f5f5f5;
  padding: 70px 0px;
}

.description-section .heading-section {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .32px;
  line-height: 28px;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.description-section .description {
  max-width: 800px;
  margin: 0px auto;
}

.read-more {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  cursor: pointer;
}

.collection .show-svg {
  height: 38px;
  width: 38px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 9px;
  opacity: 0.3;
  cursor: pointer;
}

.collection .show-svg.active {
   opacity: 1;
}

.product-grid-container.list-view-section ul {
  flex-direction: column;
}

.list-view-section .card-wrapper {
  margin-bottom: 15px; 
}

.list-view-section .card__heading a:after {
  display: none;
}

.grid-view-list-section {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.grid-view-list-section {
  display: none;
}

.list-menu__item {
  text-decoration: none !important;
  text-wrap: nowrap;
}

.header-wrapper .header {
  overflow:visible !important;
}

.product-discount {
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  align-self: auto;
  grid-row-start: auto;
  flex-direction: column;
  display: flex;
  gap: 4px;
}

.product-discount.bottom.left {
  left: 5px;
  right: auto;
  top: auto;
  bottom: 5px;
}

.product-discount.bottom.right {
  right: 5px;
  left: auto;
  top: auto;
  bottom: 5px;
}

.product-discount.top.left {
  left: 5px;
  right: auto;
  bottom: auto;
  top: 5px;
}

.product-discount.top.right {
  right: 5px;
  left: auto;
  bottom: auto;
  top: 5px;
}

.product-discount span {
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0px;
  line-height: 1;
  padding: .5rem 1.3rem .6rem;
  text-align: center;
  color: #ffffff;
  word-break: break-word;
}

.main-collection-slider:focus-visible {
  outline-offset: 0px;
  box-shadow: none;
}

.services-box.servicestyle1 {
  margin: 0px !important;
}

.image-square.product__media-item .product__media {
  padding-top: 100% !important;
}

.variant_active.scrollable-2-columns .product__media-item {
  display:none;
}

.variant_active.scrollable-2-columns .product__media-item.is-active {
  display:block;
  width: 100% !important;
  max-width: 100% !important;
}

.shipping-img {
  width: 20px;
  height: 20px;
}


@media only screen and (min-width: 991px) {
    .list-view-section .card__inner {
    width: 26%;
    --ratio-percent: 110% !important;
  }
  
  .list-view-section .card__content {
    width: 74%;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 600px) {
  .product-grid-container.list-view-section .product-card-wrapper .card {
    display: flex;
    flex-direction: row;
  }

  .product-grid-container.list-view-section .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .list-view-section .card__inner {
    width: 35%;
    --ratio-percent: 110% !important;
  }
  
  .list-view-section .card__content {
    width: 65%;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    padding-left: 30px !important;
  }
    
  .list-view-section .card__information, .list-view-section .card-information, .list-view-section .card__heading {
    text-align: left !important; 
  }
  
  .list-view-section .quick-add {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .flickity-prev-next-button {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .facets-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .grid-view-list-section {
    display: flex;
  }
  .description-section .heading-section {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .description-wrapper {
    font-size: 14px;
  }
  .flickity-prev-next-button {
    display: none;
  }
  .list-menu__item {
    font-size: 14px !important;
  }
  .grid-view-list-section {
    margin-bottom: 0px;
  }
  #ProductCount {
    display: none;
  }
  .active-facets {
    display: none !important;
  }
}

.temp-product-new.newsletter {
    margin-top: 0 !important;
}

.full .title-wrapper-with-link {
    padding: 0 15px;
}

.scrollable-2-columns li:nth-child(3n) {
  width: 100%;
  max-width: 100%;
}

.main-product__template .overflow-hidden {
  overflow: visible !important;
}

.overflow-hidden-class {
   overflow: visible !important; 
}

/* .product .product-sticky-form {
  display: none;
} */

#shopify-section-template--22705987911998__featured-collection {
  display: inline-block;
  width: 100%;
}

.dummy-product .card--standard.card--text:not(.card--horizontal)>.card__content .card__heading {
  display: block !important;
}

.collection-list .title-wrapper-with-link {
  padding: 0px;
}

.collection-title-center {
  justify-content: center !important;
}
.collection-title-left {
  justify-content: left !important;
}
.collection-title-right {
  justify-content: right !important;
}

.product-icon-text img {
  max-width: 50px;
}

@media screen and (max-width: 749px) {
.collection-list-wrapper .collection-list,
.collection-list-wrapper .collection-title-left {
  padding: 0px !important;
}

.collection-list {
  padding: 0px 20px !important;
}
}

/* Zusätzliche Formatierung Cart-Drawer 🟡 Weniger Abstand oben beim Header */
.drawer__header {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* 🟡 Überschrift kompakter */
.drawer__heading {
  margin-bottom: 0.25rem !important;
}

/* 🟡 Produktbild etwas prominenter */
.cart-item__media img {
  width: 72px !important;
  height: auto !important;
}

/* 🟡 Weniger Abstand rund um Zahlungsmethoden */
#CartDrawer .methods_of_payment {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 🟡 Trusted Site Badge näher ran */
.trustedsite-trustmark {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

/* 🟡 Checkout-Button nicht abdriften lassen */
.cart__ctas {
  margin-top: 0.5rem !important;
}

/* 🛍️ Produktteil kompakter darstellen */
.cart-item {
  margin-top: 0.25rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.1rem !important;
}

/* 📸 Bild im Warenkorb etwas kleiner, damit mehr Platz für Text */
.cart-item__media img {
  width: 64px !important;
  height: auto !important;
}

/* ⚠️ Scarcity-Hinweis (Wichtig: nicht reserviert) sichtbar machen */
.shipping-header-info-container {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.shipping-header-info-container .shipping-header-info {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  font-size: 13.5px;
  line-height: 1.4;
  color: #000000;
  font-weight: 500;
}

/* 🧾 Trustbullets dichter setzen */
.cart-drawer__footer .bullet_text:first-child {
  margin-top: 0.5rem !important;
}

.cart-drawer__footer .bullet_text:last-child {
  margin-bottom: 0.25rem !important;
}

/* 💸 Rabattbereich noch näher an AGB */
.cart-drawer .discounts {
  margin-bottom: 0.4rem !important;
}
.cart-drawer .cart__ctas {
  margin-top: 0.5rem !important;
}
/* 🛍️ Produktblock dichter setzen */
.cart-item {
  margin-top: 0.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* 📸 Produktbild dezenter, damit mehr Raum für Scarcity */
.cart-item__media img {
  width: 64px !important;
  height: auto !important;
}

.label-container {
  font-size: 13.5px !important;
  line-height: 1.4;
  font-weight: 500;
}

/* ✅ Trust-Bullets enger an Produkt */
.cart-drawer__footer .bullet_text:first-child {
  margin-top: 0.75rem !important;
}
.cart-drawer__footer .bullet_text:last-child {
  margin-bottom: 0.5rem !important;
}

/* 💸 Rabattblock dichter an die AGB */
.cart-drawer .discounts {
  margin-bottom: 0.5rem !important;
}
.cart-drawer .cart__ctas {
  margin-top: 0.75rem !important;
}

/* 📦 Methodenblock: Kompakter */
#CartDrawer .methods_of_payment {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 🔒 Trust Badge unten näher ran */
.trustedsite-trustmark {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

/* 🔝 Abstand oberhalb Produktfeld minimieren */
.drawer__cart-items-wrapper {
  padding-top: 0.2rem !important;
  margin-top: 0.2rem !important;
}

/* 🧾 Abstand unter Produkt (bis Scarcity + Trust) kleiner */
.cart-item {
  margin-bottom: 0.5rem !important;
  padding-bottom: 0.25rem !important;
}

/* ✅ Trust-Bullets dichter aufrücken */
.cart-drawer__footer .bullet_text {
  margin-bottom: 0.25rem !important;
}
.cart-drawer__footer .bullet_text:first-child {
  margin-top: 0.5rem !important;
}
.cart-drawer__footer .bullet_text:last-child {
  margin-bottom: 0.3rem !important;
}

/* 🔽 Abstand letzter Bullet zur Zwischensumme kompakter */
.cart-drawer__footer .totals {
  margin-top: 0.3rem !important;
}

/* 🔝 Oberer Bereich über Produkttext noch tighter */
.cart-item__details {
  padding-top: 0.2rem !important;
  margin-top: -0.2rem !important;
}

/* 🔽 Weniger Abstand unter Produktinfos */
.cart-item__quantity-wrapper {
  margin-top: 0.25rem !important;
}
.cart-item__quantity + cart-remove-button {
  margin-top: -0.25rem !important;
}

/* ✅ Trust Vorteile dichter setzen */
.cart-drawer__footer .bullet_text {
  margin-bottom: 0.2rem !important;
}
.cart-drawer__footer .bullet_text:first-child {
  margin-top: 0.5rem !important;
}
.cart-drawer__footer .bullet_text:last-child {
  margin-bottom: 0.2rem !important;
}

/* 🧾 Subtotal dichter auf Vorteile */
.cart-drawer__footer .totals {
  margin-top: 0.3rem !important;
}

/* ✨ Header-Block optisch hervorheben */
.shipping-header-info {
  background-color: #f5f1e3 !important; /* sanftes Gold-Beige */
  padding: 10px 16px !important;
  border-radius: 6px !important;
  margin-bottom: 0.4rem !important;
  font-weight: 500;
}

/* 📌 Text auffälliger */
:not(:root) .goodchoice {
  font-size: 13px !important;
  color: #262626 !important;
  font-weight: 400 !important;
}

/* 🛡️ TrustedSite Badge etwas kleiner + dichter */
.trustedsite-trustmark {
  margin-top: 4px !important;
  margin-bottom: 2px !important;
  transform: scale(0.85); /* kleiner machen */
  transform-origin: left center;
}

/* 💳 Weniger Abstand darunter */
#CartDrawer .methods_of_payment {
  margin-bottom: 0.4rem !important;
}

/* 
@media screen and (max-width: 767px) {
  .product__title h1 {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
  }
}
*/

  /* 📝 Beschreibung leicht lesbarer */
  .product__description {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
    padding-left: 0.0rem !important;
    padding-right: 1rem !important;
  }

@media screen and (max-width: 767px) {
  .product__info-container .product__title h1 {
    font-size: clamp(20px, 6vw, 24px) !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
    letter-spacing: 0 !important;
  }

  /* 🛒 CTA-Button leicht größer und fingerfreundlich */
  .product-form__buttons button {
    font-size: 1.6rem !important;
    padding: 1.2rem 1rem !important;
    width: 100% !important;
  }

  /* 💳 Zahlungsicons dezenter */
  .methods_of_payment img {
    width: 29px !important;
    height: auto !important;
  }

  /* 💛 Kundenstimme – schöner mobile Flow */
  #ziba-quote-block {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    text-align: center !important;
  }

  #ziba-quote-text {
    font-size: 1.3rem !important;
    line-height: 1.6 !important;
    transform: none !important;
  }

  .ziba-quote-line {
    width: 60px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }
}

/* 💻 Desktop */
  .card__heading .full-unstyled-link {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    text-align: left !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }

/* 📱 Mobile */
@media screen and (max-width: 767px) {
  .card__heading .full-unstyled-link {
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    text-align: left !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* 🎯 Allgemein: Preisgestaltung im Grid & Produktkarten */
/* 🎯 Preisstruktur nebeneinander, sauber linksbündig */
.card__information .price__container {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 0.5rem !important;
  text-align: left !important;
}

/* 💰 Aktueller Preis bei Sale */
.card__information .price-item--sale.price-item--last {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #000000 !important;
  letter-spacing: 0.1px;
  line-height: 1.3 !important;
}

/* 💸 Durchgestrichener Originalpreis (bei Sale) */
.card__information .price--on-sale .price-item--regular {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #999 !important;
  text-decoration: line-through !important;
}

/* ✅ Preis ohne Sale (nur ein sichtbarer Preis) */
.card__information .price:not(.price--on-sale) .price-item--regular {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-decoration: none !important;
  letter-spacing: 0.1px;
  line-height: 1.3 !important;
}

/* 📱 Mobile-Optimierung der Preisdarstellung */
@media screen and (max-width: 767px) {
  /* 💰 Reduzierter Preis (sichtbarer Endpreis bei Sale) */
  .card__information .price-item--sale {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 1.3 !important;
  }

  /* 💸 Durchgestrichener Preis, nur wenn **zusätzlich** auch Sale-Preis sichtbar ist */
  .price--on-sale .price__sale s.price-item--regular {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    color: #999 !important;
    text-decoration: line-through !important;
    line-height: 1.3 !important;
  }
}

  /* ✅ Einzelner, regulärer Preis (kein Sale vorhanden) */
  .card__information .price:not(.price--on-sale) .price-item--regular {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
  }
}

/* 🎯 Zitat-Block im Compact Layout korrekt linksbündig ausrichten */
.page-width.compact .ziba-quote {
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.ziba-quote p {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
}

.ziba-quote span {
  display: block;
  margin-top: 0.5rem;
}

.product__description.rte p {
  margin-bottom: 1.4em;
  line-height: 1.6;
}

.product__description.rte ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1.4em;
}

.product__description.rte a {
  color: #b99a45;
  text-decoration: underline;
  font-weight: 500;
}

.product__description.rte a:hover {
  color: #8c6e2a;
}

button.product-sticky-submit {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

button.product-sticky-submit:hover {
  background-color: #222 !important;
  color: #fff !important;
}

.metafield-rich_text_field {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000000;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-top: 2px solid #b99a45;
  width: fit-content;                  /* → Goldlinie halb so lang */
  margin-bottom: 0.1rem;
}

.metafield-rich_text_field p {
  margin-bottom: 0.6rem;
}

.metafield-rich_text_field p:first-child {
  font-style: italic;
  opacity: 0.95;
}

.metafield-rich_text_field p:last-child {
  margin-bottom: 0.25rem !important; /* reduziert Abschlussabstand */

.metafield-rich_text_field strong {
  color: #b99a45;
  font-weight: 600;
}

.metafield-rich_text_field em {
  color: #6a6a6a;
  font-style: italic;
}


.special-information {
  margin-top: 0rem !important;
  padding-top: 0.75rem !important; /* vorher 1.25rem → reduziert, aber mit Luft */
}

.metafield-rich_text_field,
.metafield-rich_text_field p,
.metafield-rich_text_field * {
  color: #000000 !important;
}

.card__information .price-item--regular {
  background: yellow !important;
  color: red !important;
  font-size: 24px !important;
}

.cart-reservation-label .reservation-text {
  font-size: 11px !important;
  line-height: 1.4 !important;
  color: #262626 !important;
  display: inline-block !important;
}

cart-remove-button .button--tertiary {
  margin-bottom: 0 !important;
}

.cart-item__quantity .button--tertiary {
  float: right;

/* Entfernen-Button bleibt rechts */
.cart-item__quantity {
  text-align: right !important;
}

/* Hinweistext schön linksbündig unter dem Button */
.cart-item__quantity p.reservation-note {
  text-align: left;
  font-size: 11px;
  line-height: 1.4;
  color: #444;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 0;
}

.special-information .description {
  line-height: 1.45;
  margin: 0;
  padding: 0;
}

.special-information .description br + br {
  display: none;
}
