.mts-featured{background:var(--cream)}.mts-featured__head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.mts-featured__head h2{margin:6px 0 8px;font-size:clamp(30px,4vw,52px);line-height:1}.mts-featured__head p{margin:0;color:var(--muted)}.mts-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mts-product-card{background:#fff;border:1px solid #d9d4ca;overflow:hidden}.mts-product-card__media{display:block;aspect-ratio:1/1;background:#f4f2ee;overflow:hidden}.mts-product-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.mts-product-card:hover .mts-product-card__media img{transform:scale(1.03)}.mts-product-card__placeholder{height:100%;display:grid;place-items:center;font-weight:900;letter-spacing:.15em;color:#8a6418}.mts-product-card__body{padding:17px;background:#fff}.mts-product-card__type{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#8a6418;font-weight:900}.mts-product-card h3{font-size:16px;line-height:1.25;margin:7px 0 18px;font-weight:800}.mts-product-card h3 a{color:#111817;text-decoration:none}.mts-product-card__foot{display:flex;align-items:center;justify-content:space-between;font-weight:800}.mts-product-card__foot a{font-size:12px;color:#111817;text-decoration:none}.mts-empty-state{border:1px solid #d9d4ca;padding:40px;text-align:center;color:#565c58}@media(max-width:900px){.mts-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.mts-featured__head{display:block}.mts-featured__head .text-link{display:inline-block;margin-top:15px}.mts-product-grid{gap:10px}.mts-product-card__body{padding:13px}.mts-product-card h3{font-size:14px;margin-bottom:14px}}