/*
Theme Name: XUNDD Bangladesh
Theme URI: https://xunddbangladesh.com/
Author: XUNDD
Description: Official theme for XUNDD Bangladesh Authorized Distributor.
Version: 1.0.0
Text Domain: xundd-bd
*/

/* ==========================================================================
   Custom Global Styles
   ========================================================================== */

/* Hide scrollbar for category menu but allow smooth scrolling */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Product Card Hover Effects */
.product-card .product-img {
    transition: transform 0.5s ease;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}