/* product-list.css - extracted from Page_Components/Header/productList/productList_header.html */
{margin:0;padding:0;box-sizing:border-box;}body{font-family:system-ui,-apple-system,'Inter','Segoe UI',Roboto,Helvetica,Arial,sans-serif;background-color:#f9fafb;color:#1e293b;line-height:1.5;}.main-content{margin-top:70px;background-color:#f9fafb;}.container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;}.breadcrumb{font-size:0.75rem;color:#64748b;margin-bottom:2rem;}.breadcrumb a{color:#64748b;text-decoration:none;transition:color 0.2s;}.breadcrumb a:hover{color:#10b981;}.breadcrumb i{font-size:0.7rem;margin:0 0.25rem;}.breadcrumb span{color:#1e293b;font-weight:600;}.category-header h1{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:0.5rem;}.category-header p{font-size:0.875rem;color:#475569;max-width:48rem;}.category-sub-header{margin:0 0 2rem 0;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}  .category-sub-header h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:0.25rem}  .category-sub-header .category-sub-title{font-size:0.9rem;font-weight:400;color:#64748b}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:3rem 0;}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);}}.product-card{background:white;border-radius:1rem;border:1px solid #e2e8f0;overflow:hidden;transition:all 0.3s;display:flex;flex-direction:column;}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px -5px rgba(0,0,0,0.1);border-color:#10b981;}.card-img-container{position:relative;padding-top:80%;background-color:#f1f5f9;overflow:hidden;}.card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s;}.product-card:hover .card-img{transform:scale(1.05);}.card-content{padding:1.25rem;flex:1;display:flex;flex-direction:column;}.product-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:0.5rem;}.product-card:hover .product-title{color:#10b981;}.product-desc{font-size:0.75rem;color:#64748b;margin-bottom:1rem;line-height:1.4;}.card-buttons{display:flex;gap:0.5rem;margin-top:auto;}.btn-outline{flex:1;text-align:center;border:1px solid #e2e8f0;background:transparent;padding:0.5rem;border-radius:0.5rem;font-size:0.7rem;font-weight:600;color:#475569;text-decoration:none;}.btn-outline:hover{background:#f8fafc;}.btn-primary-sm{flex:1;text-align:center;background:#10b981;border:none;padding:0.5rem;border-radius:0.5rem;font-size:0.7rem;font-weight:600;color:white;cursor:pointer;}.btn-primary-sm:hover{background:#059669;}.pagination-container{margin-top:3rem;text-align:center;}.pagination-nav{display:flex;align-items:center;justify-content:center;gap:0.5rem;flex-wrap:wrap;}.pagination-pages{display:flex;gap:0.25rem;}.pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;border:1px solid #e2e8f0;border-radius:0.5rem;background:white;color:#475569;font-weight:500;text-decoration:none;}.pagination-link:hover{background:#f0fdf4;border-color:#10b981;color:#10b981;}.pagination-link.active{background:#10b981;border-color:#10b981;color:white;}.pagination-link.disabled{opacity:0.5;pointer-events:none;background:#f8fafc;}.pagination-ellipsis{min-width:2.5rem;color:#94a3b8;}.pagination-info{margin-top:1rem;font-size:0.85rem;color:#64748b;}@media (max-width:640px){.container{padding:1rem;}.category-header h1{font-size:1.5rem;}.products-grid{gap:0.8rem;}.card-content{padding:0.75rem;}.product-title{font-size:0.9rem;}.product-desc{font-size:0.65rem;}.pagination-link{min-width:2rem;height:2rem;font-size:0.8rem;}}
