
  .qtl-product-cta-note {
    margin-top: 10px;
    color: #496355;
    font-size: 13px;
    line-height: 1.5;
  }

  .qtl-product-mobile-bar {
    display: none;
  }

  @media (max-width: 767px) {
    html body {
      padding-bottom: 96px !important;
    }

    #chat_window {
      display: none !important;
    }

    .qtl-product-mobile-bar {
      position: fixed;
      z-index: 9999;
      right: 0;
      bottom: 0;
      left: 0;
      display: grid;
      grid-template-columns: 1.45fr 1fr;
      gap: 8px;
      padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
      background: rgba(255, 255, 255, .97);
      border-top: 1px solid rgba(21, 73, 47, .14);
      box-shadow: 0 -6px 22px rgba(0, 0, 0, .12);
      backdrop-filter: blur(10px);
    }

    .qtl-product-mobile-bar a {
      display: flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      padding: 10px 10px;
      border-radius: 7px;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.15;
      text-align: center;
      text-decoration: none;
    }

    .qtl-product-mobile-bar__primary {
      color: #fff !important;
      background: #176b43;
    }

    .qtl-product-mobile-bar__whatsapp {
      color: #176b43 !important;
      border: 1px solid #176b43;
      background: #fff;
    }
  }
