.neo-products-container{margin:0 auto;max-width:100%;width:100%}.neo-products-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:space-between;margin-bottom:24px}.neo-products__title{color:#000;font-family:Space Mono,monospace,Helvetica;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.05;margin:0}.neo-products-filter{margin-bottom:20px}.neo-filter-label{color:#666;font-size:.85rem;font-weight:700;margin-bottom:8px}.neo-chips{align-items:center;border-radius:999px;display:flex;flex-wrap:wrap;gap:8px}.neo-products-grid{align-content:start;display:grid;gap:32px;grid-template-columns:repeat(3,minmax(0,1fr))}.neo-products-module.is-loading .neo-products-grid{min-height:620px}.neo-product-card{background:#fff;border:1px solid rgba(0,0,0,.12);color:inherit;display:flex;flex-direction:column;overflow:hidden;padding:0;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.neo-product-card:focus-within,.neo-product-card:hover{box-shadow:0 12px 26px rgba(0,0,0,.08);transform:translateY(-3px)}.neo-product-card img{aspect-ratio:3/2;display:block;object-fit:cover;width:100%}.neo-product-card__media{background:#fff;display:flex;line-height:0;overflow:hidden;place-items:center}.neo-product-card__body{display:grid;gap:8px;padding:16px 18px 18px}.neo-product-card__title{font-family:Space Mono,monospace,Helvetica;font-size:18px;font-weight:700;line-height:1.25;margin:0}.neo-product-card__desc{font-size:14px;line-height:1.45;margin:0;opacity:.85}.neo-product-card__meta{display:grid;gap:8px;margin-top:2px}.neo-product-card__price-wrap{align-items:baseline;display:flex;gap:8px}.neo-product-card__price{font-size:18px;font-weight:800;margin:0}.neo-product-card__price-model{color:#666;font-size:13px;margin:0}.neo-product-card__studies{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:0}.neo-product-card__study-pill{cursor:default}.neo-products-pagination{margin-top:40px;text-align:center}.neo-products-pagination button{cursor:pointer;margin:0 4px;padding:6px 10px}.neo-pagebtn{background-color:#fff;border:1px solid #dedede;border-radius:0;color:#000;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.neo-pagebtn:focus,.neo-pagebtn:hover{background-color:#f3f3f3;border-color:#cfcfcf;color:#000}.neo-pagebtn:focus{outline:2px solid #111827;outline-offset:2px}.neo-pagebtn:active{background-color:#e9e9e9;border-color:#bfbfbf}.neo-pagebtn.is-active{background-color:#000;border-color:#000;color:#fff}.neo-products-pagination button.active{font-weight:700}@media (max-width:1024px){.neo-products-module.is-loading .neo-products-grid{min-height:440px}.neo-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.neo-products-header{align-items:flex-start;flex-direction:column}.neo-products-grid{grid-template-columns:1fr}.neo-products-module.is-loading .neo-products-grid{min-height:260px}.neo-products-search input{font-size:.95rem;height:42px}}