.shop-holiday-search-container .facets-scrolling .row .col-xs-3.facets-column {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
.shop-holiday-search-container .facets-scrolling .row .col-xs-3.facets-column > div:first-child {
  overflow: auto;
  max-height: calc(100vh - 14px);
  margin-bottom: 30px;
  border-top: 1px solid #c5cbd5;
  border-bottom: 1px solid #c5cbd5;
}
.shop-holiday-search-container .facets-scrolling .shop-facets .app-container.lv {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}
.shop-holiday-search-container .facets-scrolling .shop-facets .facet-section:last-child .facet:last-child {
  border-bottom: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .shop-holiday-search-container .facets-scrolling .row .col-xs-3.facets-column {
    position: relative;
    top: 0;
  }
  .shop-holiday-search-container .facets-scrolling .row .col-xs-3.facets-column > div:first-child {
    overflow: visible;
    max-height: none;
  }
}


/*# sourceMappingURL=client-3ab88cc62a9f0090b56e21723a2de329.css.map*/