.novoproduto {
    margin: auto auto 10px;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 6px;
    padding: 12px;
    /* background: rgba(0,0,0,.025); */
}

.novoproduto .capa {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 100px;
}

.novoproduto .capa img {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 6px;
}

.novoproduto .nome {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.novoproduto .descricao {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgb(0 0 0 / 50%);
    /* word-break: break-all; */
    /* overflow-wrap: break-word; */
}

.novoproduto .preco {
    margin: 6px 0 0;
}

.novoproduto .preco .valor_anterior {
    display: block;
    margin: 0 0 -1px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: rgb(0 0 0 / 50%);
}

.novoproduto .preco .blank_valor_anterior {
    display: block;
    width: 100%;
    height: 7px;
    color: rgb(0 0 0 / 50%);
}

.novoproduto .preco .valor {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.valor-green {
    color: rgb(16 185 129 / 90%) !important;
}

.novoproduto .plus-holder {
    float: right;
}

.novoproduto .plus {
    display: block;
    float: left;
    margin: 0;
    background: #e22f38;
    color: #fff;
    border-radius: 6px 0 0 6px;
    text-align: center;
    width: 26px;
    height: 26px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.novoproduto .plus-desc {
    display: block;
    float: left;
    margin: 0;
    border-radius: 0 6px 6px 0;
    text-align: center;
    height: 26px;
    font-size: 12px;
    line-height: 27px;
    padding: 0 6px;
    border-left: 1px solid rgb(255 255 255 / 20%);
    background: rgb(0 0 0 / 6%);
}

.categoria .novo-vertudo {
    display: block;
    width: 100%;
    margin: 14px 0 16px;
    text-align: center;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    border-radius: 6px;
    padding-bottom: 18px;
}

.categoria .novo-vertudo i {
    margin-left: 5px;
    transform: translateY(2px);
}

.categoria .title {
    margin-bottom: 14px;
}

.radios-full {
    display: flex;
}

.radios-full .form-field-radio {
    width: 100%;
}

.radios-full label.error {
    position: absolute;
    margin: 10px 0 0 -20px;
}

.sacola-adicionar {
    user-select: none;
    display: block; /* Faz ocupar toda a largura disponível */
    padding: 12px 20px;
    width: 50%; /* Define o tamanho do botão */
    box-sizing: border-box; /* Mantém o padding dentro da largura */
}

.sacola-adicionar span {
    transform: translateY(-2px);
    vertical-align: middle;
    font-size: 16px;
}

.sacola-adicionar i {
    margin: 0 8px 0 0;
    transform: translateY(0);
    font-size: 20px;
}

.botao-fechar-compra {
    margin-top: 14px;
}

.subtotal {
    display: inline-block;
    transform: translateY(5px);
}

.botao-entrega-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.botao-entrega-row > div {
    flex: 1 1 180px;
    max-width: 220px;
    min-width: 140px;
    padding: 0 4px;
    display: flex;
    justify-content: center;
}

.botao-entrega {
    width: 100%;
    min-width: 160px;
    font-size: 15px;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* US */
@media (width <= 320px)  {
}

/* XS */
@media (width <= 544px)  {
}

/* SMALL */
@media (width >= 545px) and (width <= 767px)  {
}

/* MEDIUM */
@media (width >= 546px) and (width <= 991px)  {
}

/* LARGE */
@media (width >= 992px) and (width <= 1199px)  {
}

/* EXTRA LARGE */
@media (width >= 1200px) {
}

/* ALL MOBILE */
@media (width <= 991px) {
    body,
    html {
        -webkit-overflow-scrolling: touch;
    }

    .novoproduto {
        padding: 12px;
    }

    .novoproduto .capa {
        min-height: 120px;
        float: right;
        max-width: 120px;
    }

    .novoproduto .capa img {
        min-height: 0;
    }

    .novoproduto .lp {
        padding-left: 5px;
        padding-right: 5px;
    }

    .novoproduto .npr {
        padding-right: 0;
    }

    .novoproduto .plus {
        margin: 0;
    }

    .novoproduto:last-child {
        margin-bottom: 18px;
    }

    .categoria .novo-vertudo {
        margin: -6px 0 -2px;
        padding-bottom: 12px;
    }

    .novoproduto .row-add {
        margin-top: 10px;
    }

    .subtotal-adicionar {
    }

    .npr {
        padding-right: 0;
    }

    .subtotal-adicionar .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .subtotal {
        display: block;
        transform: translateY(5px);
        text-align: center;
        font-size: 16px;
    }

    .sacola-adicionar {
        padding: 8px 5px 6px;
        width: 45%; 
    }

    .sacola-adicionar i {
        margin: 0 8px 0 0;
        transform: translateY(0);
        font-size: 20px;
    }

    .space-brand {
        width: 100%;
        height: 55px;
    }

    .relacionados {
        margin-top: 50px;
    }

    .botao-entrega-row {
        flex-direction: column;
        gap: 15px;
    }

    .botao-entrega-row > div {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: auto;
    }

    .botao-entrega {
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* CAIXOTE */
@media (width >= 992px) and (width <= 1024px) {
}
