.featured-collection{position:unset!important}.featured-collection .featured-collection-wrapper{padding:var(--global-sect-pad-y-sm) var(--global-sect-pad-x-sm);display:flex;flex-direction:column;gap:var(--global-item-gap-md)}.featured-collection .featured-collection-wrapper:has(.swiper-wrapper){padding:var(--global-sect-pad-y-sm) 0}.featured-collection .featured-collection-wrapper:has(.swiper-wrapper) .section-heading-container{padding:0 var(--global-sect-pad-x-sm)}.featured-collection .featured-collection-wrapper slideshow-component{display:flex;flex-direction:column;gap:var(--global-item-gap-md)}.featured-collection .featured-collection-wrapper slideshow-component .swiper-navigation{width:100%;padding:0 var(--global-sect-pad-x-sm)}.featured-collection .featured-collection-wrapper .swiper-container,.featured-collection .featured-collection-wrapper .swiper-wrapper{height:100%}.featured-collection .featured-collection-wrapper .swiper-wrapper{align-items:stretch;height:100%}.featured-collection .featured-collection-wrapper .swiper-wrapper .swiper-slide{height:auto}.featured-collection .featured-collection-wrapper .swiper-button{z-index:1000}.featured-collection .featured-collection-wrapper .product-grid{position:relative;z-index:10;overflow:hidden;list-style:none;margin:0;padding:0}.featured-collection .featured-collection-wrapper .product-grid.display-grid{display:grid;gap:var(--global-grid-gap-md);grid-template-columns:repeat(auto-fill,minmax(max((100% / var(--product-columns-desktop)) - (var(--global-grid-gap-md) * ((var(--product-columns-desktop) - 1) / var(--product-columns-desktop))),min(200px,100%)),1fr))}@media screen and (max-width:768px){.featured-collection .featured-collection-wrapper .product-grid.display-grid{display:grid;gap:var(--global-grid-gap-md);grid-template-columns:repeat(auto-fill,minmax(max((100% / var(--product-columns-mobile)) - (var(--global-grid-gap-md) * ((var(--product-columns-mobile) - 1) / var(--product-columns-mobile))),min(100px,100%)),1fr))}}