.elementor-1062 .elementor-element.elementor-element-3ff5915a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1062 .elementor-element.elementor-element-3ff5915a{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-1062 .elementor-element.elementor-element-3ff5915a{--content-width:1280px;}}/* Start custom CSS *//* ================================
   FONT POPPINS – WISHLIST
================================ */
.tinv-wishlist,
.tinv-wishlist h2,
.tinv-wishlist table,
.tinv-wishlist th,
.tinv-wishlist td,
.tinv-wishlist p,
.tinv-wishlist a,
.tinv-wishlist span,
.tinv-wishlist input,
.tinv-wishlist select,
.tinv-wishlist button {
  font-family: "Poppins", sans-serif !important;
}

/* ================================
   BUTOANE – STIL PRINCIPAL
================================ */
.tinv-wishlist .button,
.tinv-wishlist button,
.tinv-wishlist input[type="submit"] {
  background-color: #BB1E2F !important;
  color: #ffffff !important;
  border: 2px solid #BB1E2F !important;
  transition: background-color 0.7s ease, color 0.7s ease, border-color 0.7s ease;
}

/* Hover invers */
.tinv-wishlist .button:hover,
.tinv-wishlist button:hover,
.tinv-wishlist input[type="submit"]:hover {
  background-color: #ffffff !important;
  color: #BB1E2F !important;
  border-color: #BB1E2F !important;
}

/* ================================
   BUTON „Adaugă în coș”
================================ */
.tinv-wishlist .product-action .button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ================================
   BUTON REMOVE (X)
================================ */
.tinv-wishlist .product-remove button {
  background: transparent !important;
  border: none !important;
  color: #BB1E2F !important;
  transition: color 0.7s ease;
}

.tinv-wishlist .product-remove button:hover {
  color: #7f0f1b !important;
}

/* ================================
   SELECT + APPLY
================================ */
.tinv-wishlist select {
  font-family: "Poppins", sans-serif !important;
}

/* ================================
   LINKURI PRODUSE
================================ */
.tinv-wishlist .product-name a {
  color: #111;
  transition: color 0.3s ease;
}

.tinv-wishlist .product-name a:hover {
  color: #BB1E2F;
}

/* ================================
   SOCIAL SHARE ICONS
================================ */
.tinv-wishlist .social-buttons a {
  color: #BB1E2F;
  transition: color 0.4s ease;
}

.tinv-wishlist .social-buttons a:hover {
  color: #7f0f1b;
}/* End custom CSS */