/* Existing styles */
.desktop .product-info #product .product-stats .list-unstyled {
    width: 50%;
}

.desktop #warehouses_stock {
    width: 50%;
}

.mobile .product-stats.warehouses-stock-container .product-stock {
    display: none;
}

.mobile .product-stats.warehouses-stock-container {
    display: flex;
    flex-direction: column;
}

.mobile #warehouses_stock {
    margin-bottom: 15px;
    margin-right: 10px;
    order: -1;
}

#warehouses_stock td {
    padding: 4px 6px;
}

/* New styles for centering and bolding "Store Pickups" */
#warehouses_stock tr.centered td {
    text-align: center;
    font-weight: bold;
}
