.elementor-386 .elementor-element.elementor-element-a875591{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ce2ea2b *//* ============================================================
   SAKTYA — Wishlist Page CSS
   -----------------------------------------------------------------
   WHERE THIS GOES: same approach as cart/checkout/my-account - your
   Wishlist page already has YITH's own [yith_wcwl_wishlist]
   shortcode on it. Paste this into that page's Elementor Custom CSS
   panel, or a site-wide CSS snippet. No PHP - adding to cart,
   removing items, and sharing are all untouched YITH/WooCommerce
   logic, only restyled.

   CAVEAT: this targets YITH's documented DEFAULT class names, which
   are stable across most versions - but if your specific version
   or a theme override changes the markup, some .elementor-386 .elementor-element.elementor-element-ce2ea2bs may not
   match. If something here doesn't take effect, a screenshot of
   the actual result tells me exactly what to adjust, same as the
   product-page wishlist icon earlier in this build.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Gilda+Display&display=swap');

.yith-wcwl-wishlist-el,
.woocommerce .wishlist_table,
#yith-wcwl-form {
  font-family: 'Karla', Arial, sans-serif !important;
  color: #1a1a1a;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 3.75%;
}

.page-title,
h1.entry-title {
  font-family: 'Gilda Display', Georgia, serif !important;
  font-weight: 400 !important;
  font-size: clamp(1.8rem, 3.5vw, 40px) !important;
  color: #4D3223 !important;
  margin-bottom: 2rem !important;
}

/* ---------- Wishlist table ---------- */
table.wishlist_table {
  width: 100% !important;
  border: none !important;
  border-collapse: collapse !important;
}
table.wishlist_table thead th {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: rgba(0,0,0,0.5) !important;
  text-align: left !important;
  padding: 0 0.5rem 1rem 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
  background: none !important;
}
table.wishlist_table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}
table.wishlist_table tbody td {
  padding: 1.25rem 0.5rem 1.25rem 0 !important;
  border: none !important;
  vertical-align: middle !important;
  background: none !important;
  font-size: 14px !important;
}

.product-thumbnail img {
  width: 5.5rem !important;
  height: 5.5rem !important;
  object-fit: cover !important;
}

.product-name a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.product-price ins { text-decoration: none !important; color: #1a1a1a !important; }
.product-price del {
  font-size: 12px !important;
  color: rgba(0,0,0,0.35) !important;
  margin-left: 0.4rem !important;
}
.product-price,
.product-price .amount {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

.product-stock-status .stock {
  font-size: 13px !important;
  font-weight: 600 !important;
}
.product-stock-status .stock.in-stock { color: #2f6b3a !important; }
.product-stock-status .stock.out-of-stock { color: #a6342a !important; }

/* Add to cart button */
.product-add-to-cart a.button,
.product-add-to-cart .add_to_cart_button,
table.wishlist_table .button.add_to_cart {
  display: inline-block !important;
  background: #ffffff !important;
  color: #4D3223 !important;
  border: 1px solid rgba(0,0,0,0.2) !important;
  border-radius: 0 !important;
  font-family: 'Karla', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0.6rem 1.25rem !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  cursor: pointer !important;
}
.product-add-to-cart a.button:hover,
.product-add-to-cart .add_to_cart_button:hover { background: #f5f0e8 !important; }

/* Remove (×) icon */
.product-remove a.remove,
a.remove_from_wishlist {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  background: none !important;
  color: rgba(0,0,0,0.4) !important;
  font-size: 20px !important;
  border-radius: 50% !important;
  text-decoration: none !important;
}
.product-remove a.remove:hover,
a.remove_from_wishlist:hover {
  background: #f5f0e8 !important;
  color: #a6342a !important;
}

/* ---------- Share row ---------- */
.yith-wcwl-share {
  display: flex !important;
  align-items: center !important;
  gap: 0.9rem !important;
  margin-top: 2rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid rgba(0,0,0,0.08) !important;
}
.yith-wcwl-share span.hidden-title,
.yith-wcwl-share .yith-wcwl-share-title {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgba(0,0,0,0.6) !important;
  margin-right: 0.25rem !important;
}
.yith-wcwl-share ul {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.yith-wcwl-share ul li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 50% !important;
  background: #f0ece3 !important;
  color: #1a1a1a !important;
  font-size: 12px !important;
  text-decoration: none !important;
}
.yith-wcwl-share ul li a:hover { background: #e5ddcd !important; }

/* ---------- Empty state ---------- */
.yith-wcwl-empty-wishlist p,
.woocommerce-info {
  font-size: 14px !important;
  color: rgba(0,0,0,0.7) !important;
  border-top-color: #4D3223 !important;
  border-radius: 0 !important;
  padding: 1rem 1.5rem !important;
}
.woocommerce-info::before { color: #4D3223 !important; }

/* ================= Responsive ================= */
@media (max-width: 768px) {
  .yith-wcwl-wishlist-el,
  .woocommerce .wishlist_table,
  #yith-wcwl-form { padding: 0 5%; }
  .page-title, h1.entry-title { font-size: 1.6rem !important; margin-bottom: 1.25rem !important; }

  table.wishlist_table thead { display: none !important; }
  table.wishlist_table tbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.5rem 0.85rem !important;
    padding: 1rem 0 !important;
    position: relative !important;
  }
  table.wishlist_table tbody td {
    padding: 0.15rem 0 !important;
    border: none !important;
  }
  .product-thumbnail { order: -1 !important; width: 4rem !important; flex: 0 0 4rem !important; }
  .product-thumbnail img { width: 4rem !important; height: 4rem !important; }
  .product-name { width: calc(100% - 5rem) !important; }
  .product-name a { font-size: 14px !important; }
  .product-price { width: 100% !important; padding-left: 4.85rem !important; }
  .product-stock-status { width: 100% !important; padding-left: 4.85rem !important; }
  .product-add-to-cart { width: 100% !important; padding-left: 4.85rem !important; margin-top: 0.4rem !important; }
  .product-remove {
    position: absolute !important;
    top: 1rem !important;
    right: 0 !important;
    width: auto !important;
  }

  .yith-wcwl-share { flex-wrap: wrap !important; }
}/* End custom CSS */