/*
 Theme Name:   Storefront Child
 Theme URI:    https://themeridiandpot.com/storefront-child/
 Description:  Storefront Child Theme for The Meridian Depot
 Author:       Randy Cartwright
 Template:     storefront
 Version:      1.0.0
*/

/* Custom CSS for Cost Column visibility can go here */
.column-item_cost {
    vertical-align: middle !important;
    width: 120px;
}

/* Force the custom cost column to stay horizontal */
.fixed .column-item_cost {
    width: 100px !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

/* Optional: Hide some less critical columns on smaller screens to make room */
@media screen and (max-width: 1400px) {
    .column-tags, .column-stats {
        display: none !important;
    }
}