<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1024px) {
  body.oxygen-body .widget-sidebar-category {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw !important;
    min-width: 250px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FAFAFA;
    z-index: 10000002;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    transform: translate(-100%);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  body.oxygen-body .widget-sidebar-category.sidebar-opened {
    transform: translate(0%);
  }
  body.oxygen-body .widget-sidebar-category #div_block-34-21385 {
    display: none;
  }
  body.oxygen-body .widget-sidebar-category .widget-sidebar-category {
    background-color: #FAFAFA;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    width: 100%;
    box-shadow: none !important;
  }
  body.oxygen-body .widget-sidebar-category .widget-sidebar-filters-area {
    width: calc(100% - 2rem) !important;
    margin-left: 1rem;
    padding-top: 5rem !important;
  }
  body.oxygen-body .widget-sidebar-category .wpgb-facet.wpgb-facet-11 h4.wpgb-facet-title {
    margin-top: 0px;
  }
  body.oxygen-body .widget-sidebar-category .topski-banner {
    width: calc(100% - 2rem) !important;
    margin-left: 1rem;
    background-size: cover !important;
  }
}
.sidebar-overlay__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000000;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.sidebar-overlay__wrapper &gt; span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10000001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  background-color: #333;
  cursor: pointer;
}

</pre></body></html>