.section-container{align-items:center;background:#3d7edb;display:flex;margin:auto;max-width:100%;padding:0 20px}.product-list-container{cursor:pointer;overflow-x:auto;position:relative;scrollbar-color:#333 #ccc;scrollbar-width:thin;white-space:nowrap}.product-list{display:flex;flex-direction:row}.product-card{background:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);display:block;flex:0 0 auto;height:300px;margin:15px;overflow:hidden;padding:20px;position:relative;white-space:normal;width:300px}.new-badge{background-color:#ff5733;border-radius:3px;color:#fff;font-size:.8em;left:5px;padding:5px;position:absolute;top:5px}.product-card img{height:auto;width:100%}.product-list-container::-webkit-scrollbar{height:5px;width:5px}.product-list-container::-webkit-scrollbar-thumb{background:#333}.product-list-container::-webkit-scrollbar-thumb:hover{background:#555}.product-list-container::-webkit-scrollbar-track{background:#ccc}.scroll-icon{cursor:pointer;font-size:2em;margin-left:20px}@media screen and (max-width:600px){.product-card{margin:10px;width:90%}}