.page-id-134 .page-hero {
    display: none;
}

.page-id-134 .wpb-content-wrapper {
    margin: 0;
}

.xcat-wishlist-page {
    color: var(--contentPrimaryColor, #0A2753);
}

.xcat-wishlist-page__hero {
    padding: var(--gapX10, 64px) 0 var(--gapX9, 60px);
}

.xcat-wishlist-page__hero .wrapper {
    display: flex;
    justify-content: center;
}

.xcat-wishlist-page__hero h1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    width: min(908px, 100%);
    margin: 0;
    color: var(--contentPrimaryColor, #0A2753);
    font-size: var(--titleLsize, 63px);
    line-height: var(--titleLheightT, 60px);
    font-weight: 400;
    white-space: nowrap;
}

.xcat-wishlist-page__hero h1 span {
    font-size: var(--titleXXSsize, 24px);
    line-height: var(--titleXXSheightT, 28px);
}

.xcat-wishlist-page__content {
    padding-bottom: var(--gapX12, 96px);
}

.xcat-wishlist-page__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 48px 24px;
    width: 100%;
}

.xcat-wishlist-page__state {
    width: 100%;
    padding: var(--gapX8, 48px) 0;
    color: rgba(10, 39, 83, 0.68);
    font-size: var(--textMsize, 19px);
    line-height: var(--textMheightT, 24px);
    text-align: center;
}

.xcat-wishlist-card {
    position: relative;
    display: flex;
    min-width: 0;
    grid-column: span 4;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gapX4, 20px);
}

.xcat-wishlist-card--wide {
    grid-column: span 6;
}

.xcat-wishlist-card-spacer {
    grid-column: span 2;
    min-width: 0;
    pointer-events: none;
}

.xcat-wishlist-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #FCF5EC;
}

.xcat-wishlist-card--wide .xcat-wishlist-card__image {
    aspect-ratio: 3 / 2;
}

.xcat-wishlist-card__image img,
.xcat-wishlist-card__image span {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.xcat-wishlist-card__remove.xcat-product-wishlist-btn {
    position: absolute;
    top: var(--gapX3, 16px);
    right: var(--gapX3, 16px);
    z-index: 2;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    color: var(--contentPrimaryColor, #0A2753);
    background: transparent;
}

.xcat-wishlist-card__remove svg {
    width: 22px;
    height: 20px;
    fill: currentColor;
    stroke: currentColor;
}

.xcat-wishlist-card__swatches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 20px;
}

.xcat-wishlist-card__swatch {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.xcat-wishlist-card__swatch.is-active {
    box-shadow: 0 0 0 1.5px #fffbf6, 0 0 0 2.25px var(--contentPrimaryColor, #0A2753);
}

.xcat-wishlist-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gapX3, 16px);
    width: 100%;
}

.xcat-wishlist-card__title {
    max-width: 448px;
    color: currentColor;
    font-size: var(--textMsize, 19px);
    line-height: var(--textMheightT, 24px);
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
}

.xcat-wishlist-card__description {
    max-width: 100%;
    color: var(--contentPrimaryColor, #0A2753);
    font-size: var(--textSsize, 16px);
    line-height: var(--textSheightT, 20px);
    font-weight: 400;
    word-break: break-word;
}

.xcat-wishlist-card__price {
    color: var(--contentPrimaryColor, #0A2753);
    font-size: var(--textMsize, 19px);
    line-height: var(--textMheightT, 24px);
    font-weight: 400;
    white-space: nowrap;
}


@media (max-width: 767px) {
    .xcat-wishlist-page__hero {
        padding: var(--gapX7, 40px) 0 var(--gapX6, 32px);
    }

    .xcat-wishlist-page__hero h1 {
        font-size: var(--titleXXSsize, 28px);
        line-height: var(--titleXXSheightT, 32px);
    }

    .xcat-wishlist-page__hero h1 span {
        font-size: 14px;
        line-height: 18px;
    }

    .xcat-wishlist-page__grid {
        gap: 32px 14px;
    }






    .xcat-wishlist-card {
        gap: 12px;
    }

    .xcat-wishlist-card__remove.xcat-product-wishlist-btn {
        top: 8px;
        right: 8px;
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .xcat-wishlist-card__remove svg {
        width: 18px;
        height: 16px;
    }

    .xcat-wishlist-card__swatches {
        gap: 3px;
        min-height: 16px;
    }

    .xcat-wishlist-card__swatch {
        width: 12px;
        height: 12px;
    }

    .xcat-wishlist-card__body {
        gap: 8px;
    }

    .xcat-wishlist-card__title,
    .xcat-wishlist-card__price {
        font-size: 13px;
        line-height: 16px;
    }

    .xcat-wishlist-card__description {
        font-size: 11px;
        line-height: 14px;
    }
}
