.course-img{width:100%;height:210px;object-fit:cover;border-radius:17px;margin-bottom:14px}
.tariffs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}
.tariff{background:#f0f2eb;border-radius:14px;padding:11px}
.tariff small{display:block;color:var(--muted);font-size:10px;margin-bottom:4px}
.tariff b{font-size:16px}
.filters{display:flex;gap:7px;overflow:auto;margin:0 -16px 14px;padding:0 16px 4px;scrollbar-width:none}
.filters::-webkit-scrollbar{display:none}
.filter{border:1px solid var(--line);background:var(--paper);color:var(--muted);padding:9px 13px;border-radius:999px;white-space:nowrap;font-size:12px}
.filter.active{background:var(--ink);color:#fff}
.product{grid-template-columns:96px 1fr}
.product-art{height:96px;overflow:hidden}
.product-art img{width:100%;height:100%;object-fit:cover}
.stock{font-size:11px;color:var(--sage);font-weight:700}
.old-price{font-size:12px;color:var(--muted);text-decoration:line-through;margin-left:6px}
