
    .imagem-principal {
        position: relative;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .imagem-principal img {
        width: 100%;
        transition: transform 0.3s ease;
    }

    .imagem-principal:hover img {
        transform: scale(1.8);
        cursor: zoom-in;
    }

    .galeria-lateral {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-height: 400px;
        overflow-y: auto;
    }

    .miniatura img {
        cursor: pointer;
        border: 2px solid transparent;
        width: 60px;
        border-radius: 4px;
        transition: border 0.2s;
    }

    .miniatura img:hover {
        border: 2px solid #007bff;
    }

    .caracteristicas-icones {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 1rem;
    }

    .icone-caracteristica {
        text-align: center;
    }

    .icone-caracteristica img {
        height: 40px;
        margin-bottom: 4px;
    }

    .titulo-detalhe {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        color: #333;
    }

    .info-produto {
        max-width: 600px;
    }

    .nav-tabs .nav-link {
        font-weight: 500;
    }

    .nav-tabs .nav-link.active {
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .tabela-ficha {
        background-color: #fff;
        border: none;
        margin-top: 1rem;
    }

    .tabela-ficha tr {
        border-bottom: 1px solid #e0e0e0;
    }

    .tabela-ficha td {
        padding: 10px 15px;
        vertical-align: middle;
        font-size: 0.95rem;
    }

    .tabela-ficha td:first-child {
        font-weight: 600;
        color: #333;
        width: 40%;
        background-color: #f9f9f9;
    }

    .tab-content {
        min-height: 300px;
    }

    .card-descricao {
        transition: transform 0.2s ease-in-out;
        border-left: 4px solid #0d6efd;
    }

    .card-descricao:hover {
        transform: scale(1.02);
        background-color: #f0f8ff;
    }
 .imagem-principal img {
            max-width: 100%;
            height: auto;
            cursor: zoom-in;
        }

/* Icone pg polo ar */
/* Selo Procel */
.vitrine-icones {
    gap: 0.5rem;
}

.icone-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #003f7d;
    border-radius: 6px;
    padding: 6px;
    text-align: center;
    font-size: 0.65rem;
    background-color: #fff;
}

.icone-item svg,
.icone-item i {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    color: #023E80;
}

.icone-item small {
    line-height: 1.1;
    font-weight: 500;
}

/* Icone pg polo ar */
.icones-vitrine {
    font-size: 0.75rem;
    gap: 1rem;
}

.icone-item {
    border: 1px solid #0a57ab;
    border-radius: 8px;
    padding: 8px 6px;
    width: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icone-item img {
    width: 28px;
    height: 28px;
    margin-bottom: 2px;
}

.icone-item small {
    font-size: 10px;
    color: #003366;
    line-height: 1.1;
}


.icone-linha {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.svg-icone {
    width: 64px;
    height: 34px;
    transition: transform 0.2s ease;
}

.svg-icone:hover {
    transform: scale(1.05);
}

.icone-texto {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 4px;
    color: #023e80;
    font-weight: 500;
}


.icone-linha {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.icone-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}

.svg-icone {
    width: 40px;
    height: auto;
}

.icone-texto {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 2px;
    color: #023e80;
}

