#carousel{transition:transform .4s ease-in-out;will-change:transform;touch-action:pan-y}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#fff;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#835339;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#f0e4d4}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.animate-marquee{animation:30s linear infinite scroll}.marquee-wrapper{overflow:hidden;position:relative;width:100%}.marquee-track{display:flex;width:max-content;animation:10s linear infinite scroll-marquee}@keyframes scroll-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.marquee-item{flex:0 0 auto;width:180px;margin-right:2rem}