#product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
    display: none;
}

#nav-bottom .element-newsletter-bottom .newsletter-form input {
    background: rgba(255, 255, 255, 0.25);
    border: 0;
    color: #fff;
    font-family: 'roboto_bold';
    font-size: 12px;
    line-height: 20px;
    padding: 15px;
    border-radius: 0;
    opacity: 1; /* Definido para 1 */
}

.wa-chat-wrapper .wa-chat-header {
    background: #1a8426 !important;
}

#product-list .list-product-empty, #product-list-sidebar .list-product-empty {
color: #000000;
}

ol, ul {
    list-style: none;
    line-height: 2;
}

.wrapper-btn-sharing .wrapper-btn-actions .btn {
    background: #013a83 !important ;
    margin: 0 10px 0 0;
    padding: 4px 15px;
}

#header-main .element-search .search-field {
    background: rgb(0 0 0 / 25%);
    border: 1px solid transparent;
    color: #fff;
    font-size: 12px;
    padding: 17px 20px;
}

/* Destaque para o link "Incluir dados de pessoa jurídica" */
a.pj-enable {
  display: inline-block;
  padding: 10px 16px;
  background: var(--primary-color, #333);
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 12px;
}


/* Hover */
a.pj-enable:hover {
  background-color: #084298;
  transform: translateY(-1px);
}

/* Ícone antes do texto */
a.pj-enable::before {
  content: "🏢 ";
}

/*Ajuste no loading painel do consumidor (meus pedidos) chamado 2371022*/

body.pagina-pedidos .loading-page {
    animation: hideLoading 1.5s forwards;
}

@keyframes hideLoading {
    0% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; display: none; }
}
/*FIM*/