/*
Theme Name: Innova
Theme URI: https://innova-soft.com/
Author: Innova
Author URI: https://testigse.innova-soft.com/
Description: Innova
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: innova
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

footer > div {
  margin-bottom:0 !important;
}

.wp-site-blocks {
  padding-bottom: 0;
}

#llista-productes {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 0.5em;
	row-gap: 0.5em;
	font-size: 0.75em;
}

@media screen and (min-width: 768px) {
	#llista-productes {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 1200px) {
	#llista-productes {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

#llista-productes > div {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 0.5em;
}

#llista-productes > div > img {
	display: block;
	margin-left: auto;
    margin-right: auto;
	object-fit: cover; 
	border-radius: 50%; 
	width: 250px; 
	height: 180px;
}

#llista-productes > div > p {
	text-align: center;
}


#llista-productes > div > div:nth-last-child(2) {
	display: flex; 
	column-gap: 0.5em;
}

#llista-productes > div > div:last-child {
 display: flex;
 justify-content: space-between;
}