/* =========================================================
   CSS LIMPO E ORGANIZADO - BADULAKE
   Objetivo:
   - remover efeitos de “onda” no topo e no rodapé
   - consolidar regras duplicadas
   - manter visual limpo, branco e consistente
   ========================================================= */


/* =========================================================
   1) BASE GLOBAL
   - Remove fundos/imagens decorativas que podem gerar ondas
   - Padroniza fundo branco nas áreas principais
   ========================================================= */

html,
body,
#content-main,
#nav-main,
#header-main,
#footer-main,
.element-banner-stripe,
.element-banner-stripe::before,
.element-banner-stripe::after {
  background: #ffffff !important;
  background-image: none !important;
}

/* Remove pseudo-elementos decorativos que costumam criar curvas/ondas */
#content-main::before,
#nav-main::before,
#nav-main::after,
#nav-main .element-menu-category::before,
#nav-main .element-menu-category::after,
#nav-main .element-menu-category .menu-category-inner::before,
#nav-main .element-menu-category .menu-category-inner::after,
#nav-main .element-banner-main::before,
#nav-main .element-banner-main::after,
.element-newsletter-bottom::before,
.element-newsletter-bottom::after,
#footer-main .footer-main-inner::before,
#footer-main .footer-main-inner::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* Remove espaçamento artificial no topo do conteúdo */
#content-main {
  padding-top: 0 !important;
}

/* Esconde categoria em pontos específicos */
.esconder-categoria,
.pagina-produto p.product-category {
  display: none !important;
}


/* =========================================================
   2) TOPO / HEADER
   - Ajusta bloco de atendimento e carrinho
   - Mantém o topo limpo sem textura nem efeito decorativo
   ========================================================= */

#header-main {
  overflow: visible !important;
}

/* Organiza os blocos internos do header */
#header-main .header-main-inner .container-12 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Remove float antigo e normaliza posicionamento */
#header-main .grid-info,
#header-main .grid-shopping-cart,
#header-main .element-info {
  float: none !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Largura do box de atendimento */
#header-main .grid-info {
  width: 210px !important;
  min-width: 210px !important;
}

/* Caixa externa do atendimento */
#header-main .element-info {
  width: 100% !important;
  margin-right: 20px !important;
  padding: 0 !important;
  line-height: normal !important;
}

/* Caixa visual interna do atendimento */
#header-main .element-info .info-inner {
  width: 100% !important;
  min-height: 72px !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

/* Hover suave no atendimento */
#header-main .element-info .info-inner:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}

/* Título pequeno do atendimento */
#header-main .info-title,
#header-main .element-info .info-title {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #999 !important;
  margin-bottom: 5px !important;
  line-height: 1.1 !important;
}

/* Telefone do atendimento */
#header-main .info-phone,
#header-main .element-info .info-phone {
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #7A3E9D !important;
  white-space: nowrap !important;
}

/* Cor do WhatsApp */
#header-main .info-whatsapp,
#header-main .info-whatsapp::before,
#header-main .element-info .info-whatsapp,
#header-main .element-info .info-whatsapp::before {
  color: #25D366 !important;
}

/* Ajusta links do telefone */
html body .element-phone p.info-phone a,
html body .element-phone p.info-phone a:visited,
html body .element-phone p.info-phone span,
html body .element-phone p.info-phone:not(.info-whatsapp) a,
html body .element-phone p.info-phone:not(.info-whatsapp)::before {
  color: #7b3f9c !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  filter: none !important;
}


/* =========================================================
   3) CARRINHO DO TOPO
   - Mantém o dropdown funcional e visualmente limpo
   ========================================================= */

#header-main .grid-shopping-cart {
  margin-left: 12px !important;
  z-index: 50 !important;
}

/* Caixa do carrinho e link interno */
#header-main .grid-shopping-cart .element-shopping-cart,
#header-main .grid-shopping-cart .element-shopping-cart a {
  background: #ffffff !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #000 !important;
  font-size: 14px !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

/* Hover suave do carrinho */
#header-main .grid-shopping-cart .element-shopping-cart:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}

/* Remove sombras internas herdadas */
#header-main .grid-shopping-cart .element-shopping-cart * {
  box-shadow: none !important;
}

/* Texto auxiliar do carrinho */
#header-main .element-shopping-cart .shopping-cart-title {
  font-size: 13px !important;
  color: #6b7280 !important;
}

/* Preço total no carrinho */
#header-main .element-shopping-cart .shop-total-price {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111827 !important;
}

/* Base de posicionamento do dropdown */
#header-main .element-shopping-cart {
  position: relative !important;
  z-index: 50 !important;
}

/* Dropdown do carrinho */
#header-main .element-shopping-cart .cart-content,
#header-main .element-shopping-cart .shopping-cart-content,
#header-main .element-shopping-cart .box-cart,
#header-main .element-shopping-cart .shopping-cart-box {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  left: auto !important;
  width: 320px !important;
  max-width: 90vw !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  z-index: 9999 !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18) !important;
}

/* Botões do dropdown */
#header-main .cart-action-buttons a,
#header-main .list-products-shopping-cart .cart-action-buttons a.btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  height: 44px !important;
  padding: 0 !important;
  line-height: normal !important;
  text-align: center !important;
  position: relative !important;
}

/* Remove ícone/texto antigo sobreposto */
#header-main .cart-action-buttons a.btn::before,
#header-main .list-products-shopping-cart .cart-action-buttons a.btn::before {
  display: none !important;
  content: none !important;
}

/* Esconde texto original do link para substituir por pseudo-elemento */
#header-main .cart-action-buttons a.btn-cart-continue,
#header-main .cart-action-buttons a.btn-cart-checkout,
#header-main .list-products-shopping-cart .cart-action-buttons a.btn-cart-continue,
#header-main .list-products-shopping-cart .cart-action-buttons a.btn-cart-checkout,
a.btn-cart-continue,
a.btn-cart-checkout {
  font-size: 0 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* Texto novo do botão continuar comprando */
#header-main .cart-action-buttons a.btn-cart-continue::after,
#header-main .list-products-shopping-cart .cart-action-buttons a.btn-cart-continue::after,
a.btn-cart-continue::after {
  content: "Continuar comprando";
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 24px) !important;
  text-align: center !important;
  pointer-events: none !important;
}

/* Texto novo do botão fechar pedido */
#header-main .cart-action-buttons a.btn-cart-checkout::after,
#header-main .list-products-shopping-cart .cart-action-buttons a.btn-cart-checkout::after,
a.btn-cart-checkout::after {
  content: "Fechar pedido";
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 24px) !important;
  text-align: center !important;
  pointer-events: none !important;
}

/* Destaque do botão checkout */
#header-main .list-products-shopping-cart .cart-action-buttons a.btn-cart-checkout {
  background: #6a2ca0 !important;
}

/* Hover dos botões do carrinho */
#header-main .list-products-shopping-cart .btn-cart-checkout:hover {
  filter: brightness(1.1);
}

#header-main .list-products-shopping-cart .btn-cart-continue:hover {
  background: #eaeaea !important;
}


/* =========================================================
   4) MENU PRINCIPAL
   - Remove textura antiga
   - Mantém faixa reta, sem onda
   ========================================================= */

#nav-main {
  background: #ffffff !important;
  background-image: none !important;
}

/* Fundo do menu de categorias */
#nav-main .element-menu-category,
#menu-category {
  background: #1699B8 !important;
  background-image: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Links principais do menu */
#nav-main a,
#menu-category a,
#nav-main .menu-category-list > li > a {
  color: #ffffff !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  transition: all 0.18s ease !important;
}

/* Hover dos links principais */
#nav-main a:hover,
#menu-category a:hover,
#nav-main .menu-category-list > li:hover > a,
#nav-main .element-menu-category #menu-category .menu-category-list > li:hover > a {
  background: #117A94 !important;
}

/* Lista principal do menu */
#nav-main .element-menu-category #menu-category .menu-category-list {
  margin: 0 !important;
  padding: 0 !important;
}

/* Itens do menu recebem position relative para submenu */
#nav-main .element-menu-category #menu-category .menu-category-list > li {
  position: relative !important;
}

/* Link superior do menu */
#nav-main .element-menu-category #menu-category .menu-category-list > li > a {
  position: relative !important;
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: normal !important;
}

/* Sublinhado animado do item ativo/hover */
#nav-main .element-menu-category #menu-category .menu-category-list > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 0%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* Expande linha no hover/ativo */
#nav-main .element-menu-category #menu-category .menu-category-list > li:hover > a::after,
#nav-main .element-menu-category #menu-category .menu-category-list > li.active > a::after,
#nav-main .element-menu-category #menu-category .menu-category-list > li.selected > a::after,
#nav-main .element-menu-category #menu-category .menu-category-list > li.current > a::after {
  width: 70%;
}

/* Fundo do item ativo */
#nav-main .element-menu-category #menu-category .menu-category-list > li.active > a,
#nav-main .element-menu-category #menu-category .menu-category-list > li.selected > a,
#nav-main .element-menu-category #menu-category .menu-category-list > li.current > a {
  background: rgba(15, 94, 117, 0.55) !important;
}

/* Submenus */
#nav-main ul ul,
#menu-category ul ul,
#nav-main .element-menu-category #menu-category .menu-category-list > li > ul {
  background: #ffffff !important;
  border: 1px solid #E6E6E6 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
  padding: 12px !important;
}

/* Links dos submenus */
#nav-main ul ul a,
#menu-category ul ul a,
#nav-main .element-menu-category #menu-category .menu-category-list > li > ul a {
  color: #333333 !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
}

/* Hover dos submenus */
#nav-main ul ul a:hover,
#menu-category ul ul a:hover,
#nav-main .element-menu-category #menu-category .menu-category-list > li > ul a:hover {
  background: rgba(122, 62, 157, 0.10) !important;
  color: #7A3E9D !important;
}

/* Ícones visuais dos itens do menu */
#menu-category .menu-category-list > li > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

#menu-category .menu-category-list > li > a::before {
  display: inline-block !important;
  line-height: 1 !important;
  font-size: 14px !important;
}

#menu-category .menu-category-list > li:nth-child(1) > a::before { content: "🐰"; }
#menu-category .menu-category-list > li:nth-child(2) > a::before { content: "🌽"; }
#menu-category .menu-category-list > li:nth-child(3) > a::before { content: "🎈"; }
#menu-category .menu-category-list > li:nth-child(4) > a::before { content: "🎁"; }
#menu-category .menu-category-list > li:nth-child(5) > a::before { content: "🎀"; }
#menu-category .menu-category-list > li:nth-child(6) > a::before { content: "🐶"; }
#menu-category .menu-category-list > li:nth-child(7) > a::before { content: "➕"; }
#menu-category .menu-category-list > li:nth-child(8) > a::before { content: "🧹"; }
#menu-category .menu-category-list > li:nth-child(9) > a::before { content: "⚽"; }
#menu-category .menu-category-list > li:nth-child(10) > a::before { content: "🏆"; }
#menu-category .menu-category-list > li:nth-child(11) > a::before { content: ""; }

/* Submenu interno em telas maiores */
@media (min-width: 1024px) {
  #nav-main .element-menu-category #menu-category .menu-category-list > li > ul {
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    min-width: 230px !important;
  }

  #nav-main .element-menu-category #menu-category .menu-category-list > li > ul li {
    position: relative !important;
  }

  #nav-main .element-menu-category #menu-category .menu-category-list > li > ul li ul {
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
    margin-left: 6px !important;
    min-width: 230px !important;
  }

  #nav-main .element-menu-category #menu-category .menu-category-list > li:last-child > ul {
    left: auto !important;
    right: 0 !important;
  }

  #nav-main .element-menu-category #menu-category .menu-category-list > li:last-child > ul li ul {
    left: auto !important;
    right: 100% !important;
    margin-left: 0 !important;
    margin-right: 6px !important;
  }
}

/* Banner/faixa abaixo do menu sem textura e sem onda */
#nav-main .element-banner-stripe {
  display: block !important;
  clear: both !important;
  background: #ffffff !important;
  background-image: none !important;
  margin-top: 0 !important;
  padding-top: 12px !important;
}

/* Elementos internos da faixa */
#nav-main .element-banner-stripe img,
#nav-main .element-banner-stripe a,
#nav-main .element-banner-stripe picture {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}

/* Ajustes em telas grandes */
@media (min-width: 1200px) {
  #nav-main > .element-banner-stripe {
    display: block !important;
    clear: both !important;
    margin-top: 14px !important;
  }

  #nav-main > .element-banner-stripe > .container-12 {
    padding-top: 0 !important;
  }

  #nav-main .element-banner-stripe {
    padding-top: 24px !important;
    margin-top: 0 !important;
  }
}

/* Ajustes mobile */
@media (max-width: 768px) {
  #nav-main {
    background-image: none !important;
  }

  #nav-main::before,
  #nav-main::after,
  #nav-main .element-banner-main::before,
  #nav-main .element-banner-main::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }
}


/* =========================================================
   5) BUSCA
   - Mantém busca arredondada e limpa
   ========================================================= */

.header-search input,
#search input,
.search-inner input {
  border-radius: 30px !important;
  border: 1px solid #E0E0E0 !important;
}

.search-inner {
  position: relative !important;
}

.search-inner input {
  height: 42px !important;
  padding: 0 44px 0 18px !important;
}

.search-inner .btn-search {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: #F3F4F6 !important;
  border: 1px solid #E5E7EB !important;
  padding: 0 !important;
}

.search-inner .btn-search:hover {
  background: #EDE9FE !important;
}

.search-inner .btn-search span.icon-search {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  opacity: 1 !important;
}

.search-inner input:focus,
.header-search input:focus,
#search input:focus {
  border-color: #7A3E9D !important;
  box-shadow: 0 0 0 2px rgba(122, 62, 157, 0.12) !important;
}


/* =========================================================
   6) BOTÕES E PREÇOS
   - Uniformiza estilo dos CTAs e preços
   ========================================================= */

.price,
.preco,
.product-price {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #7A3E9D !important;
}

.product-price {
  margin-bottom: 6px;
}

.product-cash-price {
  font-size: 13px;
  color: #666;
}

/* Botão de indisponível / avise-me */
button.btn.btn-tell-me.btn-unavailable {
  background-color: #9B59D0 !important;
  border-color: #9B59D0 !important;
  color: #ffffff !important;
}

button.btn.btn-tell-me.btn-unavailable:hover {
  background-color: #8846C4 !important;
  border-color: #8846C4 !important;
}


/* =========================================================
   7) PÁGINA DE PRODUTO
   - Ajustes de tipografia e espaçamento
   ========================================================= */

.product-view.element-product-info p {
  line-height: 26px !important;
  font-size: 15px !important;
  color: #333333 !important;
}

.product-view.element-product-info h2,
.product-view.element-product-info h3 {
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}

.element-product-detail .product-price {
  font-size: 24px !important;
  font-weight: 800 !important;
}

/* Selo de lançamento */
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch,
.label-product.label-launch {
  background-color: #7A3E9D !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(122, 62, 157, 0.25);
}

/* Respiro na página interna */
body.pagina-produto #content-main {
  padding-top: 40px !important;
}

body.pagina-produto #footer-main {
  margin-top: 40px !important;
}


/* =========================================================
   8) CARDS DE PRODUTO
   - Deixa cards limpos, com borda, sombra suave e CTA forte
   ========================================================= */

.product-item,
.product-box,
.product-list li {
  background: #ffffff !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden;
}

.product-item .product-info,
.product-box .product-info {
  padding: 12px 12px 14px !important;
}

.product-item .product-name,
.product-box .product-name,
.product-item h3,
.product-box h3 {
  color: #333333 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  min-height: 36px;
}

.product-item .price,
.product-box .price,
.product-item .product-price,
.product-box .product-price {
  color: #7A3E9D !important;
  font-weight: 800 !important;
  font-size: 20px !important;
}

.product-item .btn,
.product-box .btn,
.product-item button,
.product-box button {
  width: 100% !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
}


/* =========================================================
   9) SELOS / BADGES
   - Consolida cores de selo por tipo
   ========================================================= */

.badge,
.product-item .badge,
.product-box .badge,
span.novidade,
.label-novidade,
.badge-new,
.label-new,
.badge-sale,
.label-sale,
.badge-frete,
span.frete-gratis,
.product-item [class*="flag"],
.product-item [class*="label"],
.product-item [class*="tag"],
.product-item [class*="selo"],
.product-item [class*="sticker"],
.product-item [class*="ribbon"],
.product-box [class*="flag"],
.product-box [class*="label"],
.product-box [class*="tag"],
.product-box [class*="selo"],
.product-box [class*="sticker"],
.product-box [class*="ribbon"] {
  color: #fff !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

/* Selos de novidade */
.badge,
.badge-new,
.label-new,
span.novidade,
.label-novidade,
.product-item [class*="new"],
.product-item [class*="novo"],
.product-item [class*="novidade"],
.product-box [class*="new"],
.product-box [class*="novo"],
.product-box [class*="novidade"] {
  background-color: #7A3E9D !important;
}

/* Selos de promoção */
.badge-sale,
.label-sale,
span.promocao,
.product-item [class*="sale"],
.product-item [class*="promo"],
.product-item [class*="oferta"],
.product-item [class*="off"],
.product-box [class*="sale"],
.product-box [class*="promo"],
.product-box [class*="oferta"],
.product-box [class*="off"] {
  background-color: #E53935 !important;
}

/* Selos de frete grátis */
.badge-frete,
span.frete-gratis,
.product-item [class*="frete"],
.product-item [class*="gratis"],
.product-box [class*="frete"],
.product-box [class*="gratis"] {
  background-color: #2E7D32 !important;
}


/* =========================================================
   10) HOME - TÍTULOS
   - Ajusta títulos da home com visual mais leve
   ========================================================= */

body.pagina-home #content-main .header-box-content {
  margin: 10px 0 15px !important;
}

body.pagina-home #content-main .header-box-content h2,
body.pagina-home #content-main .header-box-content .title-secondary,
body.pagina-home #content-main .header-box-content span {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #0F5E75 !important;
}

body.pagina-home #content-main .header-box-content h2 {
  display: inline-block;
  padding-bottom: 6px !important;
  border-bottom: 2px solid rgba(15, 94, 117, 0.25) !important;
}


/* =========================================================
   11) HOME - NEWSLETTER
   - Deixa o bloco reto, sem ondas e sem pseudo-elementos
   ========================================================= */

.element-newsletter-bottom {
  background: #F7F8FA !important;
  padding: 50px 20px !important;
  border-top: 1px solid #E5E7EB !important;
  border-bottom: 1px solid #E5E7EB !important;
  background-image: none !important;
}

.element-newsletter-bottom h2,
.element-newsletter-bottom .title {
  color: #222 !important;
  font-weight: 700 !important;
}

.element-newsletter-bottom p {
  color: #666 !important;
}

.element-newsletter-bottom input {
  background: #ffffff !important;
  border: 1px solid #E5E7EB !important;
  color: #333 !important;
  border-radius: 8px !important;
}

.element-newsletter-bottom input::placeholder {
  color: #999 !important;
}

.element-newsletter-bottom .btn {
  background: #7A3E9D !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.element-newsletter-bottom .btn:hover {
  background: #5E2F7A !important;
}

/* Ajustes específicos de título na newsletter do rodapé */
#nav-bottom .element-newsletter-bottom .header-box-content .title-secondary,
#nav-bottom span.title-secondary,
#nav-bottom .title-secondary,
span.title-secondary {
  color: #7A3E9D !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

#nav-bottom .element-newsletter-bottom .desc-newsletter {
  color: #666666 !important;
}

#nav-bottom .element-newsletter-bottom {
  background: #F7F8FA !important;
}


/* =========================================================
   12) HOME - DEPOIMENTOS
   - Mantém seção organizada e sem interferência no rodapé
   ========================================================= */

body.pagina-home .element-testimonial-bottom {
  padding: 30px 0 40px 0 !important;
}

body.pagina-home .testimonial-bottom,
body.pagina-home .testimonial-bottom-wrapper {
  margin: 0 !important;
  padding-bottom: 20px !important;
}

body.pagina-home .testimonial-bottom-wrapper {
  position: relative !important;
  padding: 80px 0 40px 0 !important;
  text-align: center !important;
  border-bottom: 1px solid #eee !important;
}

/* Esconde títulos antigos da seção */
body.pagina-home .testimonial-bottom-wrapper .title-secondary,
body.pagina-home .testimonial-bottom-wrapper div[class*="title"] {
  display: none !important;
}

/* Título novo da seção */
body.pagina-home .testimonial-bottom-wrapper::before {
  content: "⭐ 4.9 | Mais de 5.000 clientes satisfeitos";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #222;
  z-index: 3;
  letter-spacing: -0.5px;
}

/* Subtítulo novo da seção */
body.pagina-home .testimonial-bottom-wrapper::after {
  content: "Veja o que nossos clientes dizem:";
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #777;
  z-index: 3;
}

/* Lista dos depoimentos */
body.pagina-home #testimonial-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Itens individuais */
body.pagina-home #testimonial-bottom > li {
  width: 23% !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Autor do depoimento */
body.pagina-home .wrapper-author-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

/* Avatar do depoimento */
body.pagina-home .wrapper-author-info img {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* Estrelas visuais */
body.pagina-home #testimonial-bottom .description:before {
  content: "★★★★★";
  color: #ffc107;
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  margin-top: -10px
}

/* Texto do depoimento */
body.pagina-home .testimonial-bottom .description p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #333 !important;
}


/* =========================================================
   13) RODAPÉ
   - Remove onda/efeitos e corrige margens negativas
   - Mantém estrutura em cards
   ========================================================= */

#footer-main,
#footer-main .footer-main-inner,
#footer-main div[class^="footer-"],
#footer-main section,
#footer-main .container,
#footer-main .row,
#footer-main .footer-main-inner div[class^="footer-"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Corrige topo do rodapé para não “subir” criando recorte estranho */
#footer-main {
  margin-top: 0 !important;
}

/* Espaçamento interno do rodapé */
#footer-main .footer-main-inner {
  padding: 40px 0 !important;
}

/* Cor da primeira área do rodapé */
#footer-main .footer-main-inner .footer-1,
#footer-main .footer-main-inner .footer-1 a {
  color: #7A3E9D !important;
}

/* Remove embed do Facebook do rodapé */
#footer-main .fb-page,
#footer-main .fb_iframe_widget,
#footer-main .fb_iframe_widget span,
#footer-main .fb_iframe_widget iframe,
#footer-main iframe[src*="facebook.com"] {
  display: none !important;
}

/* WhatsApp no rodapé */
#footer-main .info-phone.info-whatsapp a,
#footer-main .info-phone.info-whatsapp a span {
  color: #25d366 !important;
}

/* Remove margem problemática abaixo do nav-bottom */
#nav-bottom {
  margin-bottom: 0 !important;
}

/* Card do bloco de atendimento no rodapé */
.grid-phone .element-phone {
  max-width: 280px;
}

/* Caixa do bloco de atendimento */
.grid-phone .phone-inner {
  background: #ffffff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Título do bloco */
.grid-phone .title-footer {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

/* Telefone comum */
.grid-phone .info-phone a {
  font-size: 18px;
  font-weight: 700;
  color: #7a42b3;
  text-decoration: none;
}

/* Telefone WhatsApp */
.grid-phone .info-phone.info-whatsapp a {
  font-size: 18px;
  font-weight: 700;
  color: #25D366;
  text-decoration: none;
}

/* Hover dos telefones */
.grid-phone .info-phone a:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}

/* Horários */
.grid-phone .info-time {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin-top: 8px;
}

/* E-mail */
.grid-phone .info-email {
  font-size: 13px;
  color: #7a42b3;
}

.grid-phone .info-email a {
  color: #7a42b3;
  text-decoration: none;
}

/* Espaço entre ícones e texto */
.grid-phone .info-phone::before,
.grid-phone .info-phone.info-whatsapp::before {
  margin-right: 6px;
}

/* Todos os blocos do rodapé como cards */
.footer-1 .grid-3,
.footer-1 .grid-6,
.footer-1 .grid-social-footer {
  background: #ffffff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* Espaçamento entre os cards */
.footer-1 .container-12 {
  gap: 20px;
}

/* Títulos do rodapé */
.footer-1 .title-footer {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

/* Links do rodapé */
.footer-1 ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  margin-bottom: 6px;
  transition: 0.2s;
}

/* Hover dos links */
.footer-1 ul li a:hover {
  color: #7a42b3;
  transform: translateX(3px);
}

/* Redes sociais */
.grid-social-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f3f3f3;
  margin-right: 8px;
  transition: 0.2s;
}

/* Hover das redes sociais */
.grid-social-footer a:hover {
  background: #7a42b3;
}

.grid-social-footer a:hover i,
.grid-social-footer a:hover svg {
  color: #fff;
  fill: #fff;
}

/* Remove ícones antigos de pagamento */
.payment-methods-item img {
  display: none;
}


/* =========================================================
   14) MODAIS / ALERTAS / TOASTS
   - Unifica visual das mensagens do sistema
   ========================================================= */

.swal-overlay,
.sweet-overlay,
.modal-backdrop,
.mask-msg {
  background: rgba(0, 0, 0, 0.55) !important;
}

.swal-modal,
.sweet-alert,
.modal-content {
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
  border: 0 !important;
}

.swal-title,
.sweet-alert h2,
.modal-title {
  color: #2b2b2b !important;
  font-weight: 800 !important;
}

.swal-text,
.sweet-alert p,
.modal-body {
  color: #5a5a5a !important;
  font-size: 16px !important;
}

.swal-button,
.sweet-alert button,
.modal-footer .btn {
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.swal-button--confirm,
.sweet-alert .confirm,
.modal-footer .btn-primary {
  background: #6a2ca0 !important;
  color: #fff !important;
  border: 0 !important;
}

.swal-button--cancel,
.sweet-alert .cancel,
.modal-footer .btn-secondary {
  background: #f1f1f1 !important;
  color: #2b2b2b !important;
  border: 0 !important;
}

/* Toasts e mensagens de aviso */
.msg.msg-fixed.warning,
body.pagina-carrinho .msg.msg-masked.warning {
  background: #ffffff !important;
  border-left: 8px solid #6a2ca0 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
  color: #2b2b2b !important;
  padding: 18px 20px !important;
}

.msg.msg-fixed.warning .msg-text-top,
.msg.msg-fixed.warning .msg-text-bottom,
body.pagina-carrinho .msg.msg-masked.warning .msg-text-top,
body.pagina-carrinho .msg.msg-masked.warning .msg-text-bottom,
body.pagina-carrinho .msg.msg-masked.warning p {
  color: #2b2b2b !important;
  font-weight: 700 !important;
}

.msg.msg-fixed.warning .msg-buttons,
body.pagina-carrinho .msg.msg-masked.warning .msg-buttons {
  margin-top: 12px !important;
  display: flex !important;
  gap: 10px !important;
}

.msg.msg-fixed.warning .msg-buttons a,
.msg.msg-fixed.warning .msg-buttons button,
body.pagina-carrinho .msg.msg-masked.warning .msg-buttons .btn {
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-weight: 800 !important;
  border: 0 !important;
}

.msg.msg-fixed.warning .msg-buttons a:first-child,
.msg.msg-fixed.warning .msg-buttons button:first-child,
body.pagina-carrinho .msg.msg-masked.warning .msg-buttons .btn:first-child {
  background: #6a2ca0 !important;
  color: #fff !important;
}

.msg.msg-fixed.warning .msg-buttons a:last-child,
.msg.msg-fixed.warning .msg-buttons button:last-child,
body.pagina-carrinho .msg.msg-masked.warning .msg-buttons .btn:last-child {
  background: #f1f1f1 !important;
  color: #2b2b2b !important;
}

/* Mensagem de produto adicionado */
.msg.msg-product-add {
  background: #ffffff;
  color: #2b2b2b;
  border: 1px solid #e6eef2;
  border-left: 5px solid #0ea5b7;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 18px 20px;
}

.msg.msg-product-add strong {
  color: #111;
  font-weight: 600;
}

.msg.msg-product-add p,
.msg.msg-product-add span {
  color: #555;
}

.msg.msg-product-add svg,
.msg.msg-product-add i {
  color: #0ea5b7;
}

.msg.msg-product-add a,
.msg.msg-product-add button {
  border-radius: 8px !important;
  font-weight: 600;
  padding: 10px 16px;
  transition: all 0.2s ease;
}

.msg.msg-product-add a[href*="checkout"],
.msg.msg-product-add .btn-primary {
  background: #6d28d9 !important;
  color: #fff !important;
  border: none !important;
}

.msg.msg-product-add .btn-secondary,
.msg.msg-product-add a:not([href*="checkout"]) {
  background: #f4f6f8 !important;
  color: #333 !important;
  border: 1px solid #e3e8ec !important;
}

/* Variáveis dos toasts */
:root {
  --roxo-site: #7b3f9c;
  --toast-bg: #ffffff;
  --toast-text: #111827;
  --toast-border: #e5e7eb;
  --toast-erro: #dc2626;
  --toast-aviso: #f59e0b;
  --toast-sucesso: #16a34a;
}

/* Base do toast limpo */
.toast-clean {
  position: fixed !important;
  z-index: 999999 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  border: 1px solid var(--toast-border) !important;
  border-left: 0 !important;
  background: var(--toast-bg) !important;
  color: var(--toast-text) !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12) !important;
  padding: 18px 20px !important;
}

/* Barra lateral colorida do toast */
.toast-clean::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: var(--toast-accent, #7b3f9c) !important;
}

.toast-clean.toast-error { --toast-accent: #dc2626; }
.toast-clean.toast-success { --toast-accent: #16a34a; }
.toast-clean.toast-warning { --toast-accent: #7b3f9c; }

.toast-clean .msg-text-top,
.toast-clean .msg-text-bottom {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--toast-text) !important;
}

.toast-clean .msg-text-top {
  font-weight: 700 !important;
  font-size: 18px !important;
  padding-right: 44px !important;
}

.toast-clean a.btn {
  border-radius: 10px !important;
  padding: 8px 16px !important;
  font-weight: 700 !important;
}

.toast-clean a.btn.btn-green {
  background: var(--roxo-site) !important;
  border-color: var(--roxo-site) !important;
  color: #fff !important;
}

.toast-clean a.btn.btn-red {
  background: #f3f4f6 !important;
  border: 1px solid #e5e7eb !important;
  color: #374151 !important;
}

.toast-clean .close-msg,
.toast-clean a.close-msg {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  color: #9ca3af !important;
  text-decoration: none !important;
  cursor: pointer !important;
  z-index: 9999999 !important;
  pointer-events: auto !important;
}


/* =========================================================
   15) PÁGINA ENVIO / RETIRADA
   - Padroniza tipografia da página institucional
   ========================================================= */

.pagina-envio-retirada {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

.pagina-envio-retirada h1 {
  font-size: 28px;
  margin: 0 0 16px;
}

.pagina-envio-retirada h2 {
  font-size: 20px;
  margin: 26px 0 10px;
}

.pagina-envio-retirada h3 {
  font-size: 16px;
  margin: 18px 0 8px;
}

.pagina-envio-retirada p {
  margin: 8px 0;
}

.pagina-envio-retirada ul {
  margin: 10px 0 10px 18px;
}

.pagina-envio-retirada a {
  text-decoration: underline;
}

.pagina-envio-retirada .nota-final {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pagina-envio-retirada .assinatura {
  margin-top: 10px;
}


/* =========================================================
   16) AJUSTES EXTRAS
   - Pequenos refinamentos finais
   ========================================================= */

.cart-item-remove-cancel {
  background: #ffe9e9 !important;
  border: 1px solid #7B3F9C !important;
}

.cart-item-remove-cancel .btn-text {
  color: #7B3F9C !important;
  font-weight: 700 !important;
}
/* Toast / alerta de erro */
.alert,
.toast-error,
.woocommerce-error {
    background-color: #6f42c1; /* roxo principal */
    color: #fff;
    border-left: 4px solid #5a32a3; /* roxo mais escuro */
}
/* =========================
   PADRÃO GERAL DOS ALERTAS
========================= */

.msg,
.mg-smg-product_add,
.msg-error,
.msg-masked-warning {
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18) !important;
    border: none !important;
    overflow: hidden;
    font-family: inherit;
}

/* Textos */
.msg p,
.mg-smg-product_add p,
.msg-error p,
.msg-masked-warning p,
.msg .msg-text-top,
.msg .msg-text-bottom,
.mg-smg-product_add .msg-text-top,
.mg-smg-product_add .msg-text-bottom,
.msg-error .msg-text-top,
.msg-error .msg-text-bottom,
.msg-masked-warning .msg-text-top,
.msg-masked-warning .msg-text-bottom {
    color: inherit !important;
}

/* Ícones */
.msg i,
.msg svg,
.mg-smg-product_add i,
.mg-smg-product_add svg,
.msg-error i,
.msg-error svg,
.msg-masked-warning i,
.msg-masked-warning svg {
    color: inherit !important;
    fill: currentColor !important;
}

/* Links e botões gerais */
.msg a,
.msg button,
.mg-smg-product_add a,
.mg-smg-product_add button,
.msg-error a,
.msg-error button,
.msg-masked-warning a,
.msg-masked-warning button {
    border-radius: 6px !important;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

/* =========================
   ALERTA DE ERRO
========================= */

.msg-error {
    background: #6f42c1 !important;
    color: #ffffff !important;
    border-left: 5px solid #542f98 !important;
}

.msg-error .msg-text-top,
.msg-error .msg-text-bottom {
    color: #ffffff !important;
}

.msg-error a,
.msg-error button {
    background: rgba(255,255,255,0.14) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
}

.msg-error a:hover,
.msg-error button:hover {
    background: rgba(255,255,255,0.22) !important;
}

/* =========================
   ALERTA DE SUCESSO
========================= */

.mg-smg-product_add,
.msg-success {
    background: #6f42c1 !important;
    color: #ffffff !important;
    border-left: 5px solid #542f98 !important;
}

.mg-smg-product_add .msg-text-top,
.mg-smg-product_add .msg-text-bottom,
.msg-success .msg-text-top,
.msg-success .msg-text-bottom {
    color: #ffffff !important;
}

.mg-smg-product_add a,
.mg-smg-product_add button,
.msg-success a,
.msg-success button {
    background: #ffffff !important;
    color: #6f42c1 !important;
    border: none !important;
    font-weight: 600 !important;
    padding: 10px 18px !important;
}

.mg-smg-product_add a:hover,
.mg-smg-product_add button:hover,
.msg-success a:hover,
.msg-success button:hover {
    background: #f3ecff !important;
    color: #542f98 !important;
}

/* botão fechar */
.mg-smg-product_add .close,
.msg-success .close {
    color: #ffffff !important;
    opacity: 0.85;
}

.mg-smg-product_add .close:hover,
.msg-success .close:hover {
    opacity: 1;
}

/* =========================
   ALERTA DE CONFIRMAÇÃO / WARNING
========================= */

.msg-masked-warning {
    background: #ffffff !important;
    color: #333333 !important;
    border-top: 4px solid #6f42c1 !important;
}

.msg-masked-warning .msg-text-top {
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.msg-masked-warning .msg-text-bottom {
    color: #666666 !important;
}

.msg-masked-warning i,
.msg-masked-warning svg {
    color: #6f42c1 !important;
    fill: currentColor !important;
}

/* Botão confirmar */
.msg-masked-warning .btn-green,
.msg-masked-warning .cart-item-remove-do {
    background: #6f42c1 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
}

.msg-masked-warning .btn-green:hover,
.msg-masked-warning .cart-item-remove-do:hover {
    background: #542f98 !important;
}

/* Botão cancelar */
.msg-masked-warning .btn-red,
.msg-masked-warning .cart-item-remove-cancel {
    background: #f3ecff !important;
    color: #6f42c1 !important;
    border: 1px solid #d9c8f7 !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
}

.msg-masked-warning .btn-red:hover,
.msg-masked-warning .cart-item-remove-cancel:hover {
    background: #eadcff !important;
    color: #542f98 !important;
}

/* =========================
   AJUSTES EXTRAS
========================= */

/* garante contraste no X/fechar de alertas escuros */
.msg-error .close,
.msg-error .btn-close,
.msg-error .fa-times,
.mg-smg-product_add .fa-times {
    color: #ffffff !important;
}

/* caso o plugin aplique cor inline */
.msg-error *,
.mg-smg-product_add *,
.msg-masked-warning * {
    box-shadow: none;
}
.title-secondary {
    color: #6f42c1 !important; /* roxo do site */
    font-weight: 700;
    letter-spacing: 1px;
}

.desc-newsletter {
    color: #666 !important;
}
.title-secondary {
    background: linear-gradient(90deg, #6f42c1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
/* =========================
   CORREÇÃO DA BUSCA DO HEADER
========================= */

#form-search-header .search-inner {
  position: relative !important;
}

#form-search-header .search-field,
#form-search-header input.search-field,
#form-search-header input[name="data[Search][filter]"] {
  width: 100% !important;
  height: 42px !important;
  padding: 0 52px 0 18px !important;
  border-radius: 30px !important;
  box-sizing: border-box !important;
}

#form-search-header button.btn.btn-search,
#form-search-header .btn-search {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

#form-search-header button.btn.btn-search .btn-text,
#form-search-header .btn-search .btn-text {
  display: none !important;
}

#form-search-header button.btn.btn-search::before,
#form-search-header .btn-search::before,
#form-search-header button.btn.btn-search::after,
#form-search-header .btn-search::after {
  display: none !important;
  content: none !important;
}

#form-search-header .btn-search .icon-search {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 !important;
}

/* BOTÃO DE COMPRAR (CORRETO) */
.pagina-produto .wrapper-btn-buy .btn,
.pagina-produto .btn-buy {
  font-size: 18px !important;
  padding: 14px 28px !important;
  box-shadow: 0 6px 18px rgba(122, 62, 157, 0.25) !important;
}

/* PROTEGE BOTÃO DA BUSCA */
#form-search-header .btn,
#form-search-header button {
  padding: 0 !important;
  font-size: inherit !important;
  box-shadow: none !important;
}

/* CORREÇÃO DA BUSCA DO HEADER */
#form-search-header .search-inner {
  position: relative !important;
}

#form-search-header .search-field,
#form-search-header input.search-field,
#form-search-header input[name="data[Search][filter]"] {
  width: 100% !important;
  height: 42px !important;
  padding: 0 52px 0 18px !important;
  border-radius: 30px !important;
  box-sizing: border-box !important;
}

#form-search-header button.btn.btn-search,
#form-search-header .btn-search {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

#form-search-header button.btn.btn-search .btn-text,
#form-search-header .btn-search .btn-text {
  display: none !important;
}

#form-search-header button.btn.btn-search::before,
#form-search-header .btn-search::before,
#form-search-header button.btn.btn-search::after,
#form-search-header .btn-search::after {
  display: none !important;
  content: none !important;
}

#form-search-header .btn-search .icon-search {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 !important;
}

#footer-main .element-certificates .certificates-list .certificates-item img {
    cursor: pointer;
}
#footer-main .element-certificates .certificates-list .certificates-item:first-child img {
    cursor: unset;
}

#nav-bottom .element-newsletter-bottom .header-box-content .title-secundary {
    color: #666666 !important;
}

/*Altera cor do numero de Whatsapp*/
#footer-main .footer-main-inner .footer-1 p.info-phone.info-phone-secundary a span,
#footer-main .footer-main-inner .footer-1 p.info-phone.info-phone-secundary a,
#header-main .info-phone, #header-main .element-info .info-phone-secundary {
    color: #25d366 !important;
}
/*TESTES*/
