/*
Theme Name: Bijoux Child
Author: VamTam
Author URI: https://vamtam.com
Template: bijoux
*/



/*

put your child theme styles here

you don't need any @import rules

*/

@media (max-width: 767px) {
	.elementor-widget-wc-archive-products.elementor-element.elementor-widget .products.vamtam-wc { 
		grid-template-columns: 1fr 1fr !important;
	}
	.elementor-widget-wc-archive-products.elementor-widget.elementor-wc-products .products.vamtam-wc .product .vamtam-product-content {
		padding: 20px 0px 0px 0px !important;
	}
	.elementor-widget-wc-archive-products.elementor-widget.elementor-wc-products .products.vamtam-wc .product .vamtam-product-content a h2, span span bdi {
		font-size: clamp(0.7rem, 1.4vw, 2.1rem) !important;
	}
	.woocommerce .columns-4 {
		font-size: clamp(1rem, 1.5vw, 2rem) !important;
	}
}