.elementor-2738 .elementor-element.elementor-element-2ee5cb72{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-1ebe775a *//* Wishlist Page Title */
.tinv-wishlist h2, .tinv-wishlist h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

/* Wishlist Table Style */
.tinv-wishlist table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.tinv-wishlist table th,
.tinv-wishlist table td {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
}

.tinv-wishlist table th {
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

/* Product Image */
.tinv-wishlist .product-thumbnail img {
  max-width: 70px;
  border-radius: 10px;
}

/* Product Title */
.tinv-wishlist .product-name a {
  color: #e91e63;
  font-weight: 600;
  text-decoration: none;
}

.tinv-wishlist .product-name a:hover {
  text-decoration: underline;
}

/* Read More Button */
.tinv-wishlist .product-action .button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
}

.tinv-wishlist .product-action .button:hover {
  background-color: #e91e63;
}

/* Action Dropdown & Apply Button */
.tinv-wishlist select,
.tinv-wishlist .tinvwl-button {
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 10px;
  font-weight: 500;
  background-color: #f5f5f5;
}

.tinv-wishlist .tinvwl-button {
  background-color: #000;
  color: #fff;
  transition: 0.3s ease;
}

.tinv-wishlist .tinvwl-button:hover {
  background-color: #e91e63;
}

/* Bulk Add Buttons */
.tinv-wishlist .tinvwl-to-cart.tinvwl-add-to-cart {
  margin-top: 20px;
}

.tinv-wishlist .tinvwl-to-cart .button {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 8px;
  margin-right: 10px;
  transition: background 0.3s ease;
}

.tinv-wishlist .tinvwl-to-cart .button:hover {
  background-color: #e91e63;
}

/* Stock Icon */
.tinv-wishlist .stock {
  color: #28a745;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .tinv-wishlist table th,
  .tinv-wishlist table td {
    padding: 10px;
    font-size: 14px;
  }

  .tinv-wishlist .product-action .button,
  .tinv-wishlist .tinvwl-to-cart .button {
    padding: 8px 18px;
    font-size: 13px;
  }
}/* End custom CSS */