/* ============================================================
   Weingut Hausdorf – Shop CSS v6
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

:root {
  --wh-black:    #1a1a1a;
  --wh-charcoal: #2d2d2d;
  --wh-mid:      #5a5a5a;
  --wh-muted:    #9a9a9a;
  --wh-border:   #e8e8e8;
  --wh-border-dk:#d0d0d0;
  --wh-bg:       #ffffff;
  --wh-soft:     #f7f6f3;
  --wh-warm:     #f2efe9;
  --wh-gold:     #a07840;
}

/* ════════════ HERO ════════════ */
.hausdorf-shop-hero {
  background: var(--wh-soft);
  border-bottom: 1px solid var(--wh-border);
  padding: 4rem 3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  box-sizing: border-box;
}
.hausdorf-hero__eyebrow {
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--wh-gold); margin: 0 0 0.85rem;
}
.hausdorf-hero__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
  font-weight: 300 !important; color: var(--wh-black) !important;
  line-height: 1.1 !important; margin: 0 0 0.85rem !important; border: none !important;
}
.hausdorf-hero__title em { font-style: italic; color: var(--wh-gold); }
.hausdorf-hero__desc {
  font-size: 0.84rem; color: var(--wh-mid); line-height: 1.75; max-width: 420px; margin: 0;
}
.hausdorf-hero__bottles {
  display: flex; gap: 1.5rem; align-items: flex-end; flex-shrink: 0; opacity: 0.85;
}
.hausdorf-hero__bottle {
  height: 180px; max-width: 80px; width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.12));
}
@media (max-width: 768px) {
  .hausdorf-hero__bottles { display: none; }
  .hausdorf-shop-hero { padding: 2.5rem 1.5rem; }
}

/* ════════════ FILTER BAR ════════════ */
.hausdorf-filter-bar {
  display: flex !important; align-items: center !important;
  gap: 0.5rem !important; flex-wrap: wrap !important;
  padding: 0.85rem 3rem !important; border-bottom: 1px solid var(--wh-border) !important;
  background: var(--wh-bg) !important; width: 100% !important; box-sizing: border-box !important;
  margin: 0 !important;
}
.hausdorf-filter-bar__label {
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--wh-muted); flex-shrink: 0;
}
.hausdorf-chip {
  display: inline-block !important; padding: 0.35rem 1rem !important;
  border: 1px solid var(--wh-border-dk) !important; border-radius: 100px !important;
  font-family: 'Inter', sans-serif !important; font-size: 0.72rem !important;
  color: var(--wh-mid) !important; background: none !important;
  text-decoration: none !important; transition: all 0.18s !important; line-height: 1.5 !important;
}
.hausdorf-chip:hover, .hausdorf-chip--active {
  background: var(--wh-black) !important; color: #fff !important;
  border-color: var(--wh-black) !important;
}
.hausdorf-filter-bar .woocommerce-ordering {
  margin-left: auto !important; margin-bottom: 0 !important; float: none !important;
}
.hausdorf-filter-bar .woocommerce-ordering select {
  padding: 0.35rem 0.8rem !important; border: 1px solid var(--wh-border-dk) !important;
  border-radius: 4px !important; font-family: 'Inter', sans-serif !important;
  font-size: 0.72rem !important; color: var(--wh-mid) !important;
  background: var(--wh-bg) !important; margin: 0 !important;
}
.woocommerce-result-count { display: none !important; }

/* ════════════ PRODUKT-GRID ════════════ */
.woocommerce-page ul.products,
.woocommerce ul.products {
  display: grid !important; grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important; margin: 0 !important; padding: 0 !important;
  list-style: none !important; border-top: 1px solid var(--wh-border) !important;
  float: none !important; width: 100% !important;
}
@media (max-width: 1100px) {
  .woocommerce-page ul.products, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 700px) {
  .woocommerce-page ul.products, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 460px) {
  .woocommerce-page ul.products, .woocommerce ul.products { grid-template-columns: 1fr !important; }
}

li.hausdorf-product-card,
.woocommerce ul.products li.product {
  border-right: 1px solid var(--wh-border) !important;
  border-bottom: 1px solid var(--wh-border) !important;
  background: var(--wh-bg) !important; padding: 0 !important; margin: 0 !important;
  float: none !important; width: auto !important; display: flex !important;
  flex-direction: column !important; position: relative !important;
  box-sizing: border-box !important; transition: background 0.2s !important;
}
li.hausdorf-product-card:hover,
.woocommerce ul.products li.product:hover { background: var(--wh-soft) !important; }

.hausdorf-badge {
  position: absolute; top: 0.85rem; left: 0.85rem; z-index: 2;
  font-size: 0.56rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--wh-black); color: #fff; padding: 3px 9px; border-radius: 2px;
}
.hausdorf-badge--gold { background: var(--wh-gold); }

.hausdorf-card__img-link {
  display: flex !important; background: var(--wh-warm) !important;
  padding: 2.5rem 2rem 1.5rem !important; min-height: 240px !important;
  align-items: flex-end !important; justify-content: center !important;
  text-decoration: none !important;
}
.hausdorf-card__img,
.woocommerce ul.products li.product img {
  width: auto !important; max-width: 100% !important; max-height: 190px !important;
  height: auto !important; object-fit: contain !important; object-position: bottom !important;
  margin: 0 auto !important; display: block !important; transition: transform 0.3s !important;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.1)) !important;
  box-shadow: none !important; border: none !important;
}
li.hausdorf-product-card:hover .hausdorf-card__img { transform: scale(1.04) translateY(-3px); }

.hausdorf-card__body { padding: 0; flex: 1; display: flex; flex-direction: column; }
.hausdorf-card__cat {
  font-size: 0.6rem !important; font-weight: 500 !important; letter-spacing: 0.18em !important;
  text-transform: uppercase !important; color: var(--wh-gold) !important;
  padding: 1rem 1.25rem 0.25rem !important; margin: 0 !important; display: block !important;
}
.hausdorf-card__name-link { text-decoration: none !important; display: block !important; }
.hausdorf-card__name,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Cormorant Garamond', serif !important; font-size: 1.15rem !important;
  font-weight: 400 !important; color: var(--wh-black) !important;
  padding: 0.2rem 1.25rem 0 !important; margin: 0 !important; line-height: 1.3 !important;
}
.hausdorf-card__meta {
  font-size: 0.7rem !important; color: var(--wh-muted) !important;
  padding: 0.2rem 1.25rem 0 !important; margin: 0 !important;
}
.hausdorf-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1.25rem 1.25rem; border-top: 1px solid var(--wh-border); margin-top: 0.85rem;
}
.hausdorf-card__price .woocommerce-Price-amount,
.hausdorf-card__price,
.woocommerce ul.products li.product .price {
  font-family: 'Cormorant Garamond', serif !important; font-size: 1.2rem !important;
  font-weight: 600 !important; color: var(--wh-black) !important;
  padding: 0 !important; margin: 0 !important;
}
.hausdorf-btn,
.hausdorf-card__btn .button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
  display: inline-block !important; padding: 0.45rem 1rem !important;
  border: 1.5px solid var(--wh-black) !important; border-radius: 3px !important;
  background: transparent !important; color: var(--wh-black) !important;
  font-family: 'Inter', sans-serif !important; font-size: 0.65rem !important;
  font-weight: 500 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important;
  text-decoration: none !important; cursor: pointer !important; transition: all 0.18s !important;
  box-shadow: none !important; margin: 0 !important; line-height: 1.5 !important;
}
.hausdorf-btn:hover,
.woocommerce ul.products li.product .button:hover {
  background: var(--wh-black) !important; color: #fff !important;
}

/* ════════════ SINGLE PRODUCT – LAYOUT ════════════ */

/* 2-Spalten Grid – überschreibt Astra komplett */
.woocommerce div.product,
.woocommerce-page div.product,
.ast-woocommerce-container div.product {
  display: grid !important;
  grid-template-columns: 360px 1fr !important;
  gap: 0 5rem !important;
  align-items: start !important;
  float: none !important;
  width: 100% !important;
}

.woocommerce div.product div.woocommerce-product-gallery,
.woocommerce-page div.product div.woocommerce-product-gallery {
  grid-column: 1 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  position: static !important;
  top: auto !important;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  grid-column: 2 !important;
  grid-row: 1 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Tabs + Related: volle Breite */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .related {
  grid-column: 1 / -1 !important;
  clear: both !important;
}

@media (max-width: 860px) {
  .woocommerce div.product,
  .woocommerce-page div.product {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .woocommerce div.product div.woocommerce-product-gallery,
  .woocommerce div.product div.summary {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* ── Galerie ── */
.woocommerce div.product div.woocommerce-product-gallery {
  background: var(--wh-warm) !important;
  border: 1px solid var(--wh-border) !important;
  border-radius: 4px !important;
  padding: 2rem !important;
  position: static !important;
  top: auto !important;
  text-align: center !important;
}

/* Lupe/Zoom Icon ausblenden */
.woocommerce div.product .woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce div.product div.woocommerce-product-gallery img {
  max-height: 380px !important;
  width: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.1)) !important;
  box-shadow: none !important;
  border: none !important;
}

/* Galerie: Herkunft-Label */
.woocommerce div.product div.woocommerce-product-gallery::after {
  content: 'HOHENWARTH · WEINVIERTEL · NÖ';
  display: block;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--wh-muted);
  text-align: center;
  margin-top: 0.75rem;
  white-space: nowrap;
}

/* Thumbnails */
.woocommerce div.product .flex-control-thumbs {
  display: flex !important; gap: 0.5rem !important;
  padding: 0 !important; list-style: none !important; margin-top: 0.75rem !important;
}
.woocommerce div.product .flex-control-thumbs li { width: 64px !important; margin: 0 !important; }
.woocommerce div.product .flex-control-thumbs img {
  border: 2px solid transparent !important; border-radius: 3px !important;
  cursor: pointer !important; max-height: 72px !important; object-fit: contain !important;
}
.woocommerce div.product .flex-control-thumbs .flex-active,
.woocommerce div.product .flex-control-thumbs img:hover {
  border-color: var(--wh-black) !important;
}

/* ── Summary: Kategorie-Label ── */
.hausdorf-single__cat {
  font-size: 0.6rem !important; font-weight: 500 !important;
  letter-spacing: 0.24em !important; text-transform: uppercase !important;
  color: var(--wh-gold) !important; margin: 0 0 0.5rem !important;
}

/* ── Summary: Titel ── */
.woocommerce div.product .product_title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2rem, 3.5vw, 2.8rem) !important;
  font-weight: 300 !important; color: var(--wh-black) !important;
  line-height: 1.15 !important; margin: 0 0 0.4rem !important;
}

/* ── Summary: Untertitel ── */
.hausdorf-single__subtitle {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important; font-size: 1rem !important;
  color: var(--wh-mid) !important; margin: 0 0 0.75rem !important;
}

/* ── Summary: Bewertung ── */
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1rem !important;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before { color: var(--wh-gold) !important; }

/* ── Summary: Trennlinie ── */
.woocommerce div.product .product_title + *,
.woocommerce div.product .woocommerce-product-rating {
  border-top: none !important;
}

/* Horizontale Linie nach Rating */
.woocommerce div.product .woocommerce-product-rating::after {
  content: '';
  display: block;
  height: 1px;
  background: var(--wh-border);
  margin-top: 1rem;
}

/* ── Summary: Preis ── */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 2.2rem !important; font-weight: 600 !important;
  color: var(--wh-black) !important; margin: 1rem 0 0.25rem !important;
  display: block !important;
}

.hausdorf-price-note {
  font-size: 0.72rem !important; color: var(--wh-muted) !important;
  margin: 0 0 1.25rem !important;
}

/* ── Summary: Kurzbeschreibung ── */
.woocommerce div.product .woocommerce-product-details__short-description h1,
.woocommerce div.product .woocommerce-product-details__short-description h2,
.woocommerce div.product .woocommerce-product-details__short-description h3,
.woocommerce div.product .woocommerce-product-details__short-description h4,
.woocommerce div.product .woocommerce-product-details__short-description strong:only-child {
  display: none !important;
}
.woocommerce div.product .woocommerce-product-details__short-description p {
  font-size: 0.88rem !important; color: var(--wh-mid) !important;
  line-height: 1.75 !important; margin-bottom: 1rem !important;
}

/* ── Summary: Specs Grid ── */
.hausdorf-specs {
  margin: 0 0 1.25rem;
}
.hausdorf-specs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--wh-border);
  border: 1px solid var(--wh-border);
  border-radius: 4px;
  overflow: hidden;
}
.hausdorf-specs__item {
  background: var(--wh-soft);
  padding: 0.65rem 0.9rem;
}
.hausdorf-specs__label {
  display: block; font-size: 0.56rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--wh-muted); margin-bottom: 0.25rem;
}
.hausdorf-specs__value {
  font-size: 0.82rem; color: var(--wh-charcoal); font-weight: 400;
}

/* ── Summary: Add to Cart ── */
.woocommerce div.product form.cart {
  display: flex !important; gap: 0.6rem !important;
  align-items: stretch !important; margin-bottom: 0 !important;
  flex-wrap: wrap !important;
}
.woocommerce div.product form.cart .quantity {
  display: flex !important; align-items: center !important;
}
.woocommerce div.product form.cart .quantity input {
  border: 1px solid var(--wh-border-dk) !important; border-radius: 3px !important;
  font-family: 'Inter', sans-serif !important; font-size: 0.9rem !important;
  padding: 0.65rem 0.5rem !important; text-align: center !important;
  width: 68px !important; height: 48px !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--wh-black) !important; color: #fff !important;
  border: none !important; border-radius: 3px !important;
  font-family: 'Inter', sans-serif !important; font-size: 0.75rem !important;
  font-weight: 500 !important; letter-spacing: 0.14em !important;
  text-transform: uppercase !important; padding: 0 2rem !important;
  height: 48px !important; flex: 1 !important;
  transition: background 0.18s !important; box-shadow: none !important;
  min-width: 160px !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: var(--wh-charcoal) !important;
}

/* ── Trust Badges ── */
.hausdorf-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.25rem !important;
  padding: 1rem 0 0 !important;
  margin-top: 0.75rem !important;
  border-top: 1px solid var(--wh-border) !important;
  width: 100% !important;
}
.hausdorf-trust__item {
  font-size: 0.68rem; color: var(--wh-muted);
  display: flex; align-items: center; gap: 0.3rem;
  white-space: nowrap;
}

/* ── Meta ── */
.woocommerce div.product .product_meta {
  font-size: 0.75rem !important; color: var(--wh-muted) !important; margin-top: 1rem !important;
}
.woocommerce div.product .product_meta a { color: var(--wh-gold) !important; }

/* ── Tabs ── */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: 'Inter', sans-serif !important; font-size: 0.78rem !important;
  font-weight: 500 !important; color: var(--wh-mid) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--wh-black) !important; }

/* ── Related ── */
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.8rem !important; font-weight: 300 !important;
  color: var(--wh-black) !important; margin-bottom: 1.5rem !important;
}

/* ════════════ WARENKORB ════════════ */
.hausdorf-cart-wrap {
  display: grid; grid-template-columns: 1fr 340px;
  gap: 3.5rem; align-items: start; padding: 2.5rem 0;
}
@media (max-width: 860px) { .hausdorf-cart-wrap { grid-template-columns: 1fr; } }

.hausdorf-cart__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.9rem !important; font-weight: 300 !important;
  color: var(--wh-black) !important; margin-bottom: 1.5rem !important;
}
.hausdorf-cart-table { width: 100%; border-collapse: collapse; }
.hausdorf-cart-table th {
  font-family: 'Inter', sans-serif !important; font-size: 0.6rem !important;
  font-weight: 500 !important; letter-spacing: 0.14em !important; text-transform: uppercase !important;
  color: var(--wh-muted) !important; border: none !important;
  border-bottom: 1px solid var(--wh-border) !important; padding: 0.75rem !important;
  background: var(--wh-soft) !important;
}
.hausdorf-cart-table td {
  border: none !important; border-bottom: 1px solid var(--wh-border) !important;
  padding: 1rem 0.75rem !important; vertical-align: middle !important;
}
.hausdorf-cart__img-wrap img {
  width: 64px !important; height: 80px !important; object-fit: contain !important;
  background: var(--wh-warm) !important; border-radius: 3px !important; padding: 4px !important;
}
.hausdorf-cart__product-name {
  font-family: 'Cormorant Garamond', serif !important; font-size: 1rem !important;
  font-weight: 400 !important; color: var(--wh-black) !important;
  text-decoration: none !important; display: block !important;
}
.hausdorf-cart__product-name:hover { color: var(--wh-gold) !important; }
.hausdorf-cart__variant {
  font-size: 0.66rem; color: var(--wh-gold); letter-spacing: 0.06em;
  display: block; margin-top: 0.2rem;
}
.hausdorf-cart__price .woocommerce-Price-amount,
.hausdorf-cart__subtotal .woocommerce-Price-amount {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.1rem !important; font-weight: 600 !important; color: var(--wh-black) !important;
}
.hausdorf-cart__remove {
  font-size: 1.3rem !important; color: var(--wh-muted) !important;
  text-decoration: none !important; font-weight: 300 !important;
}
.hausdorf-cart__remove:hover { color: #c0392b !important; }
.hausdorf-cart__actions {
  padding: 1.25rem 0 !important; background: none !important;
  display: flex; gap: 1rem; align-items: center; flex-wrap: wrap;
  border-bottom: none !important;
}
.hausdorf-coupon { display: flex; gap: 0.5rem; }
.hausdorf-coupon__input {
  padding: 0.62rem 0.85rem !important; border: 1px solid var(--wh-border-dk) !important;
  border-radius: 3px !important; font-family: 'Inter', sans-serif !important;
  font-size: 0.82rem !important;
}
.hausdorf-coupon__btn, .hausdorf-update-btn {
  padding: 0.62rem 1.1rem !important; border: 1px solid var(--wh-charcoal) !important;
  background: none !important; color: var(--wh-charcoal) !important;
  font-family: 'Inter', sans-serif !important; font-size: 0.68rem !important;
  font-weight: 500 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important;
  cursor: pointer !important; border-radius: 3px !important; transition: all 0.18s !important;
}
.hausdorf-coupon__btn:hover, .hausdorf-update-btn:hover {
  background: var(--wh-black) !important; color: #fff !important;
  border-color: var(--wh-black) !important;
}

/* Bestellzusammenfassung */
.hausdorf-order-summary {
  border: 1px solid var(--wh-border); border-radius: 4px; overflow: hidden;
  position: sticky; top: 80px;
}
.hausdorf-order-summary__title {
  font-family: 'Cormorant Garamond', serif !important; font-size: 1.2rem !important;
  font-weight: 400 !important; color: var(--wh-black) !important;
  padding: 1.1rem 1.5rem !important; border-bottom: 1px solid var(--wh-border) !important;
  background: var(--wh-soft) !important; margin: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals { width: 100% !important; float: none !important; }
.woocommerce .cart-collaterals .cart_totals h2 { display: none !important; }
.woocommerce .cart-collaterals .cart_totals table { border: none !important; width: 100% !important; }
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td {
  font-size: 0.82rem !important; color: var(--wh-mid) !important;
  border: none !important; border-bottom: 1px solid var(--wh-border) !important;
  padding: 0.75rem 1.5rem !important;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th,
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  font-family: 'Cormorant Garamond', serif !important; font-size: 1.3rem !important;
  font-weight: 600 !important; color: var(--wh-black) !important; border-bottom: none !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  background: var(--wh-black) !important; color: #fff !important;
  border: none !important; border-radius: 3px !important; font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem !important; font-weight: 500 !important; letter-spacing: 0.14em !important;
  text-transform: uppercase !important; padding: 1rem !important; display: block !important;
  text-align: center !important; margin: 0 1.5rem 1.5rem !important; transition: background 0.18s !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--wh-charcoal) !important;
}

/* ════════════ CHECKOUT ════════════ */
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce-checkout h3#order_review_heading {
  font-family: 'Cormorant Garamond', serif !important; font-size: 1.4rem !important;
  font-weight: 300 !important; color: var(--wh-black) !important;
  border-bottom: 1px solid var(--wh-border) !important; padding-bottom: 0.5rem !important;
  margin-bottom: 1.25rem !important;
}
.woocommerce form .form-row label {
  font-family: 'Inter', sans-serif !important; font-size: 0.62rem !important;
  font-weight: 500 !important; letter-spacing: 0.12em !important;
  text-transform: uppercase !important; color: var(--wh-muted) !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid var(--wh-border-dk) !important; border-radius: 3px !important;
  font-family: 'Inter', sans-serif !important; font-size: 0.85rem !important;
  color: var(--wh-charcoal) !important; padding: 0.65rem 0.85rem !important;
  background: var(--wh-bg) !important; box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus {
  border-color: var(--wh-black) !important; outline: none !important; box-shadow: none !important;
}
.woocommerce-checkout #payment {
  background: var(--wh-soft) !important; border-radius: 4px !important;
  border: 1px solid var(--wh-border) !important;
}
.woocommerce-checkout #payment #place_order {
  background: var(--wh-black) !important; color: #fff !important;
  border: none !important; border-radius: 3px !important; font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem !important; font-weight: 500 !important; letter-spacing: 0.16em !important;
  text-transform: uppercase !important; padding: 1rem 2rem !important; width: 100% !important;
  transition: background 0.18s !important;
}
.woocommerce-checkout #payment #place_order:hover { background: var(--wh-charcoal) !important; }

/* ════════════ NACHRICHTEN ════════════ */
.woocommerce-message, .woocommerce-info {
  border-top-color: var(--wh-gold) !important; background: var(--wh-soft) !important;
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--wh-gold) !important; }
.woocommerce .woocommerce-breadcrumb { font-size: 0.72rem !important; color: var(--wh-muted) !important; }
.woocommerce .woocommerce-breadcrumb a { color: var(--wh-muted) !important; text-decoration: none !important; }
.woocommerce .woocommerce-breadcrumb a:hover { color: var(--wh-black) !important; }
.hausdorf-loop__meta {
    font-size: 0.78rem;
    color: #888;
    margin: 2px 0 0;
    letter-spacing: 0.02em;
}
.ast-single-product-payments,
.ast-single-product-payments * {
    display: none !important;
    visibility: hidden !important;
}
/* ════════════ MOBILE MENÜ ════════════ */
@media (max-width: 921px) {

  /* Pfeil immer gold – sichtbar in beiden Zuständen */
  .ast-menu-toggle,
  .main-navigation .ast-menu-toggle,
  .main-header-menu .ast-menu-toggle {
    color: var(--wh-gold) !important;
    border-color: var(--wh-gold) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .ast-menu-toggle svg,
  .main-navigation .ast-menu-toggle svg {
    fill: var(--wh-gold) !important;
  }

  .ast-menu-toggle svg path,
  .main-navigation .ast-menu-toggle svg path {
    fill: var(--wh-gold) !important;
    stroke: var(--wh-gold) !important;
  }
}
/* ── Menü-Pfeil immer gold, auch im geschlossenen Zustand ── */
@media (max-width: 921px) {
  .ast-menu-toggle {
    color: var(--wh-gold) !important;
    border-color: rgba(160, 120, 64, 0.4) !important;
  }

  .ast-menu-toggle .ast-icon svg,
  .ast-menu-toggle svg {
    fill: var(--wh-gold) !important;
  }

  .ast-menu-toggle .ast-icon svg path,
  .ast-menu-toggle svg path {
    fill: var(--wh-gold) !important;
    stroke: var(--wh-gold) !important;
  }
}
