/* Kilan Luxury D2C Storefront Stylesheet */
/* Unified with Stitch Tailwind Design System */

.glass-panel {
    background: rgba(28, 28, 28, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Custom Scrollbar for Main Page */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #121414;
}
::-webkit-scrollbar-thumb {
    background: #2a2d2d;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #c5a059;
}
