.syk-x-product-connector:not(.syk-x-product-connector-loaded) .swiper .swiper-slide {
    margin-right: 20px;
    width: calc(100% / var(--syk-x-product-connector-products_row) - 22px);
}
.syk-x-product-connector {
    margin-bottom: var(--syk-x-product-connector-margin_bottom) !important;
    margin-top: var(--syk-x-product-connector-margin_top) !important;
}
.syk-x-product-connector > p {
    margin-top: -4px;
}
.syk-x-product-connector .syk-x-product-connector-container:not(.syk-x-no-padding) {
    padding: 20px;
    border-radius: var(--syk-x-banner-border-radius);
}
.syk-x-product-connector .syk-x-product-connector-container {
    background: var(--bg);
}
.syk-x-product-connector > [class*='syk-x-heading'],
.syk-x-product-connector > p {
    display: block;
    margin-bottom: 20px !important;
}
.syk-x-product-connector > .syk-x-product-connector-align-center {
    text-align: center;
}
.syk-x-product-connector .syk-x-product-connector-title-main {
    color: var(--text);
    display: block;
    font-size: var(--syk-x-body-font-size-desktop);
    font-weight: normal;
    line-height: var(--syk-x-line-height);
    margin-bottom: 10px;
    margin-top: 0;
}
.syk-x-product-connector.syk-x-product-connector-center {
    text-align: center;
}
.syk-x-product-connector .syk-x-product-connector-slider-wrapper + .syk-x-product-connector-title-main {
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.syk-x-product-connector .syk-x-product-connector-slider-wrapper {
    margin-bottom: 0;
    position: relative;
}
.syk-x-product-connector.syk-x-product-connector-buttons-enabled .swiper {
    max-width: calc(100% - 32px);
}
.syk-x-product-connector .swiper::before {
    left: 0;
}
.syk-x-product-connector .swiper::after {
    right: 0;
}
.syk-x-product-connector .swiper .swiper-slide {
    height: auto;
}

.syk-x-product-connector .swiper .swiper-slide a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--syk-x-banner-border-radius);
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    overflow: hidden;
    padding-top: calc(100% - 6px);
    position: relative;
    margin: 2px;
}
.syk-x-product-connector:not(.syk-x-product-connector-fill-image) .swiper .swiper-slide a img {
    padding: 4%;
}
.syk-x-product-connector:not(.syk-x-product-connector-fill-image) .swiper .swiper-slide a svg {
    height: 92%;
    top: 4%;
    width: 92%;
    left: 4%;
}
.syk-x-product-connector.syk-x-product-connector-ratio-portrait .swiper .swiper-slide a {
    padding-top: calc(125% - 6px);
}
.syk-x-product-connector.syk-x-product-connector-ratio-landscape .swiper .swiper-slide a {
    padding-top: calc(75% - 6px);
}
.syk-x-product-connector .swiper .swiper-slide img,
/*.syk-x-product-connector .swiper .swiper-slide picture,*/
.syk-x-product-connector .swiper .swiper-slide svg {
    left: 0;
    position: absolute;
    top: 0;
}
.syk-x-product-connector .swiper .swiper-slide picture {
    height: 100%;
}
.syk-x-product-connector .swiper .swiper-slide a > span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
}
.syk-x-product-connector.syk-x-product-connector-fill-image .swiper .swiper-slide a > span {
    width: calc(100% - 20px);
}
.syk-x-product-connector .swiper .swiper-slide a:hover,
.syk-x-product-connector.init .swiper .swiper-slide:first-child a {
    border-color: var(--syk-x-scheme-accent);
    filter: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}
.syk-x-product-connector .swiper .swiper-slide img {
    max-width: 100%;
    object-fit: cover;
    opacity: 1 !important;
    height: 100% !important;
    width: 100%;
    box-sizing: border-box;
}
.syk-x-product-connector .swiper .swiper-slide > span {
    display: block;
    font-size: var(--syk-x-body-font-size-desktop);
    font-weight: normal;
    line-height: var(--syk-x-line-height);
    margin-top: 10px;
    opacity: 0;
}
.syk-x-product-connector .swiper .swiper-slide > span {
    display: none;
}
.syk-x-product-connector .swiper .swiper-slide:hover > span,
.syk-x-product-connector.init .swiper .swiper-slide:first-child > span {
    opacity: 1;
}
.syk-x-product-connector .swiper .swiper-button-prev,
.syk-x-product-connector .swiper .swiper-button-next {
    display: none;
}
.syk-x-product-connector.syk-x-product-connector-buttons-disabled .syk-x-product-connector-buttons {
    display: none;
}
.syk-x-product-connector:not(.syk-x-product-connector-loaded) .syk-x-product-connector-buttons .syk-x-product-connector-button {
    opacity: 0;
}
.syk-x-product-connector .syk-x-product-connector-buttons .syk-x-product-connector-button {
    all: unset;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
    width: 16px;
    color: var(--heading);
}
.syk-x-product-connector .syk-x-product-connector-buttons .syk-x-product-connector-button::before {
    display: none;
}
.syk-x-product-connector.syk-x-product-connector-btn-next-disabled .syk-x-product-connector-buttons .syk-x-product-connector-button[data-button='next'],
.syk-x-product-connector.syk-x-product-connector-btn-prev-disabled .syk-x-product-connector-buttons .syk-x-product-connector-button[data-button='prev'] {
    cursor: default;
    pointer-events: none;
}
.syk-x-product-connector .syk-x-product-connector-buttons .syk-x-product-connector-button[data-button='prev'] {
    justify-content: start;
    left: 0;
}
.syk-x-product-connector .syk-x-product-connector-buttons .syk-x-product-connector-button[data-button='next'] {
    justify-content: end;
    right: 0;
}
.syk-x-product-connector .syk-x-product-connector-buttons .syk-x-product-connector-button i {
    transition: 0.2s;
    opacity: 0.3;
}
.syk-x-product-connector .syk-x-product-connector-buttons .syk-x-product-connector-button:hover i {
    opacity: 1;
}
.syk-x-product-connector .syk-x-product-connector-buttons i {
    margin: 0;
    width: 7px !important;
    height: 12px !important;
}
.syk-x-product-connector .syk-x-product-connector-toggle {
    display: none !important;
}
@media (min-width: 767.98px) {
    .syk-x-product-connector:not(.syk-x-product-connector-loaded) .swiper .swiper-slide {
        margin-right: 20px;
        width: calc(100% / var(--syk-x-product-connector-products_row) - 22px);
    }
    .syk-x-product-connector:not(.syk-x-product-connector-loaded) .swiper .swiper-slide:first-child {
        margin-left: 16px;
    }
}
@media (max-width: 767.98px) {
    .syk-x-product-connector.mobile-rows .swiper-slide:has(+ .placeholder-hidden) {
        margin-bottom: 0 !important;
    }
    .syk-x-product-connector.mobile-rows .swiper-slide.placeholder-hidden {
        display: none !important;
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-container {
        padding: 20px 0 !important;
        background: none;
        position: relative;
        width: 100vw;
        transform: translateX(-50%);
        left: 50%;
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-container.syk-x-no-padding {
        padding: 0 !important;
    }
    .syk-x-product-connector.theme-editor:not(.mobile-rows) .syk-x-product-connector-container {
        width: calc(100vw - 15px);
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-container:before {
        width: 100vw;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        content: '';
        background: var(--bg);
    }
    .syk-x-product-connector.syk-x-product-connector-buttons-enabled .swiper {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        overflow: visible;
    }
    .syk-x-product-connector .syk-x-product-connector-title-main,
    .syk-x-product-connector .swiper .swiper-slide > span,
    .syk-x-product-connector .syk-x-product-connector-buttons {
        display: none;
    }
    .syk-x-product-connector.mobile-rows .swiper .swiper-slide > .syk-x-product-connector-title {
        display: block;
        opacity: 1;
    }
    .syk-x-product-connector:not(.syk-x-product-connector-title-hide) .swiper .swiper-slide > span {
        color: var(--text);
        display: block;
        font-size: var(--syk-x-body-font-size-mobile);
        opacity: 1;
    }
    .syk-x-product-connector .swiper .swiper-slide {
        height: inherit;
        width: 100%;
    }
    .syk-x-product-connector.mobile-rows .swiper .swiper-slide {
        width: 100% !important;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        min-height: 70px;
        margin: 0 0 16px 0;
        padding-left: 86px;
    }
    .syk-x-product-connector.mobile-rows.syk-x-product-connector-ratio-portrait .swiper .swiper-slide {
        min-height: 88px;
    }
    .syk-x-product-connector.mobile-rows.syk-x-product-connector-ratio-landscape .swiper .swiper-slide {
        min-height: 52px;
    }
    .syk-x-product-connector.mobile-rows .swiper .swiper-slide:last-child,
    .syk-x-product-connector.mobile-rows .swiper .swiper-slide:has(+ .swiper-slide.syk-x-product-connector-product-hidden) {
        margin: 0 0 2px 0;
    }
    .syk-x-product-connector.mobile-rows .swiper .swiper-slide a {
        margin: 0;
        position: absolute;
        right: auto;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        padding: 0;
    }
    .syk-x-product-connector.mobile-rows.syk-x-product-connector-ratio-portrait .swiper .swiper-slide a {
        height: 88px;
    }
    .syk-x-product-connector.mobile-rows.syk-x-product-connector-ratio-landscape .swiper .swiper-slide a {
        height: 52px;
    }
    .syk-x-product-connector.mobile-rows .swiper .swiper-slide > span {
        margin-top: 0;
    }
    .syk-x-product-connector:not(.syk-x-product-connector-title-hide) .swiper .swiper-slide > span {
        display: block;
    }
    .syk-x-product-connector.mobile-rows .swiper {
        height: 100%;
    }
    .syk-x-product-connector.mobile-rows .swiper-wrapper {
        flex-wrap: wrap;
        overflow: hidden;
        text-align: left;
        box-sizing: border-box;
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-slider-wrapper .swiper-wrapper::-webkit-scrollbar {
        width: 9px;
        height: 9px;
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-slider-wrapper .swiper-wrapper::-webkit-scrollbar-track {
        background: none;
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-slider-wrapper .swiper-wrapper::-webkit-scrollbar-thumb {
        background: var(--scroll);
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-slider-wrapper .swiper-wrapper::-webkit-scrollbar-thumb:hover {
        background: var(--scrollhover);
    }
    .syk-x-product-connector:not(.mobile-rows) .syk-x-product-connector-slider-wrapper .swiper-wrapper::-webkit-scrollbar-thumb {
        border-radius: var(--syk-x-banner-border-radius);
        background-clip: padding-box;
        border: 2px solid transparent;
    }
    .syk-x-product-connector .swiper .swiper-slide {
        margin-bottom: 10px;
        margin-right: 3% !important;
    }
    .syk-x-product-connector:not(.mobile-rows) .swiper .swiper-slide:first-child {
        margin-left: 3% !important;
    }
    .syk-x-product-connector:not(.mobile-rows) .swiper .swiper-slide {
        width: 94px !important;
    }
    .syk-x-product-connector .syk-x-product-connector-toggle:not(.syk-x-product-connector-toggle-hidden) {
        align-items: center;
        cursor: pointer;
        display: flex !important;
        gap: 7px;
        transition: 0.2s;
        margin-top: 20px;
        color: var(--syk-x-body-color);
    }
    .syk-x-product-connector.syk-x-product-connector-center .syk-x-product-connector-toggle {
        justify-content: center;
    }
    .syk-x-product-connector .syk-x-product-connector-toggle-hidden,
    .syk-x-product-connector .swiper-slide.syk-x-product-connector-product-hidden {
        display: none !important;
    }
    .syk-x-product-connector .syk-x-product-connector-toggle i {
        width: 12px;
        color: var(--syk-x-color-icons);
    }
    .syk-x-product-connector .syk-x-product-connector-toggle:hover {
        filter: brightness(0.3);
    }
    .syk-x-product-connector .syk-x-product-connector-toggle.syk-x-product-connector-button-toggled i {
        transform: rotate(180deg);
    }
}
