.common-card{background:#fff;border-radius:12px;box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease;border:1px solid var(--border-color);width:100%;display:flex;flex-direction:column}.common-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.common-card .card-image{position:relative;height:200px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;overflow:hidden}.common-card .card-image .product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.common-card .card-image .item-emoji{font-size:4rem;opacity:.7;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.common-card .card-image .item-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--error-color);z-index:2}.common-card .card-image:hover .product-image{transform:scale(1.05)}.common-card .card-content{padding:20px;flex:1 1;display:flex;flex-direction:column}.common-card .card-content .item-name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:12px;line-height:1.3;font-family:var(--font-inter)}.common-card .card-content .item-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.common-card .card-content .item-rating .stars{display:flex;gap:.25rem}.common-card .card-content .item-rating .stars .star{font-size:.875rem;opacity:.3;transition:opacity .2s ease}.common-card .card-content .item-rating .stars .star.filled{opacity:1;color:#fbbf24}.common-card .card-content .item-rating .rating-text{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-inter)}.common-card .card-content .item-brand{margin-bottom:1rem}.common-card .card-content .item-brand span{color:var(--primary-color);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;background:rgba(59,130,246,.1);padding:4px 8px;border-radius:4px;font-family:var(--font-inter)}.common-card .card-content .item-description{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-inter)}.common-card .card-content .item-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:var(--bg-light);border-radius:6px;border:1px solid var(--border-color)}.common-card .card-content .item-details .detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.common-card .card-content .item-details .detail-item .detail-label{color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.common-card .card-content .item-details .detail-item .detail-value{color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.common-card .card-content .item-details .detail-item .detail-value.in-stock{color:var(--success-color)}.common-card .card-content .item-details .detail-item .detail-value.out-of-stock{color:var(--error-color)}.common-card .card-content .car-specs{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.common-card .card-content .car-specs .spec-item{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);padding:.5rem .75rem;border-radius:20px}.common-card .card-content .car-specs .spec-item .spec-icon{font-size:1rem}.common-card .card-content .car-specs .spec-item .spec-label{font-size:.75rem;color:var(--text-primary);font-weight:600;text-transform:capitalize;font-family:var(--font-inter)}.common-card .card-content .car-details{margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.common-card .card-content .car-details .detail-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:var(--bg-light);border-radius:6px;border:1px solid var(--border-color)}.common-card .card-content .car-details .detail-item .detail-label{font-size:.75rem;color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.common-card .card-content .car-details .detail-item .detail-value{font-size:.75rem;color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.common-card .card-content .car-features{margin-bottom:1rem}.common-card .card-content .car-features .features-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-family:var(--font-inter)}.common-card .card-content .car-features .features-list{display:flex;flex-wrap:wrap;gap:.5rem}.common-card .card-content .car-features .features-list .feature-tag{background:var(--bg-light);color:var(--text-primary);padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;font-family:var(--font-inter)}.common-card .card-content .car-features .features-list .feature-more{background:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;cursor:pointer;font-family:var(--font-inter)}.common-card .card-content .car-features .features-list .feature-more:hover{background:var(--primary-hover)}.common-card .card-content .car-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem .75rem;background:var(--bg-light);border-radius:8px}.common-card .card-content .car-location .location-icon{font-size:.875rem;color:var(--text-secondary)}.common-card .card-content .car-location .location-text{font-size:.875rem;color:var(--text-primary);font-weight:500;font-family:var(--font-inter)}.common-card .card-content .card-actions{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.common-card .card-content .card-actions .view-details-btn{width:100%;padding:.875rem 1rem;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-inter)}.common-card .card-content .card-actions .view-details-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.common-card .card-content .card-actions .view-details-btn:active{transform:translateY(0)}.common-card .card-content .card-actions .view-details-btn .eye-icon{width:16px;height:16px}.common-card .card-content .card-actions .add-to-cart-btn{width:100%;padding:.875rem 1rem;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;font-family:var(--font-inter)}.common-card .card-content .card-actions .add-to-cart-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.common-card .card-content .card-actions .add-to-cart-btn:active{transform:translateY(0)}.common-card .card-content .card-actions .add-to-cart-btn:disabled{background:var(--text-tertiary);cursor:not-allowed;opacity:.6}.common-card .card-content .card-actions .contact-us-btn{width:100%;padding:.875rem 1rem;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;font-family:var(--font-inter)}.common-card .card-content .card-actions .contact-us-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.common-card .card-content .card-actions .contact-us-btn:active{transform:translateY(0)}.common-card .card-content .card-actions .contact-us-btn.secondary{background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color)}.common-card .card-content .card-actions .contact-us-btn.secondary:hover{background:var(--primary-color);color:#fff}@media(max-width:768px){.common-card .card-content{padding:16px}.common-card .card-content .car-specs{gap:.75rem}.common-card .card-content .car-specs .spec-item{padding:.4rem .6rem}.common-card .card-content .car-details{grid-template-columns:1fr;gap:.5rem}.common-card .card-content .card-actions{gap:.6rem}.common-card .card-content .card-actions .add-to-cart-btn,.common-card .card-content .card-actions .contact-us-btn,.common-card .card-content .card-actions .view-details-btn{padding:.75rem .875rem;font-size:.85rem}}@media(max-width:480px){.common-card .card-content{padding:12px}.common-card .card-content .item-name{font-size:1.1rem}.common-card .card-content .car-specs{gap:.5rem}.common-card .card-content .car-specs .spec-item{padding:.3rem .5rem}.common-card .card-content .car-specs .spec-item .spec-label{font-size:.7rem}.common-card .card-content .card-actions{gap:.5rem}.common-card .card-content .card-actions .add-to-cart-btn,.common-card .card-content .card-actions .contact-us-btn,.common-card .card-content .card-actions .view-details-btn{padding:.6rem .75rem;font-size:.8rem}}.products-section{padding:6rem 0;background:#fff}.products-section .products-container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-section .products-header{text-align:center;margin-bottom:4rem}.products-section .products-header .section-title{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem;font-family:var(--font-inter)}.products-section .products-header .section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6;font-family:var(--font-inter)}.products-section .section-tabs{max-width:600px;display:flex;margin:0 auto 1.5rem;background:#e6e6e7;border-radius:8px;padding:4px;gap:4px}.products-section .section-tabs .section-tab{flex:1 1;padding:.75rem 1rem;border:none;background:rgba(0,0,0,0);border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;font-family:var(--font-inter)}.products-section .section-tabs .section-tab:hover{color:#374151}.products-section .section-tabs .section-tab.active{background:#fff;color:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.1)}.products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.products-section .products-grid .product-card-skeleton{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border-color);width:100%;min-height:400px;display:flex;flex-direction:column;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.products-section .products-grid .product-card-skeleton .skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:200px;flex-shrink:0}.products-section .products-grid .product-card-skeleton .skeleton-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;gap:1rem}.products-section .products-grid .product-card-skeleton .skeleton-content .skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:20px;border-radius:4px;width:80%}.products-section .products-grid .product-card-skeleton .skeleton-content .skeleton-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:16px;border-radius:4px;width:60%}.products-section .products-grid .product-card-skeleton .skeleton-content .skeleton-rating{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:16px;border-radius:4px;width:40%}.products-section .products-grid .error-state,.products-section .products-grid .no-products-state{grid-column:1/-1;text-align:center;padding:3rem 2rem;background:var(--bg-light);border-radius:12px;border:1px solid var(--border-color)}.products-section .products-grid .error-state p,.products-section .products-grid .no-products-state p{font-size:1.125rem;color:var(--text-secondary);margin:0;font-family:var(--font-inter)}.products-section .products-grid .error-state{background:#fef2f2;border-color:#fecaca}.products-section .products-grid .error-state p{color:#dc2626}.products-section .products-grid .product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--border-color);width:100%;min-height:400px;display:flex;flex-direction:column}.products-section .products-grid .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.products-section .products-grid .product-card .product-image{position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;text-align:center;min-height:200px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.products-section .products-grid .product-card .product-image .product-emoji{font-size:4rem;filter:grayscale(.3);transition:all .3s ease;display:block}.products-section .products-grid .product-card .product-image .product-badge{position:absolute;top:1rem;right:1rem;background:var(--error-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.products-section .products-grid .product-card .product-info .product-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.4;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.products-section .products-grid .product-card .product-info .car-rating .stars{display:flex;gap:.25rem}.products-section .products-grid .product-card .product-info .car-rating .stars .star{font-size:.875rem;opacity:.3;transition:opacity .2s ease}.products-section .products-grid .product-card .product-info .car-rating .stars .star.filled{opacity:1;color:#fbbf24}.products-section .products-grid .product-card .product-info .car-rating .rating-text{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-brand{margin-bottom:1rem}.products-section .products-grid .product-card .product-info .product-brand span{color:var(--primary-color);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;background:rgba(59,130,246,.1);padding:4px 8px;border-radius:4px;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.products-section .products-grid .product-card .product-info .product-rating .stars{display:flex;gap:.25rem}.products-section .products-grid .product-card .product-info .product-rating .stars .star{font-size:.875rem;opacity:.3;transition:opacity .2s ease}.products-section .products-grid .product-card .product-info .product-rating .stars .star.full{opacity:1;color:#fbbf24}.products-section .products-grid .product-card .product-info .product-rating .stars .star.half{opacity:.7;color:#fbbf24}.products-section .products-grid .product-card .product-info .product-rating .stars .star.empty{opacity:.3}.products-section .products-grid .product-card .product-info .product-rating .rating-text{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-description{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:var(--bg-light);border-radius:6px;border:1px solid var(--border-color)}.products-section .products-grid .product-card .product-info .product-details .detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-label{color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-value{color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-value.in-stock{color:var(--success-color)}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-value.out-of-stock{color:var(--error-color)}.products-section .products-grid .product-card .product-info .car-specs{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.products-section .products-grid .product-card .product-info .car-specs .spec-item{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);padding:.5rem .75rem;border-radius:20px}.products-section .products-grid .product-card .product-info .car-specs .spec-item .spec-icon{font-size:1rem}.products-section .products-grid .product-card .product-info .car-specs .spec-item .spec-label{font-size:.75rem;color:var(--text-primary);font-weight:600;text-transform:capitalize;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-details{margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.products-section .products-grid .product-card .product-info .car-details .detail-item{display:flex;flex-direction:column;gap:.25rem}.products-section .products-grid .product-card .product-info .car-details .detail-item .detail-label{font-size:.875rem;color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-details .detail-item .detail-value{font-size:.875rem;color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features{margin-bottom:1rem}.products-section .products-grid .product-card .product-info .car-features .features-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features .features-list{display:flex;flex-wrap:wrap;gap:.5rem}.products-section .products-grid .product-card .product-info .car-features .features-list .feature-tag{background:var(--bg-light);color:var(--text-primary);padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features .features-list .feature-more{background:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;cursor:pointer;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features .features-list .feature-more:hover{background:var(--primary-hover)}.products-section .products-grid .product-card .product-info .car-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem .75rem;background:var(--bg-light);border-radius:8px}.products-section .products-grid .product-card .product-info .car-location .location-icon{font-size:.875rem;color:var(--text-secondary)}.products-section .products-grid .product-card .product-info .car-location .location-text{font-size:.875rem;color:var(--text-primary);font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.products-section .products-grid .product-card .product-info .product-actions .add-to-cart-btn{width:100%;padding:12px 24px;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.95rem;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions .add-to-cart-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.products-section .products-grid .product-card .product-info .product-actions .add-to-cart-btn:active{transform:translateY(0)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn{width:100%;padding:10px 24px;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn:active{transform:translateY(0)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn .eye-icon{width:16px;height:16px}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn{width:100%;padding:10px 24px;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn:active{transform:translateY(0)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn.secondary{background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn.secondary:hover{background:var(--primary-color);color:#fff}.products-section .products-grid .product-card:hover .product-image .product-emoji{filter:grayscale(0);transform:scale(1.1)}.products-section .show-all-products{text-align:center;margin-bottom:3rem}.products-section .show-all-products .show-all-btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:var(--font-inter);transition:all .3s ease;box-shadow:var(--shadow)}.products-section .show-all-products .show-all-btn:hover{background:linear-gradient(135deg,var(--primary-hover),var(--primary-color));transform:translateY(-2px);box-shadow:var(--shadow-lg)}.products-section .products-cta{background:linear-gradient(135deg,var(--bg-light),#e2e8f0);border-radius:20px;padding:3rem;text-align:center}.products-section .products-cta .cta-content{max-width:600px;margin:0 auto}.products-section .products-cta .cta-content h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-family:var(--font-inter)}.products-section .products-cta .cta-content p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6;font-family:var(--font-inter)}.products-section .products-cta .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center}.products-section .products-cta .cta-content .cta-buttons .cta-button{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:var(--font-inter)}.products-section .products-cta .cta-content .cta-buttons .cta-button.primary{background:var(--primary-color);color:#fff}.products-section .products-cta .cta-content .cta-buttons .cta-button.primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.products-section .products-cta .cta-content .cta-buttons .cta-button.secondary{background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color)}.products-section .products-cta .cta-content .cta-buttons .cta-button.secondary:hover{background:var(--primary-color);color:#fff}@keyframes pulse{to{opacity:1}50%{opacity:.5}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.products-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media(max-width:768px){.products-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media(max-width:480px){.products-section .products-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.products-section{padding:4rem 0}.products-section .products-container{padding:0 1rem}.products-section .products-header{margin-bottom:3rem}.products-section .products-header .section-title{font-size:2.5rem}.products-section .products-header .section-subtitle{font-size:1.125rem}.products-section .section-tabs{gap:.75rem;margin-bottom:2rem}.products-section .section-tabs .section-tab{padding:.75rem 1.5rem;font-size:.875rem}.products-section .products-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.products-section .products-grid .product-card{max-width:100%;min-height:auto}.products-section .show-all-products{margin-bottom:2rem}.products-section .show-all-products .show-all-btn{padding:.875rem 1.5rem;font-size:.875rem}.products-section .products-cta{padding:2rem 1.5rem}.products-section .products-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}.products-section .products-cta .cta-content .cta-buttons .cta-button{width:100%;max-width:250px}}