.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 6px;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat;
}

.noUi-connect {
  width: 100%;
  height: 100%;
  background: #66b0ff;
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
  margin: 0 8px;
}

.noUi-handle {
  position: absolute;
  cursor: default;
  background: #007bff;
  border: 1px solid #007bff;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
}

.noUi-vertical {
  width: 8px;
  margin: 8px 0;
}

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  background: #e9ecef;
  border: 0 solid #dee2e6;
  border-radius: 6px;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-active {
  background: #0062cc;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #e9ecef;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #3D3E3F;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px);
}

.display-toggle__link {
  width: 1.7em;
  height: 1.7em;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #3D3E3F;
  text-align: center;
  background: #f8f9fa;
  border-radius: 50%;
}
.display-toggle__link:hover, .display-toggle__link:focus {
  color: #3D3E3F;
  background: #e9ecef;
}
.display-toggle__link.active {
  color: #fff;
  background: #007bff;
}
.display-toggle__icon {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 991.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}

#js-active-search-filters h4 {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.78125rem;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 991.98px) {
  #js-active-search-filters h4 {
    margin-top: 20px;
  }
}
#js-active-search-filters img {
  max-width: 10px;
  display: inline-block;
  margin-right: 6px;
}
#js-active-search-filters ul {
  list-style: none;
  display: flex;
  gap: 6px;
}
#js-active-search-filters ul li {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #F1277B;
  border-radius: 6px;
  height: 30px;
  display: flex;
  align-items: center;
}
#js-active-search-filters ul li a {
  border: none;
  color: #fff;
}
#js-active-search-filters ul li.clear-all {
  background: none;
  white-space: nowrap;
}
#js-active-search-filters ul li.clear-all img {
  min-width: 14px;
}

div.filters-mobile {
  display: flex;
  touch-action: pan-x;
}

div.category_description div.desc-inner {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  font-family: Geologica, sans-serif !important;
}
div.category_description div.desc-inner span, div.category_description div.desc-inner h4, div.category_description div.desc-inner p {
  font-family: Geologica, sans-serif !important;
  color: #3D3E3F !important;
}
div.category_description div.desc-inner h4 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
div.category_description h2 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.09375rem;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
div.category_description h3 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 32.5px;
  text-align: left;
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  div.category_description h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
div.category_description p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  div.category_description p {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-bottom: 12px;
  }
}

div.category-tree div.category-tree__item a.category-tree__link {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: wrap;
  height: auto;
  display: inline-block;
  line-height: 18px;
  min-height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
}
div.category-tree div.category-tree__item a {
  font-size: 0.875rem;
  line-height: 2.125rem;
  height: 34px;
}
div.category-tree div.category-tree__item a.category-tree__link--depth-0 {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  height: auto;
}
div.category-tree div.category-tree__item:not(.category-tree__item--depth-0) > .category-tree__link--current {
  background: #E5E5E5;
  border-radius: 3px;
  justify-content: flex-start;
}
div.category-tree div.category-tree__item.category-tree__item--depth-1 > .category-tree__link--current {
  font-weight: 600;
}
div.category-tree a.category-tree__icon-collapse img {
  transition: 0.4s;
}
div.category-tree a.category-tree__icon-collapse {
  display: flex;
  align-items: center;
  margin-left: auto;
}
div.category-tree a.category-tree__icon-collapse:not(.collapsed) img {
  transform: rotate(180deg);
}
div.category-tree div.category-tree__head {
  display: flex;
  justify-content: space-between;
  padding-right: 4px;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
div.category-tree div.category-tree__item--depth-1 > div {
  padding-left: 12px;
}
div.category-tree div.category-tree__item--depth-1 > div a.category-tree__link--depth-1 {
  font-size: 0.9375rem;
  font-weight: 600;
}
div.category-tree div.category-tree__item--depth-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 12px;
}
div.category-tree div.category-tree__item--depth-2 div.category-tree__link--current:before {
  content: "";
  width: 6px;
  height: 100%;
  float: left;
}
div.category-tree div.category-tree__item--depth-2.active {
  padding-left: 6px;
}
div.category-tree div.category-tree__collapse.collapsing:before {
  display: none !important;
}
div.category-tree div.category-tree__item--depth-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
div.category-tree div.category-tree__item--depth-3 a {
  color: #3D3E3F;
  padding-left: 12px;
}
div.category-tree div.category-tree__item--depth-3.active > div > a {
  padding-left: 6px;
}
div.category-tree div.category-tree__item--depth-3:hover {
  opacity: 1;
}
div.category-tree div.category-tree__item--depth-3:hover a {
  color: #3D3E3F !important;
}
div.category-tree div.category-tree__collapse {
  transition: 0.7s;
  width: 100%;
}
div.category-tree div.category-tree__collapse div.category-tree__collapse {
  margin-top: 4px;
}

div#left-column {
  margin-top: 28px;
}
@media (max-width: 991.98px) {
  div#left-column {
    display: none;
  }
}

div.products-sort-order.dropdown > button {
  height: 35px;
  line-height: 35px;
  color: #6B6B6B;
  font-weight: 500;
  font-size: 0.8125rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px;
  padding: 0;
  position: relative;
  background: none;
  width: auto;
  padding-left: 37px;
  padding-right: 29px;
  text-align: start;
  white-space: nowrap;
  background: #fff;
}
@media (max-width: 991.98px) {
  div.products-sort-order.dropdown > button {
    border: 1px solid rgba(0, 0, 0, 0.0509803922);
    padding-left: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75ch;
    height: 30px;
    margin-top: -1px;
    line-height: 1.875rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
  }
}
div.products-sort-order.dropdown > button > img.sort-icon {
  position: absolute;
  left: 6px;
  height: 18px;
  width: 18px;
  top: 9px;
}
@media (max-width: 991.98px) {
  div.products-sort-order.dropdown > button > img.sort-icon {
    left: 8px;
    height: 14px;
    width: 14px;
    top: 8px;
  }
}
div.products-sort-order.dropdown > button > img.arrow-icon {
  position: absolute;
  right: 10px;
  height: auto;
  width: auto;
  top: 16px;
}
@media (max-width: 991.98px) {
  div.products-sort-order.dropdown > button > img.arrow-icon {
    top: 13.5px;
  }
}
div.products-sort-order.dropdown div.dropdown-menu.show {
  color: #6B6B6B;
  font-size: 0.8125rem;
  transform: none !important;
  left: unset !important;
  right: 0;
  top: 32px !important;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 991.98px) {
  div.products-sort-order.dropdown div.dropdown-menu.show {
    left: 0 !important;
    right: unset;
    top: 26px !important;
  }
}
div.products-sort-order.dropdown div.dropdown-menu.show a.select-list {
  white-space: nowrap;
  color: #6B6B6B;
  line-height: 24px;
  padding-left: 6px;
  padding-right: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.products-sort-order.dropdown div.dropdown-menu.show a.select-list:hover {
  color: #3D3E3F;
}

div#search_filters_wrapper {
  min-width: 100%;
}

body.layout-left-column section#main {
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body.layout-left-column section#main {
    overflow-x: visible;
  }
}

div#search_filters {
  margin-top: 18px;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  div#search_filters {
    padding-top: 0;
  }
}
div#search_filters div.list-group {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px -5px;
}
@media (max-width: 991.98px) {
  div#search_filters div.list-group {
    height: 30px;
    flex-wrap: nowrap;
  }
}
div#search_filters div.list-group.show-all {
  transition: 0.3s;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 991.98px) {
  div#search_filters div.list-group.show-all {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
div#search_filters section.list-group-item {
  position: relative;
  order: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  border-radius: 0.375rem;
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0px 6px;
  margin-bottom: 12px;
  background: none;
}
@media (max-width: 991.98px) {
  div#search_filters section.list-group-item {
    height: 30px;
    max-width: auto;
    flex: auto;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}
div#search_filters section.list-group-item.active-filters {
  z-index: 12;
}
@media (min-width: 768px) {
  div#search_filters section.list-group-item.active-filters {
    order: 0;
  }
  div#search_filters section.list-group-item.active-filters div.search-filters__collapse {
    right: unset !important;
  }
  div#search_filters section.list-group-item.active-filters > div {
    background: #F1277B !important;
    border: 1px solid #F1277B !important;
    color: #fff;
  }
  div#search_filters section.list-group-item.active-filters > div span, div#search_filters section.list-group-item.active-filters > div label {
    color: #fff;
  }
}
div#search_filters section.list-group-item span, div#search_filters section.list-group-item label {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #6B6B6B;
  white-space: nowrap;
}
div#search_filters section.list-group-item span.custom-control-label-bright, div#search_filters section.list-group-item span.custom-control-label-dark, div#search_filters section.list-group-item label.custom-control-label-bright, div#search_filters section.list-group-item label.custom-control-label-dark {
  text-transform: lowercase;
}
div#search_filters section.list-group-item span.custom-control-label-dark:first-letter, div#search_filters section.list-group-item label.custom-control-label-dark:first-letter {
  text-transform: uppercase;
}
div#search_filters section.list-group-item span.custom-control-label-bright:first-letter, div#search_filters section.list-group-item label.custom-control-label-bright:first-letter {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  div#search_filters section.list-group-item span, div#search_filters section.list-group-item label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.625rem;
  }
}
div#search_filters section.list-group-item span:hover, div#search_filters section.list-group-item label:hover {
  cursor: pointer;
}
div#search_filters section.list-group-item a.text-reset {
  padding-left: 10px;
}
div#search_filters section.list-group-item div.search-filters__header {
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  height: 35px;
  line-height: 35px;
  border-radius: 6px;
  padding: 0 15px 0 12px;
  background: #fff;
}
div#search_filters section.list-group-item div.search-filters__header span {
  text-transform: lowercase;
}
div#search_filters section.list-group-item div.search-filters__header span:first-letter {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  div#search_filters section.list-group-item div.search-filters__header {
    height: 30px;
    line-height: 30px;
  }
}
div#search_filters section.list-group-item span.active-filters-counter {
  display: inline-block;
  background: #d9236f;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.625rem;
  text-align: center;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  line-height: 21px;
}
@media (max-width: 991.98px) {
  div#search_filters section.list-group-item span.active-filters-counter {
    display: none;
  }
}
div#search_filters section.list-group-item:nth-child(4n+4) div.search-filters__collapse {
  right: 5px;
  left: auto;
}
@media (max-width: 991.98px) {
  div#search_filters section.list-group-item:nth-child(4n+4) div.search-filters__collapse {
    right: auto;
    left: 5px;
  }
}
@media (max-width: 991.98px) {
  div#search_filters section.list-group-item:nth-last-child(2) div.search-filters__collapse, div#search_filters section.list-group-item:last-child div.search-filters__collapse {
    right: 5px;
    left: auto;
  }
}
div#search_filters div.search-filters__collapse {
  position: absolute;
  left: 5px;
  top: 34px;
  background: #fff;
  z-index: 10;
  min-width: calc(100% - 10px);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  transition: 0.25s;
  padding: 6px 2px;
  max-height: 495px;
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden !important;
  overflow-y: scroll;
}
div#search_filters div.search-filters__collapse.show::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
div#search_filters div.search-filters__collapse.show::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  div#search_filters div.search-filters__collapse.show.two-columns, div#search_filters div.search-filters__collapse.collapsing.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 12px;
  }
  div#search_filters div.search-filters__collapse.show.three-columns, div#search_filters div.search-filters__collapse.collapsing.three-columns {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 4px;
  }
}
@media (max-width: 991.98px) {
  div#search_filters div.search-filters__collapse {
    top: 29px;
    max-height: 310px;
    z-index: 123;
  }
}
div#search_filters div.search-filters__collapse .custom-control {
  margin-top: 4px;
}
div#search_filters div.search-filters__collapse .custom-control:hover {
  cursor: pointer;
}
div#search_filters div.search-filters__collapse .custom-control:hover label {
  color: #3D3E3F;
}
div#search_filters div.search-filters__collapse .custom-checkbox-color {
  padding: 0;
}
div#search_filters div.search-filters__collapse .custom-checkbox-color label {
  display: flex;
  gap: 6px;
  align-items: center;
}
div#search_filters div.search-filters__collapse .custom-checkbox-color label span {
  border-radius: 50%;
}
div#search_filters div.search-filters__collapse .custom-checkbox-color label input[type=checkbox]:checked + span {
  border: 2px solid #3D3E3F;
}
div#search_filters div.search-filters__collapse .custom-checkbox-color label:after {
  left: 0;
}
div#search_filters div.clear-all-wrapper {
  order: 3;
  display: flex;
  white-space: nowrap;
  flex: 0 0 100%;
  padding: 0 5px;
}
@media (max-width: 767.98px) {
  div#search_filters div.clear-all-wrapper {
    order: -1;
  }
}
div#search_filters .js-search-filters-clear-all {
  color: #3D3E3F;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.015625rem;
  padding: 0;
  display: flex;
  align-items: center;
}
div#search_filters .js-search-filters-clear-all img {
  margin-right: 6px;
  max-width: 16px;
}
div#search_filters a.show-all-filters {
  font-size: 0.8125rem;
  height: 35px;
  line-height: 35px;
  color: #6B6B6B;
  font-weight: 500;
  background: #f8f8f8;
  padding-left: 16px;
  z-index: 99;
}
div#search_filters a.show-all-filters:hover {
  opacity: 1;
}
div#search_filters a.show-all-filters img {
  display: inline-block;
  margin-left: 7px;
  margin-right: 15px;
}
div#search_filters a.show-all-filters:before {
  background: linear-gradient(-90deg, #f8f8f8 21.35%, transparent);
  content: "";
  position: absolute;
  width: 51px;
  height: 36px;
  top: -1px;
  left: -47px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  div#search_filters a.show-all-filters {
    display: none;
  }
}
div#search_filters div.search-filters__slider {
  min-width: 250px;
  padding-top: 12px;
  padding-bottom: 12px;
}
div#search_filters div.search-filters__slider .noUi-connect {
  background: #f8f8f8;
}
div#search_filters div.search-filters__slider .noUi-handle {
  background: #E5E5E5;
  border-color: #E5E5E5;
}
div#search_filters a.icon-collapse > img {
  transition: 0.2s;
}
div#search_filters a:not(.collapsed) > img {
  transform: rotate(180deg);
}
div#search_filters .form-control-sm {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
}

div.product-list-header {
  display: flex;
  flex-wrap: wrap;
}
div.product-list-header > h1 {
  flex: 65%;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (max-width: 767.98px) {
  div.product-list-header > h1 {
    flex: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5625rem;
  }
}
div.product-list-header > div.dropdown {
  flex: 35%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
div.product-list-header div.products-sort-order {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  div.product-list-header div#search_filters {
    border-top: none;
  }
  div.product-list-header div.sort-filters-wrapper {
    scrollbar-width: none;
    display: flex;
    flex: 100%;
    min-width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 350px;
    margin-bottom: -350px;
  }
  div.product-list-header div.products-sort-order {
    flex-direction: row;
    margin-top: 18px;
    padding-top: 0;
    align-items: flex-start;
    margin-right: 12px;
    height: 30px;
  }
  div.product-list-header #_mobile_filters > div {
    padding-top: 0;
  }
}
div.product-list-header span.total-items {
  font-weight: 700;
  font-size: 0.625rem;
  height: 21px;
  line-height: 21px;
  padding-left: 6px;
  padding-right: 6px;
  background: #E5E5E5;
  border-radius: 3px;
  margin-left: 8px;
  margin-top: 12px;
}

div#js-product-list > nav {
  display: flex;
  flex-direction: row-reverse;
}

section#products {
  min-height: 200px;
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  div#js-product-list .products-list__block--grid {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  div#js-product-list div.product-miniature__pricing {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 16px;
  }
  div#js-product-list div.product-miniature__pricing > span.price {
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 4px;
  }
}
@media (max-width: 419.98px) {
  div#js-product-list span.price {
    font-size: 0.8125rem;
  }
  div#js-product-list span.price--regular {
    font-size: 0.6875rem;
  }
  div#js-product-list .nb_comments_desc {
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

body#manufacturer div.product-list-header {
  margin-bottom: 24px;
}
body#manufacturer li.brand-li {
  margin-bottom: 24px;
}
body#manufacturer div.brand-card {
  border: none;
  border-radius: 6px;
}
body#manufacturer div.brand-card div.brand-image {
  background: #fff;
  max-height: 336px;
  border-radius: 6px;
}
body#manufacturer div.brand-card div.brand-image a:hover {
  opacity: 0.6;
}
body#manufacturer div.brand-card div.brand-image img {
  max-height: 336px;
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  body#manufacturer div.brand-card div.brand-image img {
    max-height: 228px;
  }
}
@media (max-width: 767.98px) {
  body#manufacturer div.brand-card div.brand-image img {
    max-height: 160px;
  }
}
body#manufacturer div.brand-card div.card-footer {
  border-top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 14px 0 0 12px;
}
@media (max-width: 767.98px) {
  body#manufacturer div.brand-card div.card-footer {
    justify-content: space-between;
  }
}
body#manufacturer div.brand-card div.card-footer > a.text-reset {
  font-size: 13px;
  font-weight: 700;
  line-height: 16.25px;
  text-transform: uppercase;
}
body#manufacturer div.brand-card div.card-footer > span:nth-of-type(1) {
  font-size: 11px;
  line-height: 15px;
  margin-left: auto;
  margin-right: 4px;
  color: #6B6B6B;
  text-align: right;
}
@media (max-width: 767.98px) {
  body#manufacturer div.brand-card div.card-footer > span:nth-of-type(1) {
    display: none;
  }
}
body#manufacturer div.brand-card div.card-footer > span:nth-of-type(2) {
  background: #e5e5e5;
  border-radius: 6px;
  font-size: 0.625rem;
  font-weight: 700;
  height: 21px;
  line-height: 21px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0 8px 0 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .layout-left-column .products-list__block--grid {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) {
  #js-active-search-filters h4 {
    margin-top: 20px;
    letter-spacing: 0;
    font-size: 13px;
  }
  #js-active-search-filters .js-search-filters-clear-all {
    display: none;
  }
  #js-active-search-filters ul li a {
    font-size: 12px;
  }
  #js-active-search-filters ul li a:hover {
    background-color: transparent !important;
  }
}
.active-filters input:checked + label > span.custom-control-input-color[style="background-color:rgb(255, 255, 255)"]:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  position: absolute;
  z-index: 1;
}

span.custom-control-input-color[style="background-color:rgb(255, 253, 253)"]:after {
  content: "";
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%) !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 3;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  position: absolute;
}

div.star-rating div.empty {
  background-image: url(/themes/netuno/assets//img-dist/853f3eb539e8d901e4097cd94060f74e.svg) !important;
  display: inline-block !important;
  width: 18.79px !important;
  margin-right: 4px !important;
  margin-left: 0 !important;
}

div.star-content .star-on {
  background-image: url(/themes/netuno/assets//img-dist/1e15941bdad0374f4cb3ace3d9ca058e.svg);
  display: inline-block;
  width: 18.79px;
  margin-right: 4px;
  margin-left: 0;
}

body#search section#main, body#prices-drop section#main, body#new-products section#main {
  overflow-x: hidden;
}

body#search span.total-items {
  display: none;
}

@media (max-width: 991.98px) {
  .js-search-filters-clear-all {
    padding-left: 0;
  }
  .js-search-filters-clear-all img {
    max-width: 16px !important;
  }
}
