: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.025'%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;
    }





    .headerMobile {
        width: 100vw;
        height: max-content;
        padding: 10px 0px;
        display: flex;
        justify-content: space-between;
        background-color: var(--bg);
        position: fixed;
        top: 0;
        transition: all ease-in-out 0.3s;
        z-index: 990;
        border-bottom: 1px var(--border) solid;
    }


    .logoMobile {
        font-family: var(--fontLogo);
        color: var(--text);
        display: block;
        font-weight: 700;
        font-size: 1.7rem;
        padding-top: 4px;
        padding-left: 10px;
    }


    .signinButton {
        width: 90px;
        height: max-content;
        font-family: var(--fontLogo);
        color: var(--bg);
        background-color: var(--accent);
        border: none;
        margin: 0px;
    }








    .footerMobile {
        width: 100vw;
        height: 116.822vw;
        border-top: 2px var(--border) solid;
        margin-top: 23.364vw;
        padding: 4.673vw;
    }


    .footerLogoMobile {
        font-family: var(--fontLogo);
        color: var(--text);
        font-size: 11.215vw;
        font-weight: 700;
        display: flex;
        justify-content: center;
        margin-top: 7.009vw;
    }


    .copyrightMobile {
        font-family: var(--fontMain);
        color: var(--textSecond);
        font-weight: 500;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 70.09vw;
    }


}

