.elementor-3486 .elementor-element.elementor-element-1823dfa{--display:flex;--min-height:20vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-105px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3486 .elementor-element.elementor-element-1823dfa:not(.elementor-motion-effects-element-type-background), .elementor-3486 .elementor-element.elementor-element-1823dfa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#272C34;}.elementor-3486 .elementor-element.elementor-element-8b6dd06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7545625 *//* Wishlist Container Styling */
.tinv-wishlist {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

/* Wishlist Table Header */
.tinv-wishlist table th {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  padding: 12px;
  text-align: left;
  border: none;
}

/* Wishlist Table Rows */
.tinv-wishlist table tr {
  border-bottom: 1px solid #e0e0e0;
}

/* Product Name Styling */
.tinv-wishlist .product-name a {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

/* Product Thumbnail Styling */
.tinv-wishlist .product-thumbnail img {
  border-radius: 10px;
  width: 80px;
  height: auto;
  filter: grayscale(100%);
  transition: transform 0.2s ease-in-out;
}
.tinv-wishlist .product-thumbnail img:hover {
  transform: scale(1.05);
}

/* Add to Cart Button */
.tinv-wishlist .product-add-to-cart a {
  background-color: #000000;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.tinv-wishlist .product-add-to-cart a:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Remove Button Styling */
.tinv-wishlist .product-remove a {
  color: #000000;
  font-size: 18px;
  transition: color 0.3s;
}
.tinv-wishlist .product-remove a:hover {
  color: #444444;
}

/* Table Striping - Optional for readability */
.tinv-wishlist table tr:nth-child(even) {
  background-color: #f5f5f5;
}/* End custom CSS */