.product-tabs{gap:10px;border-bottom:1px solid var(--brand-border);padding-bottom:14px}.product-tabs .nav-link{border-radius:999px;border:1px solid var(--brand-border);color:var(--brand-text)}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.ster-category-note{max-width:760px;margin-bottom:24px}.ster-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px}.ster-product-card{display:flex;flex-direction:column;gap:14px}.ster-product-card a{color:var(--brand-text)}.ster-product-card__image{display:block;aspect-ratio:4/3;border-radius:8px;background:linear-gradient(135deg,rgba(63,93,67,.12),rgba(217,199,170,.22));overflow:hidden;margin-bottom:14px}.ster-product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ster-product-card__name{display:block;font-size:1.05rem;font-weight:800}.ster-product-card__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--brand-text-muted);font-size:.84rem}