.xb-wishlist-header-auto {
  margin:auto 0!important;
}
.xb-wishlist__header, .xb-header__icon {
  width:20px!important;
}
.xb-product-quantity--bottom-right {
    bottom: 8px;
    right: -8px!important;
}
.xb-header__icon .svg-wrapper{
  width: 20px !important;
    height: 20px !important;
}
.xb-wishlist-product__img img {
height: 100%;
    aspect-ratio: 1 / 1.5;
    width: 100%;
}
.xb-wishlist-product__item {
    box-shadow: none;
}
.xb-wishlist-product__title a {
    text-decoration: none;
    position: relative;
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
    color: inherit;
    margin: 0;
    transition: color .3s;
}
.xb-wishlist-product__hasCompareAtPrice {
    font-size: inherit;
    color: var(--text-light);
}
.xb-list-style__add-to-cart {
    all: unset;
    background-color: #f0ffff00;
    border: 1px solid;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 16px;
    position: relative;
    width: 100%;
    text-align: center;
    color: black;
}
.xb-wishlist-product__remove-product {
    background-color: #f0ffff00;
}
.xb-wishlist-products__share-wishlist-title, .xb-wishlist-products__title {
      font-weight: 200;
}
.xb-wishlist-products__share-wishlist-title{
      font-weight: 400;
}
.xb-wishlist-products__share-wishlist-modal {
  display:none;
}
.xb-wishlist-products__share-wishlist-item{
  display:block;
}
.xo_c98c3d6d {
  --xo-lg: 3!important;
    --xo-xl: 3!important;
  --xo-xs: 2!important;
}
.xb-wishlist-products__no-product-desc {
    font-size: 15px;
}
.xb-wishlist-products__share-icon {
    border: 0;
      width: 25px;
      height: 25px;
}
.xb-wishlist-products__caution, .xb-wishlist-products__caution a {
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #808080;
}
.xb-wishlist-products__style {
    align-items: center;
    justify-content: center;

}
.xb-wishlist-products__share-wishlist-wrapper {
  display:none;
}
.xb-wishlist-modal-share__btn svg {
    opacity: 0;
    width: 100%;
}
.xb-wishlist-modal-share__btn path{
      width: 300px !important;
    height: 300px !important;
}
.xb-wishlist-products__share-wishlist-modal, .xb-wishlist-modal-share, .xb-wishlist-modal-share__btn {
    display: flex;
    position: absolute;
    max-width: 300px;
    width: 100%;
      height: 15px;
      z-index: 1000;
}
.xb-wishlist-products__share-wishlist-title {
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: .2rem;
    opacity: 0.8;
}
.xb-wishlist-modal-share__content .xb-wishlist-products__share-wishlist-title {
  display:none;
}
.xb-wishlist-modal-share__content .xb-wishlist-products__share-wishlist, .xb-wishlist-modal-share__content .xb-wishlist-products__share-wishlist-wrapper {
  display:flex!important;
}
.xb-wishlist-modal-share__content {
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    bottom: 20px;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    left: 20%;
    padding: 10px;
    position: absolute;
    width: 170px;
    z-index: 100;
}
@media screen and (max-width: 500px) {
    .xb-wishlist-products__style {
        justify-content: center;
    }
    .xb-wishlist-page {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
.xb-wishlist-products__caution, .xb-wishlist-products__caution a {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #808080;
}
.xb-wishlist-products__no-product-desc {
    font-size: 12px;
}
.xb-wishlist__button-icon {
    display: block;
    width: 18px;
    height: 16px;
}
}