@keyframes rotator{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}.featured-collection-section{background:var(--background-fill-primary)}@media screen and (max-width:768px){.featured-collection-section.sect-pad-right-0{padding-right:var(--global-sect-pad-x-sm)}}.featured-collection-section .featured-collection{display:flex;flex-direction:column;gap:var(--global-item-gap)}.featured-collection-section .featured-collection .product-grid{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:var(--global-grid-gap);overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;max-width:100%}@media screen and (max-width:768px){.featured-collection-section .featured-collection .product-grid{display:grid;gap:var(--global-grid-gap);grid-template-columns:repeat(auto-fill,minmax(max(100% / 2 - var(--global-grid-gap) * (2 - 1) / 2,min(40%,100%)),1fr))}}.featured-collection-section .featured-collection .product-grid .product-grid--item{scroll-snap-align:start;max-width:20%;min-width:20%}@media screen and (max-width:1440px){.featured-collection-section .featured-collection .product-grid .product-grid--item{max-width:25%;min-width:25%}}@media screen and (max-width:1024px){.featured-collection-section .featured-collection .product-grid .product-grid--item{max-width:40%;min-width:40%}}@media screen and (max-width:768px){.featured-collection-section .featured-collection .product-grid .product-grid--item{aspect-ratio:auto;min-width:100%;max-width:100%}}