/**
 * Fennelly.net only: category archive product box border and background.
 * Loaded only when woo_custom_is_fennelly_net() and on product category.
 *
 * @package Woo_Custom
 */

.woocommerce ul.products li.product,
.wc-block-product .wp-block-group {
	border-radius: 0;
	border: 0 none;
	background: #ffffff;
}
