.elementor-38067 .elementor-element.elementor-element-56edbe05{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* ================================
   Wishlist Container
================================ */

#yith-wcwl-form {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

/* ================================
   Title Area
================================ */

.wishlist-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.wishlist-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.show-title-form {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  transition: all .2s ease;
}

.show-title-form:hover {
  background: #111;
  color: #fff;
}

/* ================================
   Wishlist Items (Cards)
================================ */

.wishlist_table.mobile li {
  list-style: none;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  margin-bottom: 22px;
  padding: 18px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.wishlist_table.mobile li:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.1);
}

/* ================================
   Product Layout
================================ */

.item-wrapper {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
}

/* Product Image */

.product-thumbnail img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

/* ================================
   Product Name
================================ */

.product-name h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.product-name a {
  text-decoration: none;
  color: #111;
}

.product-name a:hover {
  color: #a0005a; /* furnitureworld pink vibe */
}

/* ================================
   Quick View Button
================================ */

.yith-wcqv-button {
  display: inline-block;
  margin-top: 6px;
  background: transparent;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  transition: all .2s ease;
}

.yith-wcqv-button:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ================================
   Details Table
================================ */

.item-details-table td.label {
  color: #777;
  font-size: 13px;
  padding-right: 8px;
}

.item-details-table td.value {
  font-weight: 600;
}

/* ================================
   Additional Info Section
================================ */

.additional-info-wrapper {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

/* Quantity */

.product-quantity input {
  width: 70px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* Stock Badge */

.wishlist-in-stock {
  background: #e6f7ea;
  color: #2e7d32;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

/* ================================
   Add to Cart Button
================================ */

.product-add-to-cart a {
  display: block;
  width: 100%;
  margin-top: 14px;
  text-align: center;
  background: #a0005a; /* brand colour */
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  transition: all .2s ease;
}

.product-add-to-cart a:hover {
  background: #7c0046;
  transform: translateY(-1px);
}

/* ================================
   Remove Button
================================ */

.product-remove a {
  display: inline-block;
  margin-top: 10px;
  color: #999;
  font-size: 18px;
}

.product-remove a:hover {
  color: #d32f2f;
}

/* ================================
   Footer Actions
================================ */

.yith_wcwl_wishlist_footer {
  margin-top: 30px;
  text-align: right;
}

.yith_wcwl_wishlist_update input[type="submit"] {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  transition: all .2s ease;
}

.yith_wcwl_wishlist_update input[type="submit"]:hover {
  background: #000;
}/* End custom CSS */