
a.btn-shopee-intelyze {
    background-color: #ee4d2d;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    line-height: 1;
}

    a.btn-shopee-intelyze:hover {
        background-color: #d84326;
    }

    a.btn-shopee-intelyze::before {
        content: "";
        display: inline-block;
        background-image: url('https://intelyze.com.br/assets/img/customizer/icon-shopee-compra.png');
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        margin-right: 4px;
        flex-shrink: 0;
    }

    a.btn-shopee-intelyze br {
        display: none;
    }



.recomendacoes-container {
    border: 2px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background-color: #fafafa;
    text-align: center;
}

    .recomendacoes-container h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.6rem;
        color: #333;
        font-weight: bold;
    }

.produto-recomendado {
    width: auto !important;
    vertical-align: top;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 2px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    margin-bottom:37px !important;
}

    .produto-recomendado:hover {
        transform: translateY(-4px);
    }

.recomendacoes-container, .produto-recomendado, .produto-nome {
    text-align: center !important;
}

.produto-imagem {
    display: block;
    width: 70%;
    height: 70%;
    object-fit: contain;
    border-radius: 8px;
    margin: 0 auto 8px auto;
}



.produto-nome {
    font-weight: 600;
    font-size: 2rem;
    margin: 5px 0 8px 0;
    line-height: 1.3;
    min-height: 40px;
    text-align: center !important;
}


    .produto-nome a {
        text-decoration: none;
    }

        .produto-nome a:hover {
            text-decoration: underline;
        }



.produto-avaliacao {
    margin-bottom: 5px;
    font-size: 2rem;
}

.produto-preco {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}


/* mantém o texto sempre branco */
a.btn-shopee-intelyze:visited,
a.btn-shopee-intelyze:active,
a.btn-shopee-intelyze:focus {
    color: #fff !important; /* força branco */
}