/*
 * woocommerce-compat.css
 * Small WooCommerce compatibility fixes only.
 * No custom shop, product, cart, or checkout design.
 */

.woocommerce-content-area {
	width: 100%;
}

/* Prevent WooCommerce's default gallery images from ignoring base.css's
   max-width rule when a plugin injects inline width/height attributes. */
.woocommerce div.product .woocommerce-product-gallery img {
	max-width: 100%;
	height: auto;
}

/* Ensure notices remain readable without any theme design applied. */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	list-style: none;
	padding: 1em;
	margin: 0 0 1em;
}
