/* Sticky CTA – mobile – Loja Integrada */
@media (max-width: 768px) {
  .li-sticky-cta {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9990;
    background: #ffffff;
    box-shadow: 0 -8px 30px rgba(0,0,0,.12);
    padding: 10px 12px;
  }
  .li-sticky-cta--hidden { display: none; }

  .li-sticky-cta__row {
    display: flex; gap: 12px; align-items: center;
  }
  .li-sticky-cta__price {
    font-weight: 800; font-size: 16px; line-height: 1.1;
    margin: 0 0 4px 0;
  }
  .li-sticky-cta__pix {
    font-size: 12px; opacity: .85;
  }
  .li-sticky-cta__btn {
    flex: 1;
    display: inline-flex; align-items: center; justify-content: center;
    height: 44px; border-radius: 10px;
    background: #111; color: #fff; font-weight: 800; text-decoration: none;
    padding: 0 14px;
  }

  /* dá um respiro pra página não ficar escondida pelo sticky */
  body { padding-bottom: 72px; }
}
