/* Preis größer darstellen */
.hikashop_product_price_full,
.hikashop_product_price_main {
    font-size: 1.25em !important;  /* Preis größer */
    font-weight: bold !important;
    color: #222;
display: block;
}

/* Stückzahlfeld größer machen */
.hikashop_product_quantity input,
.hikashop_product_quantity select {
    font-size: 1.4em !important;   /* Schriftgröße */
    padding: 8px 12px !important;  /* Innenabstand */
    width: 60px !important;        /* Breite */
    height: auto !important;       /* Höhe anpassen */
    box-sizing: border-box;
}

/* Plus/Minus Buttons größer (falls vorhanden) */
.hikashop_product_quantity button {
    font-size: 1.4em !important;
    padding: 4px 8px !important;
}