body {
	line-break: strict;
}

.icon-wrapper .icon-after:after,
.icon-wrapper .more:not(.icon-before):after {
	top: -0.08em;
	position: relative;
}
#ac-globalfooter .ac-gf-more::after {
	position: relative;
	top: -0.08em;
}


.section-cards .tile{
	width: 100%;
}


@media only screen and (min-width:1069px){
	.section-products .products-list-item{
		width: 100%;
		max-width: 184px;
	}
	.section-products .products-list{
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
		gap: 80px 50px;
	}
}
@media only screen and (max-width:1068px) and (min-width:735px){
	.section-products .products-list-item{
		width: 100%;
		max-width: 190px;
	}
	.section-products .products-list{
		gap: 40px 10px;
	}
}


@media only screen and (max-width:734px){
	.section-products .products-list-item{
		min-width: 44%;
	}
}
@media only screen and (max-width:374px){
	.section-products .products-list-item{
		min-width: 49%;
	}
}
