@media only screen and (max-width:48em){}

/* Product pages: hide empty gallery column, stretch description */
.shop-container .product-main .col.large-9 > .row > .large-6.col:has(.woocommerce-product-gallery) {
  display: none !important;
}
.shop-container .product-main .product-summary {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Shop/category listings: hide product thumbnails */
.category-page-row .products .product-small .box-image {
  display: none !important;
}
.category-page-row .products .product-small.box-vertical .box-text {
  flex: 1 1 100%;
  max-width: 100%;
}
