@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-VariableFont.ttf");
}
@keyframes fade{
    0% {opacity: 1;}
    100% {opacity: 0.4;}
}
body{
    margin: 0px;
    width: 100%;
}
.loadingPage{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    opacity: 1;
    transition: all 0.4s;
    z-index: 9999;
}
.logoLoading img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.loadingBar{
    margin-top: 12px;
    width: 210px;
    height: 8px;
    border: 1px solid black;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
}
.innerBar{
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: black;
    transition: all 0.4s;
    z-index: -1;
}

.contentPage{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Inter", sans-serif;
}
.topPage{
    width: 100%;
    height: 320px;
    background-image: linear-gradient(to bottom, #2D2D2D, black);
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    position: relative;
}
.logo{
    margin-top: 38px;
}
.logo img{
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 100%;
}
.textsTop{
    margin-top: 68px;
    margin-left: 24px;
}
.titleTop{
    font-size: 28px;
    font-weight: 600;
    color: white;
}
.textTop{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: white;
}
.textTop img{
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-right: 8px;
}

.categories{
    margin-top: 380px;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}
.categoryPlaceholder{
    height: 100%;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    margin-right: 14px;
    box-sizing: border-box;
    animation: fade 0.8s linear 0s infinite alternate;
}
.imgCategoryPlaceholder{
    width: 100px;
    height: 100px;
    background-color: #D5D5D5;
    border-radius: 8px;
}
.nameCategoryPlaceholder{
    height: 20px;
    width: 80px;
    background-color: #D5D5D5;
    margin-top: 16px;
}
.category{
    height: 100%;
    padding: 0px 16px 0px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin-left: 14px;
    margin-right: 14px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.4s;
}
.category:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.category img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 1px 1px 20 2px rgb(182, 182, 182);
}
.catSelected{
    border-bottom: 2px solid #FF7800;
}
.banner{
    margin-top: 28px;
    width: 95%;
    height: 440px;
    position: absolute;
    top: 160px
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.contentProds{
    margin-top: 20px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.placeholderProd{
    width: 100%;
    padding: 38px 0px 38px 0px;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    animation: fade 0.8s linear 0s infinite alternate;
}
.imgPlaceholderProd{
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background-color: #BFBFBF;
}
.infosPlaceholderProd{
    margin-left: 12px;
}
.titlePlaceholderProd{
    width: 420px;
    height: 28px;
    background-color: #BFBFBF;
}
.descPlaceholderProd{
    margin-top: 8px;
    width: 580px;
    height: 18px;
    background-color: #BFBFBF;
}
.secondLine{
    margin-top: 4px;
    width: 160px;
}
.pricePlaceholderProd{
    margin-top: 8px;
    width: 120px;
    height: 24px;
    background-color: #BFBFBF;
}
.prod{
    width: 100%;
    padding: 38px 0px 38px 0px;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.imgProd img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #BFBFBF;
}
.infosProd{
    margin-left: 12px;
}
.titleProd{
    font-size: 26px;
    font-weight: 600;
}
.descProd{
    margin-top: 4px;
    font-size: 18px;
    width: 580px;
    color: #474747;
}
.sizeProd{
    font-size: 18px;
    margin-bottom: 8px;
    color: #474747;
}
.priceProdP{
    margin-top: 8px;
    color: gray;
    text-decoration: line-through;
}
.priceProd{
    font-size: 24px;
    font-weight: 600;
    color: #242424;
}
.alertProds{
    font-size: 22px;
    font-weight: 600;
}


.containerCart{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: flex-end;
    font-family: "Inter", sans-serif;
    opacity: 0;
    transition: all 0.4s;
    z-index: 9000;
}
.blackS{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.cart{
    height: 100%;
    width: 0%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 20;
    overflow: hidden;
    transition: all 0.4s;
}
.topCart{
    width: 90%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}
.closeCart{
    font-size: 42px;
    cursor: pointer;
}
.titleCart{
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    font-weight: 600;
}
.logoCart img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.contentCart{
    margin-top: 12px;
    width: 90%;
}
.prodsCart{
    width: 100%;
    height: 380px;
    overflow-y: auto;
}
.prodCart{
    width: 100%;
    padding: 28px 0px 28px 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
}
.imgProdCart img{
    width: 140px;
    height: 120px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #BFBFBF;
}
.infosProdCart{
    margin-left: 12px;
}
.nameProdCart{
    font-size: 22px;
    font-weight: 600;
}
.optsProdCart{
    margin-top: 8px;
}
.optProdCart{
    font-size: 16px;
    color: #474747;
}
.sizeProdCart{
    margin-top: 8px;
    font-size: 17px;
    color: white;
    background-color: black;
    padding: 4px 10px 4px 10px;
    border-radius: 12px;
    width: 80px;
    text-align: center;
    box-sizing: border-box;
}
.qntProdCart{
    font-size: 14px;
    color: #474747;
}
.btnDelCart{
    margin-left: auto;
}
.btnDelCart img{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.priceCart{
    margin-top: 12px;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.priceCart strong{
    font-size: 24px;
    display: block;
    margin-left: auto;
    font-weight: 600;
}
.priceCart strong span{
    display: block;
    font-size: 14px;
    color: gray;
    text-decoration: line-through;
}
.btnsCart{
    margin-top: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btnCart{
    width: 100%;
    margin-top: 12px;
}
.btnCart button{
    width: 100%;
    height: 42px;
    font-size: 24px;
    background-color: transparent;
    border: 1px solid #E20000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btnRed button{
    background-color: #E20000;
    color: white;
}
.btnCart button img{
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 12px;
}
.hourCart{
    margin-top: 28px;
    text-align: center;
}


.containerProd{
    position: fixed;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 0%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Inter", sans-serif;
    transition: all 0.4s;
    z-index: 8000;
    overflow-y: auto;
}
.backButton{
    margin-top: 28px;
    margin-bottom: 68px;
    width: 85%;
    font-size: 48px;
    font-weight: 600;
    cursor: pointer;
    color: gray;
}
.imgSeeProd{
    margin-top: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.imgSeeProd img{
    width: 260px;
    height: 260px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #BFBFBF;
}
.logoSeeProd{
    position: absolute;
    bottom: 12px;
    background-color: black;
    width: 320px;
    height: 52px;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoSeeProd img{
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 100%;
    border: 0px;
}
.titleSeeProd{
    margin-top: 28px;
    font-size: 28px;
    font-weight: 600;
}
.descSeeProd{
    margin-top: 4px;
    color: #474747;
}
.sizeSeeProd{
    width: 120px;
    height: 28px;
    color: white;
    background-color: black;
    border-radius: 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.contentOptsProd{
    margin-top: 78px;
    width: 60%;
}
.optProd{
    padding-bottom: 28px;
    border-bottom: 1px solid #D5D5D5;
    margin-top: 20px;
}
.titleOptProd{
    font-size: 24px;
    font-weight: 600;
}
.itemsOptProd{
    margin-top: 8px;
    width: 100%;
}
.itemOptProd{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #474747;
}
.itemOptProd input{
    margin-left: auto;
    width: 20px;
    height: 20px;
}
.alertOptProd{
    font-size: 14px;
    color: red;
    display: none;
}

.infoSeeProd{
    margin-top: 32px;
    width: 60%;
    display: flex;
    align-items: center;
}
.valueSeeProd{
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.valueSeeProd span{
    font-size: 14px;
    color: gray;
    text-decoration: line-through;
}
.contentQntSeeProd{
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1A1A1A;
    border-radius: 20px;
    width: 140px;
    height: 38px;
}
.btnQntSeeProd{
    width: 24px;
    height: 38px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.inputQntSeeProd{
    margin-left: 4px;
    margin-right: 4px;
}
.inputQntSeeProd input{
    background-color: transparent;
    border: 0px;
    width: 72px;
    height: 38px;
    text-align: center;
    color: white;
    font-size: 20px;
}
.inputQntSeeProd input:focus{
    outline: none;
}
.inputQntSeeProd input::-webkit-outer-spin-button,
.inputQntSeeProd input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btnSeeProd{
    margin-top: 18px;
    padding-bottom: 24px;
    width: 60%;
}
.btnSeeProd button{
    width: 100%;
    height: 56px;
    background-image: linear-gradient(to right, #E20000, #9E0000);
    border: 0px;
    border-radius: 22px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btnSeeProd img{
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-left: 12px;
}

.floatBtnCart{
    position: fixed;
    bottom: 48px;
    right: 28px;
    width: 70px;
    height: 70px;
    background-color: #E20000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    z-index: 5000;
}
.floatBtnCart img{
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 4px;
}

@media screen and (max-width: 980px){
    .logoLoading img{
        width: 430px;
        height: 430px;
    }
    .loadingBar{
        margin-top: 20px;
        width: 420px;
        height: 20px;
        border-radius: 12px;
    }

    .topPage{
        height: 520px;
    }
    .logo img{
        width: 240px;
        height: 240px;
    }
    .textsTop{
        margin-left: 20px;
    }
    .titleTop{
        font-size: 58px;
    }
    .textTop{
        font-size: 34px;
    }
    .textTop img{
        width: 30px;
        height: 30px;
        margin-right: 16px;
    }

    .categories{
        height: 240px;
        margin-top: 290px;
        justify-content: flex-start;
    }
    .categories::-webkit-scrollbar{
        display: none;
    }
    .categoryPlaceholder{
        padding: 0px 30px 0px 30px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .imgCategoryPlaceholder{
        width: 160px;
        height: 160px;
        border-radius: 12px;
    }
    .nameCategoryPlaceholder{
        height: 36px;
        width: 140px;
    }
    .category{
        padding: 0px 30px 0px 30px;
        font-size: 36px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .category img{
        width: 160px;
        height: 160px;
        border-radius: 12px;
        margin-bottom: 24px;
    }
    .catSelected{
        border-width: 4px;
    }
    .banner{
        width: 95%;
        height: 360px;
        top: 320px
    }
    .banner img{
        border-radius: 20px;
    }
    .placeholderProd{
        padding: 58px 0px 58px 0px;
        border-width: 2px;
    }
    .imgPlaceholderProd{
        width: 290px;
        height: 240px;
    }
    .prod{
        padding: 58px 0px 58px 0px;
        border-width: 2px;
    }
    .imgProd img{
        width: 290px;
        height: 240px;
        border-radius: 18px;
        border-width: 2px;
    }
    .infosPlaceholderProd{
        margin-left: 22px;
    }
    .titlePlaceholderProd{
        height: 46px;
        width: 520px;
    }
    .descPlaceholderProd{
        margin-top: 16px;
        height: 34px;
    }
    .secondLine{
        margin-top: 8px;
        width: 210px;
    }
    .pricePlaceholderProd{
        margin-top: 16px;
        height: 40px;
        width: 180px;
    }
    .infosProd{
        margin-left: 22px;
    }
    .titleProd{
        font-size: 46px;
    }
    .descProd{
        margin-top: 8px;
        font-size: 34px;
    }
    .sizeProd{
        font-size: 34px;
    }
    .priceProd{
        margin-top: 16px;
        font-size: 40px;
    }
    .priceProdP{
        font-size: 30px;
    }
    .alertProds{
        font-size: 40px;
    }


    .cart{
        width: 85%;
    }
    .topCart{
        height: 190px;
        border-width: 2px;
    }
    .closeCart{
        font-size: 78px;
    }
    .titleCart{
        font-size: 50px;
    }
    .logoCart img{
        width: 160px;
        height: 160px;
    }
    .contentCart{
        margin-top: 24px;
    }
    .prodsCart{
        height: 960px;
        box-sizing: border-box;
        padding-right: 12px;
    }
    .prodCart{
        padding: 52px 0px 52px 0px;
        border-width: 2px;
    }
    .imgProdCart img{
        width: 240px;
        height: 190px;
        border-width: 2px;
    }
    .infosProdCart{
        margin-left: 22px;
    }
    .nameProdCart{
        font-size: 38px;
    }
    .optProdCart{
        font-size: 28px;
    }
    .sizeProdCart{
        font-size: 28px;
        width: 160px;
        border-radius: 16px;
    }
    .qntProdCart{
        margin-top: 8px;
        font-size: 24px;
    }
    .btnDelCart img{
        width: 46px;
        height: 46px;
    }
    .priceCart{
        font-size: 40px;
    }
    .priceCart strong{
        font-size: 44px;
    }
    .priceCart strong span{
        font-size: 36px;
    }
    .btnCart button{
        height: 82px;
        font-size: 42px;
        font-weight: 600;
    }
    .btnCart button img{
        width: 46px;
        height: 46px;
        object-fit: contain;
        margin-right: 16px;
    }
    .hourCart{
        margin-top: 38px;
        font-size: 26px;
    }

    .imgSeeProd{
        margin: 0px;
        width: 100%;
        height: 320px;
    }
    .imgSeeProd img{
        width: 100%;
        height: 100%;
        border-radius: 0px;
        border: 0px;
        object-fit: contain;
    }
    .logoSeeProd{
        bottom: -18px;
        width: 480px;
        height: 72px;
        font-size: 28px;
        border-radius: 32px;
    }
    .logoSeeProd img{
        width: 68px;
        height: 68px;
    }
    .contentInfoSeeProd{
        width: 90%;
    }
    .titleSeeProd{
        margin-top: 64px;
        font-size: 40px;
    }
    .descSeeProd{
        width: 60%;
        font-size: 28px;
    }
    .sizeSeeProd{
        width: 180px;
        height: 48px;
        font-size: 32px;
        border-radius: 20px;
    }
    .contentOptsProd{
        width: 90%;
    }
    .optProd{
        padding-bottom: 48px;
        border-width: 2px;
        margin-top: 38px;
    }
    .titleOptProd{
        font-size: 38px;
    }
    .itemOptProd{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 32px;
    }
    .itemOptProd input{
        width: 40px;
        height: 40px;
    }
    .alertOptProd{
        font-size: 28px;
    }

    .infoSeeProd{
        margin-top: 52px;
        width: 90%;
    }
    .valueSeeProd{
        font-size: 48px;
    }
    .valueSeeProd span{
        font-size: 40px;
    }
    .contentQntSeeProd{
        width: 260px;
        height: 58px;
        border-radius: 28px;
    }
    .btnQntSeeProd{
        height: 58px;
        min-width: 78px;
        font-size: 34px;
    }
    .inputQntSeeProd input{
        height: 58px;
        width: 100%;
        font-size: 36px;
    }
    .btnSeeProd{
        width: 90%;
        margin-top: 30px;
        margin-bottom: 44px;
    }
    .btnSeeProd button{
        height: 98px;
        font-size: 46px;
        border-radius: 36px;
    }
    .btnSeeProd button img{
        width: 46px;
        height: 46px;
        margin-left: 22px;
    }

    .floatBtnCart{
        width: 140px;
        height: 140px;
        font-size: 36px;
    }
    .floatBtnCart img{
        width: 56px;
        height: 56px;
    }
}