.collection-list-wrapper {
    background-color: rgb(var(--color-background));
}

/* add */
#shopline-section-template--index__1763104005129d54309b .collection-list-wrapper {
    /* background-color: rgb(var(--color-background)); */
    background-color: none;
    background-image: url("https://img-va.myshopline.com/image/store/1753857944249/bj.jpg?w=2560&h=1440");
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#shopline-section-template--collection__17606886849877fd52d8 .collection-list-wrapper {
    display: none !important;
}

@media(max-width: 959px) {
    #shopline-section-template--collection__17606886849877fd52d8 .collection-list-wrapper {
        display: block !important;
    }

    #shopline-section-template--collection__17606886849877fd52d8 .block-collection-card {
        background-color: transparent !important;
    }

    #shopline-section-template--collection__17606886849877fd52d8 .block-collection-card__image-wrapper {
        background-color: transparent !important;
    }

    #shopline-section-template--collection__17606886849877fd52d8 .page-width>div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}