.category-id-23 #left-column {
  display: none;
}

.category-id-23 #content-wrapper.left-column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.js-collection-miniature {
  padding: 50px 0;
  cursor: default;
}
.js-collection-miniature .img_block {
  overflow: hidden;
}
.js-collection-miniature .collection-thumbnail {
  overflow: hidden;
  max-height: 550px;
  width: 100%;
  display: block;
  overflow: hidden;
  overflow: hidden;
}
.js-collection-miniature .collection-thumbnail img {
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.6s linear;
  position: relative;
  z-index: 1;
}
.js-collection-miniature .collection-thumbnail:before {
  content: "";
  background-image: url(/themes/devo25/assets//img-dist/9719cd9bfdcdc99851de2f25c424b295.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: -2px;
  left: 8px;
  z-index: 2;
  transition: 0.6s all ease;
}
.js-collection-miniature .button_see_more a {
  text-transform: uppercase;
  display: flex;
  align-content: center;
  line-height: 2;
  gap: 0.6rem;
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
}
.js-collection-miniature:hover .collection-thumbnail img, .js-collection-miniature:focus .collection-thumbnail img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.js-collection-miniature:hover .collection-thumbnail:before, .js-collection-miniature:focus .collection-thumbnail:before {
  height: 70%;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
  opacity: 0.5;
}
.js-collection-miniature .product_desc h3 {
  margin-bottom: 0.2rem;
  font-weight: 300;
}
.js-collection-miniature .product_desc h2 {
  font-family: "YesevaOne", "Georgia", serif;
  font-size: 2.75rem;
  color: #222;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .js-collection-miniature .product_desc h2 {
    font-size: calc(1.15rem + 2.5806451613vw);
  }
}
.js-collection-miniature .product_desc h2 a {
  color: #222;
}
.js-collection-miniature .product_desc .description_short {
  text-transform: uppercase;
  font-weight: 300;
}
.js-collection-miniature .product_desc .description {
  font-weight: 300;
  text-align: justify;
  line-height: 1.5;
  padding: 30px 0;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .js-collection-miniature .product_desc .description {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.js-collection-miniature .product_desc .description .over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .js-collection-miniature {
    flex-direction: column-reverse;
  }
  .js-collection-miniature .product_desc {
    margin-top: 1rem;
  }
  .js-collection-miniature .collection-thumbnail {
    max-height: 250px;
  }
  .js-collection-miniature .collection-thumbnail img {
    max-height: 250px;
  }
}

/*////////////////// KOLEKCJE //////////////////*/
.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: 0.4rem;
}

.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: #9c9a9b;
}

.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: #696768;
  border: 1px solid #696768;
  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: 0.4rem;
}

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

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

.noUi-active {
  background: #4f4e4f;
}

/* 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: #212529;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.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: #212529;
  text-align: center;
  background: #f8f9fa;
  border-radius: 50%;
}
.display-toggle__link:hover, .display-toggle__link:focus {
  color: #212529;
  background: #e9ecef;
}
.display-toggle__link.active {
  color: #fff;
  background: #696768;
}
.display-toggle__icon {
  font-size: inherit;
  line-height: inherit;
}

.search-filters {
  background-color: #f8f9fa;
  border-radius: 0.4rem;
  font-weight: 300;
  font-size: 0.9rem;
}
.search-filters .list-group-item {
  background-color: #f8f9fa;
}
.search-filters .list-group-item .custom-checkbox-color .custom-control-label {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  height: 2rem;
  padding-left: 1rem;
  cursor: pointer;
  position: relative;
}
.search-filters .list-group-item .custom-checkbox-color .custom-control-label:after {
  width: 1.5rem;
  height: 1.5rem;
  left: -1.2rem;
  top: 0.25rem;
}
.search-filters .list-group-item .custom-checkbox-color .custom-control-label .custom-control-input-color {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  top: 0;
}
.search-filters .search-filters__collapse {
  max-height: 320px;
  overflow-y: auto;
}
.search-filters .custom-control-input:checked + .custom-control-label[data-ink=white]::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='3.2 8.6 6.6 12 12.8 4.8'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  border: 0;
  background-color: transparent;
}
.search-filters .custom-control-input:checked + .custom-control-label[data-ink=black]::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='3.2 8.6 6.6 12 12.8 4.8'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  border: 0;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}
.search-filters .custom-select {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1rem;
}

.btn-filter {
  display: inline-flex;
  flex-wrap: nowrap;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 500;
}
.btn-filter svg {
  width: 25px;
  height: 25px;
}
