﻿.produto-list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 20px;
    border-radius: 10px;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .produto-list-container {
        align-items: center;
    }
}

.produto-list-text {
    color: black;
    font-weight: 700;
    font-size: 25px;
}

@media (max-width: 600px) {
    .produto-list-text {
        width: 100%;
        text-align: center;
    }

    .custom-ListRecords {
        justify-content: flex-start !important;
    }

    .produto-list-container {
        padding: 0px;
    }
}

@media (max-width: 450px) {
    .produto-list-text {
        font-size: 22px;
    }

    .custom-ListRecords {
        gap: 10px;
    }

    /*css para o efeito do desconto*/
    .discount-container {
        height: 10%;
        width: 32%;
    }

    .ListRecords1-produto-photo {
        height: auto !important;
    }

    .logged-container {
        font-size: 12px;
    }

    .valorPromocional-container2 {
        font-size: 12px;
    }

    .qtdDistribuidor-container, .selectorInput input {
        height: 30px !important;
    }
}

.list-records-container {
    width: 100%;
}

.custom-ListRecords {
    display: flex!important;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    width: 100%;
    overflow: auto;
    padding: 10px 0px;
}

.custom-ListRecords::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.custom-ListRecords::-webkit-scrollbar-thumb {
    background-color: var(--primary2);
    border-radius: 10px;
}

.produto-container2 {
    border-radius: 10px;
    position: relative;
}

@media (max-width: 320px) {
    .produto-container2 {
        min-width: 60vw;
        max-width: 60vw; 
    } 

    .productPrice {
        margin-top: -3px;
    }
}

@media (min-width: 680px) and (max-width:780px) {
    .produto-container2 {
        min-width: 33vw;
        max-width: 33vw;
    } 
}

@media (min-width: 781px) and (max-width:980px) {
    .produto-container2 {
        min-width: 31vw;
        max-width: 31vw;
    } 
}

@media (min-width: 981px) and (max-width:1300px) {
    .produto-container2 {
        min-width: 21.3333vw;
        max-width: 21.3333vw;
    }
}

@media (min-width: 1301px) {
    .produto-container2 {
        min-width: 20vw;
        max-width: 20vw;
    } 
}

@media (min-width: 1540px) {
    .produto-container2 {
        min-width: 15vw;
        max-width: 15vw;
    }
}

@media (min-width: 1800px) {
    .produto-container2 {
        min-width: 12.6666vw;
        max-width: 12.6666vw;
    }
}

@media (min-width: 2000px) {
    .produto-container2 {
        min-width: 14.2857vw;
        max-width: 14.2857vw;
    }
}

.is-already-carrinho {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
}

/*css para o efeito do desconto*/
.discount-container {
    position: absolute;
    z-index: 4;
    height: auto;
    width: auto;
    padding: 10px;
    top: -6px;
    right: 0px;
    background-image: url("/Web/img/TagWindow.png?471");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 110%;
    color: white;
    transform: rotate(166deg);
    gap: 1px;
}

.percent {
    transform: rotate(180deg);
}

.arrow-container {
    position: relative;
    transform: rotate(180deg);
    margin-right: 18px;
}

.arrow-dancing {
    position: absolute;
    top: -14px;
    right: 0px;
    animation: dancing 1s infinite;
}

@keyframes dancing {
    0% { top: -15px; }
    10% { top: -12px; }
    20% { top: -11px; }
    30% { top: -10px; }
    40% { top: -9px; }
    50% { top: -8px; }
    65% { top: -7px; }
    90% { top: -6px; }
    100% { top: -5px; }
}

@keyframes darken {
    0% { filter: brightness(40%); }
    10% { filter: brightness(45%); }
    20% { filter: brightness(50%); }
    30% { filter: brightness(55%); }
    40% { filter: brightness(60%); }
    50% { filter: brightness(70%);}
    65% { filter: brightness(80%); }
    90% { filter: brightness(90%); }
    100% { filter: brightness(100%);}
}
/*---------------------------------------*/

.logged-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.valorPromocional-container2 {
    color: var(--primary) !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    height: 16px;
}

.qtdDistribuidor-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.selectorChange{
    border-radius: 7px;
    border: 2.26151px solid var(--primary2);
    color:var(--primary2) !important;
    font-size: 18px;
    width: 30%;
    height: 45px;
    cursor: pointer;
}

.selectorChange .svg-inline--fa {
    color: var(--primary2) !important;
}

.selectorInput{
    width: 55%;
    margin: 0 5%;
    height: 45px;
}

.selectorInput input{
    height: 45px;
    text-align: center !important;
    background: var(--neutral7) !important;
    border: 0px !important;
}