/**
 * LisansMod - Shared Global CSS
 */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.glass-nav {
    background: rgba(5, 17, 37, 0.85);
    backdrop-filter: blur(20px);
}

.hero-gradient {
    background: linear-gradient(135deg, #060B14 0%, #0F1A2A 100%);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

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

/* Thumbnail selected state for product pages */
.thumb-active {
    box-shadow: 0 0 0 2px #FF4F00;
    opacity: 1;
}

.thumb-item {
    cursor: pointer;
    transition: all 0.2s;
}

.thumb-item:hover {
    opacity: 1;
}

.thumb-item.selected {
    outline: 2px solid #FF4F00;
    opacity: 1;
}

.thumb-item:not(.selected) {
    opacity: 0.5;
}
