
.shopify-section--featured-collection .scrollable-with-controls,
.tab-products .scrollable-with-controls {
	overflow: hidden;
}



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


	.shopify-section--featured-collection .scrollable-with-controls,
	.tab-products .scrollable-with-controls {
		row-gap: 20px;
	}

	.shopify-section--featured-collection .scrollable-with-controls .product-list,
	.tab-products .scrollable-with-controls .product-list {
		grid: auto / auto-flow calc(50vw - 30px);
		column-gap: 20px;
	}


	.shopify-section--featured-collection .scrollable-with-controls .product-card__title,
	.tab-products .scrollable-with-controls .product-card__title {
		font-size: 16px;
	}

}



