.banners-extras img {
    width: 100%;
    border-radius: 8px;
}

.disabledButtonSab {
    pointer-events: none;
    opacity: 0.5;
}

.restriction-message-back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006c;
    /*opacity: 0.4;*/
    z-index: 999;
}

.messageSaturday {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    color: #000;
    font-size: 24px;
    background-color: #fcf0e2;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 13px 14px #00000066;
    padding: 20px;
}

.close-button {
    background-color: #bc9467;
    color: white;
    border: none;
    width: 120px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .messageSaturday {
        width: 85%;
        font-size: 16px;
        padding: 10px;
    }
    .close-button {
        width: 100px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }
    .suporte-botao {
        width: 40px;
        height: 40px;
    }
    .suporte-flutuante .suporte-botao svg {
        width: 22px;
        height: 22px;
    }
    .suporte-flutuante {
        right: 15px;
        bottom: 11px;
    }
}


.sugestao-carrinho .sugestao-produto img {
    width: 105px;
    height: 145px;
}
