.bg-sr {
    background-color: #5e7952;
}

.bg-sr-card {
    background-color: #54664c;
    min-height: 210px;
    border: none;
    border-radius: 0.5rem;
}

.btn-bg-sr {
    background-color: #618552;
    border: 0.5px solid #E7F0DC;
}

.font-sr {
    color: #E7F0DC;
}

.sr-div {
    width: 100%;
}

.d-flex {
    width: 100%;
}

.btn-sr {
    background: #729762;
    width: 25px;
    height: 25px;
    border: 0.1px solid #E7F0DC;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sm {
    font-size: 10px;
}

.icon {
    width: 25px;
    height: 25px;
    color: white;
}

.thumb {
    width: 140px;
    height: 35px;
    object-fit: contain;
}

body {
    touch-action: manipulation;
    overflow-x: hidden;
    background-color: #eff6e8;
    min-height: 100vh;
}

.foto-produto {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Estilo das abas */
.nav-tabs .nav-link {
    color: #5e7952;
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: #5e7952;
    color: white;
    border-radius: 0.25rem 0.25rem 0 0;
}

/* Footer personalizado */
.footer {
    font-size: 0.85rem;
    background-color: #5e7952;
    color: #E7F0DC;
    text-align: center;
    padding: 1rem 0;
    margin-top: 3rem;
    border-top: 1px solid #e7f0dc44;
}
