.featured-products-home{padding-top:74px;padding-bottom:92px;background:#fff}
.featured-products-home .section-head{margin-bottom:42px}
.featured-products-home .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:52px 30px}
.featured-products-home .product-card{min-width:0}
.featured-products-home .product-card__media{aspect-ratio:1/1.13;background:#fff;overflow:hidden}
.featured-products-home .product-card__media img{width:100%;height:100%;object-fit:contain;padding:4px 8px 10px;transform:none!important}
.featured-products-home .product-card__hover{background:#fff}
.featured-products-home .product-card__meta{padding-top:18px}
.featured-products-home .product-card__title{font-size:15px;line-height:1.3;font-weight:400;margin:0 0 8px;letter-spacing:-.015em;color:#111}
.featured-products-home .product-card__row{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0}
.featured-products-home .product-card__price{font-size:15px;line-height:1.2;color:#111;margin-bottom:18px}
.featured-products-home .swatches{display:flex;gap:12px;align-items:center;min-height:26px}
.featured-products-home .swatch{width:20px!important;height:20px!important;min-width:20px;min-height:20px;max-width:20px;max-height:20px;flex:0 0 20px;border:1.4px solid #111}
.featured-products-home .swatch.is-active:after{inset:-5px;border:1px solid #111}
.featured-products-home .product-card:hover .product-card__media img{transform:none!important}

@media(max-width:990px){
  .featured-products-home .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 18px}
}

@media(max-width:640px){
  .featured-products-home{padding-top:54px;padding-bottom:64px}
  .featured-products-home .section-head{margin-bottom:28px}
  .featured-products-home .product-grid{gap:34px 10px}
  .featured-products-home .product-card__media{aspect-ratio:1/1.2}
  .featured-products-home .product-card__media img{padding:0 2px 6px}
  .featured-products-home .product-card__meta{padding-top:12px}
  .featured-products-home .product-card__title{font-size:12px;line-height:1.28;margin-bottom:6px}
  .featured-products-home .product-card__price{font-size:12px;margin-bottom:14px}
  .featured-products-home .swatches{gap:10px}
  .featured-products-home .swatch{width:17px!important;height:17px!important;min-width:17px;min-height:17px;max-width:17px;max-height:17px;flex-basis:17px}
}
