body,
html {
    background: url(https://cdn.tebex.io/store/1412398/templates/181378/assets/bfa51fb84a272c3cf40d50c250a583b63c1570d9.png?updated=092d2d3cb66b32161241c8f0100d4d1cd5ac28f7f8c61dfcc670db98f69535c5);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Inter', 'Heebo', 'Open Sans', sans-serif;
}

.mainNavbar {
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.6px);
    -webkit-backdrop-filter: blur(3.6px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    z-index: 10000 !important;
}

.logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
}

.logoMainLine {
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 120%;
}

.logoSubLine {
    line-height: 1;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 500;
}

.mainNavbar .nav-item>.nav-link {
    color: #fff;
    font-weight: 500;
}

body::before {
    content: "";
    position: fixed;
    /* ✅ Keeps shimmer fixed to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.3) 50%, transparent 60%);
    z-index: 1;
    /* ✅ Make sure it stays behind content but above background */
    pointer-events: none;
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 15s infinite linear;
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(33, 159, 172, 0.49), rgba(230, 155, 90, 0.8)); /* blue overlay */
    z-index: 0; /* above video, below shimmer */
    pointer-events: none;
}

/* Optional — ensure your main content stays above the shimmer */
body>* {
    position: relative;
    z-index: 1;
}

@keyframes shimmer {
    to {
        background-position-x: 0%
    }
}

.slogan {
    font-weight: 600;
    color: white;
}

.sloganSmall {
    font-size: 200%;
    line-height: 1;
}

.sloganLarge {
    font-size: 300%;
    font-weight: 800;
}

.sloganReduced {
    font-size: 50%;
    font-weight: 600;
}

.secondSlogan {
    display: flex;
    justify-content: flex-end;
    color: white;
    font-size: 130%;
    font-style: italic;
    text-align: right;
}

.productCategoryBig {
    color: white;
    font-size: 150%;
    font-weight: 700;
}

.category {
    position: relative;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.6px);
    -webkit-backdrop-filter: blur(3.6px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    display: flex;
    justify-content: center;
    font-size: 150%;
    font-weight: 900;
    cursor: pointer !important;
}

.mlos::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://cdn.tebex.io/store/1412398/templates/181378/assets/9c1c318f103726705228f292561a00858424bbbc.png?updated=c30465f0aafe979223b8890d7b3b8f5ab58819186b9a8700bf2d880c949458ef) center/cover no-repeat;
    opacity: 0.5;
    z-index: -1;
    transition: opacity 0.6s ease-in-out;
}

.clothing::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://cdn.tebex.io/store/1412398/templates/181378/assets/c3f56176a2caf6d9537a8968907e6631be600ba1.png?updated=5ad0ad28031f1f1b91a6afb4e00f515541271aca2a5d639138620f7d227ab5b8) center/cover no-repeat;
    opacity: 0.5;
    z-index: -1;
    transition: opacity 0.6s ease-in-out;
}

.scripts::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://cdn.tebex.io/store/1412398/templates/181378/assets/73200df00f997c6c8a7f9b5fe621341d3ae9fe01.png?updated=e1a6e2ca9ff07377d693645f68563c76958f250a4857eac67951646d654a13ad) center/cover no-repeat;
    opacity: 0.5;
    z-index: -1;
    transition: opacity 0.6s ease-in-out;
}

.mlos:hover::before, .clothing:hover::before, .scripts:hover::before {
    opacity: 0.8;
}

.product {
    position: relative;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.6px);
    -webkit-backdrop-filter: blur(3.6px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    display: flex;
    justify-content: center;
    cursor: pointer !important;
    color: white;
}

.productName {
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2px;
    color: white;
    text-decoration: none;
    font-size: 120%;
}

.productCategory {
    font-weight: 600;
    font-size: 70%;
    line-height: 1;
}

.productPrice {
    font-weight: 600;
    font-size: 90%;
    line-height: 1;
    text-align: right;
    margin-top: 5px;
}

.silverButton {
    border: none;
    color: white;
    background: rgb(141 141 141 / 35%) !important;
    font-weight: 600;
    transition: background 0.6s ease-in-out;
}

.silverButton.active, .silverButton:hover {
    background: rgb(141 141 141 / 75%) !important;
}

.goldButton {
    border: none;
    color: white;
    background: rgb(176 166 29 / 35%) !important;
    font-weight: 600;
    transition: background 0.6s ease-in-out;
}

.goldButton.active, .goldButton:hover {
    background: rgb(176 166 29 / 75%) !important;
}

.diamondButton {
    border: none;
    color: white;
    background: rgba(0 255 255 / 35%) !important;
    font-weight: 600;
    transition: background 0.6s ease-in-out;
}

.diamondButton.active, .diamondButton:hover {
    background: rgb(0 255 255 / 75%) !important;
}

.redButton {
    border: none;
    color: white;
    background: rgba(255 0 0 / 35%) !important;
    font-weight: 600;
    transition: background 0.6s ease-in-out;
}

.redButton.active, .redButton:hover {
    background: rgb(255 0 0 / 75%) !important;
}

#background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.6px);
    -webkit-backdrop-filter: blur(3.6px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.6px);
    -webkit-backdrop-filter: blur(3.6px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease;
}

.slider-wrapper .product {
    flex: 0 0 calc(25% - 10px); /* 4 items visible */
    box-sizing: border-box;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
}

.slider-btn.prev { left: 0; }
.slider-btn.next { right: 0; }


.productDisplay {
    display: flex;
    justify-content: space-between;
    cursor: pointer !important;
}