/* One neutral surface for every product card, including home and cart loops. */
html,
body.home,
body.sansara-woocommerce,
body.sansara-catalog-refresh,
body.single-product.sansara-configurator-product {
	--product-surface: #fff;
	--sansara-ivory: #fff;
	background: #fff;
}

body .woocommerce ul.products li.product,
body.woocommerce ul.products li.product,
body .woocommerce ul.products li.product a img.sansara-loop-image,
body.woocommerce ul.products li.product a img.sansara-loop-image,
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .woocommerce-product-gallery__image {
	background: #fff !important;
}

body .woocommerce ul.products li.product .price,
body.woocommerce ul.products li.product .price,
body .woocommerce ul.products li.product .sansara-card-payment,
body.woocommerce ul.products li.product .sansara-card-payment {
	border-color: transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body .woocommerce ul.products li.product a img.sansara-loop-image,
body.woocommerce ul.products li.product a img.sansara-loop-image {
	object-fit: contain;
	object-position: center;
	mix-blend-mode: normal;
}
