#tarja-slide ul{display: flex !important; justify-content: center !important;align-items: center !important; flex-wrap: wrap !important; list-style-type: none !important;}

.btn-carrinho {width: 86%!important;margin-bottom: 5px;    border-radius: 15px;padding: 10px 16px;border-radius: 999px;font-size: 11.5px!important;font-weight: 600;display: inline-flex;align-items: center;justify-content: center;gap: 8px;background: #f7f7f7;border: none;color: #605e5e !important;box-shadow: 0 6px 12px rgb(72 72 72 / 25%);text-transform: none;cursor: pointer;}
.btn-carrinho:hover {background: linear-gradient(135deg, #1f9f35, #157528)!important;box-shadow: 0 8px 18px rgba(21, 117, 40, 0.35)!important;color: #fff !important;transform: translateY(-1px)!important;}

/* Área de quantidade + botão (card produto) */
.botoes-area {margin-top: 10px;}

.botoes-acao-linha {display: flex;align-items: center;gap: 8px;    margin-bottom: 6px;}

.botoes-quantidade {flex: 0 0 auto;}

.botoes-carrinho {flex: 1 1 auto;}

.campo-quantidade {width: 40px;height: 38px;padding: 4px 8px;border-radius: 14px;border-radius: 999px;border: 1px solid #ddd;font-size: 14px;    margin-left: 10px;text-align: center;-moz-appearance: textfield;}

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

.icon-btn-carrinho {font-size: 18px;color: #25b83c;}

.btn-carrinho-texto {white-space: nowrap;}

@media (max-width: 480px) {
    .botoes-acao-linha {gap: 6px;}

    .campo-quantidade {width: 60px;height: 34px;font-size: 13px;}

    .btn-carrinho {padding-inline: 10px;font-size: 11px;}
}