.products-list-layout{min-height:100vh;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:2rem 0}.products-container{max-width:1200px;margin:0 auto;padding:0 1rem}.products-header{text-align:center;margin-bottom:3rem;padding:2rem 0;background:#fff;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1)}.products-header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.products-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.search-controls{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1)}.search-bar{position:relative;margin-bottom:1.5rem}.search-input-modern{width:100%;padding:1rem 1rem 1rem 3.5rem;border:2px solid #e2e8f0;border-radius:50px;font-size:1.125rem;background:#f8fafc;transition:all .3s ease;box-shadow:inset 0 2px 4px rgba(0,0,0,.05)}.search-input-modern:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px rgba(99,102,241,.1),inset 0 2px 4px rgba(0,0,0,.05)}.search-icon-modern{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#6366f1;font-size:1.25rem}.filters-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:1rem;gap:1rem;align-items:end}.filter-group-modern{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.filter-select-modern{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background:#f8fafc;font-size:1rem;transition:all .3s ease}.filter-select-modern:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.clear-all-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.clear-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(239,68,68,.3)}.results-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.results-count{font-weight:600;color:#374151}.view-toggle{display:flex;gap:.5rem}.view-btn{padding:.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease}.view-btn.active{background:#6366f1;color:#fff;border-color:#6366f1}.products-list{display:flex;flex-direction:column;gap:1.5rem}.product-item{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;display:grid;grid-template-columns:200px 1fr auto;grid-gap:2rem;gap:2rem;align-items:center;border:1px solid rgba(226,232,240,.6)}.product-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-color:rgba(99,102,241,.3)}.product-image-container{position:relative;width:200px;height:150px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image-list{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-item:hover .product-image-list{transform:scale(1.05)}.product-badges-list{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:.25rem}.badge-list{padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.discount-badge-list{background:#ef4444;color:#fff}.stock-badge-list{background:#6b7280;color:#fff}.product-details{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.product-category-list{color:#6366f1;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-name-list{font-size:1.375rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3}.product-description-list{color:#64748b;font-size:.95rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price-section{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.price-main{font-size:1.5rem;font-weight:800;color:#1e293b}.price-original{font-size:1.125rem;color:#94a3b8;text-decoration:line-through}.price-discount{font-size:1.5rem;font-weight:800;color:#ef4444}.discount-percent{background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700}.stock-info-list{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.stock-indicator-list{padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.stock-available-list{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534}.stock-unavailable-list{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.product-actions-list{display:flex;flex-direction:column;gap:.75rem;min-width:200px}.btn-primary-list{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:.95rem;border:none;cursor:pointer}.btn-cart-list{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.3)}.btn-cart-list:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,185,129,.4)}.btn-cart-list:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none}.btn-details-list{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px rgba(99,102,241,.3)}.btn-details-list:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.4)}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1)}.empty-state h3{font-size:1.5rem;color:#64748b;margin-bottom:1rem}.empty-state p{color:#94a3b8;font-size:1.125rem}@media (max-width:768px){.filters-row{grid-template-columns:1fr;gap:1rem}.results-info{flex-direction:column;gap:1rem;text-align:center}.product-item{grid-template-columns:1fr;text-align:center;gap:1.5rem}.product-image-container{width:100%;height:200px;margin:0 auto}.product-actions-list{flex-direction:row;min-width:auto}}@media (max-width:480px){.products-header h1{font-size:2rem}.search-input-modern{font-size:1rem}.product-actions-list{flex-direction:column}}