.featured-collection{padding-top:var(--local-pt,var(--section-py-default,4rem));padding-bottom:var(--local-pb,var(--section-py-default,4rem))}.featured-collection__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.featured-collection__subtitle{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.2em;color:var(--color-foreground);opacity:0.7;margin-bottom:0.5rem}.featured-collection__title{font-size:1.875rem;line-height:1.2}@media (min-width:1024px){.featured-collection__title{font-size:2.25rem}}.featured-collection__view-all{font-size:0.875rem;text-decoration:underline;display:none}@media (min-width:640px){.featured-collection__view-all{display:block}}.featured-collection__view-all:hover{text-decoration:none}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--local-cols-mob,2),1fr);gap:var(--local-gap,1rem)}.featured-collection__grid>*{min-width:0}@media (min-width:1024px){.featured-collection__grid{grid-template-columns:repeat(var(--local-cols-dsk,4),1fr)}}.featured-collection__mobile-view-all{margin-top:2rem;text-align:center;display:block}@media (min-width:640px){.featured-collection__mobile-view-all{display:none}}.featured-collection__mobile-view-all a{font-size:0.875rem;text-decoration:underline}.featured-collection__mobile-view-all a:hover{text-decoration:none}.featured-collection .product-card__info{flex-direction:column;align-items:flex-start}.featured-collection .product-card__price-wrapper{flex-direction:row;align-items:baseline;gap:0.5rem;text-align:left}.featured-collection .product-card__title a{font-family:'Inter',sans-serif}