.elementor-4687 .elementor-element.elementor-element-6b4a4292{--display:flex;--padding-top:70px;--padding-bottom:70px;--padding-left:40px;--padding-right:40px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4687 .elementor-element.elementor-element-7f8ca9a > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-4687 .elementor-element.elementor-element-7f8ca9a.elementor-element{--align-self:center;}}/* Start custom CSS for container, class: .elementor-element-6b4a4292 *//* ============================
   BOTÕES PADRÕES DO WOOCOMMERCE
=============================== */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #0036b9 !important;
  border-radius: 20px !important;
  font-weight: 400 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  text-transform: uppercase;
}

/* ================================
   TABELA DE FAVORITOS (RESPONSIVA)
================================== */
@media (max-width: 768px) {
  .woocommerce .ti-wishlist-table {
    width: 100% !important;
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .woocommerce .ti-wishlist-table thead {
    display: none !important;
  }

  .woocommerce .ti-wishlist-table tbody tr {
    display: block !important;
    margin-bottom: 20px !important;
    border: 1px solid #eee !important;
    background: #fff !important;
    padding: 10px !important;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .woocommerce .ti-wishlist-table td {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px !important;
    border: none !important;
    text-align: left !important;
    white-space: normal !important;
    border-bottom: 1px solid #f0f0f0;
  }

  .woocommerce .ti-wishlist-table td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #555;
    display: inline-block;
    margin-right: 5px;
    flex: 1;
  }

  .woocommerce .ti-wishlist-table td img {
    max-width: 100px !important;
    height: auto;
    margin-bottom: 10px !important;
  }
}/* End custom CSS */