.accessories-page .section-catalog-hero img{height:310px;object-fit:cover}
.accessory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.accessory-card{background:#fff;border:1px solid #e0e0e0;padding:clamp(26px,3vw,42px);display:flex;flex-direction:column;min-height:280px}
.accessory-card h3{font-size:clamp(24px,2.4vw,32px);line-height:1.16;letter-spacing:-.025em;margin:12px 0}
.accessory-card>p:not(.store-kicker){font-size:16px;line-height:1.55;color:#555;max-width:45ch;flex:1}
.accessory-card .store-button{align-self:flex-start;margin-top:20px}
.accessory-pending{font-size:14px;color:#555;margin-top:20px}
@media(max-width:700px){.accessories-page .section-catalog-hero img{height:220px}.accessory-grid{grid-template-columns:1fr}.accessory-card{min-height:0}}
