/* Menu Insta */
@media screen and (max-width: 767px){

/* CERCAS - direto no link */
#menuinsta .slick-track > li[data-slick-index="0"] > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* cria o ícone como bloco real */
#menuinsta .slick-track > li[data-slick-index="0"] > a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(https://cdn.awsli.com.br/2975/2975118/arquivos/2-cercas.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 6px;
}

}

/* 2 - HERBICIDAS */
#menuinsta .slick-track > li.slick-slide:nth-child(2) > a:before {
background-image:url(https://cdn.awsli.com.br/2975/2975118/arquivos/1-agrot-xico.png);
}

/* 3 - MEDICAMENTOS */
#menuinsta .slick-track > li.slick-slide:nth-child(3) > a:before {
background-image:url(https://cdn.awsli.com.br/2975/2975118/arquivos/3-medicamentos.png);
}

/* 4 - NUTRIÇÃO */
#menuinsta .slick-track > li.slick-slide:nth-child(4) > a:before {
background-image:url(https://cdn.awsli.com.br/2975/2975118/arquivos/4-nutri-o.png);
}

/* 5 - SEMENTES */
#menuinsta .slick-track > li.slick-slide:nth-child(5) > a:before {
background-image:url(https://cdn.awsli.com.br/2975/2975118/arquivos/5-sementes.png);
}



/* 🔘 BOTÕES */
/* ============================= */
button,
.btn,
input[type="submit"],
a.botao,
.botao-comprar {
  border-radius: 8px !important;
}

/* 🚫 REMOVE POPUP PRODUTO */
/* ============================= */
.acoes-flutuante {
  display: none !important;
}

/* carrinho */
.qtd-carrinho {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-left: 4px;
  font-weight: 600;
}

.qtd-carrinho.fundo-secundario {
  background: transparent !important;
}

/* ============================= */
/* BUSCA */
/* ============================= */
.busca form {
  display: flex;
  align-items: center;
}

.busca {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
}

.busca input {
  flex: 1;
  height: 42px;
  border: none !important;
  padding: 0 14px;
  outline: none;
  border-radius: 10px 0 0 10px;
  background: #f7f8f0;
}

.busca .botao-busca {
  width: 42px;
  height: 42px;
  border: none !important;
  background: #2f2e29 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
}

.busca .botao-busca::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M10 2a8 8 0 1 1-5.293 14.293l-3.707 3.707a1 1 0 0 1-1.414-1.414l3.707-3.707A8 8 0 0 1 10 2Zm0 2a6 6 0 1 0 0 12A6 6 0 0 0 10 4Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* remove rodapé extra */
.rodape-extra,
.rodape-custom,
.rodape-extra-simples,
.logo-rodape,
.redes-rodape {
  display: none !important;
}

/* botão topo */
.scrollToTop span {
  display: none !important;
}

.scrollToTop {
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #eb5441;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  right: 20px;
  bottom: 20px;
}

.scrollToTop i {
  margin: 0 !important;
}

.scrollToTop:hover {
  background: #d94a38;
  transform: translateY(-2px);
}

/* descrição produto */
#descricao {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.2px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
}

#descricao p {
  margin-bottom: 15px;
}

#descricao p strong,
#descricao b {
  display: block;
  font-weight: 600;
  color: #2f2e29;
  margin-bottom: 5px;
}

#descricao br {
  line-height: 1.8;
}

#descricao p + p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

#descricao:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s;
}

/* favoritos */
.lista-favoritos {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 8px;
  background: #fff !important;
  color: #eb5441 !important;
  border: 1px solid #eb5441;
  transition: 0.2s;
}

.lista-favoritos:hover {
  background: #eb5441 !important;
  color: #fff !important;
}

.lista-favoritos i {
  display: none !important;
}

.lista-favoritos::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'><path d='M12 20.5l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.74 0 3.41 1.01 4.22 2.44C11.09 5.01 12.76 4 14.5 4 17 4 19 6 19 8.5c0 3.78-3.4 6.86-8.55 10.68L12 20.5z'/></svg>") no-repeat center;
  -webkit-mask-size: contain;
}

/* CEP */
.input-append.input-prepend {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.input-cep {
  flex: 1;
  height: 42px;
  border: none !important;
  padding: 0 12px;
  background: #f7f8f0;
  outline: none;
  border-radius: 10px 0 0 10px;
}

.input-append .btn {
  height: 42px;
  padding: 0 16px;
  background: #2f2e29 !important;
  color: #fff !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
  font-size: 13px;
  transition: 0.2s;
}

.input-append .btn:hover {
  background: #1f1e1a !important;
}
