.elementor-300 .elementor-element.elementor-element-75b01bcf{--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 for container, class: .elementor-element-75b01bcf *//*
 * صفحة المفضلة — Astra + Elementor + YITH WooCommerce Wishlist
 * استبدل كود الصفحة القديم بالكامل بهذا الملف.
 * Page ID: 300
 */

/* =========================================================
   01. DESIGN TOKENS
   ========================================================= */

:root {
  --wl-primary: #0d6854;
  --wl-primary-dark: #084c3e;
  --wl-primary-hover: #0a5948;
  --wl-primary-soft: #eaf5f1;
  --wl-primary-softer: #f4faf7;
  --wl-gold: #d3a64a;
  --wl-danger: #cf4148;
  --wl-danger-soft: #fff1f2;
  --wl-page: #f6f8f7;
  --wl-card: #ffffff;
  --wl-text: #17221f;
  --wl-text-soft: #60706a;
  --wl-muted: #8a9691;
  --wl-border: #e2eae7;
  --wl-border-strong: #d3dfda;
  --wl-shadow: 0 18px 55px rgba(23, 53, 44, 0.08);
  --wl-shadow-card: 0 8px 28px rgba(23, 53, 44, 0.07);
  --wl-radius-sm: 10px;
  --wl-radius-md: 14px;
  --wl-radius-lg: 20px;
  --wl-radius-xl: 26px;
  --wl-ease: 220ms ease;
}

/* =========================================================
   02. PAGE + ASTRA / ELEMENTOR RESET
   ========================================================= */

body.page-id-300 {
  overflow-x: hidden;
  background: var(--wl-page);
}

body.page-id-300 #primary,
body.page-id-300 #main,
#post-300,
#post-300 .entry-content,
#post-300 .elementor,
#post-300 .elementor-element,
#yith-wcwl-form,
#yith-wcwl-form * {
  box-sizing: border-box;
}

body.page-id-300 #primary {
  width: 100%;
  margin-top: 0 !important;
}

#post-300 {
  direction: rtl;
  padding: 0 !important;
  background: transparent !important;
  color: var(--wl-text);
  font-family: "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
}

#post-300 .entry-content,
#post-300 .elementor-300 {
  width: 100%;
  margin: 0;
}

#post-300 .elementor-element-75b01bcf {
  padding: 0 !important;
}

#post-300 .elementor-element-75b01bcf > .e-con-inner {
  width: min(calc(100% - 40px), 1240px);
  max-width: 1240px;
  margin-inline: auto;
  padding: 0 !important;
}

#post-300 p {
  margin-top: 0;
}

#yith-wcwl-form p:empty,
#yith-wcwl-form br:only-child {
  display: none !important;
}

/* =========================================================
   03. PAGE TITLE
   ========================================================= */

#post-300 > .entry-header {
  width: min(calc(100% - 40px), 1240px);
  margin: clamp(36px, 5vw, 68px) auto clamp(28px, 4vw, 44px) !important;
  padding: 0;
  text-align: center;
}

#post-300 > .entry-header .entry-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 19px;
  color: var(--wl-text);
  font-family: "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

#post-300 > .entry-header .entry-title::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 52px;
  height: 4px;
  transform: translateX(50%);
  background: linear-gradient(90deg, var(--wl-primary), #3c927d);
  border-radius: 999px;
}

#post-300 > .entry-header .entry-title::after {
  content: "المنتجات التي حفظتها للرجوع إليها لاحقًا";
  display: block;
  width: max-content;
  max-width: min(86vw, 560px);
  margin-top: 14px;
  color: var(--wl-text-soft);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
}

/* =========================================================
   04. MAIN WISHLIST SHELL
   ========================================================= */

#yith-wcwl-form {
  position: relative;
  width: 100%;
  margin: 0 0 72px;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  background: var(--wl-card);
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius-xl);
  box-shadow: var(--wl-shadow);
}

#yith-wcwl-form::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--wl-primary-dark),
    var(--wl-primary) 58%,
    var(--wl-gold)
  );
}

/* =========================================================
   05. LIST TITLE + EDIT CONTROL
   ========================================================= */

#yith-wcwl-form .wishlist-title-container {
  margin: 0 0 28px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--wl-border);
}

#yith-wcwl-form .wishlist-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
}

#yith-wcwl-form .wishlist-title h2 {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  color: var(--wl-text);
  font-family: inherit;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.55;
}

#yith-wcwl-form .wishlist-title h2::before {
  content: "♡";
  display: inline-flex;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  background: var(--wl-primary-soft);
  color: var(--wl-primary);
  border: 1px solid rgba(13, 104, 84, 0.08);
  border-radius: 13px;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

#yith-wcwl-form .wishlist-title p {
  margin: 0 !important;
}

#yith-wcwl-form .show-title-form {
  display: inline-flex !important;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 !important;
  padding: 9px 15px !important;
  background: #f7faf8 !important;
  color: var(--wl-primary) !important;
  border: 1px solid var(--wl-border-strong) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background var(--wl-ease),
    border-color var(--wl-ease),
    transform var(--wl-ease);
}

#yith-wcwl-form .show-title-form:hover {
  transform: translateY(-1px);
  background: var(--wl-primary-soft) !important;
  border-color: rgba(13, 104, 84, 0.24) !important;
}

#yith-wcwl-form .show-title-form svg {
  width: 17px;
  height: 17px;
}

#yith-wcwl-form .show-title-form > br,
#yith-wcwl-form td > p > br,
#yith-wcwl-form th .nobr > br {
  display: none !important;
}

/* =========================================================
   06. EDIT TITLE FORM
   ========================================================= */

#yith-wcwl-form .hidden-title-form {
  width: 100%;
  margin-top: 18px;
  padding: 18px;
  background: var(--wl-primary-softer);
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius-md);
}

#yith-wcwl-form .hidden-title-form input[type="text"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  background: #fff;
  color: var(--wl-text);
  border: 1px solid var(--wl-border-strong);
  border-radius: 11px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition:
    border-color var(--wl-ease),
    box-shadow var(--wl-ease);
}

#yith-wcwl-form .hidden-title-form input[type="text"]:focus {
  border-color: var(--wl-primary);
  box-shadow: 0 0 0 3px rgba(13, 104, 84, 0.11);
}

#yith-wcwl-form .edit-title-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

#yith-wcwl-form .edit-title-buttons a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--wl-text-soft);
  border: 1px solid var(--wl-border);
  border-radius: 10px;
  transition: all var(--wl-ease);
}

#yith-wcwl-form .edit-title-buttons .save-title-form {
  background: var(--wl-primary);
  color: #fff;
  border-color: var(--wl-primary);
}

#yith-wcwl-form .edit-title-buttons .save-title-form:hover {
  transform: translateY(-1px);
  background: var(--wl-primary-dark);
}

#yith-wcwl-form .edit-title-buttons .hide-title-form:hover {
  background: var(--wl-danger-soft);
  color: var(--wl-danger);
  border-color: rgba(207, 65, 72, 0.2);
}

/* =========================================================
   07. DESKTOP TABLE
   ========================================================= */

#yith-wcwl-form .wishlist_table {
  width: 100% !important;
  table-layout: fixed;
  margin: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wl-border) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: var(--wl-radius-lg);
}

#yith-wcwl-form .wishlist_table thead {
  display: table-header-group;
  background: #f2f7f4;
}

#yith-wcwl-form .wishlist_table thead tr {
  display: table-row;
}

#yith-wcwl-form .wishlist_table thead th {
  height: 60px;
  padding: 14px 12px !important;
  background: transparent !important;
  color: #52635d;
  border: 0 !important;
  border-bottom: 1px solid var(--wl-border) !important;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

#yith-wcwl-form .wishlist_table thead th.product-name {
  text-align: right;
}

#yith-wcwl-form .wishlist_table th.product-remove {
  width: 58px;
}

#yith-wcwl-form .wishlist_table th.product-thumbnail {
  width: 122px;
}

#yith-wcwl-form .wishlist_table th.product-name {
  width: auto;
}

#yith-wcwl-form .wishlist_table th.product-price {
  width: 142px;
}

#yith-wcwl-form .wishlist_table th.product-stock-status {
  width: 148px;
}

#yith-wcwl-form .wishlist_table th.product-add-to-cart {
  width: 178px;
}

#yith-wcwl-form .wishlist_table tbody tr {
  display: table-row;
  background: #fff;
  transition: background var(--wl-ease);
}

#yith-wcwl-form .wishlist_table tbody tr:hover {
  background: #fbfdfc;
}

#yith-wcwl-form .wishlist_table tbody td {
  padding: 18px 12px !important;
  vertical-align: middle !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wl-border) !important;
  font-family: inherit;
  text-align: center !important;
}

#yith-wcwl-form .wishlist_table tbody tr:last-child td {
  border-bottom: 0 !important;
}

#yith-wcwl-form .wishlist_table td > p {
  margin: 0 !important;
}

/* =========================================================
   08. PRODUCT IMAGE
   ========================================================= */

#yith-wcwl-form .wishlist_table .product-thumbnail a {
  display: flex !important;
  width: 92px !important;
  height: 92px !important;
  max-width: none !important;
  align-items: center;
  justify-content: center;
  margin: auto !important;
  padding: 0 !important;
  overflow: hidden;
  background: #f7f9f8;
  border: 1px solid var(--wl-border) !important;
  border-radius: 14px;
  transition:
    border-color var(--wl-ease),
    box-shadow var(--wl-ease),
    transform var(--wl-ease);
}

#yith-wcwl-form .wishlist_table .product-thumbnail a:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 104, 84, 0.22) !important;
  box-shadow: 0 9px 22px rgba(13, 104, 84, 0.1);
}

#yith-wcwl-form .wishlist_table .product-thumbnail img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 13px !important;
  transform: scale(1.03);
  transition: transform 300ms ease;
}

#yith-wcwl-form .wishlist_table .product-thumbnail a:hover img {
  transform: scale(1.08);
}

/* =========================================================
   09. PRODUCT NAME + PRICE
   ========================================================= */

#yith-wcwl-form .wishlist_table td.product-name {
  min-width: 0;
  padding-right: 18px !important;
  text-align: right !important;
}

#yith-wcwl-form .wishlist_table td.product-name a {
  display: inline;
  overflow-wrap: anywhere;
  color: var(--wl-text) !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.9;
  text-decoration: none !important;
  transition: color var(--wl-ease);
}

#yith-wcwl-form .wishlist_table td.product-name a:hover {
  color: var(--wl-primary) !important;
}

#yith-wcwl-form .wishlist_table td.product-price {
  direction: rtl;
}

#yith-wcwl-form .wishlist_table td.product-price p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

#yith-wcwl-form .wishlist_table td.product-price del {
  color: #9ca8a3;
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
}

#yith-wcwl-form .wishlist_table td.product-price ins {
  color: var(--wl-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

#yith-wcwl-form .wishlist_table td.product-price > .amount,
#yith-wcwl-form .wishlist_table td.product-price p > .amount,
#yith-wcwl-form .wishlist_table td.product-price ins .amount {
  color: var(--wl-primary);
  font-size: 14px;
  font-weight: 800 !important;
}

#yith-wcwl-form .woocommerce-Price-currencySymbol {
  margin-inline-start: 3px;
  font-size: 0.78em;
  font-weight: 700;
}

/* =========================================================
   10. STOCK BADGES
   ========================================================= */

#yith-wcwl-form .wishlist-in-stock,
#yith-wcwl-form .wishlist-out-of-stock {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  white-space: nowrap;
}

#yith-wcwl-form .wishlist-in-stock {
  background: #eaf7f1;
  color: #167d4d;
  border: 1px solid #d1ebdd;
}

#yith-wcwl-form .wishlist-in-stock::before,
#yith-wcwl-form .wishlist-out-of-stock::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
}

#yith-wcwl-form .wishlist-in-stock::before {
  background: #27a269;
  box-shadow: 0 0 0 3px rgba(39, 162, 105, 0.11);
}

#yith-wcwl-form .wishlist-out-of-stock {
  background: var(--wl-danger-soft);
  color: var(--wl-danger);
  border: 1px solid #f1d4d7;
}

#yith-wcwl-form .wishlist-out-of-stock::before {
  background: var(--wl-danger);
  box-shadow: 0 0 0 3px rgba(207, 65, 72, 0.1);
}

/* =========================================================
   11. ADD TO CART BUTTON
   ========================================================= */

#yith-wcwl-form .wishlist_table td.product-add-to-cart {
  text-align: left !important;
}

#yith-wcwl-form .product-add-to-cart p {
  display: flex;
  justify-content: flex-end;
}

#yith-wcwl-form .product-add-to-cart a.add_to_cart,
#yith-wcwl-form .product-add-to-cart .add_to_cart_button,
#yith-wcwl-form .product-add-to-cart a.button {
  display: inline-flex !important;
  width: auto !important;
  min-width: 142px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 10px 17px !important;
  background: var(--wl-primary) !important;
  color: #fff !important;
  border: 1px solid var(--wl-primary) !important;
  border-radius: 11px !important;
  box-shadow: 0 6px 16px rgba(13, 104, 84, 0.17) !important;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background var(--wl-ease),
    border-color var(--wl-ease),
    box-shadow var(--wl-ease),
    transform var(--wl-ease) !important;
}

#yith-wcwl-form .product-add-to-cart a.add_to_cart::before,
#yith-wcwl-form .product-add-to-cart .add_to_cart_button::before,
#yith-wcwl-form .product-add-to-cart a.button::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437m0 0L6.75 11.25A2.25 2.25 0 008.92 12.9h7.922a2.25 2.25 0 002.17-1.65l1.38-5.178a.563.563 0 00-.544-.708H5.106zM8.25 21a.75.75 0 100-1.5.75.75 0 000 1.5zm9.75 0a.75.75 0 100-1.5.75.75 0 000 1.5z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437m0 0L6.75 11.25A2.25 2.25 0 008.92 12.9h7.922a2.25 2.25 0 002.17-1.65l1.38-5.178a.563.563 0 00-.544-.708H5.106zM8.25 21a.75.75 0 100-1.5.75.75 0 000 1.5zm9.75 0a.75.75 0 100-1.5.75.75 0 000 1.5z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

#yith-wcwl-form .product-add-to-cart a:hover {
  transform: translateY(-2px);
  background: var(--wl-primary-dark) !important;
  border-color: var(--wl-primary-dark) !important;
  box-shadow: 0 9px 22px rgba(13, 104, 84, 0.23) !important;
}

#yith-wcwl-form .product-add-to-cart a:active {
  transform: translateY(0);
}

/* =========================================================
   12. REMOVE CONTROL
   ========================================================= */

#yith-wcwl-form .wishlist_table td.product-remove {
  text-align: center !important;
}

#yith-wcwl-form .remove_from_wishlist {
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #f7faf8 !important;
  color: #929e99 !important;
  border: 1px solid var(--wl-border) !important;
  border-radius: 9px !important;
  font-family: Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition:
    background var(--wl-ease),
    color var(--wl-ease),
    border-color var(--wl-ease),
    transform var(--wl-ease) !important;
}

#yith-wcwl-form .remove_from_wishlist:hover {
  transform: rotate(3deg) scale(1.05);
  background: var(--wl-danger-soft) !important;
  color: var(--wl-danger) !important;
  border-color: rgba(207, 65, 72, 0.22) !important;
}

/* =========================================================
   13. SHARE + EMPTY STATE
   ========================================================= */

#yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-top: 28px;
}

#yith-wcwl-form .yith-wcwl-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin: 0 !important;
  padding: 20px;
  background: #f6faf8;
  border: 1px solid var(--wl-border);
  border-radius: var(--wl-radius-md);
}

#yith-wcwl-form .yith-wcwl-share-title {
  margin: 0 !important;
  color: var(--wl-text-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

#yith-wcwl-form .yith-wcwl-share ul {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#yith-wcwl-form .yith-wcwl-share li {
  margin: 0 !important;
  padding: 0 !important;
}

#yith-wcwl-form .yith-wcwl-share li > a {
  display: flex !important;
  width: 38px !important;
  height: 38px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  color: var(--wl-primary) !important;
  border: 1px solid var(--wl-border) !important;
  border-radius: 10px !important;
  transition:
    color var(--wl-ease),
    background var(--wl-ease),
    border-color var(--wl-ease),
    transform var(--wl-ease),
    box-shadow var(--wl-ease);
}

#yith-wcwl-form .yith-wcwl-share li > a:hover {
  transform: translateY(-2px);
  background: var(--wl-primary) !important;
  color: #fff !important;
  border-color: var(--wl-primary) !important;
  box-shadow: 0 6px 14px rgba(13, 104, 84, 0.16);
}

#yith-wcwl-form .yith-wcwl-share svg {
  width: 15px !important;
  height: 15px !important;
}

#yith-wcwl-form .yith-wcwl-share a > br,
#yith-wcwl-form .yith-wcwl-share li p,
#yith-wcwl-form .yith-wcwl-share rect {
  display: none !important;
}

#yith-wcwl-form .wishlist-empty,
#yith-wcwl-form .woocommerce-info {
  margin: 0 !important;
  padding: 30px 20px !important;
  background: var(--wl-primary-softer) !important;
  color: var(--wl-text-soft) !important;
  border: 1px dashed var(--wl-border-strong) !important;
  border-radius: var(--wl-radius-md) !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.9;
  text-align: center;
}

/* =========================================================
   14. TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 769px) {
  #post-300 .elementor-element-75b01bcf > .e-con-inner,
  #post-300 > .entry-header {
    width: min(calc(100% - 30px), 1240px);
  }

  #yith-wcwl-form {
    padding: 24px 18px;
  }

  #yith-wcwl-form .wishlist_table th.product-thumbnail {
    width: 106px;
  }

  #yith-wcwl-form .wishlist_table th.product-price {
    width: 122px;
  }

  #yith-wcwl-form .wishlist_table th.product-stock-status {
    width: 130px;
  }

  #yith-wcwl-form .wishlist_table th.product-add-to-cart {
    width: 148px;
  }

  #yith-wcwl-form .wishlist_table thead th,
  #yith-wcwl-form .wishlist_table tbody td {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  #yith-wcwl-form .wishlist_table .product-thumbnail a {
    width: 80px !important;
    height: 80px !important;
  }

  #yith-wcwl-form .wishlist_table td.product-name a {
    font-size: 12px;
    line-height: 1.75;
  }

  #yith-wcwl-form .product-add-to-cart a.add_to_cart,
  #yith-wcwl-form .product-add-to-cart .add_to_cart_button,
  #yith-wcwl-form .product-add-to-cart a.button {
    min-width: 122px;
    padding-inline: 11px !important;
    font-size: 10px !important;
  }
}

/* =========================================================
   15. MOBILE — EXACT YITH MOBILE TEMPLATE
   The plugin uses UL > LI on phones, not the desktop table.
   ========================================================= */

@media (max-width: 768px) {
  body.page-id-300 {
    overflow-x: clip !important;
  }

  body.page-id-300 #content,
  body.page-id-300 .site-content,
  body.page-id-300 #content > .ast-container,
  body.page-id-300 .ast-container,
  body.page-id-300 #primary,
  body.page-id-300 #main,
  #post-300,
  #post-300 .entry-content,
  #post-300 .elementor,
  #post-300 .elementor-section,
  #post-300 .elementor-container,
  #post-300 .elementor-column,
  #post-300 .elementor-widget-wrap,
  #post-300 .elementor-widget,
  #post-300 .elementor-widget-container,
  #post-300 .elementor-shortcode,
  #post-300 .e-con,
  #post-300 .e-con-inner {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.page-id-300 #content > .ast-container,
  body.page-id-300 .site-content > .ast-container {
    display: block !important;
    padding-inline: 10px !important;
  }

  body.page-id-300 #primary,
  body.page-id-300 #main,
  #post-300,
  #post-300 .entry-content {
    float: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }

  #post-300 .elementor-element-75b01bcf,
  #post-300 .elementor-element-75b01bcf > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }

  #post-300 > .entry-header {
    width: calc(100% - 20px) !important;
    margin: 26px auto 24px !important;
  }

  #post-300 > .entry-header .entry-title {
    max-width: 100%;
    padding-bottom: 15px;
    font-size: clamp(24px, 7.4vw, 30px);
    line-height: 1.5;
    letter-spacing: -0.025em;
  }

  #post-300 > .entry-header .entry-title::before {
    width: 44px;
    height: 3px;
  }

  #post-300 > .entry-header .entry-title::after {
    width: auto;
    max-width: calc(100vw - 36px);
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.9;
    white-space: normal;
  }

  #yith-wcwl-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 40px !important;
    padding: 18px 10px 12px !important;
    overflow: visible !important;
    border-radius: 19px !important;
    box-shadow: 0 10px 34px rgba(23, 53, 44, 0.075) !important;
  }

  #yith-wcwl-form::before {
    height: 3px;
    border-radius: 19px 19px 0 0;
  }

  #yith-wcwl-form .wishlist-title-container {
    margin: 0 0 15px !important;
    padding: 0 2px 16px !important;
  }

  #yith-wcwl-form .wishlist-title {
    width: 100%;
    align-items: center;
    gap: 9px;
  }

  #yith-wcwl-form .wishlist-title h2 {
    min-width: 0;
    gap: 8px;
    font-size: 15px;
    line-height: 1.65;
  }

  #yith-wcwl-form .wishlist-title h2::before {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    border-radius: 10px;
    font-size: 22px;
  }

  #yith-wcwl-form .show-title-form {
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
    flex: 0 0 37px;
    padding: 0 !important;
    border-radius: 10px !important;
    font-size: 0 !important;
  }

  #yith-wcwl-form .show-title-form svg {
    width: 16px;
    height: 16px;
  }

  #yith-wcwl-form .hidden-title-form {
    margin-top: 13px;
    padding: 12px;
  }

  /* Hide the desktop table only when YITH has rendered its mobile list. */
  #yith-wcwl-form table.wishlist_table:not(.mobile) {
    max-width: 100% !important;
  }

  /* Main YITH mobile list. */
  #yith-wcwl-form ul.wishlist_table.mobile,
  #yith-wcwl-form ul.shop_table.wishlist_table.mobile {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    list-style: none !important;
  }

  /* One complete product card. */
  #yith-wcwl-form ul.wishlist_table.mobile > li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid var(--wl-border) !important;
    border-radius: 17px !important;
    box-shadow: 0 8px 24px rgba(23, 53, 44, 0.07) !important;
    list-style: none !important;
  }

  /* Image + name + price become one full-width vertical block. */
  #yith-wcwl-form ul.wishlist_table.mobile > li > .item-wrapper {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-thumbnail {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-thumbnail a {
    display: flex !important;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    height: 132px !important;
    flex: 0 0 132px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f7faf8 !important;
    border: 1px solid var(--wl-border) !important;
    border-radius: 15px !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-thumbnail img {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: 14px !important;
    transform: none !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .item-details {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-name,
  #yith-wcwl-form ul.wishlist_table.mobile .product-name h3 {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-name h3 a {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 28px !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    color: var(--wl-text) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.85 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  /* Price and variation table: restore real table geometry. */
  #yith-wcwl-form ul.wishlist_table.mobile table.item-details-table,
  #yith-wcwl-form ul.wishlist_table.mobile table.additional-info {
    display: table !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: auto !important;
    margin: 13px 0 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f8fbfa !important;
    border: 1px solid var(--wl-border) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 12px !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table.item-details-table tbody,
  #yith-wcwl-form ul.wishlist_table.mobile table.additional-info tbody {
    display: table-row-group !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table.item-details-table tr,
  #yith-wcwl-form ul.wishlist_table.mobile table.additional-info tr {
    display: table-row !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table.item-details-table td,
  #yith-wcwl-form ul.wishlist_table.mobile table.additional-info td {
    display: table-cell !important;
    width: auto !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--wl-border) !important;
    font-family: inherit !important;
    line-height: 1.7 !important;
    text-align: right !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table.item-details-table tr:last-child td,
  #yith-wcwl-form ul.wishlist_table.mobile table.additional-info tr:last-child td {
    border-bottom: 0 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table td.label {
    width: 34% !important;
    color: var(--wl-text-soft) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table td.value,
  #yith-wcwl-form ul.wishlist_table.mobile table td.product-quantity {
    width: 66% !important;
    color: var(--wl-text) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-align: left !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .item-details-table .value del {
    display: inline-block !important;
    margin-inline-end: 6px !important;
    color: #99a49f !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .item-details-table .value ins,
  #yith-wcwl-form ul.wishlist_table.mobile .item-details-table .value > .amount,
  #yith-wcwl-form ul.wishlist_table.mobile .item-details-table .value ins .amount {
    display: inline-block !important;
    color: var(--wl-primary) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }

  /* Stock + actions. */
  #yith-wcwl-form ul.wishlist_table.mobile .additional-info-wrapper {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table.additional-info {
    margin-top: 12px !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .wishlist-in-stock,
  #yith-wcwl-form ul.wishlist_table.mobile .wishlist-out-of-stock {
    min-height: 30px !important;
    padding: 5px 9px !important;
    font-size: 9px !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-add-to-cart {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-add-to-cart p {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-add-to-cart a.add_to_cart,
  #yith-wcwl-form ul.wishlist_table.mobile .product-add-to-cart .add_to_cart_button,
  #yith-wcwl-form ul.wishlist_table.mobile .product-add-to-cart a.button {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border-radius: 11px !important;
    font-size: 11px !important;
    text-align: center !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-remove {
    position: absolute !important;
    z-index: 5 !important;
    top: 12px !important;
    left: 12px !important;
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-remove .remove_from_wishlist {
    display: flex !important;
    width: 34px !important;
    height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff5f5 !important;
    color: var(--wl-danger) !important;
    border: 1px solid #f1d6d8 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-remove .remove_from_wishlist::before {
    content: "" !important;
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.9'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 7.5h12m-10.5 0 .7 11h7.6l.7-11M9.5 7.5V5.8c0-.7.6-1.3 1.3-1.3h2.4c.7 0 1.3.6 1.3 1.3v1.7M10 10.5v5m4-5v5'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.9'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 7.5h12m-10.5 0 .7 11h7.6l.7-11M9.5 7.5V5.8c0-.7.6-1.3 1.3-1.3h2.4c.7 0 1.3.6 1.3 1.3v1.7M10 10.5v5m4-5v5'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-remove i {
    display: none !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-checkbox {
    position: absolute !important;
    z-index: 5 !important;
    top: 13px !important;
    right: 13px !important;
    margin: 0 !important;
  }

  #yith-wcwl-form .yith_wcwl_wishlist_footer {
    margin-top: 16px;
  }

  #yith-wcwl-form .yith-wcwl-share {
    flex-direction: column;
    gap: 10px;
    padding: 16px 11px;
    border-radius: 13px;
  }

  #yith-wcwl-form .yith-wcwl-share-title {
    font-size: 11px;
    text-align: center;
  }
}

/* =========================================================
   16. SMALL PHONES — 360PX AND BELOW
   ========================================================= */

@media (max-width: 360px) {
  body.page-id-300 #content > .ast-container,
  body.page-id-300 .site-content > .ast-container {
    padding-inline: 6px !important;
  }

  #yith-wcwl-form {
    padding: 16px 7px 10px !important;
    border-radius: 16px !important;
  }

  #yith-wcwl-form .wishlist-title h2 {
    font-size: 13px;
  }

  #yith-wcwl-form .wishlist-title h2::before,
  #yith-wcwl-form .show-title-form {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    flex-basis: 34px;
  }

  #yith-wcwl-form ul.wishlist_table.mobile > li {
    padding: 12px !important;
    border-radius: 15px !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-thumbnail a {
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
    height: 118px !important;
    flex-basis: 118px !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-name h3 a {
    padding-inline: 17px !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table.item-details-table td,
  #yith-wcwl-form ul.wishlist_table.mobile table.additional-info td {
    padding: 9px !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table td.label {
    width: 36% !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile table td.value,
  #yith-wcwl-form ul.wishlist_table.mobile table td.product-quantity {
    width: 64% !important;
  }

  #yith-wcwl-form ul.wishlist_table.mobile .product-remove {
    top: 10px !important;
    left: 10px !important;
  }
}

/* =========================================================
   17. ACCESSIBILITY + REDUCED MOTION
   ========================================================= */

#yith-wcwl-form a:focus-visible,
#yith-wcwl-form button:focus-visible,
#yith-wcwl-form input:focus-visible {
  outline: 3px solid rgba(13, 104, 84, 0.2) !important;
  outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
  #yith-wcwl-form *,
  #yith-wcwl-form *::before,
  #yith-wcwl-form *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */