/*
 Theme Name:   BeezWoo for DJM Shop
 Description:  Tema personalizzato per DJM Shop basato su Woodmart
 Author:       Beez Solutions
 Author URI:   https://beezsolutions.it
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  beezwoo-djm
*/

/* Child theme styles go here */

/* Mobile: Labels ABOVE swatches */
@media (max-width: 1024px) {
    /* Force vertical stacking */
    table.variations tr {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 24px !important;
    }

    /* Label on top - reduced spacing */
    table.variations th.label {
        width: 100% !important;
        display: block !important;
        margin-bottom: 8px !important;
    }

    /* Swatches below */
    table.variations td.value {
        width: 100% !important;
        display: block !important;
    }
}
