/*
Theme Name: twentytwentyfive child
Theme URI: https://www.studiolabut.eu
Description: twentytwentyfive Child Theme
Author: Yerri
Author URI: https://www.studiolabut.eu
Template: twentytwentyfive
Version: 1.0.0
*/
/* Add your custom styles here */

.wp-block-post-excerpt__excerpt{
	display:none;
}

header, main {
	background-color: white !important;
}

.wp-site-blocks, main{
	margin-block-start: 0px !important;
}

footer .wp-block-group{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

footer{
	
	color: #a1a7b4 !important;
}

.wp-block-woocommerce-product-collection img{
	border-radius: 10% !important;
}

.wc-block-product-template__responsive.columns-3{
	grid-template-columns:repeat(auto-fill,minmax(max(150px,calc(33.33333% - 2em)),1fr));

}
.wc-block-product-template__responsive{
	grid-gap: 2em;
}