/**
 * Style dla sekcji przepisu/składu produktu
 */

/* ========================================
   Skład Section Typography
   ======================================== */
#sklad * {
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: inherit !important;
}

/* ========================================
   Product Details Grid - Mobile
   ======================================== */
@media (max-width: 640px) {
    .product-details-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
