html {
    scroll-behavior: smooth;
}
.tab-principal li {
    background: #dddddd;
    color: #000;
    width: 250px;
    margin-left: 10px;
    transition: background-color 0.3s, border-color 0.3s;
    border: none;
}
.tab-principal li a{
    color: #282828;
}
.tab-principal li a:hover{
    color: #000;
}
.tab-principal li:hover{
    background: transparent;
    border: none !important;
}
.nav-tabs{
    border-bottom: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #008147 !important;
    border-color: none;
}
.produto-single {
    margin-top: 20px;
}
.produto-imagens img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.produto-galeria img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
}
.produto-galeria img:hover {
    transform: scale(1.1);
}
.produto-galeria{
    display: flex;
    align-items: center;
    justify-content: center;
}
.produto-detalhes li {
    margin-bottom: 10px;
    font-size: 16px;
}
.produto-card.row { 
    padding: 20px;
    margin-bottom: 25px;
}
.produto-card img {
    border: none;
}
 .produto-card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 15px;
        margin-bottom: 20px;
        transition: transform 0.3s;
    }
    .produto-card:hover {
        transform: scale(1.05);
    }
    .produto-card img {
        width: 100%;
        border-radius: 8px;
    }
    .produto-card h3 {
        font-size: 24px;
      }
    .produto-card a {
        text-decoration: none;
        color: #fff;
    }
    .img-produtos-padrao {
    width: 15%;
    border: solid 1px #ccc;
    height: 75px;
    margin: 5px;
}
.img-produtos-principal {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a:focus, a:hover {
    color: #c9ac63 !important;
}
