/* STREAMING_CHUNK:Styling custom utilities */
 body, html {
            font-family: "Koh Santepheap", serif;
            background-color: #f7fafc;
        }
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll::-webkit-scrollbar {display: none;}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */}
/* STREAMING_CHUNK:Styling cart animations */
.cart-panel {transition: transform 0.3s ease-in-out;}