.wp-block-woocommerce-product-image-gallery  {
	max-width: none!important;
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image--placeholder  {
	border: none!important;
}

.wc-block-product-template  {
	gap: 0;
	margin-left: 2px;

}

.wc-block-product  {
	border-left: 2px solid var(--wp--preset--color--gold);
	border-top : 2px solid var(--wp--preset--color--gold);
	border-right: 2px solid var(--wp--preset--color--gold);
	border-bottom: 2px solid var(--wp--preset--color--gold);
	border-radius:  0 0 15rem 0;
	margin-bottom: -2px;
	margin-left: -2px;
	display: flex;
	flex-direction: column;
	max-width: 460px;
	justify-self: center;
	overflow: clip;
}


.wc-block-product .wc-block-components-product-image  {
	margin-block-end: 0;
}

.wc-block-product .wc-block-components-product-image a {
	display: block;
	border-radius: 0%;
	transition: all ease-in-out 0.2s;
	width: 100%;

}

.wc-block-product .wc-block-components-product-image img {
	mask-image: url(../images/mask-product-list.svg);
	mask-repeat: no-repeat;
	mask-position:center center;
	mask-size: 150% 150%;
	transition: all ease-in-out 0.2s;
}


.wc-block-product:hover .wc-block-components-product-image img  {
	mask-size: calc(100% - 1rem) calc(100% - 1rem);
	
}


.wc-block-product > .wp-block-group  {
	flex-grow: 2;
	box-sizing: border-box;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}


.wc-block-product > .wp-block-group .taxonomy-product_brand + .wp-block-post-title  {
	margin-block-start: 0.5em
}


@media screen and (max-width: 1220px) {

	.wc-block-product-template.columns-4  {
		grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(33.33% - .9375em)), 1fr));
	}
}


@media screen and (max-width: 980px) {

	.wc-block-product-template.columns-4  {
		grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(50% - .9375em)), 1fr));
	}
}


@media screen and (max-width: 620px) {
	.wc-block-product-template.columns-4  {
		grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(100% - .9375em)), 1fr));
	}

}
