/*

Theme Name: Shopfront Ecommerce Child Theme

Theme URI: https://merch.lizardo666.dk/wp-admin/themes.php?theme=shopfront-ecommerce

Description: Child Theme for Shopfront Ecommerce

Author: classictemplate

Author URI: https://www.theclassictemplates.com/

Template: shopfront-ecommerce

Version: 0.5.2

*/

/* Only on the “T‑shirts” category archive */
body.tax-product_cat.term-tshirts ul.products.columns-2 li.product {
  width: 50% !important;
  float: left !important;
  box-sizing: border-box;
}

/* Make product 190 span both columns */
body.tax-product_cat.term-tshirts ul.products.columns-2 li.product.post-190 {
  width: 100% !important;
  clear: both !important;
}

/* Optional: scale up its image */
body.tax-product_cat.term-tshirts ul.products.columns-2 li.product.post-190 img {
  transform: scale(1.2) !important;
  transform-origin: center center !important;
  display: block !important;
}



