.elementor-3599 .elementor-element.elementor-element-6343b6bf{--display:flex;}/* Start custom CSS for container, class: .elementor-element-6343b6bf *//* Ẩn toàn bộ footer của bảng wishlist */
.tinvwl-table-manage-list tfoot {
  display: none !important;
}
 
/* nếu plugin bọc text trong span */
.tinvwl-table-manage-list .product-action .button span {
  white-space: nowrap !important;
}
/* Ẩn icon font lỗi của plugin */
.tinv-wishlist i.ftinvwl,
.social-buttons i.ftinvwl,
.product-remove i.ftinvwl,
.product-stock i.ftinvwl {
  display: none !important;
}

/* Nút xóa */
.tinv-wishlist .product-remove button {
  position: relative;
}

.tinv-wishlist .product-remove button::before {
  content: "✕";
  font-size: 16px;
  font-weight: 700;
  color: #d14d72;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tinv-wishlist .product-remove button:hover::before {
  color: #fff;
}

/* Stock status */
.tinv-wishlist .product-stock .stock span:first-child {
  display: none !important;
}

.tinv-wishlist .product-stock .stock::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 999px;
  background: #dff7ea;
  color: #159b57;
  font-size: 12px;
  font-weight: 800;
}

/* Social icon base */
.social-buttons a.social {
  position: relative;
  font-size: 0 !important;
}

.social-buttons a.social::before {
  font-size: 18px;
  line-height: 1;
  color: currentColor;
}

/* map icon */
.social-buttons .social-facebook::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.social-buttons .social-twitter::before {
  content: "𝕏";
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.social-buttons .social-pinterest::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.social-buttons .social-whatsapp::before {
  content: "✆";
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.social-buttons .social-clipboard::before {
  content: "⧉";
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.social-buttons .social-email::before {
  content: "✉";
  font-family: Arial, sans-serif;
  font-weight: 700;
}

/* =========================
   DY CAKE - MODERN WISHLIST
   ========================= */

/* vùng tổng */
.tinv-wishlist {
  max-width: 1280px;
  margin: 32px auto 0;
  padding: 28px;
  background: linear-gradient(180deg, #fffefe 0%, #fff8fb 100%);
  border: 1px solid rgba(209, 77, 114, 0.12);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(209, 77, 114, 0.08);
}

/* ẩn Default wishlist */
.tinv-wishlist .tinv-header,
.tinv-wishlist .tinv-header h2 {
  display: none !important;
}

/* title page */
.page-title {
  text-align: center;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 800;
  color: #d14d72;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

/* table wrapper */
.tinvwl-table-manage-list {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 16px !important;
  background: transparent !important;
}

/* head */
.tinvwl-table-manage-list thead th {
  background: transparent !important;
  border: 0 !important;
  color: #a65a73;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0 12px 10px !important;
}

/* row card */
.tinvwl-table-manage-list tbody tr.wishlist_item {
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(24, 24, 24, 0.06);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.tinvwl-table-manage-list tbody tr.wishlist_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(209, 77, 114, 0.14);
}

/* cell */
.tinvwl-table-manage-list tbody td {
  background: #fff !important;
  border-top: 1px solid #f6e8ee !important;
  border-bottom: 1px solid #f6e8ee !important;
  border-left: 0 !important;
  border-right: 0 !important;
  vertical-align: middle;
  padding: 18px 14px !important;
}

.tinvwl-table-manage-list tbody td:first-child {
  border-left: 1px solid #f6e8ee !important;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.tinvwl-table-manage-list tbody td:last-child {
  border-right: 1px solid #f6e8ee !important;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

/* checkbox */
.product-cb .input-checkbox,
.global-cb.input-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #d14d72;
  cursor: pointer;
}

/* remove button */
.product-remove button {
  width: 42px;
  height: 42px;
  border: 0 !important;
  border-radius: 999px;
  background: #fff1f5 !important;
  color: #d14d72 !important;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

.product-remove button:hover {
  background: #d14d72 !important;
  color: #fff !important;
  transform: scale(1.06);
}

/* thumbnail */
.product-thumbnail a {
  display: block;
}

.product-thumbnail img {
  width: 98px !important;
  height: 98px !important;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #f7dfe7;
  background: #fff;
  transition: transform 0.3s ease;
}

.wishlist_item:hover .product-thumbnail img {
  transform: scale(1.04);
}

/* product name */
.product-name a {
  color: #2f2430 !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
}

.product-name a:hover {
  color: #d14d72 !important;
}

/* price */
.product-price {
  white-space: nowrap;
}

.product-price .amount,
.product-price bdi {
  color: #d14d72 !important;
  font-weight: 800;
  font-size: 16px;
}

/* date */
.product-date time {
  color: #7c6a73;
  font-size: 14px;
  font-weight: 600;
}

/* stock */
.product-stock .stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: #edfdf4;
  color: #159b57;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #d3f6e1;
}

.product-stock .stock i {
  color: #159b57;
}

/* action button */
.product-action .button,
.tinvwl-table-manage-list .button {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d14d72 0%, #ef7ea0 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 12px 20px !important;
  box-shadow: 0 10px 24px rgba(209, 77, 114, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.product-action .button:hover,
.tinvwl-table-manage-list .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(209, 77, 114, 0.28);
  opacity: 0.95;
}

/* footer actions */
.tinvwl-table-manage-list tfoot td {
  border: 0 !important;
  background: transparent !important;
  padding: 18px 0 0 !important;
}

.tinvwl-to-left,
.tinvwl-to-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tinvwl-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tinvwl-input-group select {
  min-width: 190px;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid #f2d4de;
  background: #fff;
  color: #5c4450;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}

/* social share block */
.social-buttons {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px dashed #efcfda;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.social-buttons > span {
  color: #8d6273;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.social-buttons ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.social-buttons li {
  margin: 0;
}

/* icon chung */
.social-buttons a.social {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f5dce5;
  color: #d14d72;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(209, 77, 114, 0.08);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.social-buttons a.social:hover {
  transform: translateY(-3px);
  border-color: #efb5c7;
  box-shadow: 0 14px 28px rgba(209, 77, 114, 0.16);
  color: #fff;
  background: linear-gradient(135deg, #d14d72 0%, #ef7ea0 100%);
}

/* icon svg custom */
.social-buttons a.social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

/* giữ icon cũ của plugin */
.social-buttons a.social i {
  font-size: 18px;
  line-height: 1;
}

/* responsive tablet */
@media (max-width: 991px) {
  .tinv-wishlist {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .tinvwl-table-manage-list thead {
    display: none;
  }

  .tinvwl-table-manage-list,
  .tinvwl-table-manage-list tbody,
  .tinvwl-table-manage-list tr,
  .tinvwl-table-manage-list td {
    display: block;
    width: 100%;
  }

  .tinvwl-table-manage-list tbody tr.wishlist_item {
    padding: 12px;
    border-radius: 22px;
    margin-bottom: 16px;
  }

  .tinvwl-table-manage-list tbody td {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 8px 10px !important;
  }

  .product-thumbnail img {
    width: 100% !important;
    max-width: 140px;
    height: auto !important;
  }

  .product-cb,
  .product-remove {
    display: inline-block !important;
    width: auto !important;
  }

  .product-name a {
    font-size: 17px;
  }

  .product-stock .stock,
  .product-action .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .tinvwl-to-left,
  .tinvwl-to-right,
  .tinvwl-input-group {
    width: 100%;
  }

  .tinvwl-input-group select,
  .tinvwl-input-group .button,
  .tinvwl-to-right .button {
    width: 100%;
  }
}

/* mobile nhỏ */
@media (max-width: 575px) {
  .page-title {
    font-size: 34px;
  }

  .social-buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-buttons ul {
    gap: 10px;
  }

  .social-buttons a.social {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}/* End custom CSS */