.block-product {
    background: #fff;
    display: block;
	font-size: var(--wp--preset--font-size--small);
    overflow: hidden;
    position: relative;
	text-align: center;
}

.editor-styles-wrapper .block-product::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.block-product__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.block-product__info {
	display: block;
	padding: 24px;
}

.block-product img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    display: block;
}

.block-product__title {
	display: block;
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: uppercase;
}
