:root {
    --bgPattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%236c757d' fill-opacity='0.02'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");

    --bg: #f5f7fa;
    --text: #1e1e1e;
    --textSecond: #5C6670;
    --muted: #7c6f66;
    --border: #e7e5e7;

    --primary: #4361EE ;
    --primary-hover: #a6641d;

    --accent: #1f4fff ;
    --accentHover: #3A0CA3;

    --card-bg: #1e1e1e;
    --cart-bg2: #f0f2f5;
    --input-bg: #fffaf5;

    --badge: #f6e2ed;

    --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --shadowHover: 0 4px 50px rgba(0, 0, 0, 0.3);



    --fontLogo: 'Sora';
    --fontMain: 'Inter';

}



@media screen and (min-width: 1025px) {
    .mobile {
        display: none;
    }
}




@media screen and (max-width: 1024px) {
    .desktop {
        display: none;
    }







    .mobileHeader {
        width: 100vw;
        height: 16.31vw;
        padding: 4.69vw;
        display: flex;
        justify-content: space-between;
    }

    .menuIconMobile {
        width: 9.38vw;
        height: 9.38vw;
    }

    .navbarLogoMobile {
        font-family: var(--fontLogo);
        color: var(--text);
        font-weight: 700;
        font-size: 7.52vw;
        margin-top: 0.20vw;
    }

    .signinButtonMobile {
        background-color: var(--accentHover);
        width: 25vw;
        height: 9vw;
        padding: 0;
        border-radius: 1.5vw;
        font-weight: 500;
        color: var(--bg);
        font-family: var(--fontLogo);
        margin-bottom: 0.49vw;
        font-size: 3.5vw;
    }

    .languageMenu {
        background-color: unset;
        border: none;
        font-family: var(--fontMain);
        color: var(--textSecond);
        font-weight: 600;
        font-size: 4.49vw;
        width: 9.38vw;
        padding: 0vw;
        cursor: pointer;
        margin-top: 1.17vw;
    }


    footer {
        border: none;
    }

    .footerMobile {
        width: 100vw;
        border-radius: 1.953vw 1.953vw 0 0;
        border-top: 2px var(--border) solid;
        margin-top: 23.34vw;
        padding: 4.69vw;
    }

    .footerLogoMobile {
        font-family: var(--fontLogo);
        color: var(--text);
        font-size: 11.23vw;
        font-weight: 700;
        display: flex;
        justify-content: center;
        margin-top: 7.03vw;
    }


    .footerSocials {
        display: flex;
        justify-content: space-between;
        margin-top: 5vw;
    }

    .footerSocialIcon {
        margin-right: 0;
    }

    .copyrightMobile {
        font-family: var(--fontMain);
        color: var(--textSecond);
        font-weight: 500;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 25vw;
    }


}