.catalog-product-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#101a28f2,#07101afa);flex-direction:column;justify-content:space-between;min-width:0;padding:1.15rem;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.catalog-product-card:hover{border-color:#f111228c;transform:translateY(-3px);box-shadow:0 12px 30px #00000059}.product-card-top-block{flex-direction:column;display:flex}.product-card-img-link{margin-bottom:.85rem;text-decoration:none;display:block}.product-card-image-wrap{background:#030c15d9;border:1px solid #ffffff0d;border-radius:.6rem;place-items:center;width:100%;height:150px;display:grid;position:relative;overflow:hidden}.product-card-image-wrap img{object-fit:contain;width:100%;height:100%;padding:.6rem;transition:transform .3s}.catalog-product-card:hover .product-card-image-wrap img{transform:scale(1.05)}.product-stock-tag{color:#4ade80;background:#22c55e2e;border:1px solid #22c55e59;border-radius:.35rem;align-items:center;gap:.25rem;padding:.18rem .45rem;font-size:.72rem;font-weight:600;line-height:1.2;display:inline-flex;position:absolute;top:.5rem;left:.5rem}.product-stock-tag svg{width:12px;height:12px}.product-series-tag{color:#cbd5e1;background:#000000a6;border:1px solid #ffffff1f;border-radius:.35rem;padding:.18rem .45rem;font-size:.72rem;font-weight:600;line-height:1.2;position:absolute;top:.5rem;right:.5rem}.product-card-meta-row{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.product-brand-tag{color:#ff6570;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.product-card-sku{font-family:var(--font-family-mono,monospace);color:#8fa0b6;text-overflow:ellipsis;white-space:nowrap;background:#00000059;border:1px solid #ffffff0d;border-radius:.3rem;max-width:170px;padding:.15rem .45rem;font-size:.75rem;overflow:hidden}.catalog-product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.65em;margin-bottom:.65rem;font-size:.98rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.catalog-product-title a{color:#f7f9fc;text-decoration:none;transition:color .18s}.catalog-product-title a:hover{color:#ff6671;text-decoration:none}.product-card-chips{flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem;display:flex}.product-chip{color:#b0becd;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:.35rem;padding:.18rem .5rem;font-size:.72rem;line-height:1.2}.catalog-card-footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:.85rem;display:flex}.catalog-card-price{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.catalog-price-label{color:#7d8f9f;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.catalog-price-value{color:#fff;font-size:.98rem;font-weight:700}.catalog-card-actions{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.catalog-card-actions .button,.catalog-card-actions button{text-align:center;white-space:nowrap;justify-content:center;width:100%}.add-to-cart-btn{justify-content:center;align-items:center;gap:.35rem;transition:all .2s;display:inline-flex}.add-to-cart-btn svg{width:14px;height:14px}.add-to-cart-btn.added-success{color:#4ade80!important;background:#22c55e33!important;border-color:#22c55e!important}.request-quote-btn{white-space:nowrap}.button.button-small{padding:.45rem .6rem;font-size:.82rem}.catalog-category-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#101a28f2,#07101afa);flex-direction:column;justify-content:space-between;min-width:0;padding:1.6rem;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative}.catalog-category-card:hover{border-color:#f111228c;text-decoration:none;transform:translateY(-3px);box-shadow:0 14px 32px #00000061}.catalog-category-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.catalog-category-icon{color:#ff5e6a;background:#f1112224;border:1px solid #f1112259;border-radius:.65rem;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.catalog-category-icon svg{width:22px;height:22px}.catalog-category-count{color:#c7d2de;background:#ffffff12;border:1px solid #ffffff1a;border-radius:1rem;align-items:center;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.catalog-category-parent{color:#ff6570;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.78rem;font-weight:600}.catalog-category-title{color:#f7f9fc;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.3}.catalog-category-link-text{color:#ff6671;align-items:center;gap:.45rem;margin-top:auto;font-size:.88rem;font-weight:600;transition:gap .18s;display:inline-flex}.catalog-category-card:hover .catalog-category-link-text{color:#ff858e;gap:.65rem}.catalog-category-link-text svg{width:16px;height:16px}.catalog-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.25rem!important;display:grid!important}.catalog-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.5rem!important;display:grid!important}@media (width<=1280px){.catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}}@media (width<=1024px){.catalog-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.25rem!important}.catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}}@media (width<=768px){.catalog-product-card{padding:1rem}.product-card-image-wrap{height:130px}}@media (width<=560px){.catalog-products-grid,.catalog-categories-grid{grid-template-columns:1fr!important;gap:1rem!important}.catalog-card-footer{flex-direction:column;align-items:stretch;gap:.65rem}.catalog-card-actions{grid-template-columns:1fr auto;gap:.5rem;display:grid}.catalog-card-actions .button{text-align:center;justify-content:center}}