/*
Theme Name: FitCard Theme
Theme URI: https://sachbezug-fitness.de
Description: FitCard Landing Theme – Hauptseite, Partnerseite & Rechtliche Hinweise. v1.9 mit Disclaimer-Konzept: konkrete Steuerzahlen aus Marketing-Aussagen entfernt, Beispielrechnung als „Beispielrechnung beim aktuellen Umsatzsteuersatz von 19 %" markiert, Disclaimer-Box am Ende von FAQ und Partner-USt-Sektion, Footer-Disclaimer-Zeile, Footer-Spalte „Für Partnerstudios", neue Unterseite /rechtliche-hinweise/, Partner-FAQ-Antwort 01 entschärft.
Author: andrema GmbH
Version: 1.12
Template: twentytwentyfive
Text Domain: fitcard
*/

/* FitCard – Shop: Global Fixes */
.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product span.price,
.wc-block-grid__product-price,
.woocommerce ul.products li.product .woocommerce-Price-amount {
  display: none !important;
}
.woocommerce ul.products li.product img,
.wc-block-grid__product-image img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}
a.wp-element-button.button,
a.button.wp-element-button {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 16px !important;
  white-space: normal !important;
  word-break: break-word !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  text-align: center !important;
  border-radius: 10px !important;
  background-color: #1a1a2e !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .woocommerce ul.products {
    padding: 0 12px !important;
  }
  .wp-block-post-title,
  h1.entry-title,
  .entry-title {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
    word-break: break-word !important;
  }
}

/* Gutschein-Eingabefeld ausblenden */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}

/* ============================================================
   CHECKOUT: Bestellübersicht Mobile-Fixes (v1.4)
   ============================================================ */
@media (max-width: 768px) {
  /* Kein rechter Überlauf */
  #order_review,
  .woocommerce-checkout-review-order {
    padding-right: 12px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .woocommerce-checkout-review-order-table {
    table-layout: fixed !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .woocommerce-checkout-review-order-table .product-name {
    width: 62% !important;
    word-break: break-word !important;
    white-space: normal !important;
  }
  .woocommerce-checkout-review-order-table .product-total {
    width: 38% !important;
    text-align: right !important;
    white-space: normal !important;
    padding-left: 6px !important;
  }
}

/* Mobile Overflow Fix */
@media (max-width: 480px) {
  h1, h2 {
    font-size: 1.5rem !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  .fitcard-card, [class*="card"], [class*="hero"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ============================================================
   SHOP PRODUKTSEITE: Studio-Auswahl Mobile-Fix (v1.12)
   ============================================================ */

/* Produkttitel auf Produktseite */
.woocommerce div.product h1.product_title {
  color: #1a1a2e !important;
  word-break: break-word !important;
}

@media (max-width: 768px) {
  .woocommerce div.product h1.product_title {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    padding: 0 4px !important;
  }

  /* Studio-Selector Container */
  .fitcard-studio-selector {
    box-sizing: border-box !important;
    width: 100% !important;
  }

  /* Label "Studio wählen" */
  .fitcard-studio-selector label {
    color: #1a1a2e !important;
    display: block !important;
    font-weight: 600 !important;
  }

  /* Select-Dropdown: font-size 16px verhindert iOS-Zoom */
  .fitcard-studio-selector select,
  select#fitcard_studio_code {
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #1a1a2e !important;
    background: #ffffff !important;
  }

  /* Service-Info-Box nach Studio-Auswahl */
  #fitcard-service-info {
    font-size: 13px !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  /* B2B-Hinweistext unter dem Selector */
  .fitcard-studio-selector p {
    color: #888 !important;
    font-size: 12px !important;
  }
}

/* ============================================================
   PRODUKTSEITE: Overflow-Fix Mobile (v1.12b)
   ============================================================ */
@media (max-width: 768px) {
  .woocommerce div.product,
  .woocommerce div.product .summary,
  .woocommerce div.product .woocommerce-product-gallery,
  .fitcard-studio-selector,
  .woocommerce-page .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* Verhindert dass die native Select-Dropdown-Liste seitlich ausbricht */
  select#fitcard_studio_code,
  .fitcard-studio-selector select {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Zoom-Bild auf Mobile ausblenden — verursacht horizontalen Überlauf */
@media (max-width: 768px) {
  img.zoomImg {
    display: none !important;
  }
}
