.featured-collection,.recommended-products{padding:var(--global-sect-pad-y-lg) 0;padding-right:0;display:flex;flex-direction:column;justify-content:center;gap:var(--global-item-gap-lg);position:relative}.featured-collection .section-heading-container,.recommended-products .section-heading-container{padding:0 var(--global-grid-margin)}.featured-collection .product-grid,.recommended-products .product-grid{overflow:hidden;list-style:none;margin:0;padding:0}.featured-collection .product-grid.display-scroll,.recommended-products .product-grid.display-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:var(--global-col-gap-sm)}@media screen and (max-width:768px){.featured-collection .product-grid.display-scroll,.recommended-products .product-grid.display-scroll{overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth}}.featured-collection .product-grid.display-scroll .product-grid--item,.recommended-products .product-grid.display-scroll .product-grid--item{flex-shrink:0;flex-grow:0;flex-basis:calc(24% - 12px);scroll-snap-align:start;padding:var(--global-item-gap)}.featured-collection .product-grid.display-scroll .product-grid--item:first-of-type,.recommended-products .product-grid.display-scroll .product-grid--item:first-of-type{padding-left:var(--global-sect-pad-x-sm);box-sizing:content-box}.featured-collection .product-grid.display-scroll .product-grid--item:last-of-type,.recommended-products .product-grid.display-scroll .product-grid--item:last-of-type{margin-right:var(--global-sect-pad-x-sm)}@media screen and (max-width:989px){.featured-collection .product-grid.display-scroll .product-grid--item,.recommended-products .product-grid.display-scroll .product-grid--item{min-width:280px}}.featured-collection .product-grid.display-grid,.recommended-products .product-grid.display-grid{display:grid;gap:var(--global-grid-gap);grid-template-columns:repeat(auto-fill,minmax(max(100% / var(--product-columns-desktop) - var(--global-grid-gap) * (var(--product-columns-desktop) - 1) / var(--product-columns-desktop),min(200px,100%)),1fr))}@media screen and (max-width:768px){.featured-collection .product-grid.display-grid,.recommended-products .product-grid.display-grid{display:grid;gap:var(--global-grid-gap);grid-template-columns:repeat(auto-fill,minmax(max(100% / var(--product-columns-mobile) - var(--global-grid-gap) * (var(--product-columns-mobile) - 1) / var(--product-columns-mobile),min(100px,100%)),1fr))}}.featured-collection .scroll-arrow-btn-container,.recommended-products .scroll-arrow-btn-container{padding:0 var(--global-grid-margin);overflow:hidden}.featured-collection .scroll-arrow-btn-container:before,.recommended-products .scroll-arrow-btn-container:before{right:unset;left:0}.featured-collection .scroll-arrow-btn-container:after,.recommended-products .scroll-arrow-btn-container:after{left:unset;right:-16px}@media screen and (min-width:769px){.featured-collection .scroll-arrow-btn-container,.recommended-products .scroll-arrow-btn-container{bottom:80px!important}}