.elementor-6084 .elementor-element.elementor-element-3990722{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6084 .elementor-element.elementor-element-b6f953f{text-align:center;}.elementor-6084 .elementor-element.elementor-element-b6f953f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:500;color:#6A92B4;}.elementor-6084 .elementor-element.elementor-element-4272c56{--display:flex;}/* Start custom CSS */.woocommerce .wishlist-title {
    margin-bottom: 30px;
    display: none;
}

@media (max-width: 768px) {

  /* Container mobile da wishlist YITH */
  ul.wishlist_table.mobile,
  ul.wishlist_table.responsive.mobile {
    display: block !important;
    width: 100% !important;
  }

  /* Cada produto da wishlist */
  ul.wishlist_table.mobile li,
  ul.wishlist_table.responsive.mobile li {
    position: relative !important;
    display: block !important;
    padding-bottom: 28px !important;
    margin-bottom: 22px !important;
    overflow: visible !important;
  }

  /* Evita que o absolute fique preso no bloco errado */
  ul.wishlist_table.mobile li .additional-info-wrapper,
  ul.wishlist_table.responsive.mobile li .additional-info-wrapper {
    position: static !important;
    overflow: visible !important;
  }

  /* Área do botão remover */
  ul.wishlist_table.mobile li .product-remove,
  ul.wishlist_table.responsive.mobile li .product-remove {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;
    top: 12px !important;
    right: 10px !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;

    z-index: 99999 !important;
  }

  /* Link clicável de remover */
  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #ffffff !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 50% !important;

    text-decoration: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;

    position: relative !important;
    z-index: 100000 !important;
  }

  /* Esconde o ícone Font Awesome original */
  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist i,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist i {
    display: none !important;
  }

  /* Cria o ícone da lixeira sem depender do Font Awesome */
  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist::before,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist::before {
    content: "🗑" !important;
    display: block !important;

    color: #d6336c !important;
    font-size: 15px !important;
    line-height: 30px !important;
    text-align: center !important;

    width: 30px !important;
    height: 30px !important;
  }

  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist::after,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist::after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 768px) {

  /* Cor base da wishlist mobile */
  #yith-wcwl-form,
  #yith-wcwl-form a,
  ul.wishlist_table.mobile,
  ul.wishlist_table.responsive.mobile {
    --wishlist-main-color: #6A92B4;
  }

  /* Título My wishlist */
  #yith-wcwl-form .wishlist-title h2,
  #yith-wcwl-form .wishlist-title-container h2 {
    color: #6A92B4 !important;
  }

  /* Nome dos produtos */
  ul.wishlist_table.mobile li .product-name h3,
  ul.wishlist_table.mobile li .product-name h3 a,
  ul.wishlist_table.responsive.mobile li .product-name h3,
  ul.wishlist_table.responsive.mobile li .product-name h3 a {
    color: #6A92B4 !important;
  }

  /* Add to cart / Purchase */
  ul.wishlist_table.mobile li .product-add-to-cart a,
  ul.wishlist_table.responsive.mobile li .product-add-to-cart a {
    color: #6A92B4 !important;
    font-weight: 700 !important;
  }

  /* Estoque */
  ul.wishlist_table.mobile li .wishlist-in-stock,
  ul.wishlist_table.responsive.mobile li .wishlist-in-stock {
    color: #6A92B4 !important;
    font-weight: 700 !important;
  }

  /* Preço */
  ul.wishlist_table.mobile li .woocommerce-Price-amount,
  ul.wishlist_table.responsive.mobile li .woocommerce-Price-amount {
    color: #222222 !important;
    font-weight: 700 !important;
  }

  /* Labels: Price / Stock */
  ul.wishlist_table.mobile li td.label,
  ul.wishlist_table.responsive.mobile li td.label {
    color: #222222 !important;
    font-weight: 700 !important;
  }

  /* Cada produto da wishlist */
  ul.wishlist_table.mobile li,
  ul.wishlist_table.responsive.mobile li {
    position: relative !important;
    display: block !important;
    padding-bottom: 28px !important;
    margin-bottom: 22px !important;
    overflow: visible !important;
  }

  /* Evita que o absolute fique preso no bloco errado */
  ul.wishlist_table.mobile li .additional-info-wrapper,
  ul.wishlist_table.responsive.mobile li .additional-info-wrapper {
    position: static !important;
    overflow: visible !important;
  }

  /* Área do botão remover */
  ul.wishlist_table.mobile li .product-remove,
  ul.wishlist_table.responsive.mobile li .product-remove {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;
    top: 12px !important;
    right: 10px !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;

    z-index: 99999 !important;
  }

  /* Link clicável de remover */
  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #ffffff !important;
    border: 1px solid #d8e2eb !important;
    border-radius: 50% !important;

    text-decoration: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;

    position: relative !important;
    z-index: 100000 !important;
  }

  /* Esconde o Font Awesome original */
  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist i,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist i {
    display: none !important;
  }

  /* Ícone da lixeira usando a cor padrão do site */
  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist::before,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist::before {
    content: "🗑" !important;
    display: block !important;

    color: #6A92B4 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    text-align: center !important;

    width: 30px !important;
    height: 30px !important;
  }

  ul.wishlist_table.mobile li .product-remove a.remove_from_wishlist::after,
  ul.wishlist_table.responsive.mobile li .product-remove a.remove_from_wishlist::after {
    content: none !important;
    display: none !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://exclusivegemsfrombrazil.com/wp-content/uploads/2025/01/Poppins-BlackItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */