.two_level_collection_all {
    display: flex;
    position: relative;
    justify-content: center;
}

.two_level_collection_all .colletion-left_scroll {
    display: none;
    cursor: pointer;
}

@media screen and (min-width: 750px) {
    .two_level_collection_all .colletion-left_scroll {
        position: absolute;
        left: -23px;
        top: 31px;
        width: 50px;
        height: 50px;
        background: #1c49c2;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
    }

    .two_level_collection_all .colletion-left_scroll:hover {
        background: #2661ce;
    }

    .two_level_collection_all .colletion-left_scroll_right {
        right: -23px;
        left: auto;
    }
    .two_level_collection_all .metaobject-container .span {
        font-size: 16px !important;
    }
}

.two_level_collection_item {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.two_level_collection_all .metaobject-container {
    margin-right: 20px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.two_level_collection_item::-webkit-scrollbar {
    height: 0;
}

.two_level_collection_item::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 5px;
}

.two_level_collection_all .metaobject-container .li {
    width: 103px;
    text-align: center;
    display: block;
}

.two_level_collection_all .metaobject-container .img {
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.two_level_collection_all .metaobject-container .span {
    text-align: center;
    margin-top: 5px;
    white-space: normal;
    font-size: 14px;
}

/* Skip-stories-list */
.section--flush {
    margin-top: 0;
    margin-bottom: 0;
}
.section--padding {
    padding-top: var(--top-padding) !important;
    padding-bottom: var(--bottom-padding) !important;
}
.section__color-wrapper {
    display: flow-root;
    background: rgb(var(--section-background, var(--background)));
}
.stories-slider__wrapper {
    display: block;
}
.hide-scrollbar {
    scrollbar-width: none;
    /* For Firefox */
    overflow-x: auto;
    overflow-y: hidden;
}
.stories-slider__list {
    display: grid;
    padding-right: var(--container-gutter);
    padding-left: var(--container-gutter);
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-gap: 16px;
    gap: 16px;
    min-width: min-content;
}
stories-slider {
    position: relative;
}
.shopline-section--skip-stories-list .new-stories-slider__image-wrapper {
    width: 64px;
}
.shopline-section--skip-stories-list .stories-slider__list {
    place-content: center;
}
.shopline-section--skip-stories-list .new-stories-slider__border {
    width: 64px;
    height: 64px;
    border-radius: var(--item-border-radius);
    background: rgba(241, 241, 241, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopline-section--skip-stories-list .new-stories-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: var(--item-border-radius);
}

.shopline-section--skip-stories-list .new-stories-slider__label {
    word-wrap: break-word;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    white-space: normal;
    text-align: center;
    margin-top: 8px;
    color: var(--text-color);
}

.shopline-section--skip-stories-list .colletion-left_scroll {
    display: none;
}
 @media screen and (max-width: 999px) {
     .shopline-section--skip-stories-list .stories-slider__list {
         grid-template-rows: repeat(var(--line-number), auto);
     }

     .shopline-section--skip-stories-list .colletion-left_scroll {
         display: none !important;
     }
 }
@media screen and (min-width: 1000px) {
    .shopline-section--skip-stories-list .new-stories-slider__border {
        width: 176px;
        height: 176px;
    }

    .shopline-section--skip-stories-list .stories-slider__list {
        gap: 46px;
    }

    .shopline-section--skip-stories-list .new-stories-slider__image-wrapper {
        width: 176px;
        gap: 16px;
    }

    .shopline-section--skip-stories-list .new-stories-slider__label {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .shopline-section--skip-stories-list .colletion-left_scroll {
        position: absolute;
        left: 0px;
        top: 0;
        z-index: 2;
        display: none;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 100%;
        background: rgb(var(--section-background, var(--background)));;
    }

    .shopline-section--skip-stories-list .colletion-left_scroll .arrow-all {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #F1F1F1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shopline-section--skip-stories-list .stories-slider_scroll_right {
        right: 0;
        left: unset;
        display: none;
    }

    .shopline-section--skip-stories-list .stories-slider_scroll_left::before {
        content: " ";
        width: 53px;
        height: 100%;
        background: linear-gradient(90deg, rgb(var(--section-background, var(--background))), #fff0);
        position: absolute;
        top: 0;
        left: 80px;
        z-index: 1;
    }

    .shopline-section--skip-stories-list .stories-slider_scroll_right::before {
        content: " ";
        width: 53px;
        height: 100%;
        background: linear-gradient(270deg, rgb(var(--section-background, var(--background))), #fff0);
        position: absolute;
        right: 80px;
        top: 0;
        z-index: 1;
    }
    .shopline-section--skip-stories-list .colletion-left_scroll svg {
        width: 16px;
        height: 25.6px;
        transform: rotate(90deg);
    }
    .shopline-section--skip-stories-list .stories-slider_scroll_right svg {
        transform: rotate(-90deg);
    }
}