
.home-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.home-featured-card{position:relative;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #dfe4e8;border-radius:14px;box-shadow:0 10px 26px rgba(20,37,51,.07)}
.home-featured-image{height:230px;padding:18px;display:grid;place-items:center;background:#f7f8f9}
.home-featured-image img{width:100%;height:100%;object-fit:contain}
.home-featured-badge{position:absolute;top:14px;left:14px;z-index:2;padding:7px 10px;border-radius:999px;color:#fff;background:#b20d12;font-size:.7rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.home-featured-body{flex:1;padding:20px;display:flex;flex-direction:column}.home-featured-body h3{margin:0 0 10px;font-size:1.05rem;line-height:1.25}.home-featured-body h3 a{color:inherit;text-decoration:none}
.home-featured-note,.home-featured-description{margin:0 0 12px;color:#68757e;font-size:.9rem}.home-featured-note{color:#31495d;font-weight:700}
.home-featured-footer{margin-top:auto;padding-top:12px;display:flex;align-items:end;justify-content:space-between;gap:12px;border-top:1px solid #edf0f2}
.home-featured-price{font-size:1.15rem;font-weight:900}.home-featured-stock{display:block;margin-top:3px;color:#6c777f;font-size:.75rem}.home-featured-link{font-weight:900;text-decoration:none}
.featured-empty-state{padding:26px;text-align:center;background:#f4f6f8;border-radius:12px}
@media(max-width:1050px){.home-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.home-featured-grid{grid-template-columns:1fr}}
