.products article b { margin: 18px 0 12px; }
.products article strong { display: block; margin-top: 16px; color: var(--orange); font-size: 14px; }
.products small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-media { display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; padding: .5rem; background: linear-gradient(135deg, #e9f0f5, #cddce7); color: var(--muted); font-size: 12px; font-weight: 800; }
.product-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.products details { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.7; }
.products summary { cursor: pointer; color: var(--blue); font-weight: 800; }
.products details a, .products details span { display: block; margin-top: 8px; }
.catalog-navigation { margin: 2rem 0; padding: 1.25rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: rgba(255,255,255,.04); }
.catalog-filters { display: flex; flex-wrap: wrap; align-items: end; gap: .8rem; }
.catalog-filters label { display: grid; gap: .35rem; color: #c7d5e8; font-size: .85rem; min-width: 12rem; }
.catalog-filters select, .catalog-filters button { min-height: 2.7rem; border: 1px solid rgba(255,255,255,.2); border-radius: .55rem; padding: .55rem .7rem; background: #111d2f; color: #fff; font: inherit; }
.catalog-filters button { cursor: pointer; align-self: end; }
.catalog-filters select:focus-visible, .catalog-filters button:focus-visible { outline: 3px solid #f5a85b; outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
