.dont-print,
#shopify-section-header-image,
#shopify-section-filters-navigation,
#shopify-section-filters,
.page-wrapper:before,
.page-header,
.page-footer-social,
.page-footer-nav,
.page-footer-disclaimer,
.collection-filter-column,
.breadcrumbs,
.link-form,
.account-column-left,
.comment-form,
.pagination,
.pagination__,
.nav-totop,
.search-form,
.page-section_behind-header,
.block-columns-section,
.product-quantity,
.product-minimum-quantity,
.gallery-thumbs-container,
.bx-controls,
.spotlights-section {
    display: none !important;
}
.page-main .page-section.page-section-accent {
    background: #fff;
}

.collection-products-column {
    max-width: 100%;
    flex-basis:  100%;
}

body {
    overflow: visible;
}


[data-collection-b2c="wrapper"] {
    display: block;
    flex-wrap: nowrap;
}
[data-collection-b2c="wrapper"] .link-wrapper {
    float: left;
    width: 33.3333%;
}

.collapsible-wrapper {
    max-height: 9999px !important;
}
.collapsible-trigger:after,
.collapsible-trigger:last-child {
    display: none;
}
.collapsible-wrapper .collapsible-pane {
    max-height: 9999px;
    overflow: hidden;
    margin: 0;
}
.gallery-images {
    max-width: 100%;
    transform: translate3d(0, 0px, 0px) !important;
}
.gallery-image {
    max-width: 100%;
}
.page-section {
    page-break-inside: ;
}