.xb-wishlist-button__remove-style .xb-wishlist-button__text {
  color: #0000ff;
  font-weight: 600;
}
.xb-wishlist-button-collection[xb-placement="top-right"] {
  right: calc(9px + var(--xb-wishlist-x-offset, 0px)) !important;
  top: calc(7px + var(--xb-wishlist-y-offset, 0px)) !important;
}
.xb-wishlist-products__heading {
  margin: 0;
  margin-bottom: -25px;
  padding-left: 10px;
}

.product-badges--top-left {
  left: calc(7px + var(--xb-wishlist-x-offset, 0px)) !important;
  top: calc(7px + var(--xb-wishlist-y-offset, 0px)) !important;
}

.xb-wishlist-button__remove-style .xb-wishlist-button__text:hover {
  color: #00ff00 !important;
  font-weight: 600;
}
.xb-wishlist-products__title {
  color: #00f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  padding-top: 20px;
  text-align: start;
  text-transform: uppercase;
  width: 100%;
}

.xb-list-style__add-to-cart, .xb-list-style__add-to-cart {
  background-color: transparent;
  border: 1px solid #00f;
  border-radius: 4px;
  color: #00f;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0px 16px;
  position: relative;
  height: 45px;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .xb-list-style__product-name {
    gap: 10px !important;
  }
.xb-wishlist-products {
  padding: 0px;
  position: relative;
}
}

@media screen and (max-width: 576px) {
  .xb-list-style__product-info {
    flex: 1;
  padding-right: 5px;
  }
.xb-list-style__tbody th {
  padding: 10px 0px 10px 0px !important;
}
}

@media screen and (max-width: 576px) {
  .xb-list-style__action-mobile {
    align-items: center;
    display: block ruby;
    gap: 20px;
    margin-top: 8px;
  }
.xb-list-style__add-to-cart, .xb-list-style__add-to-cart {  
  padding: 0px 26px;
  height: 35px;
  margin-right: 10px;
}
.xb-list-style__product-del {
  padding: 6px 6px !important;
  height: 34px !important;
}
 .xb-wishlist-products__share-wishlist-modal {
    align-items: end;
    display: contents !important;
    flex: 1;
  }
}

.xb-list-style__tbody th, .xb-list-style__tbody tr, .xb-list-style__thead th, .xb-list-style__thead tr {
  background-color: transparent !important;
  border: none !important;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #00f !important;
  border-top: 1px solid #00f !important;
  padding: 10px;
}

.xb-list-style__product-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  word-break: break-word;
  text-transform: uppercase;
}

.xb-list-style__select {
  background-color: #fff;
  border: 1px solid #00f;
  border-radius: 4px;
  color: currentColor;
  display: flex;
  font-family: inherit;
  outline: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  font-size: 14px;
  width: 170px;
  align-items: center !important; /* vertical center */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
   appearance: none; /* optional: removes default OS style */
}

.xb-wishlist-products__no-product-img {
    width: 250px;
}

.xb-wishlist-products__no-product {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: auto;
    justify-content: center;
    padding-top: 80px;
}

.xb-wishlist-products__no-product-desc {
    font-size: 14px;
    line-height: 1.3;
    max-width: 450px;
    text-align: center;
    color: #00f;
}
.xb-wishlist-products__share-icon {
  align-items: center;
  border: 1px solid #00f;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  transition: all .3s ease-in-out;
  width: 25px;
}
.xb-wishlist-products__share-icon:hover {
  background-color: #00f;
  align-items: center;
  border: 1px solid #00f;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  transition: all .3s ease-in-out;
  width: 25px;
}
.xb-wishlist-products__style {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 10px;
  justify-content: end;
  padding-top: 0px;
  padding-right: 10px;
}

.xb-list-style {
  color: #0000ff !important;
}

.xb-wishlist-products__style {
  font-weight: 600;
  color: #00f !important;
}

.xb-pagination__page--active {
  background-color: #00f !important;
  border-color: #00f;
  color: #fff !important;
  font-size: 14px;
}
.xb-pagination__page {
  align-items: center;
  background-color: #fff;
  border: 1px solid #00f;
  border-radius: 4px;
  color: #00f;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  justify-content: center;
  padding: 0;
  transition: all .2s ease;
  width: 34px;
}
.xb-pagination__button svg {
  height: 14px;
  width: 14px;
}
.xb-pagination__button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #00f;
  border-radius: 4px;
  color: #00f;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  padding: 0;
  transition: all .2s ease;
  width: 32px;
}
.xb-list-style__hasCompareAtPrice {
  color: #00f;
  font-size: 14px;
  font-weight: 600;
}
.xb-list-style__tbody .xb-list-style__price {
  color: #0000ff;
  font-size: 14px;
  font-weight: 600;
}
.xb-list-style__product-del {
  color: #00f;
  cursor: pointer;
  display: flex;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #00f;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 12px 16px;
  position: relative;
  height: 45px;
  text-transform: uppercase;
}

.xb-list-style__compareAtPrice {
  font-size: 14px;
  margin-left: 6px;
  opacity: .6;
  text-decoration: line-through;
  color: #00f;
}
.xb-list-style__product-del:hover {
  color: #fff;
  background-color: #00f;
  text-decoration: none;
}
.xb-list-style__add-to-cart:hover {
  background-color: #00f;
  border: 1px solid #00f;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0px 16px;
  position: relative;
  height: 45px;
}
@media (max-width: 749px) {

  /* 🔥 FORCE FULL WIDTH */
  .xb-list-style__table,
  .xb-list-style__table tbody,
  .xb-list-style__table tr,
  .xb-list-style__table th {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 🔥 MAKE ROW FLEXIBLE */
  .xb-list-style__product-name {
    display: flex;
    gap: 12px;
    width: 100%;
  }

  /* IMAGE FIXED WIDTH */
  .xb-list-style__product-img {
    width: 80px;
    min-width: 80px;
  }

  /* 🔥 CONTENT TAKES REMAINING SPACE */
  .xb-list-style__product-info {
    flex: 1;
    min-width: 0; /* 🔥 MOST IMPORTANT FIX */
  }

  /* 🔥 PREVENT TEXT CUT / OVERFLOW */
  .xb-list-style__product-title,
  .xb-list-style__variant-wrapper,
  .xb-list-style__select {
    width: 100%;
    max-width: 100%;
  }

  /* SELECT DROPDOWN FULL WIDTH */
  .xb-list-style__select {
    width: 100%;
  }

  /* BUTTON ROW FULL WIDTH */
  .xb-list-style__action-mobile {
    width: 100%;
  }

}
@media (max-width: 749px) {
  .xb-list-style__table {
    table-layout: fixed;
    width: 100%;
  }

  .xb-list-style__table th {
    width: 100%;
  }
}
