.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:0}.product-card{background:white;border-radius:12px;overflow:visible;box-shadow:0 2px 12px rgba(0,0,0,0.08);transition:all 0.3s ease;display:flex;flex-direction:column;min-height:520px;max-height:560px}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.12)}.image-slider-wrapper{position:relative;width:100%;height:170px;overflow:hidden;background:#f8fafc;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:contain;transition:opacity 0.3s ease;padding:8px}.product-content{padding:12px 14px 14px 14px;display:flex;flex-direction:column;flex-grow:1}.product-brand{font-size:0.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:6px}.product-title{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:10px;line-height:1.3}.variant-selector-wrapper{background:#f8fafc;border-radius:8px;padding:8px;margin-bottom:10px}.variant-selector-wrapper label{font-size:0.7rem;font-weight:600;color:#475569;display:flex;align-items:center;gap:4px;margin-bottom:4px}.variant-select{width:100%;padding:6px 10px;border:1.5px solid #e2e8f0;border-radius:6px;font-size:0.8rem;font-weight:600;color:#1e293b;background:white;cursor:pointer;transition:all 0.2s ease}.variant-select:hover{border-color:#1e3a8a}.product-specs{background:#f8fafc;border-radius:8px;padding:8px;margin-bottom:10px;flex-grow:1;min-height:100px;max-height:110px}.product-specs table{width:100%;font-size:0.75rem}.product-specs td{padding:4px 0;line-height:1.4}.product-specs td:first-child{color:#64748b;font-weight:500;width:45%}.product-specs td:last-child{color:#1e293b;font-weight:600;text-align:right}.product-actions{display:flex;gap:10px;margin-top:auto;padding-top:8px;padding-bottom:2px}.btn-primary-product,.btn-secondary-product{flex:1;padding:9px 12px;border-radius:8px;font-size:0.75rem;font-weight:600;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:5px;transition:all 0.2s ease;cursor:pointer}.btn-primary-product{background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);color:white;border:none}.btn-primary-product:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(30,58,138,0.3)}.btn-secondary-product{background:white;color:#1e3a8a;border:1.5px solid #1e3a8a}.btn-secondary-product:hover{background:#1e3a8a;color:white;transform:translateY(-2px)}.multi-variant-badge{position:absolute;top:8px;right:8px;background:linear-gradient(135deg,#ef4444 0%,#f87171 100%);color:white;padding:4px 10px;border-radius:6px;font-size:0.6rem;font-weight:700;text-transform:uppercase;letter-spacing:0.3px;z-index:10;box-shadow:0 2px 8px rgba(239,68,68,0.3)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.95);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.slider-arrow:hover{background:#1e3a8a;color:white;transform:translateY(-50%) scale(1.1)}.slider-arrow-left{left:8px}.slider-arrow-right{right:8px}.slider-arrow i{font-size:0.9rem;color:#1e3a8a}.slider-arrow:hover i{color:white}.spec-dropdown-cell{position:relative}.spec-arrow{margin-left:6px;font-size:0.65rem;color:#1e3a8a;cursor:pointer;transition:transform 0.2s ease,color 0.2s ease}.spec-arrow:hover{color:#1e40af;transform:scale(1.1)}.spec-arrow.active{transform:rotate(180deg);color:#1e40af}.spec-dropdown-menu{display:none;position:absolute;top:calc(100% + 4px);right:0;background:white;border:2px solid #1e3a8a;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:100;min-width:200px;max-height:300px;overflow-y:auto;animation:fadeIn 0.2s ease}.spec-dropdown-menu.active{display:block}.spec-dropdown-item{padding:10px 14px;cursor:pointer;transition:background 0.2s ease;font-size:0.75rem;border-bottom:1px solid #e2e8f0}.spec-dropdown-item:last-child{border-bottom:none}.spec-dropdown-item:hover{background:#f1f5f9}.spec-dropdown-item-model{color:#1e293b;font-weight:600;display:block;margin-bottom:2px}.spec-dropdown-item-value{color:#64748b;font-size:0.7rem;display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.products-grid{grid-template-columns:1fr;gap:16px}.product-card{min-height:auto;max-height:none}.image-slider-wrapper{height:150px}.product-content{padding:12px}.product-specs{min-height:90px;max-height:100px}}