 .breadcrumb-block{background-color:var(--white);padding:15px 20px;box-shadow:0 2px 8px rgba(0,0,0,0.05);margin-bottom:10px;max-width:1170px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;}.breadcrumb{color:var(--gray);}.breadcrumb a{color:var(--primary-blue);text-decoration:none;}.breadcrumb i{margin:0 10px;font-size:12px;}.category-header{margin-bottom:30px;}.brand-info{display:flex;gap:30px;align-items:flex-start;}.brand-logo{width:200px;height:100px;display:flex;flex-direction:column;align-items:center;margin-right:20px;}.brand-logo img{max-width:100%;max-height:100%;object-fit:contain;}.brand-text{flex:1;}@media (max-width:768px){.brand-info{flex-direction:column;gap:20px;}.brand-logo{width:120px;height:90px;margin:0 auto;}}.category-header h1{color:var(--black);font-size:24px;margin-bottom:15px;}.category-desc{color:var(--gray);line-height:1.6;}.subcategories{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;padding:15px 0;border-top:1px solid var(--light-gray);border-bottom:1px solid var(--light-gray);}.subcategory-item{background:var(--white);padding:8px 12px;border-radius:4px;text-decoration:none;color:var(--black);transition:all 0.3s ease;font-size:0.9rem;}.subcategory-item:hover{background:var(--primary-blue);color:var(--white);}.subcategory-count{color:var(--gray);margin-left:5px;font-size:0.8em;}.product-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;margin-bottom:30px;}.product-item{display:flex;width:calc(50% - 8px);background:var(--white);padding:20px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.05);}.product-image{width:120px;height:120px;margin-right:20px;}.product-image img{width:100%;height:100%;object-fit:contain;}.product-info{flex:1;}.product-title{color:var(--primary-blue);font-size:1.1rem;margin-bottom:10px;}.product-desc{color:var(--gray);margin-bottom:8px;}.product-manufacturer{color:var(--black);margin-bottom:5px;}.product-delivery{color:var(--gray);}.product-price{min-width:150px;text-align:right;}.price{color:var(--primary-red);font-size:1.2rem;font-weight:bold;margin-bottom:10px;}.quote-btn{display:inline-block;padding:8px 15px;background:var(--primary-blue);color:var(--white);text-decoration:none;border-radius:4px;transition:background-color 0.3s;}.quote-btn:hover{background:#1560d1;}@media (max-width:768px){.product-item{width:100%;flex-direction:row;align-items:flex-start;}.product-image{width:100px;height:100px;margin-right:15px;}.product-info{flex:1;min-width:0;}.product-price{text-align:left;margin-top:10px;min-width:60px;margin-left:10px;}.quote-btn{padding:6px 8px;text-align:center;font-size:0.9rem;}.product-title{font-size:12px;margin-bottom:8px;}.product-item .product-desc{display:none !important;}.product-manufacturer, .product-delivery{font-size:12px;}.breadcrumb-block{padding:10px 15px;margin-top:10px;}.breadcrumb{font-size:0.9rem;}.subcategories{padding:10px 0;}.subcategory-item{font-size:0.8rem;padding:6px 10px;}}.pagination{display:flex;justify-content:center;align-items:center;margin-top:20px;gap:5px;}.page-item{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 10px;background:var(--white);color:var(--primary-blue);border:1px solid var(--primary-blue);border-radius:4px;text-decoration:none;cursor:pointer;transition:all 0.3s ease;}.page-item:hover:not(.disabled), .page-item.active{background:var(--primary-blue);color:var(--white);}.page-item.disabled{color:var(--gray);border-color:var(--gray);cursor:not-allowed;}.page-dots{color:var(--gray);padding:0 5px;}.prev, .next{font-size:0.9rem;}.category-content{background-color:var(--white);padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.05);}@media (max-width:768px){.pagination{flex-wrap:wrap;}.page-item{min-width:28px;height:28px;font-size:0.9rem;}.page-item:not(.prev):not(.next):not(.active):not(:nth-child(2)):not(:last-child){display:none;}.category-content{padding:15px;}}@media (max-width:480px){.category-content{padding:10px;}}.news-card .news-date{color:#666;font-size:0.9em;}.related-links{display:grid;grid-template-columns:repeat(8, 1fr);gap:10px;margin-top:15px;}.related-links a{padding:8px;background:var(--white);border:1px solid var(--light-gray);border-radius:4px;text-align:center;color:var(--gray);text-decoration:none;font-size:12px;transition:all 0.3s;}.related-links a:hover{border-color:var(--primary-blue);color:var(--primary-blue);}@media (max-width:768px){.news-grid{grid-template-columns:1fr;}.related-links{grid-template-columns:repeat(4, 1fr);}}.related-links a:hover{border-color:var(--primary-blue);background:var(--light-blue);color:var(--primary-blue);}.related-links{display:grid;grid-template-columns:repeat(8, 1fr);gap:10px;padding:15px 0;}.related-links a{color:var(--gray);text-decoration:none;padding:8px;text-align:center;background:var(--white);border:1px solid var(--light-gray);border-radius:4px;transition:all 0.3s ease;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}@media (max-width:768px){.related-links{grid-template-columns:repeat(4, 1fr);}}@media (max-width:480px){.related-links{grid-template-columns:repeat(2, 1fr);}}.product-card{background:var(--white);border:1px solid var(--light-gray);border-radius:4px;padding:15px;transition:all 0.3s ease;}.product-card a{text-decoration:none;color:inherit;}.product-card:hover{box-shadow:0 2px 8px rgba(0,0,0,0.1);}.brand-website{margin-top:10px;font-size:14px;color:#666;text-align:center;}.brand-website a{color:#1890ff;text-decoration:none;}.brand-website a:hover{text-decoration:underline}