.sm5-featured-grid .sm-product-category,
.sm5-featured-grid .sm-mkt1-selling-point,
.sm5-featured-grid .sm-product-badges { display:none !important; }
body.stoneman-site .sm-main .sm5-featured-grid { grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:12px; }
.sm5-home-copy { margin:7px 0 0; color:#cfc7b5; font-size:15px; line-height:1.6; }
.sm5-featured-grid .sm-product-image { aspect-ratio:1 / 1; }
.sm5-featured-grid .sm-product-image img { object-fit:contain !important; }
.sm5-offer { display:flex; align-items:center; gap:28px; margin:18px 0; padding:22px 26px; border:1px solid #685535; border-radius:6px; background:#15130f; color:#ece4d1; }
.sm5-offer-content { flex:1; min-width:0; }
.sm5-offer .sm5-badge { display:inline-block; color:#e8c987; font-size:12px; letter-spacing:.06em; margin-bottom:8px; }
.sm5-offer h2 { color:#f1e8d5; font-size:clamp(19px,2.1vw,27px); line-height:1.5; margin:0 0 5px; }
.sm5-offer p { margin:0 0 11px; color:#cec4ae; font-size:14px; line-height:1.6; }
.sm5-meter { height:9px; border-radius:20px; overflow:hidden; background:#28231b; border:1px solid #655131; }
.sm5-meter > span { height:100%; display:block; background:#dabb74; border-radius:20px; transition:width .15s ease; }
.sm5-progress-copy { display:flex; justify-content:space-between; gap:12px; margin-top:9px; font-size:14px; line-height:1.6; }
.sm5-offer small[data-sm5-saving] { display:block; margin-top:4px; color:#cbbd9e; font-size:12px; }
.sm5-offer a.sm5-select { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:10px 20px; border-radius:4px; background:#eee5d2; color:#191611; font-weight:700; text-decoration:none; white-space:nowrap; }
.sm5-offer a.sm5-select:focus-visible { outline:3px solid #dabb74; outline-offset:4px; }
#sm5-featured { scroll-margin-top:120px; }
@media(max-width:1100px) { body.stoneman-site .sm-main .sm5-featured-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; } }
@media(max-width:680px) {
 body.stoneman-site .sm-main .sm5-featured-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:8px; }
 .sm5-home-copy { font-size:12px; max-width:190px; }
 .sm5-offer { align-items:stretch; flex-direction:column; gap:14px; padding:16px; margin:14px 0; }
 .sm5-progress-copy { flex-wrap:wrap; gap:2px 12px; font-size:13px; }
 .sm5-offer a.sm5-select { align-self:flex-start; min-height:44px; }
 .sm5-offer h2 { font-size:20px; }
 .sm5-offer p { font-size:13px; }
}
@media(prefers-reduced-motion:reduce) { .sm5-meter > span { transition:none; } }

/* Keep the selected homepage product cards visible. */
body.sm-home-shopping-first .sm-home-products .sm5-featured-grid > .sm-product-card { display:flex; }
