.product-category-nav{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}
.button.secondary{background:#fff;color:var(--primary);border:1px solid var(--border)}
.product-logo{width:64px;height:64px;object-fit:contain}
.product-logo--large{width:112px;height:112px}
.product-detail__header{display:flex;align-items:center;gap:24px;margin-bottom:28px}
.product-taxonomy{display:flex;flex-wrap:wrap;gap:8px}
.product-taxonomy span,.product-taxonomy a{border-radius:999px;background:#eef2ff;color:#3349a0;padding:3px 10px;text-decoration:none}
.product-attributes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:14px;overflow:hidden}
.product-attributes div{background:#fff;padding:14px}
.product-attributes dt{font-weight:700}
.product-attributes dd{margin:4px 0 0;color:var(--muted)}
.product-attributes--compact{grid-template-columns:1fr;font-size:14px}
.product-feature-icon{width:48px;height:48px;object-fit:contain}
@media(max-width:760px){.product-detail__header{align-items:flex-start;flex-direction:column}.product-attributes{grid-template-columns:1fr}}
