/* ═══════════════════════════════════════════
   EROS69 – Premium CSS v3.0
   ═══════════════════════════════════════════ */

/* ── BREADCRUMB ── */
.breadcrumb { padding: .9rem 3rem; background: var(--bg2); border-bottom: 1px solid var(--bdr); }
.breadcrumb ol { display: flex; align-items: center; list-style: none; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; line-height: 1; }
.breadcrumb li { display: inline-flex; align-items: center; line-height: 1; }
.breadcrumb li a { font-size: .72rem; color: var(--tx3); letter-spacing: .04em; transition: color .2s; line-height: 1; vertical-align: middle; }
.breadcrumb li a:hover { color: var(--ac); }
.bc-sep { color: var(--tx3); font-size: .72rem; padding: 0 .35rem; line-height: 1; opacity: .5; }
.bc-active { font-size: .72rem; color: var(--ac); font-weight: 600; line-height: 1; }

/* ── CATEGORY HERO ── */
.cat-hero {
  position: relative !important; min-height: 340px; display: flex; align-items: flex-end;
  overflow: hidden !important; border-bottom: 1px solid var(--bdr);
}
.cat-hero::before {
  /* Decorative glow at bottom-left – overridden per category */
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,149,106,.22) 0%, transparent 70%);
  pointer-events: none; z-index: 1;
  filter: blur(30px);
}
.cat-hero-bg {
  display: none !important;
}
.cat-hero:hover .cat-hero-bg { transform: none; }

.cat-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(9,8,12,.92) 0%, rgba(9,8,12,.65) 55%, rgba(9,8,12,.15) 100%);
}
.cat-hero-content {
  position: relative; z-index: 2; padding: 3rem 4rem 3.5rem;
  max-width: 680px;
}
.cat-hero-content h1 {
  font-family: var(--sf); font-size: clamp(2rem,4vw,3.4rem);
  font-weight: 400; color: #fff; line-height: 1.05; margin-bottom: .9rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.cat-hero-content p { font-size: .92rem; color: rgba(255,255,255,.72); line-height: 1.85; margin-bottom: 1.2rem; max-width: 480px; }
.cat-count {
  display: inline-block; padding: .35rem 1rem; border-radius: 20px;
  background: rgba(212,149,106,.18); color: var(--ac);
  font-size: .68rem; letter-spacing: .08em; font-weight: 700; border: 1px solid rgba(212,149,106,.35);
  backdrop-filter: blur(8px); text-transform: uppercase;
}
.cat-hero-emoji { font-size: 3rem; display: block; margin-bottom: .8rem; }

/* ── CATEGORY COLOR THEMES ── */

/* 🔮 Toys / Sexspielzeug – Purple/Magenta */
.ch-toys::before { background: radial-gradient(circle, rgba(160,60,220,.28) 0%, transparent 70%); }
.ch-toys .cat-hero-overlay {
  background: linear-gradient(105deg, rgba(26,10,30,.95) 0%, rgba(50,15,60,.7) 50%, rgba(26,10,30,.15) 100%);
}
.ch-toys .cat-count { background: rgba(160,60,220,.2); color: #c46fff; border-color: rgba(160,60,220,.4); }
.ch-toys .cat-hero-content h1 { text-shadow: 0 0 30px rgba(160,60,220,.35), 0 2px 12px rgba(0,0,0,.5); }

/* 💗 Dessous – Deep Rose/Crimson */
.ch-dessous::before { background: radial-gradient(circle, rgba(200,40,90,.28) 0%, transparent 70%); }
.ch-dessous .cat-hero-overlay {
  background: linear-gradient(105deg, rgba(30,10,18,.95) 0%, rgba(70,15,35,.7) 50%, rgba(30,10,18,.15) 100%);
}
.ch-dessous .cat-count { background: rgba(200,40,90,.2); color: #ff6b9d; border-color: rgba(200,40,90,.4); }
.ch-dessous .cat-hero-content h1 { text-shadow: 0 0 30px rgba(200,40,90,.35), 0 2px 12px rgba(0,0,0,.5); }

/* 🌿 Öle & Gleitmittel – Amber/Gold */
.ch-oils::before { background: radial-gradient(circle, rgba(200,140,40,.28) 0%, transparent 70%); }
.ch-oils .cat-hero-overlay {
  background: linear-gradient(105deg, rgba(26,16,10,.95) 0%, rgba(60,36,12,.7) 50%, rgba(26,16,10,.15) 100%);
}
.ch-oils .cat-count { background: rgba(200,140,40,.2); color: #f0b040; border-color: rgba(200,140,40,.4); }
.ch-oils .cat-hero-content h1 { text-shadow: 0 0 30px rgba(200,140,40,.3), 0 2px 12px rgba(0,0,0,.5); }

/* 🖤 BDSM – Dark Indigo/Violet */
.ch-bdsm::before { background: radial-gradient(circle, rgba(80,40,180,.28) 0%, transparent 70%); }
.ch-bdsm .cat-hero-overlay {
  background: linear-gradient(105deg, rgba(8,8,20,.97) 0%, rgba(22,18,50,.75) 50%, rgba(8,8,20,.15) 100%);
}
.ch-bdsm .cat-count { background: rgba(80,40,180,.2); color: #9f7fff; border-color: rgba(80,40,180,.4); }
.ch-bdsm .cat-hero-content h1 { text-shadow: 0 0 30px rgba(80,40,180,.4), 0 2px 12px rgba(0,0,0,.6); }

/* 🎁 Sets – Burgundy/Gold */
.ch-sets::before { background: radial-gradient(circle, rgba(180,40,60,.28) 0%, transparent 70%); }
.ch-sets .cat-hero-overlay {
  background: linear-gradient(105deg, rgba(26,10,12,.95) 0%, rgba(65,15,22,.7) 50%, rgba(26,10,12,.15) 100%);
}
.ch-sets .cat-count { background: rgba(180,40,60,.2); color: #ff8fa3; border-color: rgba(180,40,60,.4); }
.ch-sets .cat-hero-content h1 { text-shadow: 0 0 30px rgba(180,40,60,.35), 0 2px 12px rgba(0,0,0,.5); }

/* 💑 Paare & Spiele – Teal/Cyan */
.ch-spiele::before { background: radial-gradient(circle, rgba(20,160,160,.28) 0%, transparent 70%); }
.ch-spiele .cat-hero-overlay {
  background: linear-gradient(105deg, rgba(8,26,26,.95) 0%, rgba(12,55,55,.7) 50%, rgba(8,26,26,.15) 100%);
}
.ch-spiele .cat-count { background: rgba(20,160,160,.2); color: #4ddcdc; border-color: rgba(20,160,160,.4); }
.ch-spiele .cat-hero-content h1 { text-shadow: 0 0 30px rgba(20,160,160,.35), 0 2px 12px rgba(0,0,0,.5); }

/* 💙 Für Ihn – Deep Blue */
.ch-fuer-ihn::before { background: radial-gradient(circle, rgba(40,80,220,.28) 0%, transparent 70%); }
.ch-fuer-ihn .cat-hero-overlay {
  background: linear-gradient(105deg, rgba(8,12,30,.97) 0%, rgba(15,22,65,.75) 50%, rgba(8,12,30,.15) 100%);
}
.ch-fuer-ihn .cat-count { background: rgba(40,80,220,.2); color: #7fa8ff; border-color: rgba(40,80,220,.4); }
.ch-fuer-ihn .cat-hero-content h1 { text-shadow: 0 0 30px rgba(40,80,220,.4), 0 2px 12px rgba(0,0,0,.6); }


/* ── SUBCATEGORY FILTER CHIPS ── */
.cat-subchips {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .9rem 3rem;
  background: var(--bg2);
  border-bottom: 1px solid var(--bdr);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.cat-subchips::-webkit-scrollbar { display: none; }
.cat-subchip {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: .45rem 1.1rem;
  border-radius: 50px;
  font-size: .8rem;
  font-family: var(--sn);
  font-weight: 600;
  letter-spacing: .02em;
  background: #ffffff;
  border: 2px solid #333333;
  color: #000000;
  cursor: pointer;
  transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.cat-subchip:hover {
  border-color: var(--ac);
  color: #ffffff;
  background: var(--ac);
}
.cat-subchip.active {
  background: var(--ac);
  border-color: var(--ac);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(192, 37, 62, 0.3);
}

.cat-toolbar {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bdr);
  background: var(--bg);
}
.cat-filters {
  display: flex;
  align-items: center;
}
.cat-filter-group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.cat-filter-group label {
  font-family: var(--sf);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--tx2);
}
.cat-filter-group select {
  padding: 0.6rem 2.2rem 0.6rem 1rem;
  font-family: var(--sf);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--tx1);
  background-color: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 8px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem top 50%;
  background-size: 0.65rem auto;
  cursor: pointer;
  transition: all 0.2s;
}
.cat-filter-group select:focus {
  outline: none;
  border-color: var(--ac);
  box-shadow: 0 0 0 3px rgba(192,37,62,0.1);
  background-color: #fff;
}
.cat-result-count {
  font-family: var(--sf);
  font-size: 0.95rem;
  color: var(--tx2);
  font-weight: 400;
}

/* ── OTHER CATEGORIES (Weitere Kategorien) ── */
.cat-also { padding: 0 3rem 3rem; }
.cat-also h3 { font-family: var(--sf); font-size: 1.5rem; font-weight: 400; color: var(--tx1); margin-bottom: 1.5rem; }
.cat-also-grid { 
  display: grid; 
  grid-template-columns: repeat(5, 1fr); 
  gap: 1.2rem; 
}
.cat-also-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  border-radius: 14px;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.cat-also-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
  border-radius: inherit;
  z-index: 1;
}
.cat-also-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.cat-also-name {
  font-family: var(--sf);
  font-weight: 600;
  color: #ffffff !important;
  font-size: 1.1rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 0 1rem;
}

.cat-pagination { padding: 1.5rem 3rem 2.5rem; }

/* ── PRODUCT GRID BASE ── */
.cat-grid, .products-grid, .pdp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 3rem 4rem;
}
@media (max-width: 1200px) { .cat-grid, .products-grid { grid-template-columns: repeat(3, 1fr); } }


/* ── NEW PAGES BASE (Global) ── */

/* Brands */
.brands-hero { padding: 4rem 3rem 3rem; text-align: center; border-bottom: 1px solid var(--bdr); }
.brands-hero h1 { font-family: var(--sf); font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; margin-bottom: .5rem; }
.brands-az-wrap { padding: 3rem; max-width: 1400px; margin: 0 auto; }
.brand-letter-group { margin-bottom: 4rem; }
.brand-letter-header { font-size: 2.2rem; font-family: var(--sf); color: var(--ac); border-bottom: 2px solid var(--bdr); padding-bottom: .6rem; margin-bottom: 2rem; }
.blc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.2rem; }
.blc-card { background: var(--card); border: 1px solid var(--bdr); border-radius: 14px; overflow: hidden; cursor: pointer; transition: all .25s cubic-bezier(.4,0,.2,1); position: relative; }
.blc-card:hover { transform: translateY(-4px); border-color: var(--ac); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.blc-face { height: 110px; display: flex; align-items: center; justify-content: center; padding: 1.2rem; background: #fff; }
.blc-face img { max-width: 100%; max-height: 100%; object-fit: contain; }
.blc-bar { padding: .6rem .8rem; background: var(--bg2); border-top: 1px solid var(--bdr); text-align: center; font-size: .72rem; color: var(--tx3); font-weight: 600; letter-spacing: .04em; }
.blc-brand-name { font-family: Georgia, serif; font-style: italic; color: #333; }

/* Brand Detail */
.brand-detail-hero { padding: 4rem 3rem; text-align: center; }
.bdh-name { font-size: clamp(2.5rem, 6vw, 4rem); font-family: Georgia, serif; font-style: italic; margin-bottom: .5rem; }

/* Loyalty & Gift Finder */
.loyalty-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.gf-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gf-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }


/* ── INFO PAGES (Impressum, AGB, Datenschutz, etc.) ── */
.info-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.info-page h1 {
  font-family: var(--sf);
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--tx1);
}
.legal-content {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 4px 30px rgba(0,0,0,.04);
}
.legal-content h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--tx1);
  border-bottom: 1px solid var(--bdr);
  padding-bottom: 0.5rem;
}
.legal-content p {
  line-height: 1.7;
  color: var(--tx2);
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.legal-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--tx2);
  line-height: 1.7;
  font-size: 0.95rem;
}
.legal-content li {
  margin-bottom: 0.5rem;
}

/* ── CONTACT PAGE ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4rem;
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 4px 30px rgba(0,0,0,.04);
}
.contact-form h3, .contact-info h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--tx1);
}
.contact-form .fg {
  margin-bottom: 1.25rem;
}
.contact-form .fg label {
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tx2);
  margin-bottom: 0.4rem;
  display: block;
}
.contact-form .fg input, .contact-form .fg textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--bdr);
  border-radius: 8px;
  background: var(--bg2);
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.2s;
  color: var(--tx1);
  box-sizing: border-box;
}
.contact-form .fg input:focus, .contact-form .fg textarea:focus {
  outline: none;
  border-color: var(--ac);
  box-shadow: 0 0 0 3px rgba(192,37,62,0.1);
  background: #fff;
}
.contact-info .contact-item {
  font-size: 1rem;
  color: var(--tx2);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}
.contact-info .contact-item strong {
  color: var(--tx1);
  font-weight: 600;
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
}
.contact-note {
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(192,37,62,0.04);
  border-radius: 12px;
  border: 1px solid rgba(192,37,62,0.1);
  font-size: 0.95rem;
  color: var(--tx2);
  line-height: 1.6;
}
.contact-note strong {
  color: var(--ac);
  font-weight: 600;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE – MOBILE (≤ 768px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Breadcrumb */
  .breadcrumb { padding: .6rem 1rem; font-size: .7rem; }

  /* Category Hero */
  .cat-hero { min-height: 180px; }
  .cat-hero-content { padding: 1.5rem 1rem; }
  .cat-hero-content h1 { font-size: 1.6rem; }
  .cat-hero-content p { font-size: .8rem; }
  .cat-count { font-size: .7rem; padding: .3rem .7rem; }

  /* Category Toolbar */
  .cat-toolbar {
    padding: .6rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
  }
  .cat-filters {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: .5rem;
    padding-bottom: 2px;
  }
  .cat-filter-group select { width: auto; min-width: 110px; font-size: .72rem; padding: .35rem 1.6rem .35rem .5rem; background-size: .5rem auto; background-position: right .5rem top 50%; }
  .cat-filter-group label { font-size: .6rem; }
  .cat-result-count { text-align: left; font-size: .68rem; padding-top: .1rem; }

  /* Product Grid – 2 Columns on Mobile */
  .cat-grid, .products-grid {
    display: grid !important;
    padding: .6rem .5rem 2rem;
    grid-template-columns: repeat(2,1fr) !important;
    gap: .45rem;
  }

  /* Product Card Mobile */
  .pc { border-radius: 10px; }
  .pi {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    border-radius: 10px 10px 0 0;
  }
  .pi img {
    object-fit: contain !important;
    padding: 8px !important;
  }
  .pf { padding: .5rem .55rem .65rem; }
  .pn { font-size: .92rem !important; line-height: 1.25; }
  .ppn { font-size: 1.05rem !important; }
  .pca { font-size: 0.7rem !important; }
  .st { font-size: .7rem !important; }
  .atc { font-size: .68rem !important; padding: .4rem .5rem !important; }

  /* Pagination */
  .cat-pagination { padding: 1.2rem .8rem 2rem; gap: .3rem; }
  
  /* Other Categories */
  .cat-also { padding: 0 1rem 3rem; }
  .cat-also-grid { grid-template-columns: repeat(2,1fr); gap: .6rem; }

  /* PDP – Mobile: Full width, stacked */
  .pdp { display: block !important; padding: 0 !important; gap: 0 !important; max-width: 100% !important; overflow-x: hidden !important; }
  .pdp-gallery { padding: .8rem .8rem 0; width: 100%; }
  .pdp-info { padding: 1rem .8rem 1.5rem; width: 100%; }
  .pdp-title { font-size: 1.3rem !important; }
  .pdp-price { font-size: 1.4rem !important; }
  .pdp-features { grid-template-columns: 1fr; gap: .5rem; }
  .pdp-thumbs { gap: .4rem; }
  .pdp-thumb { width: 50px; height: 50px; min-width: 50px; }
  .pdp-related-grid { grid-template-columns: repeat(2,1fr); gap: .6rem; }

  /* Cart */
  .cart-page { padding: 1rem; grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 60px 1fr auto; gap: .5rem; }
  .cart-summary { position: static; margin-top: 1rem; }

  /* Info Pages */
  .info-page { padding: 2rem 1rem; }
  .info-page h1 { font-size: 2rem; margin-bottom: 1.5rem; }
  .legal-content { padding: 1.5rem; border-radius: 12px; }
  .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }

  /* Brands Mobile */
  .brands-az-wrap { padding: 1.5rem 1rem; }
  .blc-grid { grid-template-columns: repeat(3, 1fr); gap: .65rem; }
  .blc-face { height: 85px; }
  .brand-letter-header { font-size: 1.6rem; margin-bottom: 1rem; }
  .brands-hero { padding: 2.5rem 1rem 1.5rem; }
  .brand-detail-hero { padding: 2.5rem 1rem 1.5rem; }
  .bdh-name { font-size: 2.2rem; }

  /* Loyalty */
  .loyalty-tiers { grid-template-columns: 1fr; padding: 1rem; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE – SMALL MOBILE (≤ 480px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .cat-hero { min-height: 150px; }
  .cat-subchips { padding: .6rem 1rem; }
  .cat-subchip { font-size: .68rem; padding: .3rem .8rem; }
  .cat-hero-content h1 { font-size: 1.3rem; }

  .cat-grid { gap: .5rem; padding: .8rem .6rem 1.5rem; }
  .cat-toolbar { padding: .5rem .6rem; }
  .cat-pagination { padding: 1rem .6rem 1.5rem; }

  .pdp-title { font-size: 1.15rem !important; }
  .pdp-price { font-size: 1.25rem !important; }
  .pdp-thumb { width: 44px; height: 44px; min-width: 44px; }

  .blc-grid { grid-template-columns: repeat(2, 1fr); gap: .45rem; }
  .blc-face { height: 75px; padding: .8rem; }
  .blc-brand-name { font-size: .9rem !important; }
  .brand-letter-header { font-size: 1.3rem; }
  .bdh-name { font-size: 1.8rem; }
}
