.my-wishlist-container {
}

.my-wishlist-container .right-add-box {

}

.f-wishlist-no-products {
    padding: 100px 0;
}

@media (max-width: 769px) {
    .f-wishlist-header {
        flex-direction: column;
        justify-content: center;
    }


    .my-wishlist-container .wishlist-share {
        order: 2;
    }

    .my-wishlist-container .wishlist-share .share-title {
        display: none;
    }

    .my-wishlist-container .right-add-box {
        text-align: center;
    }

    .my-wishlist-container .right-add-box .f-button {
        width: 70%;
    }
}


.f-customer-favorite-drawer {
    overscroll-behavior: contain;
}

.f-customer-favorite-drawer .f-wishlist-header {
    flex-direction: column;
    justify-content: center;
}

.f-customer-favorite-drawer .f-sharing-social {
    order: 2;
    margin-top: 15px;
}

.f-customer-favorite-drawer .right-add-box {
    text-align: center;
}

.f-customer-favorite-drawer .right-add-box .f-button {
    width: 70%;
}

.f-customer-favorite-drawer .f-mixed-layout {
    margin-left: 0;
    margin-right: 0;
}


.my-wishlist-container .right-add-box .add-new-input-button {
    margin-top: 10px;
    gap: 15px;

}

/* 页面容器 */
.wishlist-page {
    min-height: 600px;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

/* 标题 */
.wishlist-page .header-title {
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .wishlist-page .header-title {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .wishlist-page .fave-side-bar-header {
        display: block;
        text-align: center;
    }
}

/* 头部右侧区域 */
.wishlist-page .header-right {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .wishlist-page .header-right {
        flex-direction: column;
        text-align: center;
    }
}

/* 分享区域 */
.wishlist-page .wishlist-share {
    text-align: center;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .wishlist-page .wishlist-share {
        width: 100%;
        order: 2;
    }
}

.wishlist-page .share-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .wishlist-page .share-title {
        display: none;
    }
}

/* 分享列表 */
.wishlist-page .wishlist-share-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .wishlist-page .wishlist-share-list {
        margin-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
}

/* 分享按钮项 */
.wishlist-page .wishlist-share-item {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ebeef0;
    transition: all 0.3s;
    border-radius: 50%;
    margin: 0 5px;
}

/* 添加新列表按钮区域 */
.wishlist-page .add-new-button-box {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .wishlist-page .add-new-button-box {
        border: none;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

/* 添加新列表按钮 */
.wishlist-page .add-new-button {
    text-transform: uppercase;
    line-height: 1;
    width: 280px;
    height: 42px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #E1B9AE;
    transition: all 0.3s;
    border-radius: 4px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .wishlist-page .add-new-button {
        margin: 0 auto;
        width: 90%;
        max-width: 300px;
    }
}

.wishlist-page .add-new-button:hover {
    opacity: 0.75;
}

.wishlist-page .add-new-button .icon-plus {
    margin-right: 8px;
    font-weight: 600;
}

/* 添加新列表输入框 */
.wishlist-page .add-new-input {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 20px;
}

.add-new-input input {
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* 添加新列表按钮组 */
.add-new-input-button {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.add-new-input-button > div {
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px 30px;
    font-size: 14px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s;
}


/* 收藏列表项 */
.f-wishlist-page-content {
    margin-top: 40px;
}

@media (max-width: 769px) {
    .f-wishlist-page-content {
        margin-top: 20px;
    }

}

.f-wishlist-page-content .fave-side-list {
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(var(--color-border));
}

/* 收藏列表项 */
.f-wishlist-page-content .fave-side-list .f-icon-svg {
    width: 18px;
    height: 18px;
}

.f-wishlist-page-content .fave-side-list:last-child {
    border-bottom: none;
}

/* 产品标题盒子 */
.f-wishlist-page-content .products-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
}

.f-wishlist-drawer .f-wishlist-page-content .products-title-box {
    padding: 6px 0;
}


/* 产品标题盒子 */
.f-wishlist-page-content .products-title-box.collapsed .left-icon {
    transform: rotate(-180deg);
}

/* 左侧图标 */
.f-wishlist-page-content .left-icon {
    pointer-events: none;
    font-size: 20px;
}

@media (max-width: 769px) {
    .f-wishlist-page-content .left-icon {
        font-size: 16px;
    }
}

.f-wishlist-page-content .icon-arrow-down {
    transition: transform 0.3s;
}

.f-wishlist-page-content .icon-arrow-down.rotated {
    transform: rotate(180deg);
}

/* 中心名称 */
.f-wishlist-page-content .center-name {
    flex: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    user-select: none;
    text-align: left;
    padding: 0 15px;
}

@media (max-width: 769px) {
    .f-wishlist-page-content .center-name {
        text-align: center;
    }
}

.f-wishlist-page-content .center-name .name {
    pointer-events: none;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 769px) {
    .f-wishlist-page-content .center-name .name {
        font-size: 14px;
    }
}

.f-wishlist-page-content .edit-name-input {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.f-wishlist-page-content .center-name .number {
    margin-left: 8px;
    color: var(--color-cart-wishlist-count);
    font-style: normal;
    background-color: var(--bg-cart-wishlist-count);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    position: relative;
    top: -3px;

}

/* 右侧图标 */
.f-wishlist-page-content .right-icon {
    display: block;
    position: relative;
    padding: 5px;
    user-select: none;
}

.f-wishlist-page-content .right-icon .icon-more {
    display: block;
    font-weight: 600;
    cursor: pointer;
    padding: 5px;
}


/* 右侧下拉菜单 */
.f-wishlist-page-content .right-icon-dropdown {
    display: none;
    min-width: 135px;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 10px 0;
    border-radius: 4px;
    background-color: rgba(var(--color-background));
}

.f-wishlist-page-content .right-icon-dropdown.show {
    display: block;
}

.f-wishlist-page-content .right-icon-dropdown .dropdown-item {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.f-wishlist-page-content .right-icon-dropdown .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* 收藏列表项内容 */
.f-wishlist-page-content .fave-side-item {
    border-bottom: 1px solid rgb(var(--color-border));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 15px;
    padding: 15px 0;
}

.f-wishlist-page-content .fave-side-item.collapsed {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
}

.f-wishlist-page-content .fave-side-item.single-column {
    grid-template-columns: 1fr !important;
    text-align: center;
}

/* 响应式网格布局 */
@media (max-width: 1440px) {
    .f-wishlist-page-content .fave-side-item {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1190px) {
    .f-wishlist-page-content .fave-side-item {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 769px) {
    .f-wishlist-page-content .fave-side-item {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.f-customer-favorite-drawer .f-wishlist-page-content {
    padding: 0;
}

.f-customer-favorite-drawer .f-wishlist-page-content .fave-side-item {
    grid-template-columns: 1fr;

}

/* 空列表提示 */
.f-wishlist-page-content .list-empty {
    text-align: center;
    padding: 40px 0;
    font-size: 14px;
    grid-column: 1 / -1;
}

/* 产品项 */
.f-wishlist-page-content .product-item {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s;
}

.f-customer-favorite-drawer .add-new-input-button {
    margin-top: 15px;
    gap: 15px;
}

.f-customer-favorite-drawer .product-item {
    display: flex;
    align-items: flex-start;
    overflow: inherit;
}

.f-customer-favorite-drawer .f-wishlist-page-content .product-item:hover {
    box-shadow: none;
    transform: none;
}


.f-wishlist-page-content .product-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.f-wishlist-page-content .product-item:hover .remove-btn {
    display: inline-flex;
}

/* 产品图片区域 */
.f-wishlist-page-content .c-product {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 产品信息区域 */
.f-wishlist-page-content .c-info {
    margin-top: 15px;
    flex: 1;
    padding: 0 10px 15px;
}

.f-wishlist-page-content .c-info .title {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.f-wishlist-page-content .c-info .variant {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}


/* 抽屉产品图片区域 */
.f-customer-favorite-drawer .f-wishlist-page-content .c-product {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 产品信息区域 */
.f-customer-favorite-drawer .f-wishlist-page-content .c-info {
    margin-top: 15px;
    flex: 1;
    padding: 0 35px 15px 10px;
}

.f-customer-favorite-drawer .f-wishlist-page-content .c-info .title {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.f-customer-favorite-drawer .f-wishlist-page-content .c-info .variant {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}


/* 产品底部盒子 */
.f-customer-favorite-drawer .f-wishlist-page-content .item-bottom-box {
    width: 100%;
}


/* 移除按钮 */
.f-wishlist-page-content .remove-btn {
    padding: 3px;
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.f-wishlist-page-content .remove-btn:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
    right: -10px;
    bottom: -10px;
}


.f-wishlist-page-content .remove-btn:hover .icon-more {
    display: block;
}

.f-wishlist-page-content .remove-btn:hover .remove-btn-list {
    display: block;
}

.f-wishlist-page-content .remove-btn-list:hover {
    display: block;

}

/* 移除按钮列表 */
.f-wishlist-page-content .remove-btn-list {

    background: rgb(var(--color-background));
    display: none;
    width: 135px;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 35px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 10px 0;
    border-radius: 4px;
}


.f-wishlist-page-content .remove-btn-list .dropdown-item {
    position: relative;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.f-wishlist-page-content .remove-btn-list .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.f-wishlist-page-content .remove-btn-list .dropdown-item.active {
    background-color: rgba(0, 0, 0, 0.1);
}

.f-wishlist-page-content .remove-btn-list .dropdown-item.active .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

/* 登录提示 */
.f-wishlist-page-content .login-prompt {
    text-align: center;
    padding: 60px 20px;
}

.f-wishlist-page-content .login-prompt p {
    margin-bottom: 20px;
    font-size: 18px;
}

.f-wishlist-page-content .login-prompt .btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #E1B9AE;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

.f-wishlist-page-content .login-prompt .btn:hover {
    opacity: 0.8;
}

/* 模态框样式 */
#moveProductModal,
#shareModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#moveProductModal .modal-content,
#shareModal .modal-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
}

#moveProductModal h3,
#shareModal h3 {
    margin-bottom: 20px;
}

#shareModal #shareUrl {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* 收藏列表选择区域 */
#moveProductModal .collections-list {
    max-height: 300px;
    overflow-y: auto;
    margin: 20px 0;
}

#moveProductModal .collections-list .collection-item {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
}

#moveProductModal .collections-list .collection-item:hover {
    background-color: #f9f9f9;
}

#moveProductModal .collections-list .collection-item.active {
    background-color: #E1B9AE;
    color: white;
    border-color: #E1B9AE;
}

/* 按钮组 */
#moveProductModal .modal-actions,
#shareModal .share-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

/* 按钮通用样式 */
#moveProductModal .modal-actions .btn,
#shareModal .share-buttons .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}


/* 通用样式 */
.common-img-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.common-img-hover {
    position: absolute;
    object-position: center;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1);
}

.common-img-hover:hover {
    transform: scale(1.03);
}


/* 工具类 */
.flex {
    display: flex;
}

.flex-align-center {
    align-items: center;
}


.line-through {
    text-decoration: line-through;
}

.pointer {
    cursor: pointer;
}

.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wishlist-skeleton-custom-wap {
    display: none;
}

@media (max-width: 769px) {
    .wishlist-skeleton-custom-pc {
        display: none;
    }

    .wishlist-skeleton-custom-wap {
        display: flex;
    }
}

.f-customer-favorite-drawer .wishlist-skeleton-custom-pc {
    display: none;
}

.f-customer-favorite-drawer .wishlist-skeleton-custom-wap {
    display: flex;
}

.delete-content {
    text-align: center;
    padding: 30px 10px;
}

.delete-content .delete-button-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;


}

.delete-content .delete-button-box > div {
    cursor: pointer;
    margin: 0 10px;
    border: 2px solid;
    text-transform: uppercase;
    padding: 0 30px;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: center;
}

.delete-content .delete-button-box .cancel {
    border-color: #e1b9ae;
    color: #e1b9ae;
}

.delete-content .delete-button-box .delete {
    background-color: #d84242;
    border-color: #d84242;
    color: #ffffff;
}

.my-wishlist-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;

}

@media (max-width: 1024px) {
    .my-wishlist-title {
        font-size: 16px;
    }
}


.common-fave-caption-fixed {
    position: fixed;
    left: 0;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: left top;
    z-index: 99;
}

.common-fave-caption-fixed.is-prodviewed {
    top: 55%;
}

.common-fave-caption-fixed.hidden-caption {
    left: -100%;
}

.common-fave-caption-fixed .common-fave-caption {
    background-color: rgb(var(--color-background));
}

.common-fave-caption-fixed .common-fave-caption {
    left: 0;
    box-shadow: rgba(17, 34, 51, .16) 0 3px 14px;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 22px 22px;
    font-weight: 700;
    border: 0;
    letter-spacing: 1px;
    position: relative;
    box-sizing: border-box;
    padding: 7px 13px;
    min-width: 134px;
    display: flex;
}

@media (max-width: 769px) {
    .common-fave-caption-fixed .common-fave-caption {
        min-width: 40px;
        padding: 2px;
    }
}

.common-fave-caption-fixed .common-fave-caption .text {
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
}

@media (max-width: 769px) {
    .common-fave-caption-fixed .common-fave-caption .text {
        display: none;
    }
}

.common-fave-caption-fixed .common-fave-caption .icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E1B9AE;
    overflow: hidden;
    border-radius: 50%;
    transform: rotate(90deg);
    margin-right: 10px;
}

@media (max-width: 769px) {
    .common-fave-caption-fixed .common-fave-caption .icon-box {
        margin: 0;
    }
}

.common-fave-caption-fixed .common-fave-caption .icon-box .iconfont {
    color: #ffffff;
}


.f-wishlist-drawer {
    --f-bg-color: 0, 0, 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: background-color var(--f-duration-default, 0.25s) cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(var(--f-bg-color), var(--f-bg-opacity));
    display: none;
    touch-action: none;
    z-index: 100;
}

.f-wishlist-drawer--active {
    display: block;
}

.f-wishlist-drawer--active.f-wishlist-drawer__inner-show .f-wishlist-drawer__inner {
    transform: translate3d(0, 0, 0);
}

.f-wishlist-drawer__inner {
    background-color: rgb(var(--color-background));
    min-height: 100%;
    transition: transform var(--f-duration-default, 0.25s) cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(-100%, 0, 0);
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .f-wishlist-drawer__inner {
        width: 460px
    }
}

@media screen and (max-width: 767px) {
    .f-wishlist-drawer__inner {
        width: calc(100% - 40px)
    }
}

.f-wishlist-drawer__close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 8px;
}


.f-wishlist-drawer__header {
    padding: 0 20px 16px
}

@media screen and (min-width: 768px) {
    .f-wishlist-drawer__header {
        padding-top: 20px
    }
}

@media screen and (max-width: 639px) {
    .f-wishlist-drawer__header {
        padding: 16px
    }
}

.f-wishlist-drawer__title {
    color: rgb(var(--color-foreground))
}

.f-wishlist-drawer__body {
    overscroll-behavior: contain;
    padding: 0 20px 16px;
    overflow-y: auto;
    height: 100%;
}

@media screen and (max-width: 639px) {
    .f-wishlist-drawer__body {
        padding: 0 16px 16px
    }
}

.wishlist-share-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .wishlist-share-list {
        margin-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
}

.f-wishlist-drawer .f-wishlist-header .share-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.f-wishlist-drawer .f-wishlist-header .wishlist-share-list {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.f-wishlist-drawer .f-wishlist-header {
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(var(--color-border));
}

.f-wishlist-drawer .f-page-content {
    margin-top: 20px;
}

.f-wishlist-drawer .f-page-content .c-info {
    margin-top: 0;
}

.f-wishlist-drawer .f-wishlist-page-content .center-name .name {
    font-size: 14px;
}

.f-wishlist-drawer .fave-side-list .f-icon-svg {
    width: 14px;
    height: 14px;
}

.wishlist-share-item {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(var(--color-border));
    transition: all .3s;
    border-radius: 50%;
    margin: 0 3px;
}

.wishlist-share-item svg {
    pointer-events: none;
}

.wishlist-share-item:hover {
    color: #ffffff;
    background-color: var(--share-item-color, rgba(255, 255, 255, 0));
    border: 2px solid var(--share-item-color, rgba(255, 255, 255, 0));
}


.f-wishlist-header .share-title {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.wishlist-link {
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display:  block;

}

.wishlist-link:hover {
    text-decoration: underline;

}