.products-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));justify-content:center;grid-gap:1.25rem;gap:1.25rem;grid-row-gap:2rem;margin:0 auto;max-width:1400px;row-gap:2rem}.product-card{align-items:center;background:var(--bg-light);border-radius:var(--radius-lg);gap:2rem;justify-content:space-between;padding:2rem 1rem 1.5rem;text-align:center}.product-card,.product-info{display:flex;flex-direction:column}.product-name{font-weight:var(--fw-default);margin-bottom:.5rem;text-wrap:balance}.product-category{color:var(--txt-light);font-size:var(--fs-caption);font-weight:var(--fw-semibold);letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.product-price{color:var(--txt-dark);font-size:var(--fs-large);font-weight:var(--fw-semibold);margin-bottom:0}.section-featured{padding-bottom:0;padding-top:var(--header-height)}.featured-banner{position:relative}.featured-banner:before{background:linear-gradient(180deg,rgba(0,0,0,.1) 50%,rgba(0,0,0,.95));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:var(--z-base)}.featured-banner>img{height:85vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;overflow:hidden;width:100%}.featured-banner-info{bottom:15%;color:#fff;display:flex;flex-direction:column;gap:1.25rem;left:5%;max-width:60ch;position:absolute;z-index:var(--z-base)}.featured-banner-info .featured-banner-title{color:#fff;font-family:var(--display-font);font-size:calc(var(--fs-h1)*1.8);font-weight:400;letter-spacing:0;line-height:1.2;text-transform:uppercase}.featured-banner-info p{font-size:var(--fs-large);font-weight:350;opacity:.75}.featured-banner-info .btn{align-self:flex-start}.banner-container{display:flex;flex-direction:row;gap:.75rem;padding:.75rem;width:100%}.banner{border-radius:var(--radius-lg);height:auto;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:50%}