        * {
            margin: 0;
            --scroll-behavior: smooth;
            scroll-behavior: smooth;
            font-family: "Inter", sans-serif;
            transition: all 1s ease-in-out;
            touch-action: manipulation;
            box-sizing: border-box;
        }

        body {
            background-color: white;

        }

        input {
            border: none;
            outline: none;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        .flex {
            display: flex;
        }

        .row {
            flex-direction: row;
        }

        .column {
            flex-direction: column;
        }

        .center {
            justify-content: center;
        }

        .centerx {
            align-items: center;
        }

        .between {
            justify-content: space-between;
        }

        .around {
            justify-content: space-around;
        }

        .start {
            justify-content: flex-start;
        }

        .startx {
            align-items: flex-start;
        }

        .end {
            justify-content: flex-end;
        }

        .endx {
            align-items: flex-end;
        }

        .wrap {
            flex-wrap: wrap;
        }

        .nowrap {
            flex-wrap: nowrap;
        }

        .menu {
            position: fixed;
            top: 0;
            left: -300vw;
            gap: 30px;
            padding: 20px;
            z-index: 3000000;
            box-shadow: 10px 5px 5px #8496AC;
            height: 100%;
            overflow-y: scroll;
            background: white;
        }

        header {

            position: sticky;  
            top: 0;
            left: 0;
            width: 100vw;
            background: white;
            z-index: 1000000;
            padding: 5px;

        }

        [name="searchstring"] {
            border: none;

            color: #292B2F;
            border: 2.5px solid #292B2F;
            border-radius: 21px;
            font-size: 16px;
            padding: 5px 10px;
            width: 100%;


        }

        .onescreen {
            width: 100vw;
            height: 100vh;
        }

        h1 {

            margin: 50px 20px 20px 0px;
            padding: 0 0 0 20px;
            border-bottom: 1px solid #F0030B;
            font-weight: bold;
            font-size: 1.5em;
            text-align: left;
            width: auto;
        }

        h2 {
            margin: 50px 20px 20px 0px;
            border-bottom: 1px solid #F0030B;
            padding: 0 0 0 20px;
            font-weight: bold;
            font-size: 1.3em;
            text-align: left;
            width: auto;
        }

        .productwrap {}

        .searchresult {
            gap: 20px;
            max-height: 80vh;
            overflow-y: scroll;
        }

        .addcart {
            cursor: pointer;
        }

        .minus,
        .plus {
            width: 20px !important;
            height: 20px !important;
            cursor: pointer;
        }

        .breadcrumbs {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin: 20px 0 20px 20px;
            gap: 5px;
            font-size: 0.5em;
            text-decoration: underline;
        }

        .banners {
        width: 100vw;
        overflow-x: scroll;
        padding-bottom: 10px;
        gap: 10px;
        margin-top: 100px;
    }

    .onebanner {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }

        .child {
            width: calc((100vw - 90px)/2);

            max-width: 203px;
            max-height: 160px;
            box-sizing: border-box;

            box-shadow: 0px 5px 10px 0px #00000075;

            backdrop-filter: blur(4px);

            border: 1px solid black;


            border-radius: 21px;
            overflow: hidden;
        }

        .child>img {
            height: calc((100vw - 250px)/2);
            width: calc((100vw - 90px)/2);

            max-width: 203px;
            max-height: 123px;

            object-fit: contain;
            border-radius: 15px 15px 0 0;
            object-position: 50% 50%;
        }


        .childtext {
            text-align: center;
            font-size: 0.8em;
            margin: 10px 0;
        }

        .auth {
            width: 100vw;
            height: 100vh;
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            background-color: white;
        }

        .auth form {
            gap: 20px;
            font-size: 16px;
        }

        .login label,
        .auth label {
            font-size: 20px;
            border: 1px solid #292D32;
            border-radius: 21px;
            padding: 5px 10px;
        }




        [type='submit'] {
            font-size: 20px;
            background-color: #292B2F;
            color: white;

            border-radius: 21px;
            padding: 10px 25px;

        }

        [type='button'] {
            font-size: 20px;
            background: #A7A7A75E;

            color: white;

            border-radius: 21px;
            padding: 5px 10px;

        }

        .button {
            margin: 10px 0;
            font-size: 1.3em;

        }

        .backb {
            position: fixed;
            bottom: 10px;
            left: 10px;
            z-index: 2000000;
            background: #F0030B;
            color: white;
            border: none;
            padding: 5px 10px;
        }

        .usermenu {
            position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100vw;
            background-color: #ffffff;
        }

        .usermenuitem {

            margin: 1px;
            font-size: 13px;
            color: #ffffff;
            text-align: left;
            background: #000000;
            padding: 5px;
            border-radius: 10px;

        }


        .toup {
            position: fixed;
            bottom: 5px;
            left: 5px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .maintoup {
            position: fixed;
            bottom: 5px;
            right: 5px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .countquant  {
            width: 40%;
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            background: darkgray;
            color: white;
        }
.wrappricecount{
    gap:10px;
    flex-direction: row;
}

        .countquantsm {
             font-size: 13px;
            font-weight: 600;
             background: #007bff;
            width: 40px;
              color: white;
               text-align: center;
               flex-shrink: 1;
        }
        .quantcontsm{
  width:120px;
        }
        

        .countquant::-webkit-outer-spin-button,
        .countquant::-webkit-inner-spin-button,
        .countquantsm::-webkit-outer-spin-button,
        .countquantsm::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .countquant[type=number],
        .countquantsm[type=number] {
            -moz-appearance: textfield;
        }

        .onedog {
            border: 1px solid silver;
            padding: 10px;
            border-radius: 10px;
            margin: 10px;
        }

        .selectcontr {
            padding: 5px 10px;
            font-size: 12px;
            border-radius: 6px;
            border: 1px solid gray;
        }

        .productcard {
            position: relative;
            width: 143px;
            margin: 15px;
            flex-shrink: 0;
            border: 0.3px solid #000000;

            border-radius: 21px;
            overflow: hidden;
        }

        @media screen and (max-width: 959px) {

            .wrappricecount{
    gap:10px;
    flex-direction: column;
}

            .productcard {
                position: relative;
                width: calc((100vw - 90px)/2);
                margin: 15px;
                flex-shrink: 0;
                border: 0.3px solid #000000;

                border-radius: 21px;
                overflow: hidden;
            }

            .productcard .img {
                aspect-ratio: 1 / 1;
                height: auto !important;
                width: 100% !important;
                object-fit: contain;
                border-radius: 21px 21px 0 0;
                box-shadow: 0px 5px 10px 0px #00000040;

            }

        }

        .short {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
        }

        .productcard a {}

        .productcard .img {
            height: 113px;
            width: 143px;
            object-fit: contain;
            border-radius: 21px 21px 0 0;
            box-shadow: 0px 5px 10px 0px #00000040;

        }

        .productdiscount {
            position: absolute;
            top: -5px;
            left: -5px;
            background: #F0030B;
            color: white;
            font-weight: bold;
            font-size: 15px;
            padding: 10px 40px;
            border-radius: 0 5px 5px 0;
        }

        .productname {
            font-size: 12px;
            margin: 0 5px;
            flex-grow: 1;
            height: 30px;
            overflow: hidden;
        }

        .productprice {
            font-size: 14px;  
            font-weight: bold;
            text-align: right;
            color: #F0030B;
        }

        .oldprice {
            text-decoration: line-through;
            color: darkgray;
            font-size: 10px;
        }

        .addcart {
            background:  darkgray;
            color: white;
            border-radius: 0 0 21px 21px;
            font-size: 17px;
            padding: 10px 0;
            text-align: center;

        }

        .addcartsm{
            background: #007bff;
            color:white;
            border-radius: 5px;
            padding: 0 5px;
            width: 120px;
                 text-align: center;
                 flex-shrink: 0;
        }

        .productquantitywrap,
        .vpakewrap {
            margin: 0 5px;
            font-size: 12px;
        }

        .clearsearch,
        .startsearch {
            display: none;
        }

        .actionname {
            font-weight: bold;
            font-size: 1em;
        }

        .actionstart,
        .actionend {
            font-size: 0.8em;
        }

        .actiondesc {
            font-size: 0.8em;
            color: #F0030B;
        }

        .historysearch {
            margin-left: 30px;
        }

        h3 {
            text-align: center;


        }



        select {
            appearance: none;
            background: #f0f0f0 url('images/downarrow.svg') no-repeat right 10px center;
            padding-right: 25px !important;
            background-size: 10px;

            border: 1px solid #292B2F;
            border-radius: 10px;

        }

        .menulogo {
            height: 35px;
        }


        details a {
            padding: 5px;
            margin: 5px 0;

        }

        details {
            display: flex;
            flex-direction: column;

            transition: all 0.1s ease-in-out;

            border-radius: 10px;
        }

        details summary::-webkit-details-marker {
            display: none;

        }



        details>summary {
            position: relative;
            width: 100%;
            list-style: none;
            color: #000000;
            background: #ffffff;
            transition: all 0.1s ease-in-out;
            padding: 5px;
            margin: 5px 0;

            border-radius: 10px;
        }

        summary.noafter:after {
            content: none;
        }

        summary:after {
            position: absolute;
            top: calc((100% - 20px) / 2);
            right: 5px;
            content: "+";
            font-size: 20px;
            font-weight: bold;
            margin: -5px 5px 0 0;
        }

        details[open]>summary {
            color: #ffffff;
            background: darkgray;
        }

        details[open]>summary:after {
            content: "-";

        }
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/fonts/inter-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/fonts/inter-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/fonts/inter-italic-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/fonts/inter-italic-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
