/*
Theme Name: Desiesta Child
Template: blocksy
Theme URI: https://desiesta.es
Description: Child theme personalizado para Desiesta.
Author: Desiesta
Version: 1.0.0
*/

/* WooCommerce category archives: near full-width catalogue with a small safe gutter. */
body.tax-product_cat #main > .ct-container {
	width: calc(100% - 32px);
	max-width: none;
}

@media (max-width: 689px) {
	body.tax-product_cat #main > .ct-container {
		width: calc(100% - 24px);
	}
}
