.shopify-section--featured-collections .header-section p.text-xl {font-size:24px;} 
.shopify-section--featured-collections .section-stack {gap:18px;} 
.shopify-section--featured-collections .product-list--carousel {justify-content:left; column-gap:17px;  --product-list-default-row-gap: 17px; --product-list-default-column-gap: 17px;--product-list-calculated-column-gap:17px;}
.shopify-section--featured-collections {overflow:hidden;}

@media(max-width:699px){ 
    .shopify-section--featured-collections .header-section p.text-xl {font-size:14px;}  
    .shopify-section--featured-collections .section-stack {gap:12px;} 
    .shopify-section--featured-collections .product-list--carousel { --product-list-card-width: 41%; --product-list-default-column-gap: 1rem;} 
    .shopify-section--featured-collections .product-list--carousel {column-gap:13px; --product-list-default-row-gap: 13px; --product-list-default-column-gap: 13px; --product-list-calculated-column-gap: 13px; }
}