/* File: astrachildtheme/a_mod/page_product/all-products-product.css */
/* Version: 1.0.6 */
/* Beschreibung: Stile für Single-Product-Seiten (WC Germanized Infos, PayPal-Hinweise etc.). */


/* ======================================================== */
/* Styling für Produkt Seiten.
/* ======================================================== */

/* DEBUG, Honeypot Testfield ausblenden, damit ich auch die User-Ansicht bekomme wenn ich eingeloggt bind.  */
.wpa-test-msg {
    display: none !important;
}


/* sware styling verschoben in stueckware/css/sware_page_product.css */


/* ================================== */
/* WC Germanized Zusätzliche Infos
/* ================================== */

p.wc-gzd-additional-info {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 15px;
}

p.wc-gzd-additional-info .wc-gzd-additional-info.shipping-costs-info {
    order: 1;
    font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
}

p.wc-gzd-additional-info .wc-gzd-additional-info.small-business-info {
    order: 2;
    flex-basis: 100%;
    font-size: 1em;
    white-space: nowrap;
}

p.wc-gzd-additional-info .wc-gzd-additional-info.shipping-costs-info a {
    font-size: 1em;
}


/* ======================= */
/* DETAILS:
/* ======================= */

/* 1. class="posted_in" ausblenden */
.posted_in {
    display: none !important;
}

/* 2. PayPal "Bezahlen Sie 30 Tage später..." Fontgröße anpassen */
.ppcp-messages iframe {
    height: 26px !important;
    transform: scale(1.2);
    transform-origin: left center;
    zoom: 1.2;
}

/* 3. Produkteinheit ("Produkteinheit: 80 cm") größer machen */
.product-units-wrapper.product-units {
    font-size: 1.1em !important; /* Macht den gesamten Text im p-Tag größer */
}


/* ======================= */
/* Bei "Ähnliche Produkte" überflüssige Details ausblenden
/* ======================= */

.related.products .small-business-info,
.related.products .shipping-costs-info,
.related.products .product-units-wrapper,
.related.products .ast-woo-product-category {
    display: none !important;
}


/* ======================= */
/* Astra: "Verfügbarkeit: Vorrätig" ausblenden.
/* ======================= */
.ast-stock-avail, .ast-stock-detail {
  display: none;
}
