.elementor-612 .elementor-element.elementor-element-26f4ff21{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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 );}.elementor-612 .elementor-element.elementor-element-7e29277d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-612 .elementor-element.elementor-element-26f4ff21{--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}.elementor-612 .elementor-element.elementor-element-26f4ff21.e-con{--align-self:center;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-26f4ff21 *//* =========================================================
   GMR Peptides - Premium Wishlist Page
========================================================= */

#yith-wcwl-form {
  font-family: "Poppins", sans-serif !important;
  background: #ffffff !important;
  padding: 48px 32px !important;
  border-radius: 28px !important;
  color: #111827 !important;
  box-shadow: 0 24px 70px rgba(11, 17, 32, 0.10) !important;
  border: 1px solid rgba(14, 201, 164, 0.12) !important;
}

/* Title */
#yith-wcwl-form .wishlist-title-container {
  margin-bottom: 32px !important;
}

#yith-wcwl-form .wishlist-title h2 {
  font-family: "Anek Telugu", sans-serif !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  color: #0b1120 !important;
  margin: 0 !important;
}

#yith-wcwl-form .wishlist-title h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ec9a4, #2a6ef5);
}

/* Table */
#yith-wcwl-form .wishlist_table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 18px !important;
  background: transparent !important;
  border: none !important;
}

#yith-wcwl-form .wishlist_table thead th {
  padding: 0 18px 12px !important;
  border: none !important;
  background: transparent !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

/* Product Row */
#yith-wcwl-form .wishlist_table tbody tr {
  background: #ffffff !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 40px rgba(11, 17, 32, 0.08) !important;
  transition: all 0.35s ease !important;
}

#yith-wcwl-form .wishlist_table tbody tr:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(14, 201, 164, 0.16) !important;
}

/* Cells */
#yith-wcwl-form .wishlist_table tbody td {
  padding: 22px 18px !important;
  border: none !important;
  background: #ffffff !important;
  vertical-align: middle !important;
  color: #111827 !important;
}

#yith-wcwl-form .wishlist_table tbody td:first-child {
  border-radius: 24px 0 0 24px !important;
}

#yith-wcwl-form .wishlist_table tbody td:last-child {
  border-radius: 0 24px 24px 0 !important;
}

/* Product Image */
#yith-wcwl-form .product-thumbnail img {
  width: 92px !important;
  height: 92px !important;
  object-fit: contain !important;
  padding: 10px !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(14, 201, 164, 0.12) !important;
  transition: all 0.35s ease !important;
}

#yith-wcwl-form .wishlist_table tbody tr:hover .product-thumbnail img {
  transform: scale(1.05);
}

/* Product Name */
#yith-wcwl-form .product-name,
#yith-wcwl-form .product-name a {
  font-family: "Anek Telugu", sans-serif !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #2A6EF5 !important;
  text-decoration: none !important;
}

#yith-wcwl-form .product-name a:hover {
  color: #0ec9a4 !important;
}

/* Price */
#yith-wcwl-form .product-price,
#yith-wcwl-form .product-price span,
#yith-wcwl-form .product-price .amount {
  color: #2A6EF5 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

/* Stock Status */
#yith-wcwl-form .product-stock-status {
  text-align: center !important;
}

#yith-wcwl-form .product-stock-status span,
#yith-wcwl-form .product-stock-status .wishlist-in-stock,
#yith-wcwl-form .product-stock-status .wishlist-out-of-stock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 130px !important;
  height: 50px !important;line-height: 0px;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: #2A6EF5 !important;
  border: 1px solid rgba(14, 201, 164, 0.28) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

#yith-wcwl-form .product-stock-status .wishlist-out-of-stock {
  background: rgba(239, 68, 68, 0.10) !important;
  border-color: rgba(239, 68, 68, 0.25) !important;
  color: #ef4444 !important;
}

/* Remove Button */
#yith-wcwl-form .product-remove a,
#yith-wcwl-form a.remove {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #ef4444 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

#yith-wcwl-form .product-remove a:hover,
#yith-wcwl-form a.remove:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
  transform: rotate(90deg);
}

/* Add To Cart Button */
#yith-wcwl-form .product-add-to-cart a,
#yith-wcwl-form .add_to_cart_button,
#yith-wcwl-form .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  border: none !important;
  background: linear-gradient(135deg, #0ec9a4, #2a6ef5) !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(42, 110, 245, 0.26) !important;
  transition: all 0.35s ease !important;
}

#yith-wcwl-form .product-add-to-cart a:hover,
#yith-wcwl-form .add_to_cart_button:hover,
#yith-wcwl-form .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(14, 201, 164, 0.28) !important;
}

/* Quantity */
#yith-wcwl-form .quantity {
  display: inline-flex !important;
  align-items: center !important;
  background: #f8fafc !important;
  border-radius: 999px !important;
  padding: 6px !important;
  border: 1px solid rgba(14, 201, 164, 0.14) !important;
}

#yith-wcwl-form .quantity input {
  width: 60px !important;
  border: none !important;
  background: transparent !important;
  color: #111827 !important;
  text-align: center !important;
  font-weight: 700 !important;
}

/* Empty Wishlist */
#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
  padding: 80px 30px !important;
  border-radius: 28px !important;
  background: #f8fafc !important;
  border: 1px dashed rgba(14, 201, 164, 0.35) !important;
  color: #475569 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

#yith-wcwl-form .wishlist-empty::before {
  content: "♡";
  display: block;
  font-size: 76px;
  line-height: 1;
  margin-bottom: 20px;
  color: #2A6EF5;
}

/* Footer */
#yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-top: 28px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  #yith-wcwl-form {
    padding: 38px 22px !important;
  }

  #yith-wcwl-form .wishlist_table thead {
    display: none !important;
  }

  #yith-wcwl-form .wishlist_table,
  #yith-wcwl-form .wishlist_table tbody,
  #yith-wcwl-form .wishlist_table tr,
  #yith-wcwl-form .wishlist_table td {
    display: block !important;
    width: 100% !important;
  }

  #yith-wcwl-form .wishlist_table tbody tr {
    padding: 24px !important;
    margin-bottom: 22px !important;
  }

  #yith-wcwl-form .wishlist_table tbody td {
    padding: 10px 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
  }

  #yith-wcwl-form .product-thumbnail img {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto !important;
  }

  #yith-wcwl-form .product-add-to-cart a,
  #yith-wcwl-form .add_to_cart_button,
  #yith-wcwl-form .button {
    width: 100% !important;
    max-width: 320px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  #yith-wcwl-form {
    padding: 30px 16px !important;
    border-radius: 22px !important;
  }

  #yith-wcwl-form .wishlist-title-container {
    text-align: center !important;
  }

  #yith-wcwl-form .wishlist-title h2::after {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #yith-wcwl-form .wishlist_table tbody tr {
    padding: 20px 16px !important;
    border-radius: 22px !important;
  }

  #yith-wcwl-form .product-name,
  #yith-wcwl-form .product-name a {
    font-size: 20px !important;
  }

  #yith-wcwl-form .product-stock-status span,
  #yith-wcwl-form .product-stock-status .wishlist-in-stock,
  #yith-wcwl-form .product-stock-status .wishlist-out-of-stock {
    width: 100% !important;
    min-width: unset !important;
  }

  #yith-wcwl-form .product-add-to-cart a,
  #yith-wcwl-form .add_to_cart_button,
  #yith-wcwl-form .button {
    width: 100% !important;
    max-width: 100% !important;
  }

  #yith-wcwl-form .wishlist-empty {
    padding: 60px 22px !important;
    font-size: 17px !important;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
   
    padding: 0px;
}table.wishlist_table tbody td.wishlist-empty, p.wishlist-empty

 {
   
     margin: 0px 0px !important;
}
}/* End custom CSS */