.single-product form.cart .mds-qty-description {
    margin: 0 0 0.55rem;
    font-size: 0.95rem;
    line-height: 1.35;
}

/* When unit label is present: wrap the add-to-cart button to its own line */
.single-product form.cart:has(.mds-qty-unit) {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 0.5em 0.4em;
}
.single-product .cart button{
	height:25px !important;
}

.single-product form.cart .quantity input.qty {
    min-width: 5.2em;
    text-align: center;
}

/* Unit label ("m") — shared between product page, cart, checkout, mini cart */
.mds-qty-unit {
    font-weight: 600;
}

.single-product form.cart .mds-qty-unit {
    margin-left: 0.3em;
}

/* Price unit ("/m") */
.mds-price-unit {
    font-size: 0.85em;
    font-weight: 600;
    margin-left: 0.15em;
}
