/** Shopify CDN: Minification failed

Line 361:21 Unexpected "*"

**/
/* ===== LunaDogs Custom Styles ===== */

/* Announcement Bar – 3D Dark Effect */
.announcement-bar {
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 50%, #111111 100%) !important;
  box-shadow: 
    0 4px 15px rgba(0, 0, 0, 0.4),
    0 2px 6px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3) !important;
  border-bottom: 1px solid rgba(196, 169, 98, 0.3) !important;
  position: relative;
  z-index: 10;
}

.announcement-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(196, 169, 98, 0.4) 20%, rgba(196, 169, 98, 0.6) 50%, rgba(196, 169, 98, 0.4) 80%, transparent 100%);
}

.announcement-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 100%);
  pointer-events: none;
}

/* Announcement bar text styling */
.announcement-bar__message {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  letter-spacing: 0.12em !important;
  font-weight: 500 !important;
}

/* Announcement bar link styling for arrows */
.announcement-bar .slider-button {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Sticky header subtle shadow */
.header-wrapper {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}


/* ===== Überschriften – Schwarz-Gold fliessender Gradient ===== */
h1, h2, h3,
.h1, .h2, .h3,
.title,
.collection-hero__title,
.product__title h1,
.featured-collection__title,
.rich-text__heading,
.banner__heading,
.slideshow__heading,
.multicolumn-card__heading,
.collage-card__heading,
.newsletter__heading,
.contact__heading,
.article-card__title,
.blog-articles__article-title,
.card__heading,
.collection-card__title,
.page-title {
  background: linear-gradient(135deg, #1C1C1C 0%, #2a2a2a 20%, #96793E 45%, #C4A962 55%, #96793E 80%, #1C1C1C 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Banner Überschrift – Weiss-Gold für dunkle Bilder */
.banner__heading span,
.slideshow__heading span {
  background: linear-gradient(135deg, #FFFFFF 0%, #E8DCC8 30%, #C4A962 50%, #E8DCC8 70%, #FFFFFF 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* h4, h5, h6 subtiler */
h4, h5, h6, .h4, .h5, .h6 {
  background: linear-gradient(135deg, #1C1C1C 0%, #3a3a3a 30%, #96793E 70%, #7a6433 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Announcement Bar – Gold Shimmer Animation */
.announcement-bar__message,
.announcement-bar__link {
  background: linear-gradient(90deg, #C4A962 0%, #E8DCC8 25%, #C4A962 50%, #E8DCC8 75%, #C4A962 100%) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: goldShimmer 4s ease-in-out infinite !important;
}

@keyframes goldShimmer {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

/* Footer Überschriften */
.footer-block__heading {
  background: linear-gradient(135deg, #1C1C1C 0%, #96793E 50%, #C4A962 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}


/* ===== Preise – Grösser & Kursiv ===== */
.price-item,
.price-item--regular,
.price-item--sale,
.price .money,
.product__price .money,
.price-item .money {
  font-size: 0.95em !important;
  font-weight: normal !important;
  font-style: italic !important;
  letter-spacing: 0.02em !important;
}
/* Produktseite – Preis noch grösser */
.product .price-item,
.product .price-item--regular,
.product .price-item--sale,
.product__info-wrapper .price-item {
  font-size: 1.6em !important;
  font-weight: normal !important;
  font-style: italic !important;
}
/* Sale-Preis in Gold hervorheben */
.price-item--sale {
  color: #96793E !important;
}
/* Durchgestrichener Vergleichspreis */
.price-item--regular s,
.price--on-sale .price-item--regular,
compare-at-price {
  font-size: 1.1em !important;
  opacity: 0.6;
}
/* Kartenpreise (Collection-Übersicht) */
.card-information .price,
.card-information .price-item {
  font-size: 0.95em !important;
  font-weight: normal !important;
  font-style: italic !important;
}

/* ===== Überschriften – Max 2 Zeilen, gut lesbar ===== */
h1, h2, h3, .h1, .h2, .h3, .title,
.collection-hero__title, .product__title h1,
.featured-collection__title, .rich-text__heading,
.banner__heading, .slideshow__heading,
.multicolumn-card__heading, .collage-card__heading,
.newsletter__heading, .contact__heading,
.card__heading, .collection-card__title, .page-title,
.banner__heading span, .slideshow__heading span {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.3 !important;
}
h1, .h1, .banner__heading, .slideshow__heading,
.collection-hero__title, .product__title h1 {
  font-size: clamp(1.4rem, 4vw, 3.5rem) !important;
}
h2, .h2, .featured-collection__title, .rich-text__heading,
.newsletter__heading, .contact__heading {
  font-size: clamp(1.2rem, 3vw, 2.8rem) !important;
}
h3, .h3, .card__heading, .collection-card__title {
  font-size: clamp(1rem, 2.2vw, 1.8rem) !important;
}

/* ===== Startseite – Preise etwas kleiner ===== */
.template-index .price-item,
.template-index .price-item--regular,
.template-index .price-item--sale,
.template-index .price .money,
.template-index .price-item .money,
.template-index .card-information .price-item {
  font-size: 0.75em !important;
}

/* ===== Trust Badges ===== */
.trust-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 2rem 1rem;
  margin: 1rem 0;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  min-width: 120px;
}
.trust-badge__icon {
  font-size: 2rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #96793E;
  border-radius: 50%;
  color: #96793E;
}
.trust-badge__text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 1.3;
}
@media (max-width: 749px) {
  .trust-badges { gap: 2rem; }
  .trust-badge { min-width: 80px; }
  .trust-badge__icon { width: 48px; height: 48px; font-size: 1.5rem; }
  .trust-badge__text { font-size: 0.75rem; }
}

/* ===== Mobile Optimierungen (max 749px) ===== */
@media (max-width: 749px) {
  
  /* Announcement Bar – kompakter */
  .announcement-bar {
    padding: 6px 10px !important;
  }
  .announcement-bar__message {
    font-size: 0.65rem !important;
    letter-spacing: 0.08em !important;
  }
  
  /* Header – Logo kleiner */
  .header__heading-logo {
    max-width: 120px !important;
  }
  
  /* Hero Banner Überschrift – lesbar aber kompakt */
  .banner__heading, .slideshow__heading {
    font-size: clamp(1.2rem, 6vw, 2rem) !important;
    line-height: 1.2 !important;
  }
  .banner__text, .slideshow__text {
    font-size: 0.8rem !important;
  }
  .banner__buttons .button {
    font-size: 0.75rem !important;
    padding: 8px 16px !important;
  }
  
  /* Sektions-Überschriften */
  h1, .h1 { font-size: clamp(1.1rem, 5vw, 1.6rem) !important; }
  h2, .h2, .featured-collection__title, .rich-text__heading,
  .newsletter__heading, .contact__heading {
    font-size: clamp(1rem, 4.5vw, 1.4rem) !important;
  }
  h3, .h3, .card__heading, .collection-card__title {
    font-size: clamp(0.85rem, 3.5vw, 1.1rem) !important;
  }
  
  /* Produktkarten – kompakter */
  .card__content {
    padding: 8px !important;
  }
  .card__heading {
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
  }
  
  /* Preise auf Mobil */
  .price-item, .price-item--regular, .price-item--sale {
    font-size: 0.9em !important;
  }
  .template-index .price-item,
  .template-index .price-item--regular,
  .template-index .price-item--sale {
    font-size: 0.7em !important;
  }
  
  /* Produktseite Mobil */
  .product .price-item,
  .product .price-item--regular,
  .product .price-item--sale {
    font-size: 1.3em !important;
  }
  
  /* Buttons – grösser für Touch */
  .button, .shopify-payment-button button {
    min-height: 44px !important;
    font-size: 0.85rem !important;
  }
  
  /* Rich Text Sektionen */
  .rich-text__text {
    font-size: 0.85rem !important;
    line-height: 1.6 !important;
  }
  
  /* Collage Sektionen */
  .collage-card {
    margin-bottom: 8px !important;
  }
  
  /* Newsletter */
  .newsletter__wrapper {
    padding: 20px 15px !important;
  }
  .newsletter input[type="email"] {
    min-height: 44px !important;
  }
  
  /* Kontaktformular */
  .contact__fields input,
  .contact__fields textarea {
    min-height: 44px !important;
    font-size: 16px !important; /* verhindert iOS Zoom */
  }
  
  /* Footer kompakter */
  .footer__content-top {
    padding: 20px 15px !important;
  }
  .footer-block__heading {
    font-size: 0.9rem !important;
  }
  
  /* Multicolumn */
  .multicolumn-card__heading {
    font-size: 0.9rem !important;
  }
  .multicolumn-card__body {
    font-size: 0.8rem !important;
  }
  
  /* Abstände reduzieren */
  .section-template--* {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* ===== Tablet Optimierungen (750px - 989px) ===== */
@media (min-width: 750px) and (max-width: 989px) {
  .banner__heading, .slideshow__heading {
    font-size: clamp(1.4rem, 4vw, 2.5rem) !important;
  }
  h2, .h2, .featured-collection__title {
    font-size: clamp(1.1rem, 3vw, 1.8rem) !important;
  }
  .trust-badges {
    gap: 2.5rem;
  }
}