.elementor-90 .elementor-element.elementor-element-6a53682{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:32px;--padding-right:32px;}.elementor-90 .elementor-element.elementor-element-6a53682:not(.elementor-motion-effects-element-type-background), .elementor-90 .elementor-element.elementor-element-6a53682 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F2;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-90 .elementor-element.elementor-element-a5f49f4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;text-align:center;}.elementor-90 .elementor-element.elementor-element-a5f49f4 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:56px;font-weight:400;font-style:italic;color:#1F1A17;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-90 .elementor-element.elementor-element-6a53682{--content-width:1320px;}}/* Start custom CSS for shortcode, class: .elementor-element-0086293 *//* ============================================================================
   CHAFA — Wishlist Layout & Styling (Final Grid Fix)
   ============================================================================ */

/* === RESET TABLE STYLES === */
.chafa-wishlist-widget table.wishlist_table {
  width: 100% !important;
  border: none !important;
  border-collapse: collapse !important;
  background: transparent !important;
  box-shadow: none !important;
  margin-bottom: 40px !important;
  table-layout: auto !important; /* Forces the browser to respect the column widths */
}

/* Hide the duplicate plugin-generated title if it exists */
.chafa-wishlist-widget .wishlist-title {
  display: none !important; 
}

/* === TABLE HEADERS === */
.chafa-wishlist-widget table.wishlist_table thead th {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #8A7A6A !important;
  padding: 16px 8px !important;
  border: none !important;
  border-bottom: 0.5px solid #E5DDD0 !important;
  background: transparent !important;
  vertical-align: bottom !important;
}

/* Keep these headers in the HTML to preserve the grid, but hide their text */
.chafa-wishlist-widget table.wishlist_table thead th.product-remove {
  width: 40px !important;
  padding-left: 0 !important; /* Flush left */
  color: transparent !important;
}

.chafa-wishlist-widget table.wishlist_table thead th.product-thumbnail {
  width: 90px !important;
  color: transparent !important;
}

/* === EXACT COLUMN ALIGNMENTS (Matches TH to TD) === */

/* Product Name */
.chafa-wishlist-widget table.wishlist_table th.product-name,
.chafa-wishlist-widget table.wishlist_table td.product-name {
  text-align: left !important;
  padding-left: 0 !important;
}

/* Unit Price */
.chafa-wishlist-widget table.wishlist_table th.product-price,
.chafa-wishlist-widget table.wishlist_table td.product-price {
  text-align: center !important;
  width: 120px !important;
}

/* Stock Status */
.chafa-wishlist-widget table.wishlist_table th.product-stock-status,
.chafa-wishlist-widget table.wishlist_table td.product-stock-status {
  text-align: center !important;
  width: 150px !important;
}

/* Add to Cart */
.chafa-wishlist-widget table.wishlist_table th.product-add-to-cart,
.chafa-wishlist-widget table.wishlist_table td.product-add-to-cart {
  text-align: right !important;
  padding-right: 0 !important; /* Flush right */
  width: 180px !important;
}

/* Hide header text for the 'Add to Cart' column if the plugin generates one */
.chafa-wishlist-widget table.wishlist_table thead th.product-add-to-cart {
  color: transparent !important;
}


/* === TABLE ROWS & CELLS === */
.chafa-wishlist-widget table.wishlist_table tbody tr {
  border-bottom: 0.5px solid #E5DDD0 !important;
  background: transparent !important;
}

.chafa-wishlist-widget table.wishlist_table tbody tr:last-child {
  border-bottom: none !important;
}

.chafa-wishlist-widget table.wishlist_table td {
  padding: 24px 8px !important;
  vertical-align: middle !important;
  border: none !important;
  background: transparent !important;
}


/* === REMOVE BUTTON (X) === */
.chafa-wishlist-widget td.product-remove a.remove {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: 0.5px solid #E5DDD0 !important;
  color: #8A7A6A !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.chafa-wishlist-widget td.product-remove a.remove:hover {
  background: #1F1A17 !important;
  color: #FAF7F2 !important;
  border-color: #1F1A17 !important;
}


/* === PRODUCT THUMBNAIL === */
.chafa-wishlist-widget td.product-thumbnail {
  padding-right: 16px !important;
}

.chafa-wishlist-widget td.product-thumbnail img {
  width: 80px !important;
  height: 100px !important;
  max-width: 80px !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 2px !important;
  display: block !important;
  box-shadow: none !important;
}


/* === PRODUCT NAME === */
.chafa-wishlist-widget td.product-name a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #1F1A17 !important;
  text-decoration: none !important;
  letter-spacing: 0.2px !important;
  transition: color 0.3s ease !important;
}

.chafa-wishlist-widget td.product-name a:hover {
  color: #A8745A !important;
}


/* === PRICE & STOCK STATUS === */
.chafa-wishlist-widget td.product-price {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #1F1A17 !important;
}

.chafa-wishlist-widget td.product-stock-status span {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #8A7A6A !important; 
}


/* === ADD TO CART BUTTON === */
.chafa-wishlist-widget td.product-add-to-cart a {
  display: inline-block !important;
  padding: 14px 28px !important;
  background: #1F1A17 !important;
  color: #FAF7F2 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 0.8px solid #1F1A17 !important;
  border-radius: 1px !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.chafa-wishlist-widget td.product-add-to-cart a:hover {
  background: transparent !important;
  color: #1F1A17 !important;
}


/* === SOCIAL SHARE SECTION === */
.chafa-wishlist-widget .yith-wcwl-share {
  margin-top: 40px !important;
}

.chafa-wishlist-widget .yith-wcwl-share h4.yith-wcwl-share-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #1F1A17 !important;
  margin-bottom: 16px !important;
}

.chafa-wishlist-widget .yith-wcwl-share ul li a {
  filter: grayscale(100%) opacity(0.6) !important;
  transition: all 0.3s ease !important;
}

.chafa-wishlist-widget .yith-wcwl-share ul li a:hover {
  filter: grayscale(0%) opacity(1) !important;
}


/* === RESPONSIVE STACKING (MOBILE) === */
@media (max-width: 768px) {
  .chafa-wishlist-widget table.wishlist_table thead {
    display: none !important;
  }
  
  .chafa-wishlist-widget table.wishlist_table tbody tr {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    padding: 32px 0 !important;
  }
  
  .chafa-wishlist-widget table.wishlist_table td {
    display: block !important;
    text-align: center !important;
    padding: 8px 0 !important;
    width: 100% !important;
  }

  .chafa-wishlist-widget td.product-remove {
    position: absolute !important;
    top: 16px !important;
    right: 0 !important;
    width: auto !important;
  }

  .chafa-wishlist-widget td.product-thumbnail {
    padding: 0 0 16px 0 !important;
  }
  
  .chafa-wishlist-widget td.product-add-to-cart {
    margin-top: 16px !important;
    text-align: center !important;
  }
}/* End custom CSS */