.medl-product-feature{padding:150px 0 84px;background:var(--brand-bg-alt)}.medl-product-feature h1{font-weight:850;line-height:1.08}.medl-product-feature img{box-shadow:var(--shadow-soft)}.medl-product-grid-section{background:var(--brand-bg)}.medl-category-block{margin-bottom:60px}.medl-category-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;border-bottom:1px solid var(--brand-border);padding-bottom:18px;margin-bottom:24px}.medl-category-heading h2{font-weight:800;margin:0}.medl-category-heading p{max-width:560px;color:var(--brand-text-muted);margin:0}.medl-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.medl-product-card__button{width:100%;min-height:240px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px;text-align:left;transition:transform .2s,box-shadow .2s}.medl-product-card__button:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.medl-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.medl-product-card span{display:block;margin-top:14px;color:var(--brand-text);font-weight:800}@media (max-width:768px){.medl-category-heading{display:block}}