/*
 * Archive Intro
 */
.archive-intro {
  margin: 0rem 0 0.3125rem;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 991.98px) {
  .archive-intro {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .archive-intro {
    margin: 0rem 0 0.3125rem;
  }
}
@media (min-width: 992px) {
  .archive-intro__container {
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  .archive-intro__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.archive-intro__content {
  text-align: center;
}
.archive-intro__content h1,
.archive-intro__content h2 {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 0.3125rem;
}
@media (min-width: 992px) {
  .archive-intro__content h1,
.archive-intro__content h2 {
    font-size: 1.875rem;
    line-height: 1.1666666667;
    font-size: 1.565rem;
    margin-bottom: 0.625rem;
  }
}
.archive-intro__content h1 span {
  white-space: nowrap;
  display: block;
  font-size: 65%;
  font-weight: 400;
  color: #888888;
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .archive-intro__content h1 span {
    font-size: 55%;
    display: inline;
  }
}
@media (min-width: 992px) {
  .archive-intro__content h1 {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.archive-intro__content p {
  text-align: left;
  color: #434344;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
}
@media (min-width: 992px) {
  .archive-intro__content p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.archive-banner {
  margin-top: 2.5rem;
  position: relative;
  line-height: 0;
}
@media (min-width: 992px) {
  .archive-banner {
    max-width: 64.5rem;
    margin: 3.125rem auto 0;
  }
}
.archive-banner--hidden {
  display: none;
}
.archive-banner__image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 414/230;
  min-height: 14.375rem;
}
@media (min-width: 576px) {
  .archive-banner__image {
    aspect-ratio: 1032/184;
  }
}
@media (max-width: 575.98px) {
  .archive-banner__image {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 576px) {
  .archive-banner__image {
    display: none;
  }
}
.archive-banner__image + .archive-banner__image--desktop {
  display: none;
}
@media (min-width: 576px) {
  .archive-banner__image + .archive-banner__image--desktop {
    display: block;
  }
}
.archive-banner__content {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 1.5625rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3125rem 0;
}
@media (min-width: 992px) {
  .archive-banner__content {
    padding: 2.1875rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.archive-banner__content > * {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  line-height: 1.2333333333;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.archive-banner__content strong {
  font-weight: 500;
}
.archive-banner__close {
  position: absolute;
  right: 0.25rem;
  top: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .archive-banner__close {
    right: 1rem;
    top: 0.625rem;
  }
}
@media (hover: hover) {
  .archive-banner__close {
    cursor: pointer;
  }
}

/*
 * Product List
 */
@media (max-width: 991.98px) {
  .breadcrumbs.breadcrumbs {
    padding: 0.25rem 0 !important;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    --breadcrumbs-margin-top: var(--header-height, rem(128));
    padding-bottom: 0.5rem;
  }
}

.product-list {
  margin: 0.3125rem 0 5.3125rem;
  position: relative;
}
@media (min-width: 992px) {
  .product-list {
    margin: 0.3125rem 0 5.3125rem;
  }
}
.product-list__top {
  /*
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: rem(20);
  */
}
.product-list__middle {
  display: flex;
  justify-content: flex-end;
  gap: 0;
}
.product-list__layout {
  display: block;
  position: relative;
  /*z-index: 1200;*/
}
@media (min-width: 992px) {
  .product-list__layout {
    display: grid;
    grid-template-columns: 14rem 1fr;
    gap: 1.5rem;
    align-items: start;
  }
}
@media (min-width: 1400px) {
  .product-list__layout {
    grid-template-columns: 18.75rem 1fr;
  }
}
@media (min-width: 992px) {
  .product-list__sidebar {
    margin-top: 0;
    padding-top: 0;
    position: sticky;
    top: var(--header-height, 8rem);
    align-self: start;
    height: fit-content;
  }
}
@media (min-width: 992px) {
  .product-list__sidebar.is-sticky .product-filtering {
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .product-list__sidebar {
    display: none;
  }
}
.product-list__left {
  width: 100%;
  /*
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: rem(30);
  */
}
@media (min-width: 992px) {
  .product-list__left {
    /*flex-direction: row-reverse;*/
    margin: 0;
  }
}
@media (min-width: 992px) {
  .product-list__open-filtering {
    display: none;
  }
}
.product-list__count {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #b8b8b8;
}
@media (min-width: 992px) {
  .product-list__count {
    font-size: 1rem;
    line-height: 1.1875;
    white-space: nowrap;
  }
}
.product-list__items {
  display: grid;
  position: relative;
  align-items: flex-start;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.75rem 0.5rem;
}
.product-list__items .product-item {
  justify-content: flex-start;
}
.product-list__items .wide-item {
  grid-column: span 1;
}
@media (min-width: 375px) {
  .product-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-list__items .wide-item {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .product-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-list__items .wide-item {
    grid-column: span 3;
  }
}
@media (min-width: 1380px) {
  .product-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-list__items .wide-item {
    grid-column: span 3;
  }
}
@media (min-width: 1892px) {
  .product-list__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-list__items .wide-item {
    grid-column: span 4;
  }
}
.product-list__items.rows-1 {
  grid-template-columns: repeat(1, 1fr);
}
.product-list__items.rows-2 {
  grid-template-columns: repeat(2, 1fr);
}
.product-list__items.rows-3 {
  grid-template-columns: repeat(3, 1fr);
}
.product-list__items.rows-4 {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1892px) {
  .product-list__items.rows-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-list__items.rows-5 {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1892px) {
  .product-list__items.rows-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .product-filters-sidebar {
    position: static;
  }
}
.product-filters-sidebar #wybrane-filtry-in {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 992px) {
  .product-list__middle:not(.wide-item) {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-list__top {
    display: none !important;
  }
}

.product-list__sidebar .product-list__top {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .product-list__sidebar .product-list__top {
    display: block !important;
  }
}

.product-list__toolbar {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0;
}
.product-list__toolbar .product-grid-switcher {
  margin: 0;
}

.product-list-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0.375rem;
}
@media (min-width: 992px) {
  .product-list-banner {
    padding-top: 0;
  }
}
.product-list-banner__image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 185/278;
  min-height: 17.375rem;
}
@media (min-width: 992px) {
  .product-list-banner__image {
    aspect-ratio: 437/656;
  }
}
.product-list-banner__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .product-list-banner__content {
    padding: 1.5rem;
  }
}
.product-list-banner__content p.is-style-caption {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-bottom: 0.25rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .product-list-banner__content p.is-style-caption {
    font-size: 1.375rem;
    line-height: 1.2272727273;
    margin-bottom: 0.4375rem;
  }
}
.product-list-banner__content h1,
.product-list-banner__content h2,
.product-list-banner__content h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (min-width: 1200px) {
  .product-list-banner__content h1,
.product-list-banner__content h2,
.product-list-banner__content h3 {
    font-size: 1.875rem;
    line-height: 1.2333333333;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
  }
}
.product-list-banner__content p:not(.is-style-caption) {
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media (min-width: 1200px) {
  .product-list-banner__content p:not(.is-style-caption) {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.25rem;
  }
}
.product-list-banner__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-list-banner__btn .button__link {
    min-width: 14.75rem;
  }
}

.product-list__select--controls {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0rem;
  padding-bottom: 0.5rem;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 15;
  transition: none !important;
  animation: none !important;
  transform: none !important;
}
.product-list__select--controls.is-sticky {
  z-index: 200;
  background: #fff;
  transition: none !important;
  animation: none !important;
  transform: none !important;
}
@media (max-width: 991.98px) {
  .product-list__select--controls {
    gap: 0;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 15;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  .product-list__select--controls.is-sticky {
    z-index: 90;
    /*box-shadow: 0 rem(1) rem(2) rgba(0, 0, 0, 0.08);*/
  }
  .product-list__select--controls.is-sticky:before {
    background: #fff;
  }
  .product-list__select--controls.is-fixed {
    position: fixed;
    top: 0;
    top: var(--controls-sticky-top, 0px);
    left: 0;
    left: var(--controls-sticky-left, 0px);
    width: 100%;
    width: var(--controls-sticky-width, 100%);
    z-index: 90;
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
  .product-list__select--controls:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.0625rem;
    background: #f1f1f1;
  }
}
@media (min-width: 992px) {
  .product-list__select--controls {
    gap: 2rem;
    width: auto;
  }
}

.product-list__select--controls-placeholder {
  display: none;
  width: 100%;
  height: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .product-list__select--controls-placeholder {
    display: block;
    height: 0;
  }
}

.product-list__select--wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1rem;
  line-height: 1.25;
  color: #b8b8b8;
}
.product-list__select--wrapper label {
  color: #b8b8b8;
  font-size: 1rem;
  margin-right: 0.25rem;
  height: 100%;
}
@media (max-width: 991.98px) {
  .product-list__select--wrapper label {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-list__select--wrapper {
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1f1f1;
    padding: 0.5rem 0;
    height: 2.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
    flex: 0 1 calc((100% - 0.5rem) / 2);
  }
}

@media (min-width: 992px) {
  .product-list__select.nice-select.open .current {
    background-color: #f2f0f1;
  }
}
.product-list__select.nice-select.open .current:after {
  transform: rotate(180deg);
}

.product-list__open-filtering,
.product-list__select.nice-select .current {
  color: #434344;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 992px) {
  .product-list__open-filtering,
.product-list__select.nice-select .current {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.product-list__open-filtering {
  width: auto;
  padding: 0.5rem 0rem;
  text-decoration: none;
  color: #7a7c7a;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media (max-width: 991.98px) {
  .product-list__open-filtering {
    margin-right: 0;
    flex: 0 1 calc((100% - 0.5rem) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f1f1f1;
    height: 2.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
  }
}

.product-list__select.nice-select .current {
  display: grid;
  grid-template-columns: 1fr 0.75rem;
  align-items: center;
  gap: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .product-list__select.nice-select .current {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
  }
}
@media (min-width: 992px) {
  .product-list__select.nice-select .current {
    gap: 0.375rem;
    border-radius: 5px;
    will-change: background-color;
    transition: background-color 300ms ease-in-out 0ms;
  }
}
.product-list__select.nice-select .current:after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUyMyIgaGVpZ2h0PSI1LjQyMyIgdmlld0JveD0iMCAwIDguNTIzIDUuNDIzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjUyMyAtMC4wMDEpIHJvdGF0ZSg5MCkiPjxwYXRoIGQ9Ik0uMzQsOC4xODNhMS4xNiwxLjE2LDAsMCwxLDAtMS42NDJsMi4yOC0yLjI4TC4zNCwxLjk4MUExLjE2MSwxLjE2MSwwLDEsMSwxLjk4Mi4zNGwzLjEsMy4xYTEuMTYsMS4xNiwwLDAsMSwwLDEuNjQybC0zLjEsMy4xYTEuMTYxLDEuMTYxLDAsMCwxLTEuNjQyLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMSAwKSIgZmlsbD0iIzQzNDM0NCIvPjwvZz48L3N2Zz4=");
  will-change: transform;
  transition: transform 300ms ease-in-out 0ms;
}

@media (max-width: 991.98px) {
  .product-list__select.nice-select {
    width: 100%;
  }
}

.product-list__select.nice-select .nice-select-dropdown {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 0.8125rem 1rem;
  top: calc(100% + 0.8125rem);
}
@media (min-width: 992px) {
  .product-list__select.nice-select .nice-select-dropdown {
    padding: 1.125rem 0.9375rem;
    min-width: 9.5625rem;
    top: calc(100% + 0.75rem);
  }
}
@media (max-width: 991.98px) {
  .product-list__select.nice-select .nice-select-dropdown {
    width: 100%;
  }
}

.product-list__select.nice-select .list {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem 0;
}
@media (min-width: 992px) {
  .product-list__select.nice-select .list {
    gap: 1rem 0;
  }
}

.product-list__select.nice-select .list > * {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  color: #434344;
}
@media (min-width: 992px) {
  .product-list__select.nice-select .list > * {
    font-size: 0.8125rem;
    line-height: 1.1538461538;
  }
}

.product-list__select.nice-select .disabled {
  display: none;
}

.product-list__select.nice-select .selected {
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .product-filtering {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    z-index: 1200;
    display: none;
  }
}
@media (min-width: 992px) {
  .product-filtering {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .product-filtering.active {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__wrapper {
    /*position: relative;*/
    /*z-index: 1201;*/
    width: 80%;
    margin-left: auto;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__top {
    background-color: #e9eced;
    padding: 0.875rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .product-filtering__top {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
}
.product-filtering__back {
  display: none;
}
@media (min-width: 992px) {
  .product-filtering__back {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__back.active {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__title {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-weight: 500;
    color: #000;
  }
}
@media (min-width: 992px) {
  .product-filtering__title {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__close {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .product-filtering__close {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__bottom {
    padding: 1rem 0 2.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 1.25rem;
    overflow-y: scroll;
    overflow-x: clip;
  }
}
.product-filtering__list {
  max-height: 80vh;
  overflow: auto;
  padding-right: 1rem;
}
@media (max-width: 991.98px) {
  .product-filtering__list {
    position: relative;
  }
}
@media (min-width: 992px) {
  .product-filtering__list {
    max-height: calc(100vh - var(--header-height, 8rem) - var(--archive-breadcrumbs-height, 0px) - 1.5vh);
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media (min-width: 1380px) {
  .product-filtering__list {
    gap: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .product-filtering__item {
    position: relative;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item.hidden {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item--visible {
    padding-bottom: 1.125rem;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item--visible:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item--visible .product-filtering__btn {
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item--visible .product-filtering__item-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .product-filtering__item--visible.active .product-filtering__item-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .product-filtering__item--desktop-open .product-filtering__item-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .product-filtering__item--desktop-open.is-collapsed .product-filtering__item-content {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item--mobile-collapsed .product-filtering__btn {
    display: grid;
    grid-template-columns: 1fr 0.375rem;
    align-items: center;
    gap: 1.25rem;
  }
  .product-filtering__item--mobile-collapsed .product-filtering__btn:after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.5625rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjQyMyIgaGVpZ2h0PSI4LjUyMyIgdmlld0JveD0iMCAwIDUuNDIzIDguNTIzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDEgMCkiPjxwYXRoIGQ9Ik0uMzQsOC4xODNhMS4xNiwxLjE2LDAsMCwxLDAtMS42NDJsMi4yOC0yLjI4TC4zNCwxLjk4MUExLjE2MSwxLjE2MSwwLDEsMSwxLjk4Mi4zNGwzLjEsMy4xYTEuMTYsMS4xNiwwLDAsMSwwLDEuNjQybC0zLjEsMy4xYTEuMTYxLDEuMTYxLDAsMCwxLTEuNjQyLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMSAwKSIgZmlsbD0iIzQzNDM0NCIvPjwvZz48L3N2Zz4=");
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .product-filtering__item--mobile-collapsed .product-filtering__btn {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item--mobile-collapsed .product-filtering__item-content {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item--mobile-collapsed.active .product-filtering__item-content {
    display: block;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .product-filtering__item--mobile-collapsed.active .product-filtering__btn {
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item:not(.product-filtering__item--visible).active .product-filtering__btn {
    display: none;
  }
}
.product-filtering__item:not(.product-filtering__item--visible).active .product-filtering__item-content {
  display: block;
}
@media (max-width: 991.98px) {
  .product-filtering__item:not(.product-filtering__item--visible) .product-filtering__btn {
    padding-bottom: 1.125rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.375rem;
    align-items: center;
    gap: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item:not(.product-filtering__item--visible) .product-filtering__btn:before, .product-filtering__item:not(.product-filtering__item--visible) .product-filtering__btn:after {
    content: "";
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item:not(.product-filtering__item--visible) .product-filtering__btn:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% + 3rem);
    height: 1px;
    background-color: #e5e5e5;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item:not(.product-filtering__item--visible) .product-filtering__btn:after {
    display: block;
    width: 0.375rem;
    height: 0.5625rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjQyMyIgaGVpZ2h0PSI4LjUyMyIgdmlld0JveD0iMCAwIDUuNDIzIDguNTIzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDEgMCkiPjxwYXRoIGQ9Ik0uMzQsOC4xODNhMS4xNiwxLjE2LDAsMCwxLDAtMS42NDJsMi4yOC0yLjI4TC4zNCwxLjk4MUExLjE2MSwxLjE2MSwwLDEsMSwxLjk4Mi4zNGwzLjEsMy4xYTEuMTYsMS4xNiwwLDAsMSwwLDEuNjQybC0zLjEsMy4xYTEuMTYxLDEuMTYxLDAsMCwxLTEuNjQyLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMSAwKSIgZmlsbD0iIzQzNDM0NCIvPjwvZz48L3N2Zz4=");
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item:not(.product-filtering__item--visible) .product-filtering__item-content {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .product-filtering__item.active .product-filtering__btn {
    /*background-color: $color-17;*/
  }
}
@media (min-width: 992px) {
  .product-filtering__item.active .product-filtering__btn:after {
    transform: rotate(180deg);
  }
}
.product-filtering__item-content {
  display: none;
}
@media (min-width: 992px) {
  .product-filtering__item-content {
    background-color: #fff;
    margin-top: 1rem;
  }
}
.product-filtering__btn {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991.98px) {
  .product-filtering__btn {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .product-filtering__btn {
    display: grid;
    grid-template-columns: 1fr 0.75rem;
    align-items: center;
    gap: 0.375rem;
    color: #434344;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1875;
    padding: 0rem;
    border-radius: 5px;
    will-change: background-color;
    transition: background-color 300ms ease-in-out 0ms;
  }
}
@media (hover: hover) {
  .product-filtering__btn {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .product-filtering__btn:after {
    content: "";
    display: block;
    width: 0.5625rem;
    height: 0.375rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUyMyIgaGVpZ2h0PSI1LjQyMyIgdmlld0JveD0iMCAwIDguNTIzIDUuNDIzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjUyMyAtMC4wMDEpIHJvdGF0ZSg5MCkiPjxwYXRoIGQ9Ik0uMzQsOC4xODNhMS4xNiwxLjE2LDAsMCwxLDAtMS42NDJsMi4yOC0yLjI4TC4zNCwxLjk4MUExLjE2MSwxLjE2MSwwLDEsMSwxLjk4Mi4zNGwzLjEsMy4xYTEuMTYsMS4xNiwwLDAsMSwwLDEuNjQybC0zLjEsMy4xYTEuMTYxLDEuMTYxLDAsMCwxLTEuNjQyLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMSAwKSIgZmlsbD0iIzQzNDM0NCIvPjwvZz48L3N2Zz4=");
    will-change: transform;
    transition: transform 300ms ease-in-out 0ms;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__btn.hidden {
    display: none;
  }
}
.product-filtering__item-list {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.product-filtering__item-list .color-item--has-text label {
  display: block;
}
.product-filtering__item-list .color-item,
.product-filtering__item-list .color-item__icon,
.product-filtering__item-list .color-item:not(.color-item--has-text) label,
.product-filtering__item-list button.color-item,
.product-filtering__item-list a.color-item {
  width: 2rem;
  height: 2rem;
  padding: 0.1875rem;
}
.product-filtering__item-list .color-item__icon::before,
.product-filtering__item-list .color-item:not(.color-item--has-text) label::before,
.product-filtering__item-list button.color-item::before,
.product-filtering__item-list a.color-item::before {
  width: 1.75rem;
  height: 1.75rem;
  top: 0.125rem;
  left: 0.125rem;
}
@media (max-width: 991.98px) {
  .product-filtering__item-list > div {
    padding-bottom: 1.125rem;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .product-filtering__item-list > div:not(:last-child) {
    /*margin-bottom: rem(18);*/
  }
}
@media (min-width: 992px) and (hover: hover) {
  .product-filtering__item-list > div label {
    cursor: pointer;
  }
}
.product-filtering__item-list--colors {
  grid-template-columns: repeat(5, 0fr);
}
.product-filtering__item-list--colors a.color-item::before, .product-filtering__item-list--colors a.color-item::after {
  content: none;
  display: none;
}
@media (min-width: 992px) {
  .product-filtering__item-list--divided {
    display: flex;
    flex-flow: row wrap;
    /*gap: rem(16) rem(32);*/
    position: relative;
  }
}
@media (min-width: 992px) {
  .product-filtering__item-list--divided:before {
    content: "";
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 0.5rem);
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 1.25rem);
    /*background-color: $color-3;*/
  }
}
@media (min-width: 992px) {
  .product-filtering__item-list--divided > div {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .product-filtering__item-list--divided > a {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 991.98px) {
  .product-filtering__apply {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .product-filtering__apply {
    display: none;
  }
}

.product-checkbox-filter {
  border: 1px solid #d9d9d9;
  padding: 1rem 0.35rem;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 5rem;
  max-width: 10rem;
}
.product-checkbox-filter.active {
  border-color: var(--primary);
  border-width: 1px;
}
@supports selector(:has(*)) {
  .product-checkbox-filter:has(input:checked) {
    border-color: var(--primary);
    border-width: 1px;
  }
}
.product-checkbox-filter input[type=checkbox] {
  display: none;
}
.product-checkbox-filter input[type=checkbox]:checked + label {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .product-checkbox-filter input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
}
.product-checkbox-filter.product-filtering__producer-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.product-checkbox-filter .product-filtering__producer-tile-label {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-checkbox-filter .product-filtering__producer-tile-label .filter-amount {
  font-size: 0.75rem;
  line-height: 1.25;
  display: block;
  color: #b8b8b8;
}
@media (min-width: 992px) {
  .product-checkbox-filter .product-filtering__producer-tile-label {
    color: #434344;
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
}
.product-checkbox-filter .product-filtering__producer-tile-label.filter-text--sm {
  font-size: 0.8rem;
}
.product-checkbox-filter label {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-checkbox-filter label .filter-amount {
  font-size: 0.75rem;
  line-height: 1.25;
  display: block;
  color: #b8b8b8;
}
@media (min-width: 992px) {
  .product-checkbox-filter label {
    color: #434344;
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
}
.product-checkbox-filter label.filter-text--sm {
  font-size: 0.8rem;
}
@media (max-width: 991.98px) {
  .product-checkbox-filter label:after {
    content: "";
    width: 1rem;
    height: 0.75rem;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4yNTQiIGhlaWdodD0iOS45NTMiIHZpZXdCb3g9IjAgMCAxNC4yNTQgOS45NTMiPjxwYXRoIGQ9Ik0tMTk5NzIuMDItMjMwNDcuOTc1bDUuMDEsNS4zOTEsNy44LTcuOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTk5NzIuNzUyIDIzMDUxLjA5NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 300ms ease-in-out 0ms;
    opacity: 0;
  }
}

.product-filtering__item--for-who .product-filtering__item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
}
@media (min-width: 992px) {
  .product-filtering__item--for-who .product-filtering__item-list--divided:before {
    display: none;
  }
}
.product-filtering__item--for-who .product-checkbox-filter.optionToggle {
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
}

.price-range {
  display: grid;
  grid-template-columns: 3.125rem 1fr 3.125rem;
  gap: 0.625rem;
  align-items: center;
}
@media (min-width: 992px) {
  .price-range {
    min-width: 12.8125rem;
  }
}
.price-range__input {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border: 2px solid var(--primary);
  border-radius: 5px;
  color: var(--primary);
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  height: 2.1875rem;
  letter-spacing: 0.05em;
  line-height: 1.125;
  text-align: center;
  width: 3.25rem;
}
.price-range__input::-webkit-outer-spin-button, .price-range__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.price-range__slider {
  height: 0.125rem;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.price-range__progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: var(--primary);
}
.price-range__ranges {
  position: relative;
}
.price-range__range {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  top: -0.125rem;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.price-range input[type=range]::-webkit-slider-thumb {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
}
.price-range input[type=range]::-moz-range-thumb {
  height: 0.75rem;
  width: 0.75rem;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
}

.product-grid-switcher {
  display: flex;
  display: none !important;
  position: relative;
  right: 0;
  z-index: 3;
  gap: 0.5rem;
  margin: 0rem;
}
.product-grid-switcher label {
  color: #b8b8b8;
  font-size: 0.9rem;
  line-height: 1.9rem;
  margin-right: 0.25rem;
  white-space: nowrap;
}
.product-grid-switcher__option {
  appearance: none;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #b8b8b8;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  cursor: pointer;
}
.product-grid-switcher__option.is-active {
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-grid-switcher__option--mobile {
    display: none;
  }
}
.product-grid-switcher__option--desktop {
  display: none;
}
@media (min-width: 992px) {
  .product-grid-switcher__option--desktop {
    display: inline-flex;
  }
}

/*
 * Content Section
 */
.content-section {
  margin: 5.25rem 0 4.8125rem;
}
@media (min-width: 992px) {
  .content-section {
    margin: 6rem 0;
  }
}
.content-section__content h1,
.content-section__content h2,
.content-section__content h3 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: #333333;
}
@media (min-width: 992px) {
  .content-section__content h1,
.content-section__content h2,
.content-section__content h3 {
    margin-bottom: 1.25rem;
  }
}
.content-section__content p {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #434344;
  margin-bottom: 1.375rem;
}
@media (min-width: 992px) {
  .content-section__content p {
    font-size: 1rem;
    line-height: 1.1875;
    margin-bottom: 2rem;
  }
}
.content-section__content ol {
  padding-left: 1rem;
  padding-bottom: 1.5rem;
}
.content-section__content ol li p {
  margin-bottom: 1rem;
}
.content-section__content a {
  text-decoration: underline;
  color: #434344;
}
@media (hover: hover) {
  .content-section__content a:hover {
    color: var(--primary);
  }
}
.content-section__content > *:last-child {
  margin-bottom: 0;
}

.pager {
  color: #000;
  margin: 0.5rem 0rem;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
}

.pager a.page {
  background-color: #fff;
  border: #d9d9d9 1px solid;
  border-radius: 0px;
  display: inline-block;
  color: #000;
  padding: 8px 16px;
  margin: 0 5px;
}

.pager a.active {
  font-weight: normal;
  background-color: var(--primary);
  color: #fff;
}

.pager-wrap {
  display: flex;
  white-space: nowrap;
}

.clear-all {
  text-decoration: underline;
}

div#wybrane-kontrolki {
  display: flex;
  white-space: nowrap;
  width: 100%;
  align-items: center;
  gap: 1rem;
  position: relative;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  div#wybrane-kontrolki {
    flex-direction: row-reverse;
  }
}

div#wybrane-filtry {
  display: flex;
  /*white-space: nowrap;*/
  width: 100%;
  align-items: flex-end;
  gap: 0rem;
  position: relative;
  margin-bottom: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  div#wybrane-filtry {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991.98px) {
  div#wybrane-filtry {
    margin-bottom: 0;
    z-index: 8;
    background: #fff;
  }
}

div#wybrane-filtry-in a {
  cursor: pointer;
}

div#wybrane-filtry-in {
  color: #707070;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

div#wybrane-filtry-in .optionClear {
  background: #f9f9f9 url("/front/assets/src/img/clear.png") calc(100% - 0.5rem) 50% no-repeat;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  margin-right: 1rem;
  display: inline-block;
}

div#wybrane-filtry-in .title {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1200px) {
  div#wybrane-filtry-in .title {
    justify-content: flex-start;
  }
}

div#wybrane-filtry-in .items {
  width: 100%;
}

div#wybrane-filtry-in .items a {
  margin-bottom: 0.5rem;
}

div#wybrane-filtry-in span {
  display: inline-block;
  padding: 0rem 0;
}

div#wybrane-filtry-in #clearAll {
  padding: 0rem 1.5rem;
  text-decoration: underline;
  margin-bottom: 0rem !important;
}

p.info {
  width: 100%;
  text-align: center;
  padding: 3rem 0;
  color: var(--primary);
  font-weight: 500;
}

.product-list__load-more {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin: 1.5rem auto 0.5rem;
}
.product-list__load-more--inactive .product-list__load-more-btn {
  cursor: default;
}
.product-list__load-more--hidden {
  display: none;
}
@media (min-width: 992px) {
  .product-list__load-more {
    margin: 2rem auto 0.75rem;
  }
}

.product-list__load-more-btn {
  min-width: 13.75rem;
  padding: 0.875rem 2rem;
  background-color: var(--primary);
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
@media (hover: hover) {
  .product-list__load-more-btn {
    cursor: pointer;
  }
  .product-list__load-more-btn:hover:not([disabled]) {
    background-color: var(--primary-darken-4);
  }
}
.product-list__load-more-btn[disabled] {
  cursor: default;
  background-color: var(--primary-lighten-28);
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.product-list__load-more-btn--hidden {
  display: none;
}
.product-list__load-more-btn--loading {
  pointer-events: none;
  opacity: 0.7;
  position: relative;
}
.product-list__load-more-btn--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1.125rem;
  margin: -0.5625rem 0 0 -0.5625rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.9);
  animation: product-list-load-more-spin 0.6s linear infinite;
}

.product-list__back-btn {
  display: none !important;
}

.product-list__load-more-info {
  color: #434344;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}

.product-list__pager {
  display: none;
}

@keyframes product-list-load-more-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-filtering.active ~ .product-list__layout {
  position: relative;
  z-index: 1200;
}

.mobile-lock .product-list__layout {
  position: relative;
  z-index: 1200;
}

/* Filtering overlay (white overlay + gray spinner) */
.product-filtering.is-loading {
  pointer-events: none;
}
.product-filtering.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
}
.product-filtering.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1.125rem;
  margin: -0.5625rem 0 0 -0.5625rem;
  border-radius: 50%;
  border: 2px solid rgba(51, 51, 51, 0.2);
  border-top-color: rgba(51, 51, 51, 0.6);
  animation: product-list-load-more-spin 0.6s linear infinite;
  z-index: 11;
}
/*# sourceMappingURL=archive-products.css.map */
