.zorenko-wc-category-strip,
.zorenko-wc-category-strip * {
    box-sizing: border-box;
}

.zorenko-wc-category-strip {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    clear: both;
}

.zorenko-wc-category-strip__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.zorenko-wc-category-strip__viewport::-webkit-scrollbar {
    display: none;
}

.zorenko-wc-category-strip__track {
    display: flex;
    align-items: stretch;
    gap: 12px;
    min-width: 100%;
}

.zorenko-wc-category-strip--stretch .zorenko-wc-category-strip__track {
    width: 100%;
}

.zorenko-wc-category-strip--stretch .zorenko-wc-category-strip__item {
    flex: 1 1 0;
}

.zorenko-wc-category-strip__item {
    flex: 0 0 calc((100% - 48px) / 5);
    min-height: 72px;
    padding: 14px 18px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.25;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: start;
}

.zorenko-wc-category-strip__item:hover,
.zorenko-wc-category-strip__item:focus {
    color: #111111;
    border-color: #111111;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    outline: none;
}

.zorenko-wc-category-strip__name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    word-break: break-word;
}

.zorenko-wc-category-strip__arrow {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    color: #111111;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.zorenko-wc-category-strip__arrow span {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-top: -2px;
}

.zorenko-wc-category-strip.is-slider .zorenko-wc-category-strip__arrow {
    display: flex;
}

.zorenko-wc-category-strip__arrow:hover,
.zorenko-wc-category-strip__arrow:focus {
    border-color: #111111;
    background: #ffffff;
    outline: none;
}

.zorenko-wc-category-strip__arrow:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .zorenko-wc-category-strip__item {
        flex-basis: calc((100% - 24px) / 3);
    }
}

@media (max-width: 767px) {
    .zorenko-wc-category-strip {
        gap: 8px;
        margin-bottom: 24px;
    }

    .zorenko-wc-category-strip__track {
        gap: 10px;
    }

    .zorenko-wc-category-strip__item {
        flex: 0 0 calc((100% - 10px) / 2);
        min-height: 64px;
        padding: 12px 14px;
    }

    .zorenko-wc-category-strip--stretch:not(.zorenko-wc-category-strip--mobile-one-item-slider) .zorenko-wc-category-strip__item {
        flex: 1 1 0;
    }

    .zorenko-wc-category-strip--mobile-one-item-slider .zorenko-wc-category-strip__item {
        flex: 0 0 100%;
    }

    .zorenko-wc-category-strip__name {
        font-size: 13px;
        letter-spacing: 0.03em;
    }

    .zorenko-wc-category-strip__arrow {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .zorenko-wc-category-strip__arrow span {
        font-size: 24px;
    }
}
