
@media screen and (max-width: 47.9375em) {

	.product-wrapper:nth-of-type( n+3 ) {

		display: block;

	}

}

.discover-more__carousel:not(.flickity-enabled) {
    justify-content: flex-start;
}

@media screen and ( min-width: 768px ) {
.discover-more__carousel:not(.flickity-enabled) {
    justify-content: center;
}
}


.style-with .content-placeholder,.style-with .content-placeholder__spinner {
    height: 110px;
    min-height: 110px;
}
