/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* Example: Adjust WooCommerce content width */
.woocommerce-page .site-main {
    max-width: 1200px; /* Adjust to fit your theme */
    margin: 50px auto 0;
}