.manufacturer-section{padding:2rem 0}.manufacturer-info{margin-bottom:2rem;color:var(--gray-600)}.manufacturer-info p{margin-bottom:0.5rem}.manufacturer-info a{color:var(--blue-500);text-decoration:none}.manufacturer-info a:hover{text-decoration:underline}.manufacturer-logo-detail{margin-bottom:1rem}.manufacturer-logo-detail img{max-width:200px;max-height:80px;object-fit:contain}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;border:1px solid var(--gray-200);transition:all .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--blue-200)}.product-image{width:100%;aspect-ratio:1;background:var(--gray-50);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:0.5rem}.product-placeholder{color:var(--gray-300)}.product-info{padding:0.75rem 1rem;flex:1;display:flex;flex-direction:column}.product-brand{font-size:0.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.25rem}.product-name{font-size:0.9rem;font-weight:600;color:var(--gray-900);margin:0 0 0.25rem}.product-description{font-size:0.8rem;color:var(--gray-500);margin:0 0 0.5rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-weight:700;color:var(--blue-600);font-size:0.95rem}.product-stock{font-size:0.75rem;font-weight:600;padding:2px 8px;border-radius:10px}.product-stock.in-stock{background:var(--green-50);color:var(--green-600)}.product-stock.out-of-stock{background:var(--red-50);color:var(--red-600)}.pagination{margin-top:2rem;display:flex;justify-content:center;gap:0.5rem}.empty-state{padding:3rem 0;text-align:center}.empty-state-text{color:var(--gray-500);font-size:1.1rem}.empty-state-action{margin-top:1rem}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}