.excon-wa-trigger{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;cursor:pointer}
.excon-wa-trigger .excon-wa-icon,.excon-wa-trigger svg{width:20px;height:20px;flex:0 0 20px}
.excon-wa-trigger{background:#25D366!important;border-color:#25D366!important;color:#fff!important;font-weight:700!important;border-radius:8px!important}
.excon-wa-trigger:hover{background:#1ebe5d!important;border-color:#1ebe5d!important;color:#fff!important}
.excon-wa-cart{width:100%;margin-bottom:10px;padding:14px 18px!important}
.excon-wa-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:20px}
.excon-wa-modal.is-open{display:flex}
.excon-wa-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(3px)}
.excon-wa-dialog{position:relative;width:min(440px,100%);background:#fff;border-radius:18px;padding:30px;box-shadow:0 25px 70px rgba(0,0,0,.28);animation:exconPop .2s ease-out}
@keyframes exconPop{from{transform:translateY(10px) scale(.98);opacity:0}to{transform:none;opacity:1}}
.excon-wa-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#777}
.excon-wa-logo-icon{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;margin-bottom:15px}
.excon-wa-logo-icon svg{width:31px;height:31px}
.excon-wa-dialog h3{margin:0 0 7px;font-size:23px;color:#111}
.excon-wa-dialog p{margin:0 0 20px;color:#666}
#excon-wa-form label{display:block;font-size:14px;font-weight:700;color:#252525;margin:0 0 14px}
#excon-wa-form input{width:100%;height:46px;margin-top:6px;border:1px solid #d7d7d7;border-radius:9px;padding:0 13px;font-size:15px;background:#fff;color:#111;box-sizing:border-box}
#excon-wa-form input:focus{border-color:#25D366;outline:none;box-shadow:0 0 0 3px rgba(37,211,102,.12)}
.excon-wa-submit{width:100%;border:0;border-radius:10px;padding:14px 16px;background:#25D366;color:#fff;font-weight:800;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}
.excon-wa-submit svg{width:21px;height:21px}
.excon-wa-floating{position:fixed;bottom:24px;z-index:99990;border:0;background:#25D366;color:#fff;border-radius:999px;height:58px;min-width:58px;padding:0 17px;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 8px 30px rgba(0,0,0,.25);cursor:pointer;font-weight:700}
.excon-wa-floating.excon-wa-right{right:24px}.excon-wa-floating.excon-wa-left{left:24px}
.excon-wa-floating svg{width:29px;height:29px}
.excon-wa-floating.is-pulsing:before,.excon-wa-floating.is-pulsing:after{content:"";position:absolute;inset:0;border-radius:999px;background:#25D366;z-index:-1;animation:exconPulse 2s infinite}
.excon-wa-floating.is-pulsing:after{animation-delay:1s}
@keyframes exconPulse{0%{transform:scale(1);opacity:.45}100%{transform:scale(1.65);opacity:0}}
@media(max-width:767px){.excon-wa-dialog{padding:25px 20px}.excon-wa-floating{bottom:18px;height:54px;min-width:54px}.excon-wa-floating.excon-wa-right{right:16px}.excon-wa-floating.excon-wa-left{left:16px}.excon-wa-floating span{display:none}.excon-wa-loop{font-size:13px!important;padding:10px 12px!important}}

/* v1.3 - Correção de compatibilidade dos botões nas grades/listagens (Shoptimizer e builders) */
.woocommerce ul.products li.product .excon-wa-trigger.excon-wa-loop,
.woocommerce-page ul.products li.product .excon-wa-trigger.excon-wa-loop,
.products .product .excon-wa-trigger.excon-wa-loop,
.product-item .excon-wa-trigger.excon-wa-loop,
.excon-wa-trigger.excon-wa-loop{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  height:42px!important;
  margin:12px 0 0!important;
  padding:0 10px!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  line-height:1!important;
  font-size:12.5px!important;
  font-weight:700!important;
  text-align:center!important;
  text-decoration:none!important;
  vertical-align:middle!important;
  background:#25D366!important;
  border:1px solid #25D366!important;
  color:#fff!important;
  border-radius:8px!important;
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
}
.woocommerce ul.products li.product .excon-wa-trigger.excon-wa-loop > span:not(.excon-wa-icon),
.woocommerce-page ul.products li.product .excon-wa-trigger.excon-wa-loop > span:not(.excon-wa-icon),
.products .product .excon-wa-trigger.excon-wa-loop > span:not(.excon-wa-icon),
.excon-wa-trigger.excon-wa-loop > span:not(.excon-wa-icon){
  display:block!important;
  min-width:0!important;
  max-width:calc(100% - 25px)!important;
  margin:0!important;
  padding:0!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:inherit!important;
  position:static!important;
  transform:none!important;
}
.woocommerce ul.products li.product .excon-wa-trigger.excon-wa-loop .excon-wa-icon,
.woocommerce-page ul.products li.product .excon-wa-trigger.excon-wa-loop .excon-wa-icon,
.products .product .excon-wa-trigger.excon-wa-loop .excon-wa-icon,
.excon-wa-trigger.excon-wa-loop .excon-wa-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  position:static!important;
  transform:none!important;
}
.excon-wa-trigger.excon-wa-loop .excon-wa-icon svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
}
.woocommerce ul.products li.product .excon-wa-trigger.excon-wa-loop:hover,
.woocommerce-page ul.products li.product .excon-wa-trigger.excon-wa-loop:hover,
.products .product .excon-wa-trigger.excon-wa-loop:hover,
.excon-wa-trigger.excon-wa-loop:hover{
  background:#1ebe5d!important;
  border-color:#1ebe5d!important;
  color:#fff!important;
}
@media(max-width:767px){
  .woocommerce ul.products li.product .excon-wa-trigger.excon-wa-loop,
  .woocommerce-page ul.products li.product .excon-wa-trigger.excon-wa-loop,
  .products .product .excon-wa-trigger.excon-wa-loop,
  .excon-wa-trigger.excon-wa-loop{
    min-height:40px!important;
    height:40px!important;
    padding:0 8px!important;
    gap:5px!important;
    font-size:11.5px!important;
  }
  .excon-wa-trigger.excon-wa-loop .excon-wa-icon,
  .excon-wa-trigger.excon-wa-loop .excon-wa-icon svg{
    width:17px!important;
    height:17px!important;
    flex-basis:17px!important;
  }
}

/* v1.4 - isolamento total contra estilos do Kirki/tema nos cards de produto */
button.excon-wa-trigger.excon-wa-loop,
.woocommerce button.excon-wa-trigger.excon-wa-loop,
.woocommerce-page button.excon-wa-trigger.excon-wa-loop,
.woocommerce ul.products li.product button.excon-wa-trigger.excon-wa-loop,
.woocommerce-page ul.products li.product button.excon-wa-trigger.excon-wa-loop {
  appearance:none!important;
  -webkit-appearance:none!important;
  box-sizing:border-box!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:42px!important;
  min-height:42px!important;
  margin:12px 0 0!important;
  padding:0 12px!important;
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-indent:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
  line-height:1!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:700!important;
  text-align:center!important;
  text-decoration:none!important;
  background:#25D366!important;
  background-image:none!important;
  border:1px solid #25D366!important;
  border-radius:8px!important;
  box-shadow:none!important;
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  cursor:pointer!important;
}
button.excon-wa-trigger.excon-wa-loop::before,
button.excon-wa-trigger.excon-wa-loop::after {
  content:none!important;
  display:none!important;
}
button.excon-wa-trigger.excon-wa-loop > span,
.woocommerce ul.products li.product button.excon-wa-trigger.excon-wa-loop > span {
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  line-height:1!important;
  text-decoration:none!important;
}
button.excon-wa-trigger.excon-wa-loop > span:last-child {
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:calc(100% - 28px)!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
button.excon-wa-trigger.excon-wa-loop .excon-wa-icon {
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
button.excon-wa-trigger.excon-wa-loop .excon-wa-icon svg {
  position:static!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  color:#fff!important;
  fill:currentColor!important;
}
button.excon-wa-trigger.excon-wa-loop:hover,
button.excon-wa-trigger.excon-wa-loop:focus,
button.excon-wa-trigger.excon-wa-loop:active {
  background:#1ebe5d!important;
  background-image:none!important;
  border-color:#1ebe5d!important;
  color:#fff!important;
  box-shadow:none!important;
  outline:none!important;
}
@media (max-width:767px){
  button.excon-wa-trigger.excon-wa-loop,
  .woocommerce ul.products li.product button.excon-wa-trigger.excon-wa-loop {
    height:40px!important;
    min-height:40px!important;
    padding:0 9px!important;
    font-size:12px!important;
  }
}


/* v1.5 - estilo separado para produto individual e listagem */
/* Produto individual: botão mais encorpado */
button.excon-wa-trigger.excon-wa-single,
.woocommerce button.excon-wa-trigger.excon-wa-single,
.single-product button.excon-wa-trigger.excon-wa-single,
.single-product .summary button.excon-wa-trigger.excon-wa-single {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:44px!important;
  height:44px!important;
  padding:0 18px!important;
  border:1px solid #25D366!important;
  border-radius:999px!important;
  background:#25D366!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1!important;
  box-shadow:none!important;
  text-decoration:none!important;
  width:auto!important;
  max-width:100%!important;
}
button.excon-wa-trigger.excon-wa-single > span {
  color:inherit!important;
  line-height:1!important;
}
button.excon-wa-trigger.excon-wa-single .excon-wa-icon,
button.excon-wa-trigger.excon-wa-single .excon-wa-icon svg {
  width:18px!important;
  height:18px!important;
  color:#fff!important;
  fill:currentColor!important;
}
button.excon-wa-trigger.excon-wa-single:hover,
button.excon-wa-trigger.excon-wa-single:focus,
button.excon-wa-trigger.excon-wa-single:active {
  background:#1ebe5d!important;
  border-color:#1ebe5d!important;
  color:#fff!important;
}

/* Listagem: fundo transparente, borda verde, texto verde e ícone verde */
button.excon-wa-trigger.excon-wa-loop,
.woocommerce button.excon-wa-trigger.excon-wa-loop,
.woocommerce ul.products li.product button.excon-wa-trigger.excon-wa-loop,
.woocommerce-page ul.products li.product button.excon-wa-trigger.excon-wa-loop,
.products .product button.excon-wa-trigger.excon-wa-loop {
  background:transparent!important;
  background-image:none!important;
  border:2px solid #25D366!important;
  color:#25D366!important;
}
button.excon-wa-trigger.excon-wa-loop > span,
.woocommerce ul.products li.product button.excon-wa-trigger.excon-wa-loop > span {
  color:#25D366!important;
}
button.excon-wa-trigger.excon-wa-loop .excon-wa-icon,
button.excon-wa-trigger.excon-wa-loop .excon-wa-icon svg {
  color:#25D366!important;
  fill:currentColor!important;
}
button.excon-wa-trigger.excon-wa-loop:hover,
button.excon-wa-trigger.excon-wa-loop:focus,
button.excon-wa-trigger.excon-wa-loop:active,
.woocommerce ul.products li.product button.excon-wa-trigger.excon-wa-loop:hover,
.woocommerce-page ul.products li.product button.excon-wa-trigger.excon-wa-loop:hover {
  background:#25D366!important;
  border-color:#25D366!important;
  color:#fff!important;
}
button.excon-wa-trigger.excon-wa-loop:hover > span,
button.excon-wa-trigger.excon-wa-loop:focus > span,
button.excon-wa-trigger.excon-wa-loop:active > span,
button.excon-wa-trigger.excon-wa-loop:hover .excon-wa-icon,
button.excon-wa-trigger.excon-wa-loop:focus .excon-wa-icon,
button.excon-wa-trigger.excon-wa-loop:active .excon-wa-icon,
button.excon-wa-trigger.excon-wa-loop:hover .excon-wa-icon svg,
button.excon-wa-trigger.excon-wa-loop:focus .excon-wa-icon svg,
button.excon-wa-trigger.excon-wa-loop:active .excon-wa-icon svg {
  color:#fff!important;
  fill:currentColor!important;
}
