.elementor-2567 .elementor-element.elementor-element-13a0cb01{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}/* Start custom CSS *//* ================================
   Doce de Prata – Wishlist (TI Wishlist)
   Layout harmonizado com Finalizar Compra
   ================================ */

/* Container geral */
.tinvwl-wrap, .tinv-wishlist, .tinvwl-table-manage-list {
  --dp-accent: #c74778;         /* cor da marca */
  --dp-dark: #333;
  --dp-soft-bg: #fdf4f7;        /* mesmo fundo das mensagens do checkout */
  --dp-border: #ececec;
  --dp-radius: 10px;
  --dp-shadow: 0 2px 8px rgba(0,0,0,.05);
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--dp-dark);
}

/* Título da página */
.tinvwl-wrap h2, .tinvwl-wrap h1, .tinvwl-wrap .entry-title {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 18px 0;
  letter-spacing: .2px;
}

/* Card padrão para a tabela/lista */
.tinvwl-table-manage-list,
.tinvwl-table-manage-list table,
.tinvwl-table-manage-list tbody,
.tinvwl-table-manage-list thead {
  width: 100%;
}

.tinvwl-table-manage-list table {
  background: #fff;
  border: 1px solid var(--dp-border);
  border-radius: var(--dp-radius);
  box-shadow: var(--dp-shadow);
  overflow: hidden;
}

/* Cabeçalho da tabela */
.tinvwl-table-manage-list thead th {
  background: #fff;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid var(--dp-border);
  padding: 14px 12px;
  text-transform: none;
  font-size: 14px;
}

/* Linhas */
.tinvwl-table-manage-list tbody tr {
  border-bottom: 1px solid var(--dp-border);
}

.tinvwl-table-manage-list tbody td {
  padding: 14px 12px;
  vertical-align: middle;
  background: #fff;
}

/* Mini thumb do produto */
.tinvwl-product-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}

/* Nome do produto */
.tinvwl-product-name a {
  color: var(--dp-dark);
  font-weight: 600;
  text-decoration: none;
}
.tinvwl-product-name a:hover {
  color: var(--dp-accent);
}

/* Preço */
.tinvwl-product-price,
.tinvwl-product-price .amount {
  font-weight: 700;
  color: var(--dp-dark);
}

/* Avisos/estados (em estoque, etc.) */
.tinvwl-product-stock,
.tinvwl-product-status {
  font-size: 13px;
  opacity: .9;
}

/* Ações (adicionar ao carrinho, remover) – estilo botão */
.tinvwl-to-right .tinvwl_add_to_cart_button,
.tinvwl-table-manage-list .product-action .button,
.tinvwl-remove-product,
.tinvwl-btn,
.tinvwl-buttons-group .tinvwl-action-button {
  background: var(--dp-accent) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  padding: 10px 16px !important;
  line-height: 1 !important;
  box-shadow: var(--dp-shadow) !important;
  transition: transform .15s ease, background .2s ease;
}

.tinvwl-to-right .tinvwl_add_to_cart_button:hover,
.tinvwl-table-manage-list .product-action .button:hover,
.tinvwl-remove-product:hover,
.tinvwl-btn:hover,
.tinvwl-buttons-group .tinvwl-action-button:hover {
  background: #333 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Botão secundário (ex.: “Compartilhar”, “Aplicar”, etc.) */
.tinvwl-buttons-group .tinvwl-action-button.tinvwl-action-button--secondary,
.tinvwl-share .button,
.tinvwl-action.woocommerce a.button.alt {
  background: #333 !important;
}
.tinvwl-buttons-group .tinvwl-action-button.tinvwl-action-button--secondary:hover,
.tinvwl-share .button:hover,
.tinvwl-action.woocommerce a.button.alt:hover {
  background: var(--dp-accent) !important;
}

/* Caixa de ações abaixo/above (share, limpar, etc.) */
.tinvwl-to-right,
.tinvwl-buttons-group,
.tinvwl-action.woocommerce {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

/* Estado vazio – igual ao checkout “carrinho vazio” */
.tinv-wishlist .tinvwl-empty-wishlist,
.tinvwl-empty {
  background: var(--dp-soft-bg) !important;
  border-top: 4px solid var(--dp-accent) !important;
  color: var(--dp-dark) !important;
  text-align: center;
  padding: 20px !important;
  border-radius: 6px;
  box-shadow: var(--dp-shadow);
  font-weight: 500;
}

/* Mensagens (sucesso/erro/info) harmonizadas */
.tinvwl-notice, .tinvwl-info, .tinvwl-error {
  background: var(--dp-soft-bg) !important;
  border-top: 4px solid var(--dp-accent) !important;
  border-radius: 6px;
  box-shadow: var(--dp-shadow);
  padding: 14px 18px !important;
  color: var(--dp-dark) !important;
  font-size: 15px;
  margin: 0 0 20px 0;
}

/* Links “Remover” como texto discreto */
.tinvwl-remove-product,
.tinvwl-remove-product:where(a) {
  background: transparent !important;
  color: var(--dp-accent) !important;
  border: 1px solid var(--dp-border) !important;
  padding: 8px 12px !important;
}
.tinvwl-remove-product:hover {
  background: #fff !important;
  color: #333 !important;
}

/* Inputs (ex.: quantidade) */
.tinvwl-qty input[type="number"],
.tinvwl-input-group input,
.tinvwl-input-group select {
  height: 40px;
  border: 1px solid var(--dp-border);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.03);
}

/* ==== Responsividade ==== */
@media (max-width: 1024px) {
  .tinvwl-table-manage-list table,
  .tinvwl-table-manage-list thead,
  .tinvwl-table-manage-list tbody,
  .tinvwl-table-manage-list th,
  .tinvwl-table-manage-list td,
  .tinvwl-table-manage-list tr {
    display: block;
    width: 100%;
  }

  .tinvwl-table-manage-list thead { display: none; }

  .tinvwl-table-manage-list tbody tr {
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid var(--dp-border);
    border-radius: var(--dp-radius);
    box-shadow: var(--dp-shadow);
    overflow: hidden;
  }

  .tinvwl-table-manage-list tbody td {
    border: none;
    padding: 12px 14px;
  }

  /* Colunas empilhadas com rótulo */
  .tinvwl-table-manage-list tbody td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #666;
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    opacity: .95;
  }

  /* Thumb centralizada */
  .tinvwl-product-thumb {
    text-align: center;
    padding-top: 12px;
  }
  .tinvwl-product-thumb img {
    width: 84px; height: 84px;
  }

  /* Botões ocupando largura total quando necessário */
  .tinvwl-to-right,
  .tinvwl-buttons-group,
  .tinvwl-action.woocommerce {
    justify-content: center;
  }
  .tinvwl-to-right .tinvwl_add_to_cart_button,
  .tinvwl-buttons-group .tinvwl-action-button,
  .tinvwl-action.woocommerce a.button {
    width: 100%;
    max-width: 480px;
  }
}

/* Pequenos ajustes de ícones/links do plugin */
.tinvwl-product-remove a.remove, 
.tinvwl-remove a.remove {
  color: var(--dp-accent) !important;
  text-decoration: none !important;
}
.tinvwl-product-remove a.remove:hover {
  color: #333 !important;
}/* End custom CSS */