.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e6239a9:#E58B5E;--e-global-color-3e1701f:#383838;--e-global-color-d0e5241:#FFFCF3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================
   AJUSTES GERAIS
   ============================ */

.woocommerce-customer-details {
  display: none;
}

/* Links de navegação do checkout */
.tribe-checkout-backlinks {
  display: flex !important;
  gap: 32px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}


/* ============================
   BOTOES EVENT TICKETS
   (Comprar / Finalizar / etc.)
   ============================ */

button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit,
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__registration-submit,
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__tickets-buy,
button[name="checkout-button"].tribe-common-c-btn.tribe-common-c-btn--small {
  background-color: var(--e-global-color-e6239a9) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 14px 28px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out !important;
}

button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit:hover,
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__registration-submit:hover,
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__tickets-buy:hover,
button[name="checkout-button"].tribe-common-c-btn.tribe-common-c-btn--small:hover {
  background-color: #d77e52 !important;
  transform: scale(1.02);
}

button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit[disabled],
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__registration-submit[disabled],
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__tickets-buy[disabled],
button[name="checkout-button"].tribe-common-c-btn.tribe-common-c-btn--small[disabled] {
  background-color: #f0bfa2 !important;
  opacity: 0.8 !important;
  cursor: not-allowed !important;
  transform: none !important;
}


/* ============================================================
   DETALHES DO PEDIDO
   (largura geral e tabelas)
   ============================================================ */

body.woocommerce-order-received .woocommerce-order {
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Tabela principal do WooCommerce */
body.woocommerce-order-received table.woocommerce-table.order_details {
  width: 100% !important;
  border-collapse: collapse !important;
}

body.woocommerce-order-received table.woocommerce-table.order_details th.product-name,
body.woocommerce-order-received table.woocommerce-table.order_details td.product-name {
  width: 85% !important;
}

body.woocommerce-order-received table.woocommerce-table.order_details th.product-total,
body.woocommerce-order-received table.woocommerce-table.order_details td.product-total {
  width: 15% !important;
  text-align: right !important;
}

body.woocommerce-order-received td.woocommerce-table__product-name.product-name {
  max-width: none !important;
  white-space: normal !important;
}

/* Tabela interna dos ingressos */
body.woocommerce-order-received table.tribe-attendee-meta {
  width: 100% !important;
  table-layout: auto !important;
  border-collapse: collapse !important;
  margin-top: 6px !important;
}

body.woocommerce-order-received table.tribe-attendee-meta td {
  vertical-align: top !important;
  padding: 6px 8px !important;
  line-height: 1.4 !important;
  font-size: 15px;
}

/* Coluna rotulo */
body.woocommerce-order-received table.tribe-attendee-meta td:first-child {
  width: 38% !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  font-weight: 500;
  color: #333;
}

/* Coluna valor */
body.woocommerce-order-received table.tribe-attendee-meta td:last-child {
  width: 62% !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  color: #000;
}

/* Estetica geral da tabela de ingressos */
body.woocommerce-order-received .tribe-attendee-meta tr {
  border-bottom: 1px solid #eee !important;
}

body.woocommerce-order-received
.woocommerce-table__product-name.product-name strong.product-quantity {
  display: block;
  margin-top: 4px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}


/* ============================================================
   PIX – LAYOUT DESKTOP
   ============================================================ */

/* Card base do PIX */
body.woocommerce-order-received section.woocommerce-order-details > ul.order_details {
  display: grid !important;
  grid-template-columns: 300px 1fr !important;
  gap: 16px 28px !important;
  list-style: none !important;
  padding: 18px !important;
  margin: 0 0 16px !important;
  background: #fff !important;
  border: 1px solid #eef0f3 !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.04) !important;
  overflow: hidden !important;
}

/* Remove divisores pontilhados desse UL */
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details > li::before,
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details > li::after {
  content: none !important;
}

/* Titulo “PAGUE COM PIX.” */
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details > li:first-child {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #6a7078 !important;
  align-self: start !important;
}

/* Permite posicionar os filhos do li.asaas-pix-instructions no grid */
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details li.asaas-pix-instructions {
  display: contents !important;
}

/* QR code – sempre quadrado no desktop */
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details img.js-pix-qr-code {
  grid-column: 1 !important;
  grid-row: 1 / span 4 !important;
  width: 300px !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 6px !important;
  display: block !important;
}

/* Lista de instrucoes */
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details .asaas-pix-instructions__list {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #222 !important;
}

body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details .asaas-pix-instructions__list li {
  margin: 0 0 10px !important;
}

/* Codigo PIX (payload) */
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details p.woocommerce-order-details__asaas-pix-payload {
  grid-column: 2 !important;
  grid-row: 3 !important;
  margin: 6px 0 4px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #4a4f57 !important;
  width: 100% !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

/* Botao copiar codigo PIX – desktop */
body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details li.asaas-pix-copy-to-clipboard {
  grid-column: 2 !important;
  grid-row: 4 !important;
  margin: 0 !important;
}

body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details li.asaas-pix-copy-to-clipboard button {
  font-size: 20px !important;
  font-family: Helvetica, sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  padding: 20px 40px !important;
  color: #fff !important;
  background-color: #E58B5E !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

body.woocommerce-order-received section.woocommerce-order-details
> ul.order_details li.asaas-pix-copy-to-clipboard button:hover {
  background-color: #d77e52 !important;
  transform: scale(1.02);
}

/* Estado visual ao clicar/focar (feedback de copia) */
body.woocommerce-order-received
.woocommerce-order-details__asas-pix-copy-btn:focus,
body.woocommerce-order-received
.woocommerce-order-details__asas-pix-copy-btn:focus-visible,
body.woocommerce-order-received
li.asaas-pix-copy-to-clipboard button:focus,
body.woocommerce-order-received
li.asaas-pix-copy-to-clipboard button:focus-visible,
body.woocommerce-order-received
.woocommerce-order-details__asas-pix-copy-btn:active,
body.woocommerce-order-received
li.asaas-pix-copy-to-clipboard button:active {
  background-color: black !important;
  transform: none !important;
}


/* ============================================================
   BOLETO / OUTROS ORDER_DETAILS EM 2 COLUNAS
   ============================================================ */

body.woocommerce-order-received section.woocommerce-order-details
ul.order_details:not(.woocommerce-order-overview):not(.woocommerce-thankyou-order-details) {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 3rem !important;
  row-gap: 1rem !important;
  align-items: start !important;
}

/* Titulo (Seus boletos...) ocupa 2 colunas */
body.woocommerce-order-received section.woocommerce-order-details
ul.order_details:not(.woocommerce-order-overview):not(.woocommerce-thankyou-order-details)
> li:first-child {
  grid-column: 1 / -1 !important;
  font-weight: 700 !important;
  color: #6A7078 !important;
  text-transform: uppercase !important;
  margin-bottom: .25rem !important;
}

body.woocommerce-order-received section.woocommerce-order-details
ul.order_details:not(.woocommerce-order-overview):not(.woocommerce-thankyou-order-details)
> li:first-child::after {
  display: none !important;
}


/* ============================================================
   CHECKOUT (SECAO ELEMENTOR)
   ============================================================ */

.elementor-element.elementor-element-797a2c4.e-checkout-layout-two-column {
  max-width: 1280px !important;
  margin: 0 auto !important;
  width: 100% !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  box-sizing: border-box !important;
}


/* ============================================================
   "SEUS INGRESSOS" – TICKETS
   ============================================================ */

body.woocommerce-order-received .tec-tickets__attendees-list-wrapper {
  display: grid;
  gap: 18px;
}

body.woocommerce-order-received .tec-tickets__attendees-list-item {
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 12px;
  padding: 16px 18px;
}

/* Container PDF + Apple Wallet (desktop) */
body.woocommerce-order-received .tec-tickets__wallet-plus-passes-container {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: center !important;
  column-gap: 24px !important;
  row-gap: 10px !important;
  margin-top: 8px !important;
}

body.woocommerce-order-received
.tec-tickets__wallet-plus-passes-container > a:first-child {
  display: inline-block !important;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}

body.woocommerce-order-received
.tec-tickets__wallet-plus-component-apple-wallet-button-container {
  justify-self: end;
}

body.woocommerce-order-received
.tec-tickets__wallet-plus-component-apple-wallet-button-link {
  grid-column: 2;
  justify-self: end;
  margin-top: 2px !important;
}

body.woocommerce-order-received
.tec-tickets__wallet-plus-passes-container > * {
  margin: 0 !important;
}

body.woocommerce-order-received
.tec-tickets__wallet-plus-passes-container a:focus-visible {
  outline: 2px solid #9fd3ff;
  outline-offset: 2px;
  border-radius: 6px;
}

body.woocommerce-order-received .tec-tickets__attendees-list-item {
  margin-bottom: 20px !important;
}

body.woocommerce-order-received
.tec-tickets__attendees-list-item:last-child {
  margin-bottom: 0 !important;
}

/* Botao Ticket PDF */
body.woocommerce-order-received a[href*="ticket"],
body.woocommerce-order-received a.tribe-common-c-btn-link[href*="ticket"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--e-global-color-e6239a9) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0 !important;
  width: 153px !important;
  height: 40px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

body.woocommerce-order-received a[href*="ticket"]:hover,
body.woocommerce-order-received a.tribe-common-c-btn-link[href*="ticket"]:hover {
  background-color: var(--e-global-color-e3e1701f) !important;
  transform: scale(1.02);
}


/* ============================================================
   REMOVER BOTAO "SALVAR E VISUALIZAR O CARRINHO"
   ============================================================ */

button[name="cart-button"].tribe-tickets__attendee-tickets-footer-cart-button,
.tribe-tickets__attendee-tickets-footer button[name="cart-button"],
.tribe-tickets__attendee-tickets-footer
.tribe-common-c-btn-link.tribe-tickets__attendee-tickets-footer-cart-button {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

span.tribe-tickets__attendee-tickets-footer-divider,
.tribe-tickets__attendee-tickets-footer
.tribe-tickets__attendee-tickets-footer-divider {
  display: none !important;
  visibility: hidden !important;
}


/* ============================================================
   RESPONSIVO GERAL
   ============================================================ */

/* Pedido / ingressos */
@media (max-width: 900px) {
  body.woocommerce-order-received .woocommerce-order {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  body.woocommerce-order-received table.tribe-attendee-meta td:first-child {
    width: 45% !important;
  }

  body.woocommerce-order-received table.tribe-attendee-meta td:last-child {
    width: 55% !important;
  }
}

/* Mobile – tickets, rodape do pedido e PIX */
@media (max-width: 680px) {

  /* "Seus ingressos" empilhado no mobile */
  body.woocommerce-order-received
  .tec-tickets__wallet-plus-passes-container {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-order-received
  .tec-tickets__wallet-plus-component-apple-wallet-button-container,
  body.woocommerce-order-received
  .tec-tickets__wallet-plus-component-apple-wallet-button-link {
    justify-self: start;
  }

  /* Rodape de "Detalhes do pedido" (Subtotal / Total / etc.) */
  body.woocommerce-order-received
  table.woocommerce-table.order_details tfoot tr {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 6px 0 !important;
  }

  body.woocommerce-order-received
  table.woocommerce-table.order_details tfoot th {
    width: auto !important;
    text-align: left !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-order-received
  table.woocommerce-table.order_details tfoot td {
    width: auto !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.woocommerce-order-received
  table.woocommerce-table.order_details tfoot tr:last-child {
    padding-bottom: 10px !important;
  }

  /* PIX – card em coluna no mobile (primeiro bloco) */
  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type
  ul.order_details:not(.woocommerce-order-overview):not(.woocommerce-thankyou-order-details),
  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type > ul.order_details {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    list-style: none !important;
    padding: 16px !important;
    margin: 0 0 16px !important;
    background: #ffffff !important;
    border: 1px solid #eef0f3 !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
  }

  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type > ul.order_details > li {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type > ul.order_details > li:first-child {
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    margin-bottom: 8px !important;
  }

  /* QR code – quadrado no mobile */
  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type img.js-pix-qr-code {
    grid-column: auto !important;
    grid-row: auto !important;
    display: block !important;
    margin: 0 auto 8px auto !important;
    max-width: 220px !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 6px !important;
  }

  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type .asaas-pix-instructions__list,
  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type .asas-pix-instructions_list {
    margin: 0 !important;
    padding-left: 18px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #222 !important;
  }

  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type
  p.woocommerce-order-details__asaas-pix-payload,
  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type
  .woocommerce-order-details__asas-pix-payload {
    background: #f5f5f7 !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    word-break: break-all !important;
    max-height: 90px !important;
    overflow: auto !important;
    margin-top: 8px !important;
  }

  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type
  li.asaas-pix-copy-to-clipboard button,
  body.woocommerce-order-received
  section.woocommerce-order-details:first-of-type
  .woocommerce-order-details__asas-pix-copy-btn {
    display: block !important;
    width: 100% !important;
    margin-top: 8px !important;
    padding: 14px !important;
    text-align: center !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }
}/* End custom CSS */