/*
Theme Name: 12Shoes Wholesale
Theme URI: https://12footwear.com/
Author: 12Shoes
Description: Presentation-only classic theme for the 12Shoes outdoor footwear wholesale WooCommerce site.
Version: 0.2.18
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: twelve-shoes
*/



/* Archive product grids: three desktop cards; related products retains its dedicated five-card layout. */
@media (min-width: 901px) {
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_brand .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}



/* The catalogue layout is not wrapped by .woocommerce; scope directly to archive page main content. */
@media (min-width: 901px) {
  body.post-type-archive-product main ul.products,
  body.tax-product_brand main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
