

.is-style-products-3col > *{
  display: block;
	position: relative;
	background-color: var(--themeColor);
	flex-grow: 1;
	max-width: 430px;
	margin-inline: auto;
	cursor: pointer;
  margin-top: 0!important;
}

@media(min-width: 810px){
  .is-style-products-3col > *{flex-basis: 30%;}
}

.is-style-products-3col .panel figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 430 / 300;
}

.is-style-products-3col .panel > div{
	padding: var(--variableSpaceS) 20px;
	color: white;
	padding-top: calc(var(--variableSpaceS) + 70%);
}

@media(min-width: 1050px){
	.is-style-products-3col .panel > div{
		padding:  calc(var(--variableSpaceS) + 70%) var(--variableSpaceS) var(--variableSpaceS);
	}
}

.is-style-products-3col h3{
	font-size: var(--rfs24);
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}

.is-style-products-3col .description{
	font-size: var(--rfs16);
}

.is-style-products-3col .price{
	text-align: right;
}

.is-style-products-3col .price span{
	font-size: var(--rfs14);
}
