@media(max-width:991px) {
    .vc_row.xcat-product-properties {
        row-gap: var(--gapX12);
    }

    .vc_row .vc_column_container.characteristics {
        order: -1;
    }

    .vc_row .vc_column_container.catalog-materials {
        order: -1;
    }
}


.xcat-mobile-media-slider__track {
    display: block;
}

.xcat-mobile-media-slider__dots {
    display: none;
}

/* @media (max-width: 767px) {
    .xcat-mobile-media-slider {
        position: relative;
        overflow: hidden;
        background: #fcf5ec;
    }

    .xcat-mobile-media-slider__track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .xcat-mobile-media-slider__track::-webkit-scrollbar {
        display: none;
    }

    .xcat-mobile-media-slider__slide {
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        margin: 0 !important;
    }

    .xcat-mobile-media-slider .image-wrapper,
    .xcat-mobile-media-slider .video-main-card {
        aspect-ratio: 1 / 1;
        width: 100%;
        overflow: hidden;
        background: #fcf5ec;
    }

    .xcat-mobile-media-slider img,
    .xcat-mobile-media-slider video,
    .xcat-mobile-media-slider iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .xcat-mobile-media-slider img {
        mix-blend-mode: multiply;
    }

    .xcat-gallery-desktop-space {
        display: none !important;
    }

    .xcat-mobile-media-slider__dots {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 3;
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .xcat-mobile-media-slider__dot {
        width: 6px;
        height: 6px;
        padding: 0;
        border: 0;
        border-radius: 12px;
        background: rgba(10, 39, 83, 0.25);
        opacity: 0.8;
    }

    .xcat-mobile-media-slider__dot.is-active {
        background: #0a2753;
    }
} */


.xcat-mobile-gallery-section {
    display: none;
}

@media (min-width: 992px) {
    .xcat-product-gallery--desktop {
        display: block;
    }
}

.xcat-mobile-gallery-section {
    display: none;
}

@media (min-width: 992px) {
    .xcat-product-gallery--desktop {
        display: block;
    }
}

@media (max-width: 991px) {
    .vc_row.xcat-product-properties {
        row-gap: var(--gapX12);
    }

    .vc_row .vc_column_container.characteristics,
    .vc_row .vc_column_container.catalog-materials {
        order: -1;
    }

    .xcat-product-gallery--desktop {
        display: none !important;
    }

    .xcat-mobile-gallery-section {
        position: relative;
        display: block;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }

    .xleb-mobile-video-wrap {
        mix-blend-mode: darken;
    }

    .xcat-mobile-media-slider__track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        max-width: 100vw;
    }

    .xcat-mobile-media-slider__track::-webkit-scrollbar {
        display: none;
    }

    .xcat-mobile-media-slider__slide {
        position: relative;
        flex: 0 0 100%;
        min-width: 100%;
        aspect-ratio: 1 / 1;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        overflow: hidden;
        background: #fcf5ec;
    }

    .xcat-mobile-media-slider__slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        mix-blend-mode: multiply;
    }

    .xcat-mobile-media-slider__slide--video {
        display: flex;
        align-items: stretch;
    }

    .xcat-mobile-video-wrap,
    .xcat-mobile-video-wrap>*,
    .xcat-mobile-video-wrap .wpb_wrapper,
    .xcat-mobile-video-wrap .vc_clip,
    .xcat-mobile-video-wrap .vc_clip_inner,
    .xcat-mobile-video-wrap .xcat-product-video,
    .xcat-mobile-video-wrap video,
    .xcat-mobile-video-wrap iframe {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    .xcat-mobile-video-wrap video,
    .xcat-mobile-video-wrap iframe {
        display: block;
        object-fit: cover;
    }

    .xcat-mobile-media-slider__dots {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 3;
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .xcat-mobile-media-slider__dot {
        width: 6px;
        height: 6px;
        padding: 0;
        border: 0;
        border-radius: 12px;
        background: rgba(10, 39, 83, 0.25);
        opacity: 0.8;
        cursor: pointer;
    }

    .xcat-mobile-media-slider__dot.is-active {
        background: #0a2753;
    }

    body {
        overflow-x: hidden;
    }
}

@media (max-width: 991px) {
    .xcat-mobile-media-slider__slide--video {
        position: relative;
        display: block;
        aspect-ratio: 1 / 1;
        background: #f9ebda !important;
    }

    .xcat-mobile-video-wrap {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .xcat-mobile-video-wrap .xleb-clip-wrapper,
    .xcat-mobile-video-wrap .xcat-product-video,
    .xcat-mobile-video-wrap video,
    .xcat-mobile-video-wrap iframe {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: none !important;
    }

    .xcat-mobile-video-wrap video,
    .xcat-mobile-video-wrap iframe {
        display: block !important;
        object-fit: cover !important;
    }

    .xcat-mobile-video-wrap .video-play-button {
        z-index: 2;
    }

}

@media (max-width: 991px) {

    .xcat-mobile-media-slider__slide--video,
    .xcat-mobile-video-wrap,
    .xcat-mobile-video-wrap .xleb-clip-wrapper,
    .xcat-mobile-video-wrap .xcat-product-video {
        /* background: #fcf5ec !important; */
    }

    .xcat-mobile-video-wrap video,
    .xcat-mobile-video-wrap iframe {
        mix-blend-mode: darken;
        background: #fcf5ec;
    }
}

.info-popups {
    width: 100%;
}

.info-popups .trigger-popup .textS.ph-light {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.info-popups .trigger-popup .textS::before{
    font-size: var(--gapX5);
}

a.write-pm p {
    font-size: var(--textSsize);
}

.vc-spec.textS p:first-child{
    color: var(--contentPrimaryColor);
}

.vc-spec.textS > p {
    font-size: var(--textSsize);
    line-height: var(--textSheightT);
    margin-top: var(--textStopT);
    margin-bottom: var(--textSbottomT);
}

.xcat-product-gallery__item,
.xcat-product-gallery__main {
    position: relative;
}

.xcat-product-wishlist-btn--media {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    width: 24px;
    height: 24px;
}

.xcat-product-wishlist-btn--media svg {
    width: 22px;
    height: 20px;
}

@media (max-width: 991px) {
    .xcat-product-wishlist-btn--media {
        top: 16px;
        right: 16px;
    }
}

.xcat-product-gallery__main .xcat-product-wishlist-btn--media {
    border: unset;
}

@media(min-width:992px) {
    .xcat-product-config__sticky .xcat-product-wishlist-btn {
        display: none;
    }
}

@media(max-width:991px) {
    .xcat-product-config__sticky .xcat-product-wishlist-btn {
        border: unset;
    }
}

.buttons-row .vc_row {
    width: 100%;
}

aside.xcat-buy-card {
    display: flex;
    flex-direction: column;
}

.single-xcat_product .breadcrumbs a::before {
    content: unset;
}

.xcat-product-gallery__item .image-wrapper {
    background-color: #FCF5EC;
    padding: 5%;
}

.xcat-product-gallery__item .image-wrapper img {
    mix-blend-mode: multiply;
}

.posts.posts-container.slider.xcat_product-items.xcat-collection-products-slider__posts.swiper {
    overflow: visible;
}

.vue-posts.swiper.filter-layout-drawer:has(.posts.posts-container.slider.xcat_product-items.xcat-collection-products-slider__posts.swiper) {
    overflow: visible;
}

.sizes-image img {
    width: auto;
}

.xcat-set-products-slider .vue-posts.swiper,
.xcat-set-products-slider .posts.posts-container.swiper {
    overflow: visible;
}

.xcat-set-characteristics__tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gapX3, 12px);
    margin-top: var(--gapX4, 16px);
    padding-top: var(--gapX6);
}

.xcat-set-characteristics__tab {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--primaryOpacity500, rgba(10, 39, 83, 0.5));
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
}

.xcat-set-characteristics__tab.is-active {
    color: var(--primaryColor, #0a2753);
}

.xcat-set-characteristics__empty-media {
    align-items: center;
    background: #fcf5ec;
    display: flex;
    justify-content: center;
    min-height: 280px;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .xcat-set-characteristics__tabs {
        gap: var(--gapX2, 8px);
    }
}


@media(min-width:992px) {
    .spec-list.xcat-specs-list .vc-spec:first-child {
        padding-top: var(--gapX5);
        padding-bottom: var(--gapX5);
        border-top: 1px solid var(--primaryOpacity300);
    }

    .spec-list.xcat-specs-list .vc-spec {
        padding-top: var(--gapX5);
        padding-bottom: var(--gapX5);
        border-bottom: 1px solid var(--primaryOpacity300);
    }

    .spec-list.xcat-specs-list .vc-spec p:first-child::after {
        content: unset;
    }
}

.xcat-may-like-slider .xcat-selected-product-card .image-wrapper img {
    position: relative;
}

.xcat-may-like-slider {
    position: relative;
}

.xcat-may-like-slider .swiper {
    position: static;
}

.xcat-may-like-slider .swiper-pagination {
    display: none;
}

.xcat-may-like-slider .slider-controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin-top: 0;
    width: auto;
    min-width: 0;
    justify-content: flex-end;
    pointer-events: none;
}

.xcat-may-like-slider .slider-controls .navigation-slider {
    position: static;
    display: flex;
    width: auto;
    gap: var(--gapX4, 16px);
    justify-content: flex-end;
    pointer-events: auto;
}

.xcat-may-like-slider .navigation-slider .swiper-button-prev,
.xcat-may-like-slider .navigation-slider .swiper-button-next {
    position: static;
    width: var(--gapX5, 20px);
    height: var(--gapX5, 20px);
    min-width: var(--gapX5, 20px);
    min-height: var(--gapX5, 20px);
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--primary, #0B2A55);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xcat-may-like-slider .navigation-slider .swiper-button-prev::after,
.xcat-may-like-slider .navigation-slider .swiper-button-next::after {
    content: none;
}

.xcat-may-like-slider .navigation-slider .swiper-button-disabled {
    opacity: .35;
}

.xcat-selected-product-card .description.product-card span {
    font-size: var(--textMsize);
    line-height: var(--textMheightT);
    margin-top: var(--textMtopT);
    margin-bottom: var(--textMbottomT);
}

.xcat-selected-product-card .image-wrapper {
    width: 100%;
}

.xcat-set-products-slider .slider-controls {
    display: none;
}

.xcat-set-products-slider .image-wrapper {
    width: 100%;
}

.xcat-set-products-slider .image-wrapper img {
    position: relative;
    width: 100%;
}

.xcat-collections .slider-controls {
    display: none;
}

.xcat-collections .image-wrapper {
    width: 100%;
}

.xcat-collections .image-wrapper img {
    position: relative;
    width: 100%;
}

.xcat-variant-axis__values .xcat-variant-btn.is-active {
    color: var(--primary500);
    border: unset !important;
    box-shadow: unset !important;
}

.xcat-variant-axis__values .xcat-variant-btn {
    background: transparent;
    border: unset !important;
    border-radius: 4px;
    padding: var(--gap) var(--gap);
    margin: 0;
    color: var(--black);
    text-decoration: none;
    font-size: var(--textSsize);
}

.xcat-variant-axis__values .xcat-variant-btn.is-active:has(.xcat-color-dot.is-multi) {
    color: var(--primary500);
    border: 1px solid var(--primary500) !important;
    box-shadow: unset !important;
    border-radius: var(--roundedM);
}


.spec-list.xcat-specs-list .vc-spec:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid var(--primaryOpacity300);
}

.spec-list.xcat-specs-list .vc-spec {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--primaryOpacity300);
}

.vc-spec.textS p:first-child::after {
    content: unset;
}

.xcat-selected-product-card .product-variations .variation-swatch{
    width: var(--gapX4);
    height: var(--gapX4);
}

@media(max-width:991px){
    .xcat-selected-product-card .product-variations .variation-swatch{
    width: var(--gapX4) !important;
    height: var(--gapX4) !important;
}

    .spec-list.xcat-specs-list .vc-spec{
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

}

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

.xcat-selected-product-card .product-variations {
    gap: 6px !important;
}
