/* 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;}

/* 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;}

/* ====YouTube-Style Global Top Loading Indicator====\ */
#top-loading-bar {position: fixed;top: 0;left: 0;height: 3px;width: 0%;background: linear-gradient(to right, #ff0000, #ff4d4d);z-index: 99999;opacity: 0;pointer-events: none;transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;}/* Glowing tip peg replicating YouTube's head light */#top-loading-bar::after {content: '';position: absolute;right: 0;top: 0;height: 3px;width: 100px;box-shadow: 0 0 10px #ff0000, 0 0 5px #ff4d4d;opacity: 1;transform: rotate(3deg) translateY(-4px);}/* Optional subtle shimmer animation while loading */@keyframes loader-shimmer {0% { background-position: -200px 0; }100% { background-position: 200px 0; }}#top-loading-bar.is-loading {opacity: 1;}/* Custom scrollbar utility */.hide-scroll::-webkit-scrollbar {display: none;}.hide-scroll {-ms-overflow-style: none;scrollbar-width: none;}