.featured-collection .featured-collection-header{position:relative;display:flex;flex-direction:column;align-items:center;gap:50px}@media screen and (max-width:768px){.featured-collection .featured-collection-header{align-items:flex-start;gap:40px}}.featured-collection .featured-collection-header .featured-collection-heading{margin:-10px 0}@media screen and (max-width:768px){.featured-collection .featured-collection-header .featured-collection-heading{margin:-6px 0}}.featured-collection .featured-collection-header .featured-collection-text{margin:-8px 0}@media screen and (max-width:768px){.featured-collection .featured-collection-header .featured-collection-text{margin:-6px 0}}.featured-collection .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 30px;list-style:none;padding:0}@media screen and (max-width:989px){.featured-collection .product-grid{grid-template-columns:repeat(2,1fr)}}