  /* .wishlist-count-bubble {
      position: absolute;
      background-color: rgb(var(--color-button));
      background: red;
      color: rgb(var(--color-button-text));
      height: 1.7rem;
      width: 1.7rem;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.9rem;
      right: 5px;
      top: 0;
      position: absolute;
      line-height: calc(1 + 0.1 / var(--font-body-scale));
  } */

  .Polaris-Button--destructive:focus {
      border-color: unset;
  }

  .Polaris-Button--destructive:hover {
      border-color: unset
  }

  .wishlist_add_cart_here {
      width: 100%;
      margin: auto;
      padding: 0px 18px;
  }

  /*empty wishlist page css*/
  .center-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /* height: 100vh; */
  }

  .center-content h2 {
      font-size: 20px;
      color: #333;
      margin: 0;
  }

  .center-content p {
      font-size: 16px;
      color: #666;
      margin: 10px 0px;
  }

  .center-content button {
      padding: 10px 20px;
      font-size: calc(0.5rem + 1vw);
      background-color: #4B6F9B;
      color: #fff;
      border: none;
      border-radius: 28px;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }

  /*wishlist collection*/
  .collection-container {
      /*display: flex;*/
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .collection {
      width: calc(50% - 20px);
      margin-bottom: 20px;
      /*padding: 20px;*/
      box-sizing: border-box;
  }

  .collection_title {
      /* font-size: 18px; */
      font-weight: 500;
      line-height: 27px;
      letter-spacing: 0.04em;
      text-align: left;
  }

  .product-list {
      display: flex;
      /*flex-wrap: wrap;*/
      /*margin: -5px;*/
      padding-top: 18px;
      width: 100%;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  .wishlist_item_count {
      font-size: 1.5rem;
      line-height: 27px;
      letter-spacing: 0.05em;
      text-align: left;
      /* width: 79px; */
      /* height: 27px; */
      gap: 0px;
      opacity: 0px;
      /* font-weight: bold; */
      padding-left: 12px;
  }

  .wishlist_title_and_count_section {
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
  }

  @media (max-width: 600px) {
      .product-list {
          padding-top: 55px;
      }

      .collection_title {
          font-size: 12px;
          padding: 12px;
          line-height: 0px;
      }
  }

  .icon_with_add_to_cart_btn {
      display: flex;
      align-items: center;
  }

  .icon_with_add_to_cart_btn button {
      margin-right: 10px;
  }

  .remove_icon_with_add_to_cart_btn svg {
      cursor: pointer;
      /* width: 50px;
    height: 30px; */
  }

  .remove_icon_with_add_to_cart_btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid;
      border-radius: 50px;
  }


  @media (max-width: 480px) {
      .remove_icon_with_add_to_cart_btn svg {
          width: 28px;
          /*height: 31px;*/
          max-height: 100%;
      }
  }

  @media (max-width: 900px) {
      .wizzy-search-results-container .wishlist-item {
          grid-template: auto / 1fr 1fr;
      }
  }

  @media (max-width: 600px) {
      .wizzy-search-results-container .wishlist-item {
          grid-template: auto / 1fr;
      }
  }

  .wishlist-images-section {
      display: grid;
      padding: 2%;
      width: 100%;
      grid-template: auto / auto auto auto;
  }

  .wishlist-image img {
      max-width: 100%;
      border: 0;
      height: 100%;
      object-fit: fill;
  }

  .wishlist-image {
      overflow: hidden;
      height: 160px;
      margin-right: 10px;
  }

  .view-list-btn {
      color: #000;
      text-transform: uppercase;
      padding: 10px;
      text-decoration: none;
      display: inline-block;
      font-weight: bold;
  }


  .wishlist-item-list-detail-name {
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      padding-right: 20px;
      position: relative;
  }

  .wishlist-divider {
      border-top: 1px solid #000;
      margin: 20px 0;
      display: flex !important;
  }

  .wishlist-item-list-detail-header {
      /*padding-top: 25px;*/
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .wishlist_item_empty {
      font-weight: bold;
      font-size: 12px;
      line-height: 14px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: .1em;
      color: #000000;
      justify-content: center;
      width: 100%;
      position: absolute;
      transform: translate(50%, -50%);
      top: 50%;
      right: 50%;
  }

  @media (max-width: 475px) {
      .wishlist_name_and_count_section .wishlist_item_empty {
          font-weight: bold;
          font-size: 12px;
          line-height: 14px;
          display: grid;
          color: #000000;
          align-self: center;
          width: 100%;
          grid-template-rows: 100%;
          padding: 15% 0%;
          position: static;
          position: relative;
      }
  }

  .wishlist_name_and_count_section {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: space-between;
      align-items: center;
  }

  .wishlist_name_and_count {
      position: relative;
      width: 100%;
      height: 100%;
  }

  .Polaris-Button {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 3.6rem;
      min-width: 3.6rem;
      margin: 0;
      padding: 0.7rem 1.6rem;
      background: linear-gradient(to bottom, white, #f9fafb);
      border: none;
      box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
      border-radius: 3px;
      line-height: 1;
      color: #212b36;
      text-align: center;
      cursor: pointer;
      -webkit-user-select: none;
      user-select: none;
      text-decoration: none;
      transition-property: background, border, box-shadow;
      transition-duration: none;
      transition-timing-function: var(--p-override-none, cubic-bezier(0.64, 0, 0.35, 1));
      -webkit-tap-highlight-color: transparent;
  }

  /* Modal Overlay */
  .CustomModal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
  }

  .CustomModal__Container {
      background: white;
      padding: 20px;
      width: 90%;
      max-width: 400px;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  .CustomModal__Header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ddd;
      margin-top: -22px;
  }

  .CustomModal__Body {
      margin-top: 20px;
      text-align: center;
  }

  .CustomTextField {
      width: 100%;
      padding: 8px;
      border: 1px solid #ddd;
      border-radius: 5px;
      text-align: center;
      font-size: 14px;
  }

  .CustomButtonGroup {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
  }

  .CustomButton {
      padding: 10px 15px;
      border: none;
      background: #f3f3f3;
      cursor: pointer;
      border-radius: 5px;
      font-weight: bold;
      transition: background 0.3s ease;
  }

  .CustomButton--primary {
      background: #4B6F9B;
      color: #fff;
  }

  .CustomModal-Close {
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
  }

  @media (max-width: 480px) {
      .CustomModal__Container {
          width: 95%;
          padding: 15px;
      }
  }

  @media (max-width: 999px) {
      .wishlist-item-list-detail-header {
          display: block;
      }

      .add_all_and_clear_all_btn {
          display: flex;
          gap: 5px;
          margin-top: 10px;
      }
  }

  .review-stars {
      font-size: 20px;
      color: #F26879;
  }

  .star {
      display: inline-block;
  }

  .star.empty {
      color: #F26879;
  }

  .star.half {
      position: relative;
      color: #ccc;
  }

  .star.half::after {
      content: '\2605';
      position: absolute;
      left: 0;
      width: 50%;
      overflow: hidden;
      color: #F26879;
  }

  .product_review_rating_section {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .product_review_rating_count {
      color: #F26879;
  }

  /* New wishlist */
  .wishlist-wrapper {
      display: flex;
      height: 100%;
      overflow: hidden;
      padding: 20px 12px;
      border-radius: 6px;
      /* border: 1px #d5d9d9 solid; */
  }

  .wishlist-categories {
      width: 300px;
      background-color: #f1dfd85e;
      padding: 8px;
      border-right: 1px solid #ddd;
      overflow-y: auto;
      border-radius: 6px;
      height: 100%;
      /* min-height: 100vh; */
  }

  .wishlist-categories h3 {
      margin-bottom: 15px;
  }

  .wishlist-categories ul {
      list-style-type: none;
      padding: 0;
  }

  .wishlist-categories li {
      padding: 8px 10px;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
      background-color: #fff;
      margin-bottom: 5px;
      border-radius: 5px;
  }

  .wishlist-categories li:hover {
      background-color: #e9e9e9;
  }

  .wishlist-products {
      flex: 1;
      padding-left: 10px;
      overflow-y: auto;
  }

  .wishlist-products h3 {
      margin-bottom: 15px;
  }

  .product-grid {
      /* display: grid; */
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
  }

  .product-item {
      background-color: #fff;
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      text-align: center;
  }

  .product-item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 10px;
  }

  .product-item h4 {
      margin: 5px 0;
  }

  .product-item p {
      color: #555;
  }

  @media (max-width: 999px) {
      .wishlist-wrapper {
          flex-direction: column;
      }

      .wishlist-categories {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #ddd;
      }

      .wishlist-products {
          padding-top: 10px;
          padding-left: 0px;
      }
  }

  .wishlist-product-card {
      display: flex;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 15px;
      background-color: #f1dfd85e;
      transition: 0.3s ease-in-out;
  }

  /* .wishlist-product-media {
    width: 200px;
    height: auto;
} */

  .wishlist-product-media img {
      border: 1px solid #ddd;
      border-radius: 14px;
      width: auto;
      height: 180px;
      object-fit: contain;
  }

  .wishlist-product-details {
      padding: 18px 30px;
      width: 100%;
      display: flex;
      align-items: center;
      column-gap: 30px;
  }

  .wishlist-product-vendor {
      font-size: 14px;
      color: #666;
      margin: 0;
  }

  .wishlist-product-title {
      font-size: 16px;
      font-weight: 600;
      margin: 5px 0;
      color: #333;
  }

  .wishlist-price-section {
      margin-top: 5px;
  }

  .wishlist-product-price {
      font-size: 18px;
      font-weight: bold;
      color: #F26879;
  }

  .wishlist-product-original-price {
      text-decoration: line-through;
      color: #999;
      margin-left: 5px;
  }

  .wishlist-product-discount {
      color: #4caf50;
      margin-left: 5px;
      font-size: 14px;
  }

  .wishlist-actions {
      display: grid;
      justify-content: flex-start;
      margin-top: 6px;
      align-items: center;
      column-gap: 14px;
      grid-template: auto / auto auto auto auto;
  }

  .sold-out-btn {
      background-color: #ccc;
      cursor: not-allowed;
  }

  .wishlist-remove-icon svg {
      width: 24px;
      height: 24px;
      cursor: pointer;
      fill: #ff4d4d;
  }

  .wishlist-remove-icon svg:hover {
      fill: #ff0000;
  }

  .wishlist-custom-grid .wishlist-actions {
      display: grid;
      justify-content: flex-start;
      margin-top: 6px;
      align-items: center;
      column-gap: 14px;
      grid-template: auto / 1fr 1fr;
      row-gap: 5px;
  }

  .wishlist-custom-grid .wishlist-product-details {
      padding: 18px 30px;
      width: 100%;
      display: grid;
      align-items: center;
      column-gap: 0px;
  }

  .wishlist-custom-grid {
      display: grid;
      grid-template: auto / 1fr 1fr 1fr;
      column-gap: 14px;
  }

  .wishlist-custom-grid .wishlist-product-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 15px;
      background-color: #f1dfd85e;
      transition: 0.3s ease-in-out;
  }

  .wishlist-custom-grid .wishlist-product-media img {
      width: 100%;
      height: 100%;
  }

  @media (max-width: 1274px) {
      .wishlist-custom-grid {
          grid-template: auto / 1fr 1fr;
      }
  }

  @media (max-width: 670px) {
      .wishlist-custom-grid {
          grid-template: auto / 1fr;
      }
  }

  @media (max-width: 999px) {
      .wishlist-product-card {
          flex-direction: column;
      }

      /* .wishlist-product-media {
        width: 100%;
        height: auto;
    } */

      .wishlist-product-media img {
          border-radius: 8px 8px 0 0;
          width: 100%;
          height: 100%;
          object-fit: contain;
      }

      .wishlist-product-details {
          padding: 15px;
          display: block;
      }

      .wishlist-acion-btn-section {
          padding-top: 8px;
      }

      .wishlist-actions {
          grid-template: auto / auto auto;
          row-gap: 8px;
      }

  }

  .product_header_section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f1dfd85e;
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
      flex-wrap: wrap;
      gap: 10px;
      border-radius: 6px;
  }

  .wishlist-header-title {
      font-size: 2rem;
      font-weight: bold;
      color: #000;
      margin: 0;
  }

  .wishlist-header-right {
      display: flex;
      align-items: center;
      gap: 5px;
      /* flex-wrap: wrap; */
  }

  .wishlist-header-count {
      font-size: 1.5rem;
      color: #000;
      margin: 0;
  }

  .wishlist-share-btn {
      border: none;
      padding: 8px 12px;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .wishlist-share-icon {
      width: 20px;
      height: 20px;
  }

  /* Search  */
  .custom-search-container {
      position: relative;
      display: flex;
      align-items: center;
      width: auto;
      border-radius: 5px;
      padding: 2px 12px;
      background: #ffffff;
      border: 1px solid #ccc;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
  }

  .custom-search-box {
      flex: 1;
      border: none;
      outline: none;
      font-size: 14px;
      padding: 6px;
      border-radius: 5px;
      background: transparent;
      position: relative;
      box-shadow: none;
  }

  .custom-search-button {
      background: none;
      border: none;
      font-size: 18px;
      cursor: pointer;
      color: #555;
      transition: color 0.3s ease-in-out;
      position: absolute;
      right: 5px;
  }

  .custom-search-container:hover {
      border-color: #333;
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
  }

  .custom-search-button:hover {
      color: #007bff;
  }


  /* Responsive Design */
  @media (max-width: 999px) {
      .product_header_section {
          flex-direction: column;
          align-items: flex-start;
      }

      .wishlist-header-right {
          justify-content: space-between;
          /* width: 100%; */
      }

      .custom-search-container {
          width: 100%;
      }
  }

  @media (max-width: 767px) {
      .wishlist-wrapper {
          height: auto;
      }
  }

  #load-more-button {
      padding: 12px 28px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      font-size: 14px;
      background-color: #4B6F9B;
      color: #fff;
      transition: 0.3s;
  }

  .load_more_btn_section {
      text-align: center;
      align-content: center;
      padding: 8px;
  }

  /* Sort By  */
  .wishlist-page-dropdown {
      position: relative;
      display: inline-block;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .wishlist-page-dropdown-btn {
      background: white;
      border: 1px solid #d4d4d4;
      padding: 8px 12px;
      cursor: pointer;
      font-size: 14px;
      border-radius: 5px;
      display: flex;
      align-items: center;
  }

  .wishlist-page-dropdown-arrow {
      margin-left: 8px;
  }

  .wishlist-page-dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      border: 1px solid #d4d4d4;
      border-radius: 5px;
      list-style: none;
      padding: 5px 0;
      margin: 0;
      width: 100%;
      z-index: 10;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .wishlist-page-dropdown-menu.show {
      display: block;
  }

  .dropdown-menu.show {
      display: block;
  }

  .wishlist-page-dropdown-menu li {
      padding: 8px 12px;
      cursor: pointer;
      font-size: 13px;
      color: #333;
  }

  .wishlist-page-dropdown-menu li:hover {
      background: #f1f1f1;
  }

  .sort-icon {
      font-size: 14px;
      color: #333;
  }

  .sort-text {
      font-size: 14px;
      color: #333;
      font-weight: bold;
  }

  /* wishlist action */
  .wishlist-actions .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 12px 18px;
      border: none;
      border-radius: 50px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      font-weight: bold;
      text-align: center;
      min-width: 120px;
      text-wrap: nowrap;
  }

  .wishlist-actions .delete {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 5px 8px;
      border-radius: 50px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      font-weight: bold;
      text-align: center;
      background-color: #f5f5f5;
      border: 1px solid #ddd;
  }

  .wishlist-header-right .delete {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 5px;
      border-radius: 50px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      font-weight: bold;
      text-align: center;
      background-color: #f5f5f5;
      border: 1px solid #ddd;
  }

  .wishlist-actions .btn.cart {
      background-color: #007bff;
      color: white;
  }

  .wishlist-actions .btn.dropdown {
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      color: black;
      position: relative;
  }

  .wishlist-actions .btn.share {
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      color: black;
  }

  .wishlist-actions .btn.delete {
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      color: red;
  }

  .move-to-wishlist-dropdown-container {
      position: relative;
      display: inline-block;
  }

  .move-to-wishlist-dropdown-menu {
      display: none;
      position: absolute;
      background-color: white;
      min-width: 160px;
      max-height: 125px;
      overflow-y: auto;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 999;
      padding: 0;
      margin: 0;
      list-style: none;
      border-radius: 6px;
      bottom: 100%;
  }

  .move-to-wishlist-dropdown-menu li {
      padding: 10px 15px;
      cursor: pointer;
  }

  .move-to-wishlist-dropdown-menu li:hover {
      background-color: #f2f2f2;
  }

  /* Share Wishlist Section */
  .wl_titles_section {
      display: flex;
      column-gap: 5px;
      text-align: center;
      border-bottom: 1px solid #ccc;
      padding: 14px;
      justify-content: center;
      align-items: center;
  }

  .wl_titles_section .titles_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 12px 0px;
      border: none;
      border-radius: 5px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      font-weight: bold;
      text-align: center;
      min-width: 120px;
      background-color: #4B6F9B;
      color: #fff;
  }

  /* .wishlist-friends-list {
    max-width: 300px;
    border-top: 1px solid #ccc;
    font-family: sans-serif;
}*/

  .wishlist-friend {
      /* border-bottom: 1px solid #ddd; */
      cursor: pointer;
  }

  .wishlist-friend-header {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      padding: 12px 10px;
      font-size: 14px;
      /* background-color: #fff; */
  }

  .wishlist-friend-content {
      display: none;
      list-style-type: none;
      padding: 10px;
      margin: 0;
      /* background: #f9f9f9; */
  }

  .wishlist-friend.open .wishlist-friend-content {
      display: block;
  }

  .wishlist-friend-btn {
      padding: 8px 60px;
      border: 1px solid #4B6F9B;
      border-radius: 5px;
      background: #4B6F9B;
      cursor: pointer;
      color: #fff;
      text-align: center;
  }

  .wishlist-friend-btn-section {
      text-align: center;
      padding: 10px;
  }