.vue-posts.filter-layout-drawer .article-item .image-wrapper{
    background-color: #FCF5EC;
    padding: 5%;
}

.vue-posts .post.article-item,
.xcat-selected-product-card{
    position: relative;
}

.vue-posts .post.article-item .xcat-product-wishlist-btn--card,
.xcat-selected-product-card .xcat-product-wishlist-btn--card{
    position: absolute;
    top: var(--gapX4, 20px);
    right: var(--gapX4, 20px);
    z-index: 5;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
    color: var(--contentPrimaryColor, #0A2753);
    background: transparent;
}

.vue-posts .post.article-item .xcat-product-wishlist-btn--card svg,
.xcat-selected-product-card .xcat-product-wishlist-btn--card svg{
    width: 22px;
    height: 20px;
    fill: transparent;
    stroke: currentColor;
}

.vue-posts .post.article-item .xcat-product-wishlist-btn--card.is-active svg,
.xcat-selected-product-card .xcat-product-wishlist-btn--card.is-active svg{
    fill: currentColor;
}

.vue-posts.filter-layout-drawer .article-item .image-wrapper img{
    aspect-ratio: 1/1;
    border-radius: unset;
    width: 100%;
    mix-blend-mode: multiply;
}

.vue-posts .post .product-variations .variation-swatch{
    width: var(--gapX5);
    height: var(--gapX5);
    border-radius: var(--roundedL);
}

.vue-posts .post .product-variations{
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.vue-posts .post .product-variations .variation-swatch.is-active{
    box-shadow: 0 0 0 2px var(--pageBg), 0 0 0 3px var(--primary500);
}

.xcat-filters-template--aurica{
    margin-bottom: var(--gapX8, 40px);
}

.xcat-catalog-category-filter{
    padding-right: min(34vw, 340px);
}

.xcat-catalog-category-filter .xcat-category-items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gapX3, 15px);
}

.xcat-catalog-category-filter .xcat-category-item{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--contentPrimaryColor, #0A2753);
    text-decoration: none;
    white-space: nowrap;
}

.xcat-catalog-category-filter .xcat-category-item p{
    font-size: var(--textSsize);
    line-height: var(--textSheightT);
    margin-top: var(--textStopT);
    margin-bottom: var(--textSbottomT);
}

.xcat-catalog-category-filter .xcat-category-item::before{
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-radius: 50%;
    flex: 0 0 auto;
}

.xcat-catalog-category-filter .xcat-category-item:hover::before,
.xcat-catalog-category-filter .xcat-category-item.is-active::before,
.xcat-catalog-category-filter .xcat-category-item.active::before,
.xcat-catalog-category-filter .xcat-category-item.current::before{
    background: currentColor;
}

.xcat-catalog-category-filter .xcat-category-icon{
    display: none;
}

.xcat-catalog-category-filter .xcat-category-name p{
    margin: 0;
}

.xcat-filters-template--aurica .xcat-aurica-filterbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gapX4, 20px);
    width: 100%;
}

.xcat-filters-template--aurica .xcat-aurica-filterbar__chips{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gapX3, 15px);
    min-width: 0;
}

.xcat-filters-template--aurica .xcat-aurica-chip{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--contentPrimaryColor, #0A2753);
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
}

.xcat-filters-template--aurica .xcat-aurica-chip__bullet{
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-radius: 50%;
    flex: 0 0 auto;
}

.xcat-filters-template--aurica .xcat-aurica-chip.is-active .xcat-aurica-chip__bullet,
.xcat-filters-template--aurica .xcat-aurica-chip:hover .xcat-aurica-chip__bullet{
    background: currentColor;
}

.xcat-filters-template--aurica .xcat-aurica-filterbar__actions{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--gapX3, 15px);
    flex: 0 0 auto;
    margin-left: auto;
}

.xcat-filters-template--aurica .taxonomy-buttons-container{
    display: flex;
    align-items: center;
    gap: var(--gapX3, 15px);
}

.xcat-filters-template--aurica .xcat-aurica-filter-toggle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--contentPrimaryColor, #0A2753);
    cursor: pointer;
}

.xcat-filters-template--aurica .xcat-aurica-filter-toggle span{
    font-size: var(--textSsize);
    margin-top: var(--textStopT);
    margin-bottom: var(--textSbottomT);
    line-height: var(--textSheightT);
}

.xcat-filters-template--aurica .xcat-aurica-filter-toggle__icon{
    position: relative;
    width: 14px;
    height: 12px;
    display: inline-block;
    flex: 0 0 auto;
}

.xcat-filters-template--aurica .xcat-aurica-filter-toggle__icon::before,
.xcat-filters-template--aurica .xcat-aurica-filter-toggle__icon::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
}

.xcat-filters-template--aurica .xcat-aurica-filter-toggle__icon::before{
    top: 3px;
    box-shadow: 0 6px 0 currentColor;
}

.xcat-filters-template--aurica .xcat-aurica-filter-toggle__icon::after{
    top: 1px;
    left: 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    box-shadow: 7px 6px 0 currentColor;
}

.xcat-filters-template--aurica .xcat-aurica-sort{
    display: flex;
    align-items: center;
    margin: 0;
}

.xcat-filters-template--aurica .xcat-aurica-sort .custom-select-trigger,
.xcat-filters-template--aurica .xcat-aurica-sort .sort-dropdown{
    padding: 0 !important;
    border: 0;
    background: transparent;
    color: var(--contentPrimaryColor, #0A2753);
    font-size: 13px;
    padding: var(--gapX2);
}

.xcat-filters-template--aurica .xcat-aurica-sort .custom-select-trigger span,
.xcat-filters-template--aurica .xcat-aurica-sort .sort-dropdown span{
    font-size: var(--textSsize);
    line-height: var(--textSheightT);
    margin-top: var(--textStopT);
    margin-bottom: var(--textSbottomT);
}

.archive.tax-xcat_category .filters-controls-container + .posts-container{
    margin-top: unset;
}

.price-card-mobile{
    display: none;
}

@media (max-width: 991px){
    .single-xcat_product .price-card-mobile{
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 950;
        display: flex;
        align-items: center;
        padding: var(--gapX3, 15px) var(--gapX4, 20px);
        background: var(--pageBg, #FFFBF6);
        box-shadow: 0 -8px 24px rgba(10, 39, 83, .08);
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: opacity .24s ease, transform .24s ease;
            background: #FFFBF6E5;
    /* backdrop-filter: blur(24px); */
    width: 100vw;
    max-width: 100vw;
    }

    .single-xcat_product .price-card-mobile.is-visible{
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .vc_empty_space.space-10{
        width: 10px;
        height: 10px;
    }

    .single-xcat_product .price-card-mobile > .vc_column_container,
    .single-xcat_product .price-card-mobile > .vc_col-sm-6{
        min-width: 0;
    }
}

@media (min-width: 992px){
    .single-xcat_product .price-card-mobile{
        display: none !important;
    }
}

.vue-posts .xcat-catalog-skeleton.posts-container{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gapX6, 30px);
    width: 100%;
    opacity: 1;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-card{
    position: relative;
    display: block;
    grid-column: span 4;
    min-width: 0;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-media{
    aspect-ratio: 1 / 1;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.38), rgba(255,255,255,0)),
        #FCF5EC;
    background-size: 220% 100%, 100% 100%;
    animation: xcat-catalog-skeleton-shimmer 1.45s ease-in-out infinite;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-swatches{
    display: flex;
    gap: 6px;
    margin-top: var(--gapX4, 20px);
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-swatches .variation-swatch{
    width: var(--gapX5, 24px);
    height: var(--gapX5, 24px);
    border-radius: var(--roundedL, 999px);
    background: #ece8df;
    animation: xcat-catalog-skeleton-pulse 1.45s ease-in-out infinite;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-swatches .variation-swatch:nth-child(2){
    background: #ded8cd;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-swatches .variation-swatch:nth-child(3){
    background: #f0ece4;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-swatches .variation-swatch:nth-child(4){
    background: #d7d2c8;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-description{
    margin-top: var(--gapX3, 15px);
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-line{
    height: 22px;
    border-radius: 4px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)),
        #ede9e2;
    background-size: 220% 100%, 100% 100%;
    animation: xcat-catalog-skeleton-shimmer 1.45s ease-in-out infinite;
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-title{
    width: min(78%, 330px);
}

.vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-price{
    width: min(44%, 180px);
    margin-top: 8px;
}

@keyframes xcat-catalog-skeleton-shimmer{
    0%{
        background-position: 120% 0, 0 0;
    }

    100%{
        background-position: -120% 0, 0 0;
    }
}

@keyframes xcat-catalog-skeleton-pulse{
    0%, 100%{
        opacity: .72;
    }

    50%{
        opacity: 1;
    }
}

@media (min-width: 768px){
    .xcat-filters-template--aurica{
        display: block;
        margin-top: 0;
        min-height: 24px;
    }

    .xcat-filters-template--aurica .xcat-aurica-filterbar{
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-card{
        grid-column: span 6;
    }
}

@media (max-width: 767px){
    .vue-posts .xcat-catalog-skeleton .xcat-catalog-skeleton-card{
        grid-column: span 12;
        gap: var(--gapX7, 35px);
    }

    .xcat-catalog-category-filter{
        padding-right: 0;
    }

    .xcat-filters-template--aurica .xcat-aurica-filterbar{
        align-items: flex-start;
        flex-direction: column;
    }

    .xcat-filters-template--aurica .xcat-aurica-filterbar__actions{
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }
}


.category-chip.xcat-aurica-chip p.category-chip__label{
    font-size: var(--textSsize);
    margin-top: var(--textStopT);
    margin-bottom: var(--textSbottomT);
    line-height: var(--textSheightT);
}

.category-chip.xcat-aurica-chip:first-child::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid var(--primary500);
    border-radius: 100%;
}

body.archive .category-chip.xcat-aurica-chip{
    gap: 6px;
}

@media(max-width:991px){
    .vue-posts .post .product-variations .variation-swatch{
    width: var(--gapX4) !important;
    height: var(--gapX4) !important;
}
}
