.twn__container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 10px;
  overflow: hidden;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.twn__container a,
.twn__container a:hover {
  color: #000;
}

/* Layout */

.twn__header {
  display: none;
}

.twn__container .twn__header,
.twn__container .twn__lister-top,
.twn__container .twn__lister__pager.is-bottom {
  border: 0;
}

@media (min-width: 992px) {
  .twn__results-text {
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
  }

  .twn__results-text strong {
    font-weight: 600;
    font-style: normal;
  }
}

/* Tiles */
.twn__product {
  padding: 10px;
  flex-grow: 0;
  overflow: hidden;
}

.twn__product-inner {
  border: 2px solid #ededed;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.twn__product-image {
  background: #fff;
}

.twn__product-details {
  padding: 20px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.twn__product-details * {
  order: 10;
}

.twn__product-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #222222;
  order: 10;
}

.twn__product-brand {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #222222;
  order: 5;
}

.twn__product-top {
  position: relative;
}

.twn__product-top__additional_image-grouped {
  display: none;
}

@media (min-width: 992px) {
  .twn__container {
    padding: 30px;
  }

  .twn__product-title {
    line-height: 24px;
  }

  .twn__product:hover .twn__product-inner {
    border-color: #0077c9;
  }

  .twn__product-top__additional_image-grouped {
    display: block;
  }

  .twn__product-top__additional_image {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 10;
    pointer-events: none;
    display: flex;
    justify-content: center;
    background: #fff;
  }

  .twn__product-top__additional_image-grouped img {
    max-width: 100%;
    max-height: 100%;
  }

  .twn__product:hover .twn__product-top__additional_image {
    opacity: 1;
  }
}

.twn__container .twn__product-price-grouped {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  line-height: 24px;
  font-size: 15px;
  margin-top: auto;
}

.twn__container .twn__product-price {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 600;
  color: #0077c9;
}

.twn__container .twn__product-price .is-original {
  text-decoration: line-through;
  color: #cacaca;
  padding-right: 20px;
  font-weight: 600;
}

.twn__container .twn__product-price .is-special {
  color: #0077c9;
  font-weight: 600;
}

.twn__product-top__label-grouped {
  position: absolute;
  bottom: -10px;
  right: 5px;
  z-index: 20;
}

.twn__product-top__label-grouped .twn__label {
  color: #fff;
  min-width: 70px;
  height: 25px;
  padding: 5px;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-transform: uppercase;
}

/* Facets */
.twn__facet-title {
  justify-content: flex-start;
}

.twn__facet-title-text {
  font-weight: 600;
  font-size: 14px;
  color: #4a4a4a;
  padding-right: 5px;
}

.twn__facet-item-check {
  margin-right: 10px;
}

.twn__facet-item {
  line-height: 1;
}

.twn__facet-item-count {
  margin-left: 3px;
  align-self: auto;
  color: #a0a0a0;
}

.twn__facet-item.is-checkbox a:hover .twn__facet-item-check .twn__icn {
  opacity: 1;
}

.twn__facet-items-more {
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .twn__container .twn-srt,
  .twn__lister-sort,
  .twn__container .twn-dd-wrp {
    width: 100%;
  }

  .twn__container .twn-srt label {
    display: none;
  }

  .twn-dd-wrp {
    border: 2px solid #ededed;
    padding-right: 30px;
  }

  .twn__container .twn-dd-wrp select {
    height: 30px;
    font-size: 12px;
    padding: 0 20px 0 10px;
    width: 100%;
    background: #fff;
    font-weight: 600;
  }

  .twn__container .twn__facets-filter:hover,
  .twn__container .twn__facets-filter {
    border: 2px solid #f3f3f3;
    background: #fff;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .twn__container .twn__lister-top .twn__lister-pager {
    display: none;
  }

  .twn-facets-visible .twn__container .twn__facets-collection {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0;
    background: #fff;
    padding: 60px 0 10px 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f2f2f2;
  }

  .twn-facets-visible .twn__container .twn__facets-filter {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    right: 0;
    content: "klaar";
    border-radius: 0;
    border: 0;
    padding: 10px 20px 10px 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin: 0;
    font-size: 18px;
    height: 59px;
    background-color: #0077c9;
    color: #fff;
  }

  .twn-facets-visible .twn__container .twn__facets-filter::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%230D2D43' fill-rule='evenodd' d='M5.2382228,12.0001042 L7.95107231,9.28717134 C8.01619805,9.2220456 8.01619805,9.11647687 7.95107231,9.05135114 L6.94883648,8.04886515 C6.91756612,8.01759479 6.87503844,8 6.83092638,8 C6.78673094,8 6.74428664,8.01759479 6.71301629,8.04886515 L4,10.7618814 L1.28698371,8.04886515 C1.224443,7.98632443 1.11370423,7.98632443 1.05116352,8.04886515 L0.0488442997,9.05135114 C-0.0162814332,9.11647687 -0.0162814332,9.2220456 0.0488442997,9.28717134 L2.7617772,12.0001042 L0.0488442997,14.7130371 C-0.0162814332,14.7781629 -0.0162814332,14.8837316 0.0488442997,14.9488573 L1.05116352,15.9512599 C1.08243388,15.9825303 1.12487818,16.0001251 1.16907362,16.0001251 C1.21326906,16.0001251 1.25571336,15.9825303 1.28698371,15.9512599 L4,13.2382436 L6.71301629,15.9512599 C6.74428664,15.9825303 6.78673094,16.0001251 6.83092638,16.0001251 C6.87503844,16.0001251 6.91756612,15.9825303 6.94883648,15.9512599 L7.9511557,14.9488573 C8.01628143,14.8837316 8.01628143,14.7780795 7.9511557,14.7130371 L5.2382228,12.0001042 Z' transform='translate(0 -8)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
  }

  .twn__container .twn__facet {
    margin: 0;
    background: #fff;
  }

  .twn__container .twn__facet:nth-child(:even) .twn__facet-title {
    background: #fff;
  }

  .twn__facet-title {
    padding: 5px 30px;
    height: 50px;
  }

  .twn__facet-body {
    padding: 5px 30px 15px 30px;
  }
}

.twn-sldr {
  display: flex;
  flex-direction: column-reverse;
}

.twn__slider-inputs {
  margin-bottom: 20px;
}

.twn-sldr label {
  border: 2px solid #000;
}

.noUi-target {
  background: #e0e0e0;
  height: 8px;
  border: 0;
}

.noUi-horizontal .noUi-handle {
  border: 4px solid #0077c9;
  background: #ffffff;
  width: 20px;
  top: -6px;
  height: 20px;
  box-shadow: none;
}

.twn__facets-selection {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

@media (max-width: 767px) {
  .twn__facets-selection {
    display: none;
  }
}

.twn__facets-selection .twn__icn {
  color: #b94545;
}

.twn__facet-item {
  font-size: 12px;
  font-weight: 300;
}

.twn__facet-item.twn-is-active a {
  color: #0077c9;
  background: transparent;
}

/* Sort */
@media (min-width: 768px) {
  .twn-srt label {
    font-weight: bold;
    font-size: 12px;
  }

  .twn-srt .twn-dd-wrp {
    border: none;
  }

  .twn-dd-wrp select {
    padding-right: 30px;
    font-size: 12px;
    font-weight: bold;
  }
}

.twn__pag {
  text-transform: uppercase;
  font-size: 10px;
}

.twn__pag a {
  color: #979797;
}

.twn__lister__pager.is-bottom {
  justify-content: flex-end;
}
