<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#react-Plp {
  padding: 0px 24px; }

.plp-search-banner {
  margin-top: 16px;
  margin-bottom: 24px; }

#plp-filters-layout-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px; }
  #plp-filters-layout-selectors.plp-filters-layout-selectors-V2 {
    height: auto;
    padding: 0px 24px 0px; }
  #plp-filters-layout-selectors .count-and-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

#react-PLP-RefinementBar {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.back-to-top {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  padding: 0px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
  background-color: #fff; }
  .back-to-top img {
    width: 13px;
    height: 13px; }

.search-banner {
  background: none; }
  .search-banner.hero {
    height: auto; }
</pre></body></html>