.demo-page{overflow-x:hidden}.carousel{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);background:#f0f0f0;padding:2rem 0;overflow:hidden}.carousel-track{display:flex;gap:1rem;padding:0 2rem;width:max-content}.carousel-item{flex-shrink:0;width:300px;height:200px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:bold;color:#fff;border-radius:8px}.item-1{background:#e74c3c}.item-2{background:#3498db}.item-3{background:#2ecc71}.item-4{background:#9b59b6}.products{padding:2rem}.products h2{margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:1.5rem}.product-card{border:1px solid #ddd;border-radius:8px;padding:1rem;text-align:center}.product-card .product-image{width:100%;height:150px;background:#eee;border-radius:4px;margin-bottom:1rem}.product-card h3{margin:0 0 .5rem;font-size:1rem}.product-card p{color:#666;margin:0 0 1rem}.product-card button{background:#333;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.product-card button:hover{background:#555}