.products-page .products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0 0 14px}.products-page .products-toolbar__title{font-size:1.05rem;font-weight:700;color:#161616;margin:0}.products-page .products-toolbar__updated{font-size:.82rem;font-weight:500;color:#6b6b7b}.products-page .products-toolbar__sort{font-size:.85rem;color:#4a4a6a;display:inline-flex;align-items:center;gap:8px}.products-page .products-toolbar__sort select{font:inherit;font-weight:600;color:#161616;background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:8px;padding:7px 10px;cursor:pointer}.products-page .products-toolbar__sort select:focus-visible{outline:2px solid var(--accent,#19a326);outline-offset:2px}.products-page .product-cards{display:flex;flex-direction:column;gap:14px;margin:0 0 40px}.products-page .products-empty{text-align:center;color:#6b6b7b;padding:32px 0}.products-page .product-card{position:relative;display:grid;grid-template-columns:160px minmax(0,1fr) auto;gap:24px;align-items:center;padding:20px 24px;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .18s,box-shadow .18s,border-color .18s}.products-page .product-card:focus-within,.products-page .product-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.09);border-color:rgba(25,163,38,.35)}.products-page .product-card__link::after{content:'';position:absolute;inset:0;border-radius:16px;z-index:1}.products-page .product-card__review{position:relative;z-index:2}.products-page .product-card__badge{position:absolute;top:14px;left:14px;z-index:2;background:#e03030;color:#fff;font-weight:700;font-size:.8rem;padding:3px 9px;border-radius:6px}.products-page .product-card__media{display:flex;align-items:center;justify-content:center;min-height:160px}.products-page .product-card__media img,.products-page .product-card__media picture{display:block;width:160px;height:160px;object-fit:contain}.products-page .product-card__body{min-width:0}.products-page .product-card__title{margin:0 0 4px;font-size:1.15rem;line-height:1.25;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px}.products-page .product-card__model{font-weight:800;color:#111}.products-page .product-card__brand{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2c5cdb}.products-page .product-card__rating{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:.9rem;color:#333}.products-page .product-card__stars{--r:0;position:relative;display:inline-block;width:5em;height:1em;font-size:.95rem;line-height:1;background:linear-gradient(90deg,#f5a623 calc(var(--r)/ 5 * 100%),#d9d9e0 0);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M10 1.5l2.6 5.4 5.9.8-4.3 4.1 1.1 5.9L10 14.9l-5.3 2.8 1.1-5.9L1.5 7.7l5.9-.8z'/></svg>") 0 0/1em 1em repeat-x;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M10 1.5l2.6 5.4 5.9.8-4.3 4.1 1.1 5.9L10 14.9l-5.3 2.8 1.1-5.9L1.5 7.7l5.9-.8z'/></svg>") 0 0/1em 1em repeat-x}.products-page .product-card__score{font-weight:700;color:#111}.products-page .product-card__outof{font-weight:500;color:#8a8a9a;font-size:.85em}.products-page .product-card__reviews{color:#6b6b7b}.products-page .product-card__summary{margin:0 0 10px;font-size:.88rem;line-height:1.5;color:#444}.products-page .product-card__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 24px;margin:0 0 10px}.products-page .product-card__spec{display:flex;justify-content:space-between;gap:12px;font-size:.86rem;line-height:1.5;border-bottom:1px dashed rgba(0,0,0,.08);padding:2px 0}.products-page .product-card__spec dt{color:#6b6b7b;white-space:nowrap}.products-page .product-card__spec dd{margin:0;font-weight:600;color:#1a1a2a;text-align:right}.products-page .product-card__spec dd.badge-resistance{font-size:.78rem;padding:1px 8px;border-radius:999px;background:#eef0f6;color:#2c2c3e;font-weight:700}.products-page .product-card__spec dd.badge-resistance--magnetic{background:#e8f1ff;color:#1d4ed8}.products-page .product-card__spec dd.badge-resistance--electromagnetic{background:#ede9fe;color:#6d28d9}.products-page .product-card__spec dd.badge-resistance--air{background:#e0f7f5;color:#0f766e}.products-page .product-card__spec dd.badge-resistance--water{background:#dbeafe;color:#0369a1}.products-page .product-card__spec dd.badge-resistance--friction,.products-page .product-card__spec dd.badge-resistance--mecanic{background:#fef3c7;color:#b45309}.products-page .product-card__apps,.products-page .product-card__features,.products-page .product-card__meta{margin:4px 0 0;font-size:.83rem;line-height:1.5;color:#555}.products-page .product-card__apps strong,.products-page .product-card__features strong{color:#222;font-weight:600}.products-page .product-card__meta{color:#7a7a8a}.products-page .product-card__review{color:var(--accent-dark,#147a1d);font-weight:600;text-decoration:underline;text-underline-offset:2px}.products-page .product-card__price{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;align-self:end;justify-self:end;gap:6px;text-align:right;min-width:170px;max-width:260px}.products-page .product-card__price-old{color:#e03030;text-decoration:line-through;font-size:.9rem}.products-page .product-card__price-new{font-size:1.45rem;font-weight:800;color:#111;line-height:1}.products-page .product-card__price-na{font-size:.85rem;color:#8a8a9a}.products-page .product-card__link{margin-top:8px;display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:10px;background:var(--accent,#19a326);color:#fff;font-weight:700;font-size:.88rem;text-decoration:none;white-space:normal;text-align:center;max-width:100%;transition:background .15s}.products-page .product-card:hover .product-card__link,.products-page .product-card__link:focus-visible{background:var(--accent-dark,#147a1d)}.products-page .product-card__link:focus-visible{outline:#111 solid 2px;outline-offset:2px}.products-page .product-card__ext{font-size:.85em;opacity:.85}.products-page .product-card:target{scroll-margin-top:90px;border-color:var(--accent,#19a326)}@media (max-width:1024px){.products-page .product-card{grid-template-columns:130px minmax(0,1fr) auto;gap:18px;padding:18px}.products-page .product-card__media img,.products-page .product-card__media picture{width:130px;height:130px}.products-page .product-card__price{min-width:150px;max-width:200px}}@media (max-width:768px){.products-page .products-toolbar{margin-bottom:10px}.products-page .products-toolbar__sort{display:none}.products-page .product-cards{gap:12px;margin-bottom:96px}.products-page .product-card{grid-template-columns:96px minmax(0,1fr);grid-template-areas:"media body" "price price";gap:12px 14px;padding:14px;border-radius:14px}.products-page .product-card__media{grid-area:media;min-height:0;align-self:start}.products-page .product-card__body{grid-area:body}.products-page .product-card__price{grid-area:price;flex-direction:column;align-items:stretch;justify-self:stretch;text-align:left;border-top:1px solid rgba(0,0,0,.07);padding-top:12px;min-width:0;max-width:none}.products-page .product-card__price-new,.products-page .product-card__price-old{text-align:right}.products-page .product-card__link{width:100%;justify-content:center;box-sizing:border-box;margin-top:4px;padding:11px 14px}.products-page .product-card__media img,.products-page .product-card__media picture{width:96px;height:96px}.products-page .product-card__title{font-size:1.02rem}.products-page .product-card__summary{font-size:.84rem}.products-page .product-card__specs{grid-template-columns:1fr;gap:2px}.products-page .product-card__price-new{font-size:1.25rem}.products-page .product-card__badge{top:10px;left:10px}}