/* ==========================================================================
   BRILED - Jednotka (m/ks) vedle pole množství (V1)
   Párováno s js/quantity-unit-v1.js. Selektor `.pgf-hero-buy .quantity .amount`
   musí mít STEJNOU specificitu jako `product-gallery-fix.css` (width:100%
   !important) a načítat se AŽ PO něm — jinak prohraje kaskádu a stepper se
   vrátí na plnou šířku (ověřeno živě, viz CHANGELOG 2026-08-20).
   ========================================================================== */

.pgf-hero-buy .quantity > label > .qu-unit {
    display: inline !important;
}

.pgf-hero-buy .quantity > label {
    justify-content: center !important;
    align-items: baseline !important;
    gap: 3px !important;
}

.pgf-hero-buy .quantity .amount {
    width: 6ch !important;
    flex: 0 0 auto !important;
    text-align: right !important;
    padding-right: 2px !important;
}

.qu-unit {
    font-size: 15px;
    line-height: 1;
    color: #8a8a88;
    font-family: 'DM Sans', sans-serif;
    pointer-events: none;
}

@media (max-width: 767px) {
    .qu-unit {
        font-size: 13px;
    }
}
