/** Shopify CDN: Minification failed

Line 90:0 Unexpected "81"
Line 133:0 Expected identifier but found "122"
Line 142:0 Expected identifier but found "130"
Line 231:0 Unexpected "}"
Line 2246:19 Unexpected "*"

**/
/* FILE: assets/holygrade-editorial-3col.css 
   VERSION: Premium Polish (Mobile Fix + High-End Asset Look)
*/

.hg-home-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* HAUPT GRID SYSTEM */
.hg-home-grid {
  display: grid;
  grid-template-columns: var(--hg-col-left) 1fr var(--hg-col-right);
  gap: var(--hg-col-gap);
  align-items: start;
}

/* --- LINKS: SIDEBAR (Kategorien) --- */
.hg-side {
  position: sticky;
  top: var(--hg-sticky-offset);
}
.hg-side h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.6;
  margin-bottom: 20px;
  font-weight: 700;
}
.hg-side-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hg-side-link {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  padding: 8px 0;
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}
.hg-side-link:hover {
  opacity: 0.7;
  padding-left: 4px;
}

/* --- MITTE: HERO & CONTENT --- */
.hg-mid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Hero Section */
.hg-main {
  background: #fff;
  border-radius: 4px; /* Eckiger = Technischer */
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.hg-hero-bg {
  width: 100%;
  height: 280px;
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
}
.hg-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.hg-main:hover .hg-hero-bg-img {
  transform: scale(1.02);
}
81
.hg-main-inner {
  padding: 32px;
    background: #111111;
  }
.hg-eyebrow {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #C9A84C;
  margin-bottom: 12px;
  font-weight: 600;
}
.hg-h1 { color: #FFFFFF; color: #FFFFFF;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
    color: #FFFFFF;
}
.hg-sub {
  font-size: 15px;
  line-height: 1.6;
    color: #CCCCCC;
  margin-bottom: 24px;
  max-width: 520px;
}
.hg-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hg-btn {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ddd;
  color: #000;
  transition: all 0.2s;
  letter-spacing: 0.5px;
122
}
.hg-btn.primary {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.hg-btn:hover {
  transform: translateY(-1px);
130
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Middle Cards (Blog/Featured) */
.hg-mid-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.hg-mid-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #111111;
  transition: all 0.3s ease;
  height: 100%;
}
.hg-mid-card:hover {
  border-color: #ccc;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}
.hg-mid-card-img {
  height: 160px;
  background: #f9f9f9;
  overflow: hidden;
}
.hg-mid-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hg-mid-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hg-mid-kicker {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 8px;
  font-weight: 700;
}
.hg-mid-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
}
.hg-mid-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/* --- RECHTS: DROPS / PRODUKTE --- */
.hg-right {
  position: sticky;
  top: var(--hg-sticky-offset);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Product Card Styling */
.hg-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111111;
  transition: all 0.3s ease;
}
.hg-card a {
    color: #111111;
      text-decoration: none;
      }
}
.hg-card:hover {
  border-color: #aaa;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.hg-card-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* TECHNICAL BADGES (Asset-Tag Look) */
.hg-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 8px;
  border-radius: 2px; /* Eckig & Tech */
  align-self: flex-start;
  margin-bottom: 8px;
}
.hg-badge.stock { background: #e3fcf7; color: #008f65; border: 1px solid rgba(0, 143, 101, 0.15); }
.hg-badge.pre   { background: #fff8f0; color: #d9700a; border: 1px solid rgba(217, 112, 10, 0.15); }
.hg-badge.lim   { background: #f6f3ff; color: #7048e8; border: 1px solid rgba(112, 72, 232, 0.15); }

.hg-card h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
    color: #111111;
}
.hg-card p {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.hg-price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #111;
}
.hg-card-buy {
  padding-top: 12px;
}
.hg-buy-btn {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: none;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.5px;
}
.hg-buy-btn:hover {
  background: #333;
}
.hg-buy-btn.disabled {
  background: #eee;
  color: #aaa;
  cursor: not-allowed;
}

/* --- MOBILE OPTIMIERUNG --- */
@media (max-width: 740px) {
  
  .hg-home-wrap {
    padding: 20px 16px;
  }

  /* 1. Alles untereinander stapeln */
  .hg-home-grid {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }

  /* 2. SIDEBAR KOMPLETT AUSBLENDEN (Löst das Platzproblem) */
  .hg-side {
    display: none !important;
  }

  /* 3. Container auflösen für neue Sortierung */
  .hg-mid {
    display: contents; 
  }

  /* 4. REIHENFOLGE: Hero -> Produkte -> Blog */
  .hg-main {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }

  .hg-right {
    order: 2;
    width: 100%;
    position: static;
    margin-bottom: 40px;
  }

  .hg-mid-cards {
    order: 3;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Handy-Anpassungen */
  .hg-h1 { color: #FFFFFF; color: #FFFFFF;
    font-size: 26px;
  }
  .hg-hero-bg {
    height: 200px;
  }
}

/* Store Data Trust Block — Fix text visibility */
.hg-trust-title {
  color: #F5F5F0;
  }
  .hg-trust-row span {
    color: #F5F5F0;
    }

/* === DARK PREMIUM OVERRIDE === */
.hg-main-inner,
.hg-hero-text,
.hg-hero-inner {
  background: #111111 !important;
}
.hg-h1 { color: #FFFFFF;
  color: #FFFFFF !important;
  font-size: 2rem;
}
.hg-eyebrow,
.hg-label {
  color: #C9A84C;
}
.hg-sub {
  color: #CCCCCC;
}
.hg-main {
  background: #111111 !important;
}


/* === DARK PREMIUM OVERRIDE === */
.hg-main-inner,
.hg-hero-text,
.hg-hero-inner {
  background: #111111 !important;
}
.hg-h1 {
  color: #FFFFFF !important;
  font-size: 2rem;
}
.hg-eyebrow,
.hg-label {
  color: #C9A84C !important;
}
.hg-sub {
  color: #CCCCCC !important;
}
.hg-main {
  background: #111111 !important;
}


/* === PRODUCT CARDS — DARK === */
.hg-card {
  background: #1A1A1A !important;
  border: 1px solid #2A2A2A !important;
  color: #F5F5F0 !important;
}
.hg-card h4,
.hg-card a,
.hg-card p {
  color: #F5F5F0 !important;
}
.hg-card .hg-price {
  color: #FFFFFF !important;
  font-weight: 700;
}

/* === MIDDLE GUIDE CARDS — DARK === */
.hg-mid-card {
  background: #1A1A1A !important;
  border: 1px solid #2A2A2A !important;
  color: #F5F5F0 !important;
}
.hg-mid-title {
  color: #FFFFFF !important;
}
.hg-mid-kicker {
  color: #C9A84C !important;
}
.hg-mid-desc {
  color: #AAAAAA !important;
}

/* === SIDEBAR — TIGHTER === */
.hg-side {
  background: #111111 !important;
}
.hg-side-nav a {
  color: #F5F5F0 !important;
  font-size: 0.9rem !important;
}
.hg-side-nav a:hover {
  color: #C9A84C !important;
}
.hg-side-title {
  color: #888888 !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.1em;
}

/* === BADGES — DARK STYLED === */
.hg-badge-stock {
  background: #0D2B1F !important;
  color: #4ADE80 !important;
  border: 1px solid #166534 !important;
}
.hg-badge-pre {
  background: #2B1A0D !important;
  color: #FB923C !important;
  border: 1px solid #9A3412 !important;
}
.hg-badge-ltd {
  background: #1A0D2B !important;
  color: #C084FC !important;
  border: 1px solid #6B21A8 !important;
}


/* === BADGE REFINEMENT === */
/* IN STOCK — Gold/Dunkel */
.hg-badge-stock,
[class*="badge"][class*="stock"],
[class*="badge-in"] {
  background: #1C1600 !important;
  color: #C9A84C !important;
  border: 1px solid #C9A84C !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}

/* PREORDER — Warm Orange */
.hg-badge-pre,
[class*="badge"][class*="pre"] {
  background: #1C0C00 !important;
  color: #FB923C !important;
  border: 1px solid #7C3409 !important;
}

/* LIMITED — Subtiles Lila */
.hg-badge-ltd,
[class*="badge"][class*="ltd"],
[class*="badge"][class*="lim"] {
  background: #0F0A1C !important;
  color: #A78BFA !important;
  border: 1px solid #5B21B6 !important;
}

/* === SIDEBAR TYPOGRAPHY === */
.hg-side-nav a,
.hg-side a {
  color: #D4D4D4 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  padding: 6px 0 !important;
  display: block !important;
  transition: color 0.2s !important;
}
.hg-side-nav a:hover,
.hg-side a:hover {
  color: #C9A84C !important;
}
.hg-side-title,
.hg-trust-title {
  color: #666666 !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

/* === TRUST BADGES REFINEMENT === */
.hg-trust-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 8px !important;
}
.hg-trust-row span {
  color: #CCCCCC !important;
  font-size: 0.8rem !important;
}

/* === PRICE STYLING === */
.hg-price,
[class*="price"] {
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

/* === CARD HOVER EFFECT === */
.hg-card:hover {
  border-color: #C9A84C !important;
  transform: translateY(-2px) !important;
  transition: all 0.2s ease !important;
}


/* === HERO IMAGE === */
.hg-hero-bg {
  background-image: url('/cdn/shop/t/7/assets/hg_hero_wave.png') !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 340px !important;
}
.hg-hero-bg-img {
  display: none !important;
}


/* === GUIDE CARD IMAGES === */
.hg-mid-card:nth-child(1) .hg-mid-img,
.hg-mid-card:first-child .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_guide_route.png') !important;
  background-size: cover !important;
  background-position: center !important;
}
.hg-mid-card:nth-child(2) .hg-mid-img,
.hg-mid-card:nth-child(2) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_texture_gold.png') !important;
  background-size: cover !important;
  background-position: center !important;
}
.hg-mid-img {
  min-height: 160px !important;
  background-color: #111 !important;
}

/* Passwort-Seite BG via CSS */
body.template-password {
  background-image: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)),
    url('/cdn/shop/t/7/assets/holygrade_coming_soon_bg.png') !important;
  background-size: cover !important;
  background-position: center center !important;
}


/* === GUIDE CARD IMAGES === */
.hg-mid-card:nth-child(1) .hg-mid-img,
.hg-mid-card:first-child .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_guide_route.png') !important;
  background-size: cover !important;
  background-position: center !important;
}
.hg-mid-card:nth-child(2) .hg-mid-img,
.hg-mid-card:nth-child(2) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_texture_gold.png') !important;
  background-size: cover !important;
  background-position: center !important;
}
.hg-mid-img {
  min-height: 160px !important;
  background-color: #111 !important;
}

/* Passwort-Seite BG via CSS */
body.template-password {
  background-image: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)),
    url('/cdn/shop/t/7/assets/holygrade_coming_soon_bg.png') !important;
  background-size: cover !important;
  background-position: center center !important;
}


/* ============================================
   HOLYGRADE — MASTER DARK PREMIUM OVERRIDE
   ============================================ */

/* --- BADGE SYSTEM: Gold statt Teal --- */
.hg-badge-stock, span.hg-badge-stock,
[class*="hg-badge"][class*="stock"] {
  background: #1C1600 !important;
  color: #C9A84C !important;
  border: 1px solid rgba(201,168,76,0.5) !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
}
.hg-badge-pre, span.hg-badge-pre {
  background: #1C0C00 !important;
  color: #F97316 !important;
  border: 1px solid rgba(249,115,22,0.4) !important;
  font-size: 0.65rem !important; font-weight: 700 !important;
  letter-spacing: 0.1em !important; padding: 3px 8px !important;
  border-radius: 3px !important; text-transform: uppercase !important;
}
.hg-badge-ltd, span.hg-badge-ltd {
  background: #0F0A1C !important;
  color: #A78BFA !important;
  border: 1px solid rgba(167,139,250,0.4) !important;
  font-size: 0.65rem !important; font-weight: 700 !important;
  letter-spacing: 0.1em !important; padding: 3px 8px !important;
  border-radius: 3px !important; text-transform: uppercase !important;
}

/* --- PRODUKTKARTEN: Dark + Hover-Gold-Border --- */
.hg-card {
  background: #141414 !important;
  border: 1px solid #252525 !important;
  border-radius: 6px !important;
  padding: 16px !important;
  transition: border-color 0.25s ease, transform 0.2s ease !important;
  cursor: pointer !important;
}
.hg-card:hover {
  border-color: #C9A84C !important;
  transform: translateY(-2px) !important;
}
.hg-card h4, .hg-card a { color: #F0F0F0 !important; text-decoration: none !important; }
.hg-card p { color: #888 !important; font-size: 0.8rem !important; }
.hg-price { color: #FFFFFF !important; font-weight: 700 !important; font-size: 1rem !important; }

/* --- GUIDE CARDS: Dark Premium --- */
.hg-mid-card {
  background: #141414 !important;
  border: 1px solid #252525 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  transition: border-color 0.25s ease !important;
}
.hg-mid-card:hover { border-color: #C9A84C !important; }
.hg-mid-kicker { color: #C9A84C !important; font-size: 0.65rem !important; font-weight: 700 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; }
.hg-mid-title { color: #FFFFFF !important; font-size: 1rem !important; font-weight: 600 !important; line-height: 1.3 !important; }
.hg-mid-desc { color: #888 !important; font-size: 0.8rem !important; line-height: 1.5 !important; }

/* --- HERO CTA BUTTON --- */
.hg-hero-cta {
  display: inline-block !important;
  margin-top: 16px !important;
  padding: 10px 24px !important;
  background: #C9A84C !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  transition: background 0.2s ease !important;
}
.hg-hero-cta:hover { background: #E8C05A !important; }

/* --- SIDEBAR REFINEMENTS --- */
.hg-side-title {
  color: #555 !important;
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
  padding-top: 4px !important;
  border-top: 1px solid #222 !important;
}
.hg-side-nav a {
  color: #C8C8C8 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  padding: 7px 0 !important;
  border-bottom: 1px solid #1A1A1A !important;
  transition: color 0.2s, padding-left 0.2s !important;
  text-decoration: none !important;
}
.hg-side-nav a:hover { color: #C9A84C !important; padding-left: 6px !important; }

/* --- TRUST BLOCK RENAME & STYLE --- */
.hg-trust-title {
  color: #555 !important;
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  margin-top: 20px !important;
  padding-top: 16px !important;
  border-top: 1px solid #222 !important;
}
.hg-trust-row { 
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}
.hg-trust-row span { color: #AAAAAA !important; font-size: 0.8rem !important; }
.hg-trust-icon { 
  width: 16px !important; 
  height: 16px !important; 
  opacity: 0.7 !important;
  flex-shrink: 0 !important;
}


/* === GUIDE CARD INDIVIDUAL IMAGES === */
.hg-mid-card:nth-child(1) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card1_verify.png') !important;
  background-size: cover !important; background-position: center top !important;
}
.hg-mid-card:nth-child(2) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card2_ship.png') !important;
  background-size: cover !important; background-position: center !important;
}
.hg-mid-card:nth-child(3) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card3_japan.png') !important;
  background-size: cover !important; background-position: center !important;
}
.hg-mid-img {
  min-height: 180px !important;
  background-color: #111 !important;
  display: block !important;
}

/* Hero: Japan Japan Artwork */
.hg-hero-bg {
  background-image: url('/cdn/shop/t/7/assets/hg_card3_japan.png') !important;
  background-size: cover !important; background-position: center !important;
  min-height: 340px !important;
}
.hg-hero-bg-img { display: none !important; }

/* Announcement Bar: Gold Text */
.announcement-bar__message,
.announcement-bar p,
.announcement-bar span {
  color: #C9A84C !important;
  letter-spacing: 0.1em !important;
}


/* === GUIDE CARD INDIVIDUAL IMAGES === */
.hg-mid-card:nth-child(1) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card1_verify.png') !important;
  background-size: cover !important; background-position: center top !important;
}
.hg-mid-card:nth-child(2) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card2_ship.png') !important;
  background-size: cover !important; background-position: center !important;
}
.hg-mid-card:nth-child(3) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card3_japan.png') !important;
  background-size: cover !important; background-position: center !important;
}
.hg-mid-img {
  min-height: 180px !important;
  background-color: #111 !important;
  display: block !important;
}

/* Hero: Japan Japan Artwork */
.hg-hero-bg {
  background-image: url('/cdn/shop/t/7/assets/hg_card3_japan.png') !important;
  background-size: cover !important; background-position: center !important;
  min-height: 340px !important;
}
.hg-hero-bg-img { display: none !important; }

/* Announcement Bar: Gold Text */
.announcement-bar__message,
.announcement-bar p,
.announcement-bar span {
  color: #C9A84C !important;
  letter-spacing: 0.1em !important;
}


/* === HERO FINAL: UKIYO-E ARTWORK === */
.hg-hero-bg {
  background-image: url('/cdn/shop/t/7/assets/hg_hero_ukiyoe.png') !important;
  background-size: cover !important;
  background-position: center top !important;
  min-height: 360px !important;
  position: relative !important;
}
.hg-hero-bg::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%) !important;
  pointer-events: none !important;
}
.hg-hero-bg-img { display: none !important; }
.hg-main-inner {
  background: transparent !important;
  position: relative !important;
  z-index: 2 !important;
}
.hg-h1 { color: #FFFFFF !important; text-shadow: 0 2px 12px rgba(0,0,0,0.8) !important; }
.hg-eyebrow { color: #C9A84C !important; text-shadow: 0 1px 6px rgba(0,0,0,0.9) !important; }
.hg-sub { color: #E0E0E0 !important; text-shadow: 0 1px 6px rgba(0,0,0,0.9) !important; }


/* === HERO FINAL: UKIYO-E ARTWORK === */
.hg-hero-bg {
  background-image: url('/cdn/shop/t/7/assets/hg_hero_ukiyoe.png') !important;
  background-size: cover !important;
  background-position: center top !important;
  min-height: 360px !important;
  position: relative !important;
}
.hg-hero-bg::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%) !important;
  pointer-events: none !important;
}
.hg-hero-bg-img { display: none !important; }
.hg-main-inner {
  background: transparent !important;
  position: relative !important;
  z-index: 2 !important;
}
.hg-h1 { color: #FFFFFF !important; text-shadow: 0 2px 12px rgba(0,0,0,0.8) !important; }
.hg-eyebrow { color: #C9A84C !important; text-shadow: 0 1px 6px rgba(0,0,0,0.9) !important; }
.hg-sub { color: #E0E0E0 !important; text-shadow: 0 1px 6px rgba(0,0,0,0.9) !important; }


/* ============================================
   HOLYGRADE — FINAL ARTWORK SYSTEM (UKIYO-E)
   ============================================ */

/* HERO: Piratenschiff im Sturm */
.hg-hero-bg {
  background-image: url('/cdn/shop/t/7/assets/hg_hero_ship.png') !important;
  background-size: cover !important;
  background-position: center 30% !important;
  min-height: 380px !important;
  position: relative !important;
}
.hg-hero-bg::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.75) 100%) !important;
  pointer-events: none !important;
}
.hg-hero-bg-img { display: none !important; }
.hg-main-inner {
  background: transparent !important;
  position: relative !important;
  z-index: 2 !important;
  padding: 24px 28px !important;
}

/* GUIDE CARD 1: Schatztruhe (Wie wir prüfen) */
.hg-mid-card:nth-child(1) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card1_treasure.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

/* GUIDE CARD 2: Alpen-Händler (Versand CH) */
.hg-mid-card:nth-child(2) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card2_alps.png') !important;
  background-size: cover !important;
  background-position: center top !important;
}

/* GUIDE CARD 3: Edo Hafen (Woher JP) */
.hg-mid-card:nth-child(3) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card3_port.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

.hg-mid-img {
  min-height: 200px !important;
  display: block !important;
  background-color: #0A0A0A !important;
}

/* TEXT SHADOWS für Lesbarkeit auf Artwork */
.hg-h1 {
  color: #FFFFFF !important;
  text-shadow: 0 2px 16px rgba(0,0,0,0.95), 0 0 40px rgba(0,0,0,0.8) !important;
  font-size: 1.8rem !important;
}
.hg-eyebrow {
  color: #C9A84C !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.95) !important;
}
.hg-sub {
  color: #E8E8E8 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.95) !important;
}


/* ============================================
   HOLYGRADE — FINAL ARTWORK SYSTEM (UKIYO-E)
   ============================================ */

/* HERO: Piratenschiff im Sturm */
.hg-hero-bg {
  background-image: url('/cdn/shop/t/7/assets/hg_hero_ship.png') !important;
  background-size: cover !important;
  background-position: center 30% !important;
  min-height: 380px !important;
  position: relative !important;
}
.hg-hero-bg::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.75) 100%) !important;
  pointer-events: none !important;
}
.hg-hero-bg-img { display: none !important; }
.hg-main-inner {
  background: transparent !important;
  position: relative !important;
  z-index: 2 !important;
  padding: 24px 28px !important;
}

/* GUIDE CARD 1: Schatztruhe (Wie wir prüfen) */
.hg-mid-card:nth-child(1) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card1_treasure.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

/* GUIDE CARD 2: Alpen-Händler (Versand CH) */
.hg-mid-card:nth-child(2) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card2_alps.png') !important;
  background-size: cover !important;
  background-position: center top !important;
}

/* GUIDE CARD 3: Edo Hafen (Woher JP) */
.hg-mid-card:nth-child(3) .hg-mid-img {
  background-image: url('/cdn/shop/t/7/assets/hg_card3_port.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

.hg-mid-img {
  min-height: 200px !important;
  display: block !important;
  background-color: #0A0A0A !important;
}

/* TEXT SHADOWS für Lesbarkeit auf Artwork */
.hg-h1 {
  color: #FFFFFF !important;
  text-shadow: 0 2px 16px rgba(0,0,0,0.95), 0 0 40px rgba(0,0,0,0.8) !important;
  font-size: 1.8rem !important;
}
.hg-eyebrow {
  color: #C9A84C !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.95) !important;
}
.hg-sub {
  color: #E8E8E8 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.95) !important;
}


/* ================================================
   HOLYGRADE — WOW UPGRADE SYSTEM
   ================================================ */

/* --- HERO BUTTONS --- */
.hg-btns {
  display: flex !important;
  gap: 12px !important;
  margin-top: 20px !important;
  flex-wrap: wrap !important;
}
.hg-btn.primary {
  display: inline-flex !important;
  align-items: center !important;
  padding: 12px 28px !important;
  background: #C9A84C !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  transition: background 0.2s, transform 0.15s !important;
  border: none !important;
}
.hg-btn.primary:hover {
  background: #E8C05A !important;
  transform: translateY(-1px) !important;
}
.hg-btn:not(.primary) {
  display: inline-flex !important;
  align-items: center !important;
  padding: 11px 24px !important;
  background: transparent !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  transition: border-color 0.2s, transform 0.15s !important;
}
.hg-btn:not(.primary):hover {
  border-color: #C9A84C !important;
  color: #C9A84C !important;
  transform: translateY(-1px) !important;
}

/* --- TRUST BAR (horizontal unter dem Subtext) --- */
.hg-trust-bar {
  display: flex !important;
  gap: 20px !important;
  margin-top: 18px !important;
  flex-wrap: wrap !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.hg-trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}
.hg-trust-item svg {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
  opacity: 0.7 !important;
}
.hg-trust-item span {
  color: #AAAAAA !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

/* --- PRODUKTKARTEN: visuelles Gewicht erhöhen --- */
.hg-card {
  background: #141414 !important;
  border: 1px solid #252525 !important;
  border-radius: 6px !important;
  padding: 18px !important;
  transition: border-color 0.25s, transform 0.2s, box-shadow 0.25s !important;
  position: relative !important;
  overflow: hidden !important;
}
.hg-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #C9A84C, transparent) !important;
  opacity: 0 !important;
  transition: opacity 0.3s !important;
}
.hg-card:hover {
  border-color: rgba(201,168,76,0.5) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
}
.hg-card:hover::before {
  opacity: 1 !important;
}
.hg-card h4 {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #F0F0F0 !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}
.hg-card p {
  color: #666 !important;
  font-size: 0.75rem !important;
  margin: 4px 0 !important;
}
.hg-price {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  margin-top: 10px !important;
  display: block !important;
}

/* --- SCROLL-IN ANIMATIONEN --- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hg-mid-card {
  animation: fadeInUp 0.5s ease both !important;
}
.hg-mid-card:nth-child(1) { animation-delay: 0.0s !important; }
.hg-mid-card:nth-child(2) { animation-delay: 0.12s !important; }
.hg-mid-card:nth-child(3) { animation-delay: 0.24s !important; }

.hg-card {
  animation: fadeInUp 0.4s ease both !important;
}
.hg-card:nth-child(1) { animation-delay: 0.05s !important; }
.hg-card:nth-child(2) { animation-delay: 0.15s !important; }
.hg-card:nth-child(3) { animation-delay: 0.25s !important; }

/* --- GUIDE KARTEN HOVER --- */
.hg-mid-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s !important;
  cursor: pointer !important;
}
.hg-mid-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(201,168,76,0.4) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5) !important;
}
.hg-mid-card:hover .hg-mid-title {
  color: #C9A84C !important;
}

/* --- ANNOUNCEMENT BAR: Stärker --- */
.announcement-bar__message,
.announcement-bar p,
.announcement-bar span,
.announcement-bar a {
  color: #C9A84C !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

/* --- HERO TEXT REFINEMENTS --- */
.hg-eyebrow {
  color: #C9A84C !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
}
.hg-h1 {
  color: #FFFFFF !important;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.8) !important;
  margin-bottom: 12px !important;
}
.hg-sub {
  color: #CCCCCC !important;
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.8) !important;
  max-width: 420px !important;
}

/* --- SIDEBAR KATEGORIEN: Stärker --- */
.hg-side-nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 9px 0 !important;
  color: #C0C0C0 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #1E1E1E !important;
  text-decoration: none !important;
  transition: color 0.2s, padding-left 0.2s !important;
}
.hg-side-nav a::after {
  content: '›' !important;
  opacity: 0 !important;
  transition: opacity 0.2s !important;
  color: #C9A84C !important;
}
.hg-side-nav a:hover {
  color: #C9A84C !important;
  padding-left: 6px !important;
}
.hg-side-nav a:hover::after {
  opacity: 1 !important;
}

/* --- RICH TEXT / SEALED QUALITÄT: Dark + Stark --- */
.section-rich-text,
.shopify-section:has(.rich-text) {
  background: #0A0A0A !important;
}
.rich-text__heading--large {
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  color: #FFFFFF !important;
}
.rich-text__heading--medium {
  font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
  color: #FFFFFF !important;
}

/* --- MOBILE FIXES --- */
@media (max-width: 768px) {
  .hg-h1 { font-size: 1.4rem !important; }
  .hg-btns { flex-direction: column !important; gap: 8px !important; }
  .hg-trust-bar { gap: 12px !important; }
}


/* ================================================
   HOLYGRADE — BUG FIXES & VISUAL POLISH (Round 5)
   ================================================ */

/* FIX: Doppelte Überschriften auf Content-Pages vermeiden */
/* main-page zeigt page.title, Content hat eigenen H1/H2 — einen davon ausblenden */
.template-page .main-page-title,
.template-page .page-title.h0 {
  display: none !important;
}

/* FIX: Contact-Page — Formular-Heading leer, daher Title behalten */
.template-page .section-main-page + .shopify-section .contact__heading:empty {
  display: none !important;
}

/* FIX: SHOP↗ Pfeil im Menü verstecken */
.header__menu-item .header__active-menu-item svg.icon-caret,
.header__inline-menu .header__menu-item summary svg {
  /* Pfeil kleiner oder entfernen */
}

/* === PRODUKTSEITE POLISH === */
/* Breadcrumb-Fix: Falls leer, ausblenden */
.product-breadcrumb:empty,
nav.breadcrumb:empty {
  display: none !important;
}

/* === CONTENT PAGES — Premium Design === */
/* Alle Content-Pages: bessere Typografie */
.template-page .rte h2,
.template-page .rte h3 {
  font-family: var(--font-heading-family) !important;
  color: #C9A84C !important;
  margin-top: 2rem !important;
  margin-bottom: 0.8rem !important;
}

.template-page .rte h2 {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}

.template-page .rte h3 {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}

.template-page .rte p {
  color: #CCCCCC !important;
  font-size: 0.95rem !important;
  line-height: 1.8 !important;
  margin-bottom: 1rem !important;
}

.template-page .rte ul,
.template-page .rte ol {
  color: #CCCCCC !important;
  padding-left: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.template-page .rte li {
  margin-bottom: 0.5rem !important;
  line-height: 1.7 !important;
}

.template-page .rte strong {
  color: #F5F5F0 !important;
  font-weight: 600 !important;
}

.template-page .rte a {
  color: #C9A84C !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
}

.template-page .rte a:hover {
  color: #E8C05A !important;
}

/* === FAQ PAGE — Akkordeon-Stil === */
/* FAQ H2 als Section-Trenner */
.page-faq .rte h2,
.template-page[data-handle="faq"] .rte h2 {
  font-family: var(--font-heading-family) !important;
  color: #C9A84C !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  padding-top: 2rem !important;
  margin-top: 2rem !important;
  border-top: 1px solid #252525 !important;
}

.page-faq .rte h2:first-of-type,
.template-page[data-handle="faq"] .rte h2:first-of-type {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* FAQ Fragen (H3) als klickbare Blöcke */
.page-faq .rte h3,
.template-page[data-handle="faq"] .rte h3 {
  color: #F5F5F0 !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  font-family: var(--font-body-family) !important;
  padding: 1rem 0 0.5rem !important;
  margin: 0 !important;
  border-bottom: none !important;
}

/* FAQ Antworten */
.page-faq .rte h3 + p,
.template-page[data-handle="faq"] .rte h3 + p {
  color: #999 !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #1A1A1A !important;
  margin-bottom: 0.5rem !important;
}

/* === KONTAKT-PAGE POLISH === */
.template-page .contact-form .field__input,
.template-page .contact-form textarea {
  background: #111 !important;
  border: 1px solid #333 !important;
  color: #F5F5F0 !important;
  border-radius: 4px !important;
}

.template-page .contact-form .field__input:focus,
.template-page .contact-form textarea:focus {
  border-color: #C9A84C !important;
  box-shadow: 0 0 0 1px #C9A84C !important;
}

.template-page .contact-form .field__label {
  color: #888 !important;
}

/* Kontakt-Button Gold */
.template-page .contact-form .button,
.template-page .contact-form button[type="submit"] {
  background: #C9A84C !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 14px 32px !important;
  transition: background 0.2s !important;
}

.template-page .contact-form .button:hover,
.template-page .contact-form button[type="submit"]:hover {
  background: #E8C05A !important;
}

/* === FOOTER UPGRADE === */
/* Footer-Bereich aufräumen */
.footer {
  border-top: 1px solid #1A1A1A !important;
}

.footer-block__heading {
  color: #C9A84C !important;
  font-family: var(--font-body-family) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}

.footer-block__details-content a,
.footer .list-menu__item--link {
  color: #999 !important;
  font-size: 0.85rem !important;
  transition: color 0.2s !important;
}

.footer-block__details-content a:hover,
.footer .list-menu__item--link:hover {
  color: #C9A84C !important;
}

/* Newsletter im Footer — Premium Stil */
.footer-block__newsletter .field__input {
  background: #111 !important;
  border: 1px solid #333 !important;
  color: #F5F5F0 !important;
}

.footer-block__newsletter .field__input:focus {
  border-color: #C9A84C !important;
}

.footer__newsletter .newsletter-form__button {
  color: #C9A84C !important;
}

/* Footer Copyright */
.footer .copyright__content {
  color: #444 !important;
  font-size: 0.75rem !important;
}

/* Footer Links (Policies) */
.footer .policies a {
  color: #666 !important;
  transition: color 0.2s !important;
}
.footer .policies a:hover {
  color: #C9A84C !important;
}

/* === PRODUKTSEITE — Visuelles Upgrade === */
/* Product Vendor Label */
.product__text.caption-with-letter-spacing {
  color: #C9A84C !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

/* Product Title */
.product__title h1 {
  font-family: var(--font-heading-family) !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
}

/* Product Price */
.price-item--regular,
.price-item--sale {
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
}

/* Sold Out Badge */
.product-form__submit[disabled] {
  background: #1A1A1A !important;
  color: #666 !important;
  border: 1px solid #333 !important;
}

/* Buy Button — Gold Akzent */
.product-form__submit:not([disabled]) {
  background: #C9A84C !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  border-radius: 3px !important;
  transition: background 0.2s !important;
}

.product-form__submit:not([disabled]):hover {
  background: #E8C05A !important;
}

/* Variant Picker — Dark Styling */
.product-form__input label {
  color: #CCC !important;
}

/* Share Button */
.product__share-button {
  color: #888 !important;
}

/* === KOLLEKTION — Visuelles Upgrade === */
/* Collection Title */
.collection-hero__title {
  font-family: var(--font-heading-family) !important;
  color: #FFFFFF !important;
}

/* Collection Description */
.collection-hero__description p {
  color: #CCCCCC !important;
}

/* Filter & Sort — Dark */
.facets__summary {
  color: #CCC !important;
}

/* === ALLGEMEIN === */
/* Smooth Scroll */
html {
  scroll-behavior: smooth !important;
}

/* Selection Color */
::selection {
  background: rgba(201, 168, 76, 0.25) !important;
  color: #F5F5F0 !important;
}

/* Scrollbar — Dark Premium */
::-webkit-scrollbar {
  width: 8px !important;
}
::-webkit-scrollbar-track {
  background: #0A0A0A !important;
}
::-webkit-scrollbar-thumb {
  background: #333 !important;
  border-radius: 4px !important;
}
::-webkit-scrollbar-thumb:hover {
  background: #C9A84C !important;
}


/* ================================================
   HOLYGRADE — FINAL POLISH (Round 5b)
   ================================================ */

/* === PRODUKTSEITE — Premium Layout === */

/* Produktbild-Galerie — dunklerer Hintergrund */
.product__media-list .product__media-item {
  background: #0A0A0A !important;
  border: 1px solid #1A1A1A !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

/* Produkt-Info Section */
.product__info-wrapper {
  padding-top: 0 !important;
}

/* Varianten-Picker — Dark Premium */
.product-form__input .form__label {
  color: #999 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

fieldset.product-form__input select,
.product-form__input select {
  background: #111 !important;
  border: 1px solid #333 !important;
  color: #F5F5F0 !important;
  border-radius: 4px !important;
  padding: 12px 16px !important;
}

fieldset.product-form__input select:focus,
.product-form__input select:focus {
  border-color: #C9A84C !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #C9A84C !important;
}

/* Quantity Selector — Dark */
.quantity__input {
  background: #111 !important;
  border-color: #333 !important;
  color: #F5F5F0 !important;
}

.quantity__button {
  color: #999 !important;
  border-color: #333 !important;
}

.quantity__button:hover {
  color: #C9A84C !important;
}

/* Tax/Shipping Info */
.product__tax,
.product .tax-note,
.product .shipping-note {
  color: #666 !important;
  font-size: 0.8rem !important;
}

/* Product Description — Besser lesbar */
.product__description .rte {
  color: #CCC !important;
  font-size: 0.92rem !important;
  line-height: 1.8 !important;
}

.product__description .rte strong {
  color: #F5F5F0 !important;
}

.product__description .rte a {
  color: #C9A84C !important;
}

/* Related Products Section */
.related-products .related-products__heading {
  font-family: var(--font-heading-family) !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
}

/* Product Cards in Collections — Hover-Effekt */
.card-wrapper:hover .card {
  border-color: rgba(201, 168, 76, 0.3) !important;
}

.card-wrapper:hover .card__heading a {
  color: #C9A84C !important;
}

/* Product Card Prices */
.card-information .price-item {
  color: #FFFFFF !important;
  font-weight: 600 !important;
}

/* Sold Out Badge — Premium Stil */
.badge.color-scheme-3,
.badge[class*="sold-out"] {
  background: #1A1A1A !important;
  color: #888 !important;
  border: 1px solid #333 !important;
}

/* Sale Badge — Gold */
.badge.color-scheme-4,
.badge[class*="sale"] {
  background: #1C1600 !important;
  color: #C9A84C !important;
  border: 1px solid rgba(201,168,76,0.5) !important;
}

/* === KOLLEKTION PAGE — Polish === */
/* Collection Banner */
.collection-banner__box {
  padding: 2rem 0 !important;
}

.collection-banner__heading {
  font-family: var(--font-heading-family) !important;
  font-weight: 400 !important;
}

/* Filter Sidebar */
.facets__wrapper {
  border-color: #1A1A1A !important;
}

.facets__heading {
  color: #C9A84C !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

/* Sort Dropdown */
.facet-filters__sort select {
  background: #111 !important;
  border: 1px solid #333 !important;
  color: #F5F5F0 !important;
  border-radius: 4px !important;
}

/* Pagination */
.pagination .pagination__item--current {
  background: #C9A84C !important;
  color: #0A0A0A !important;
}

.pagination .pagination__item:hover {
  border-color: #C9A84C !important;
  color: #C9A84C !important;
}

/* === BLOG PAGE — Polish === */
.blog-articles .blog-articles__article .card {
  border: 1px solid #1A1A1A !important;
  transition: border-color 0.2s !important;
}

.blog-articles .blog-articles__article .card:hover {
  border-color: rgba(201,168,76,0.3) !important;
}

.blog-articles .card__heading a {
  color: #F5F5F0 !important;
  transition: color 0.2s !important;
}

.blog-articles .card__heading a:hover {
  color: #C9A84C !important;
}

/* Blog Article Date */
.article-card__info .caption-with-letter-spacing {
  color: #666 !important;
}

/* === SEARCH PAGE === */
.search__input {
  background: #111 !important;
  border: 1px solid #333 !important;
  color: #F5F5F0 !important;
}

.search__input:focus {
  border-color: #C9A84C !important;
}

.search__button {
  color: #C9A84C !important;
}

/* Predictive Search */
.predictive-search__result-group .predictive-search__heading {
  color: #C9A84C !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

/* === WARENKORB NOTIFICATION === */
.cart-notification {
  background: #111 !important;
  border: 1px solid #252525 !important;
}

.cart-notification__heading {
  color: #F5F5F0 !important;
}

.cart-notification-product__name {
  color: #F5F5F0 !important;
}

/* === ALLGEMEINE VERBESSERUNGEN === */

/* Links globales Hover-Verhalten */
a:hover {
  transition: color 0.2s ease !important;
}

/* Focus States — Gold statt Blue */
*:focus-visible {
  outline-color: #C9A84C !important;
}

/* Buttons generell */
.button:not(.button--tertiary) {
  transition: all 0.2s ease !important;
}

/* Announcement Bar — etwas mehr Abstand */
.announcement-bar {
  padding: 10px 0 !important;
  border-bottom: 1px solid #1A1A1A !important;
}

/* Header Search Modal — Dark */
.search-modal__content {
  background: #0A0A0A !important;
  border: 1px solid #1A1A1A !important;
}

/* Mobile Menu — Dark Premium */
.menu-drawer {
  background: #0A0A0A !important;
}

.menu-drawer__menu-item {
  color: #F5F5F0 !important;
  border-color: #1A1A1A !important;
}

.menu-drawer__menu-item:hover {
  color: #C9A84C !important;
}

/* Loading Spinner — Gold */
.loading__spinner circle {
  stroke: #C9A84C !important;
}

/* === MOBILE REFINEMENTS === */
@media (max-width: 749px) {
  /* Kompaktere Product Cards auf Mobile */
  .product-card-wrapper .card__heading {
    font-size: 0.9rem !important;
  }
  
  /* Bessere Touch Targets */
  .header__icon {
    padding: 8px !important;
  }
  
  /* Footer auf Mobile — kompakter */
  .footer__blocks-wrapper {
    gap: 2rem !important;
  }
}


/* ============================================
   FOOTER 3-COLUMN LAYOUT ENHANCEMENTS
   ============================================ */

/* Footer text block links as clean list */
.footer-block .rte p a {
  color: #f5f5f0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-block .rte p a:hover {
  color: #c9a84c;
}

/* Footer brand info second paragraph - subdued */
.footer-block:last-child .rte p:last-child {
  font-size: 0.85rem;
  color: #888;
  margin-top: 0.8rem;
}

/* Footer info links - tighter spacing */
.footer-block .rte p {
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

/* ============================================
   PRODUCT PAGE — HIDE APP ARTIFACTS
   ============================================ */

/* Hide stray Liquid code from third-party apps */
.product .shopify-app-block:empty,
.shopify-app-block:empty {
  display: none;
}


/* ============================================
   HOLYGRADE PREMIUM UPGRADE — 10/10 TARGET
   ============================================ */

/* ---- GLOBAL TRANSITIONS ---- */
*, *::before, *::after {
  transition-property: color, background-color, border-color, opacity, transform, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Exclude animations from elements that shouldn't have them */
input, textarea, select, button[type="submit"],
.shopify-section, .section-header, iframe {
  transition-property: color, background-color, border-color, opacity, box-shadow;
}

/* ---- BODY TEXT CONTRAST IMPROVEMENT ---- */
/* Boost muted text colors for better readability */
.rte, .rte p, .rte li,
.content-for-layout p,
.product__description p,
.rich-text__text p,
.rich-text__text,
.footer-block .rte p {
  color: #e8e4da !important;
}

/* Subdued text slightly brighter */
.rte .meta, .article-card__info,
.price--sold-out .price-item--regular {
  color: #bbb !important;
}

/* ---- NAVIGATION HOVER EFFECTS ---- */
.header__menu-item {
  position: relative;
}

.header__menu-item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1.5px;
  background: #c9a84c;
  transition: width 0.35s ease, left 0.35s ease;
}

.header__menu-item:hover::after,
.header__menu-item[aria-current="page"]::after {
  width: 100%;
  left: 0;
}

.header__menu-item:hover {
  color: #c9a84c !important;
}

/* ---- LINK HOVER EFFECTS ---- */
a:hover {
  color: #c9a84c;
}

.footer-block .rte p a:hover {
  color: #c9a84c !important;
  text-decoration: none;
}

/* ---- CARD HOVER EFFECTS ---- */
.card-wrapper:hover .card,
.card-wrapper:hover .card--media {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(201, 168, 76, 0.12);
}

.card-wrapper:hover .card__media img,
.card-wrapper:hover .media img {
  transform: scale(1.03);
}

.card__media, .media {
  overflow: hidden;
}

.card__media img, .media img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Product card content hover */
.card-wrapper:hover .card__heading a,
.card-wrapper:hover .full-unstyled-link {
  color: #c9a84c !important;
}

/* ---- BUTTON HOVER EFFECTS ---- */
.button:hover, .shopify-challenge__button:hover,
button.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.25);
}

.button--primary:hover {
  background: #d4b35c !important;
  border-color: #d4b35c !important;
}

.button--secondary:hover {
  border-color: #c9a84c !important;
  color: #c9a84c !important;
}

/* Arrow animation on links with → */
.animate-arrow:hover .icon-arrow,
a[href]:hover .icon-arrow {
  transform: translateX(4px);
}

.icon-arrow {
  transition: transform 0.3s ease;
}

/* ---- HERO SECTION IMPROVEMENTS ---- */
/* Better subtitle readability with text shadow */
.banner__text .banner__heading,
.banner__text h2,
.banner__text .rich-text__text,
.banner__content .banner__text > * {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.5);
}

/* Gradient overlay for hero */
.banner__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(13, 13, 13, 0.1) 0%,
    rgba(13, 13, 13, 0.3) 50%,
    rgba(13, 13, 13, 0.6) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.banner__content {
  position: relative;
  z-index: 2;
}

/* ---- FOOTER REFINEMENT ---- */
/* Smaller footer headings */
.footer-block__heading {
  font-size: 1rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: #c9a84c !important;
  margin-bottom: 1.2rem !important;
}

/* Smaller footer body text */
.footer-block .rte p,
.footer-block .list-menu__item,
.footer-block a {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

/* Footer newsletter heading */
.footer__newsletter .footer-block__heading,
.newsletter-form__label {
  font-size: 1.1rem !important;
}

/* Footer legal links row */
.footer__content-bottom-wrapper {
  font-size: 0.8rem !important;
  opacity: 0.7;
}

/* Footer links list spacing */
.footer-block .list-menu {
  gap: 0.5rem !important;
}

.footer-block .list-menu__item {
  padding: 0 !important;
}

/* Payment icons smaller */
.footer__payment .list-payment {
  gap: 0.4rem !important;
}

.footer__payment .list-payment__item {
  max-height: 24px;
}

/* ---- PRODUCT PAGE IMPROVEMENTS ---- */
/* Smaller product title */
.product__title h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  line-height: 1.3 !important;
  letter-spacing: 0.01em;
}

/* EV Calculator widget containment */
.product__description + div[style*="margin"],
.product__description ~ div:has(iframe[title*="EV Calculator"]),
div:has(> iframe[src*="terminal.holygrade.com"]) {
  max-width: 100% !important;
  overflow: hidden !important;
  border-radius: 12px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  margin: 2rem 0 !important;
}

div:has(> iframe[src*="terminal.holygrade.com"]) iframe {
  max-width: 100% !important;
  width: 100% !important;
}

/* Hide quantity selector and payment buttons when sold out */
.product-form__buttons .shopify-payment-button:has(+ .product-form__error-message-wrapper) {
  opacity: 0.3;
  pointer-events: none;
}

/* Sold-out badge styling */
.badge.price__badge-sold-out {
  background: #1a1a1a !important;
  color: #c9a84c !important;
  border: 1px solid rgba(201, 168, 76, 0.3);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

/* Product description better spacing */
.product__description.rte {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
}

.product__description.rte p {
  margin-bottom: 0.6rem;
  line-height: 1.7;
}

/* Share button styling */
.share-button {
  margin-top: 1.5rem !important;
  padding: 0.6rem 1.2rem !important;
  border: 1px solid rgba(201, 168, 76, 0.2) !important;
  border-radius: 4px !important;
}

.share-button:hover {
  border-color: #c9a84c !important;
  color: #c9a84c !important;
}

/* ---- COLLECTION PAGE ---- */
/* Better filter styling */
.facets-container {
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* Collection title */
.collection-hero__title,
.title--primary {
  font-family: Cormorant, serif;
  color: #c9a84c !important;
  letter-spacing: 0.04em;
}

/* Quick-add overlay hint on hover */
.card-wrapper:hover .quick-add {
  opacity: 1;
  transform: translateY(0);
}

.quick-add {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* ---- BADGES REFINEMENT ---- */
.badge {
  font-size: 0.7rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem !important;
  border-radius: 2px !important;
  font-weight: 600;
}

/* ---- ANNOUNCEMENT BAR ---- */
.announcement-bar {
  letter-spacing: 0.08em;
}

/* Smooth announcement transitions */
.announcement-bar-slider .slider__slide {
  transition: opacity 0.5s ease-in-out;
}

/* ---- SECTION SPACING RHYTHM ---- */
/* Consistent 80px sections */
.shopify-section:not(.shopify-section--header):not(.shopify-section--footer) {
  padding-top: 0;
  padding-bottom: 0;
}

.section-template--*__* {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #0d0d0d;
}
::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.3);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(201, 168, 76, 0.5);
}

/* ---- FAQ PAGE IMPROVEMENTS ---- */
.faq-page h2 {
  margin-top: 2.5rem !important;
  padding-top: 2rem !important;
  border-top: 1px solid rgba(201, 168, 76, 0.15) !important;
  color: #c9a84c !important;
  font-size: 1.3rem !important;
}

.faq-page h2:first-of-type {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.faq-page h3 {
  color: #f5f5f0 !important;
  font-size: 1.05rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  font-weight: 600;
}

.faq-page p {
  color: #ddd !important;
  line-height: 1.8 !important;
}

/* ---- FOCUS STATES (Accessibility) ---- */
a:focus-visible, button:focus-visible,
input:focus-visible, select:focus-visible {
  outline: 2px solid #c9a84c;
  outline-offset: 3px;
}

/* ---- NEWSLETTER INPUT REFINEMENT ---- */
.newsletter-form__field-wrapper {
  max-width: 440px;
  margin: 0 auto;
}

.newsletter-form__field-wrapper input[type="email"] {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(201, 168, 76, 0.4) !important;
  color: #f5f5f0 !important;
  padding: 0.8rem 0 !important;
  font-size: 0.95rem !important;
}

.newsletter-form__field-wrapper input[type="email"]:focus {
  border-bottom-color: #c9a84c !important;
}

.newsletter-form__field-wrapper .newsletter-form__button {
  color: #c9a84c !important;
}

/* ---- SMOOTH SCROLL ---- */
html {
  scroll-behavior: smooth;
}

/* ---- SELECTION COLOR ---- */
::selection {
  background: rgba(201, 168, 76, 0.3);
  color: #f5f5f0;
}

/* ---- LOADING / SKELETON PLACEHOLDER ---- */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.card__media .placeholder-svg,
.media .placeholder-svg {
  background: linear-gradient(90deg, #1a1a1a 25%, #252525 50%, #1a1a1a 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

/* ---- MOBILE REFINEMENTS ---- */
@media (max-width: 749px) {
  .product__title h1 {
    font-size: 1.4rem !important;
  }
  
  .banner__heading {
    font-size: clamp(2rem, 8vw, 3.5rem) !important;
  }
  
  .footer-block__heading {
    font-size: 0.9rem !important;
  }
  
  .card-wrapper:hover .card {
    transform: none;
  }
  
  div:has(> iframe[src*="terminal.holygrade.com"]) iframe {
    min-height: 600px !important;
  }
}

/* ---- IMAGE HOVER ZOOM FOR PRODUCT GALLERY ---- */
.product__media-item .media img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product__media-item:hover .media img {
  transform: scale(1.05);
  cursor: zoom-in;
}

/* ---- RELATED PRODUCTS SECTION ---- */
.related-products .grid__item {
  transition: transform 0.3s ease;
}

.related-products .grid__item:hover {
  transform: translateY(-4px);
}


/* ============================================
   ADDITIONAL FIXES — Round 2
   ============================================ */

/* ---- NAV ACTIVE STATE GOLD ---- */
.header__menu-item[aria-current="page"],
.header__menu-item.header__menu-item--active,
.header__active-menu-item,
.header__menu-item--active {
  color: #c9a84c !important;
}

/* Override Dawn's default white active underline */
.header__menu-item span.header__active-menu-item,
.header__menu-item[aria-current="page"] > span {
  color: #c9a84c !important;
  text-decoration-color: #c9a84c !important;
}

/* SHOP dropdown trigger */
.header__menu-item details summary {
  color: inherit;
}

.header__menu-item details summary:hover {
  color: #c9a84c !important;
}

/* Dawn uses specific underline classes */
.header__menu-item .header__active-menu-item::after,
.header__menu-item[aria-current="page"]::after {
  background: #c9a84c !important;
}

/* ---- COLLECTION PAGE TITLE GOLD ---- */
.collection .title--primary,
.collection-hero__title,
h1.collection__title,
.collection .page-header h1 {
  font-family: Cormorant, serif !important;
  color: #c9a84c !important;
  letter-spacing: 0.04em;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem) !important;
}

/* Dawn specific collection title */
.collection-hero .collection-hero__title,
.collection .title-wrapper--no-top-margin h1 {
  color: #c9a84c !important;
}

/* ---- SOLD OUT BADGE PREMIUM ---- */
.badge.badge--sold-out,
.badge.price__badge-sold-out,
span.badge[aria-hidden] {
  background: rgba(201, 168, 76, 0.1) !important;
  color: #c9a84c !important;
  border: 1px solid rgba(201, 168, 76, 0.25) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem !important;
  border-radius: 2px !important;
}

/* ---- FOOTER HEADINGS GOLD (ensure) ---- */
.footer .footer-block__heading,
footer .footer-block__heading,
.section-footer .footer-block__heading {
  color: #c9a84c !important;
  font-family: \'Inter\', sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

/* ---- HIDE DUPLICATE CHF FALLBACK (CSS) ---- */
/* In case Liquid fix doesn't fully catch it, hide via CSS too */
.localization-form__select span {
  font-variant-numeric: normal;
}

/* ---- PRODUCT VENDOR LABEL GOLD ---- */
.product__text.caption-with-letter-spacing {
  color: #c9a84c !important;
}

/* ---- BLOG PAGE IMPROVEMENTS ---- */
.blog-articles .article-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-articles .article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.1);
}

.blog-articles .article-card__title a:hover {
  color: #c9a84c !important;
}

/* ---- ANNOUNCEMENT BAR SMOOTH ---- */
.announcement-bar-slider {
  overflow: hidden;
}

.announcement-bar-slider .slider__slide {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease;
}

/* ---- PRICE DISPLAY REFINEMENT ---- */
.price-item--regular {
  font-family: Cormorant, serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* "Von" prefix styling */
.price__regular .price-item--regular::before {
  font-family: Assistant, sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  opacity: 0.7;
}


/* ============================================
   HIGH SPECIFICITY OVERRIDES
   ============================================ */

/* Footer headings — MUST be gold */
h2.footer-block__heading.inline-richtext,
h2.footer-block__heading.rte,
h2.footer-block__heading,
h3.footer-block__heading,
.footer-block__heading.inline-richtext,
.footer-block__heading {
  color: #c9a84c !important;
  font-family: \'Inter\', sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

/* Collection hero title — MUST be gold */
h1.collection-hero__title,
.collection-hero__title {
  color: #c9a84c !important;
  font-family: Cormorant, serif !important;
  letter-spacing: 0.04em !important;
}

/* Collection grid title (h2) — MUST be gold */
h2.title.title--primary,
.title.title--primary {
  color: #c9a84c !important;
  font-family: Cormorant, serif !important;
  letter-spacing: 0.04em !important;
}

/* Newsletter heading in footer */
.footer__newsletter h2.footer-block__heading {
  color: #f5f5f0 !important;
  font-size: 1.2rem !important;
}

/* Force: Collection hero description → korrekte Grösse */
.collection-hero__title + .collection-hero__description,
.collection-hero__description {
  font-size: 0.9rem !important;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.75 !important;
  color: #AAAAAA !important;
}
