@charset "UTF-8";
/*
 * Colors
 */
/*
 * Breakpoints
 */
.archive .wrapper {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .archive .wrapper {
    padding: 0 30px;
    max-width: 1410px;
  }
}
.archive__hero {
  padding-bottom: 20px;
}
.archive__hero img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__hero h2 {
  color: #191e22;
}
.archive__hero .term-description {
  margin-top: 16px;
  color: #191e22;
}
.archive .woocommerce-breadcrumb {
  position: relative;
  z-index: 1;
  color: rgba(5, 30, 34, 0.7);
  padding: 25px 16px 16px;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .archive .woocommerce-breadcrumb {
    padding: 25px 30px 20px;
  }
}
@media (min-width: 1440px) {
  .archive .woocommerce-breadcrumb {
    padding: 30px;
  }
}
@media (min-width: 1920px) {
  .archive .woocommerce-breadcrumb {
    padding: 35px 30px;
  }
}
.archive .woocommerce-breadcrumb a {
  color: rgba(5, 30, 34, 0.7);
}
.archive__categories-container {
  position: relative;
  padding: 4px 0 8px;
}
@media (min-width: 1440px) {
  .archive__categories-container {
    margin: 0;
  }
}
.archive__categories-container .swiper-button-next,
.archive__categories-container .swiper-button-prev {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background: #f2f4f5;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
@media (min-width: 1024px) {
  .archive__categories-container .swiper-button-next,
  .archive__categories-container .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.archive__categories-container .swiper-button-next:after, .archive__categories-container .swiper-button-next:before,
.archive__categories-container .swiper-button-prev:after,
.archive__categories-container .swiper-button-prev:before {
  width: 7px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  line-height: 0;
}
.archive__categories-container .swiper-button-next:focus,
.archive__categories-container .swiper-button-prev:focus {
  outline: none;
}
.archive__categories-container .swiper-button-next.disabled,
.archive__categories-container .swiper-button-prev.disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .archive__categories-container .swiper-button-next:after, .archive__categories-container .swiper-button-next:before,
  .archive__categories-container .swiper-button-prev:after,
  .archive__categories-container .swiper-button-prev:before {
    width: 10px;
    height: 14px;
  }
}
.archive__categories-container .swiper-button-prev {
  right: 36px;
  left: auto;
}
.archive__categories-container .swiper-button-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjUgMUwxLjUgOEw4LjUgMTUiIHN0cm9rZT0iIzE5MUUyMiIvPgo8L3N2Zz4K);
}
@media (min-width: 1024px) {
  .archive__categories-container .swiper-button-prev {
    right: 48px;
  }
}
.archive__categories-container .swiper-button-next {
  left: auto;
  right: 0;
}
.archive__categories-container .swiper-button-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMTVMNy41IDhMMC41IDEiIHN0cm9rZT0iIzE5MUUyMiIvPgo8L3N2Zz4K);
}
.archive__categories-list {
  margin: 16px 0 0;
  width: 100vw;
}
@media (min-width: 576px) {
  .archive__categories-list {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .archive__categories-list {
    margin: 32px 0 0;
  }
}
.archive__categories-list .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
}
.archive__categories-list .swiper-slide {
  display: flex;
  align-self: stretch;
  height: initial;
}
.archive__categories-item {
  padding: 7px 0 12px;
  border: 1px solid #e5e9ed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .archive__categories-item {
    padding: 12px 0 20px;
  }
}
.archive__categories-item h4 {
  text-align: center;
  font-size: 14px;
  line-height: 14.629px;
  padding: 0 5px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .archive__categories-item h4 {
    white-space: initial;
    overflow: visible;
    font-size: 16px;
    line-height: 24px;
  }
}
.archive__categories-item p {
  color: var(--Secondary, #616161);
  font-family: Barlow;
  font-size: 14px;
  line-height: 20px;
}
.archive__categories-icon {
  width: 100px;
  height: 54px;
  margin: 0 auto;
  padding: 15px;
}
@media (min-width: 1024px) {
  .archive__categories-icon {
    width: 165px;
    height: 90px;
  }
}
.archive__categories-icon.no-img {
  background-image: url(../../img/placeholder-medium.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  background-color: #edeef2;
  position: relative;
  top: -12px;
}
.archive__categories-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive .content {
  padding: 32px 0 80px;
}
@media (min-width: 1024px) {
  .archive .content {
    justify-content: space-between;
    padding: 56px 0 100px;
  }
}
.archive .content.no-filter {
  padding-top: 14px;
}
.archive .content__left {
  position: fixed;
  left: 0;
  top: 0;
  width: 290px;
  height: 100vh;
  z-index: 102;
  background: #ffffff;
  display: block;
  padding: 16px 24px 24px;
  overflow: auto;
  transform: translateX(-101%);
  transition: transform 0.5s;
}
.archive .content__left.active {
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .archive .content__left {
    display: block;
    width: 240px;
    position: relative;
    transform: translateX(0);
    overflow: visible;
    height: auto;
    padding: 0;
    z-index: 11;
  }
}
.archive .content__left .widget {
  display: none;
}
@media (min-width: 1024px) {
  .archive .content__left .widget {
    display: block;
  }
}
.archive .content__right {
  width: 100%;
}
@media (min-width: 1024px) {
  .archive .content__right {
    width: calc(100% - 314px);
  }
}
@media (min-width: 1440px) {
  .archive .content__right {
    width: calc(100% - 300px);
  }
}
.archive .content__right--full {
  width: 100%;
}
.archive .content__right .archive__categories-list {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.archive .content__right .archive__categories-list + .woocommerce-pagination {
  margin-top: 48px;
}
.archive .content__right .archive__categories-item {
  width: 100%;
}
@media (min-width: 1024px) {
  .archive .content__right .archive__categories-item {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 1440px) {
  .archive .content__right .archive__categories-item {
    width: calc(25% - 18px);
  }
}
.archive .content__right .archive__categories-icon {
  width: 165px;
  height: 100px;
}
@media (min-width: 1024px) {
  .archive .content__right .archive__categories-icon {
    width: 165px;
    height: 90px;
  }
}
.archive .content__right.loading .ssc {
  opacity: 1;
  visibility: visible;
}
.archive .filters {
  position: relative;
  min-height: 160px;
  overflow: clip;
}
.archive .filters.loading .loading-spinner,
.archive .filters.loading .ssc {
  opacity: 1;
  visibility: visible;
}
.archive .filters .loading-spinner {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.archive .filters .ssc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 3;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.archive .filters__heading {
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9ed;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .archive .filters__heading {
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
}
.archive .filters__heading_content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
@media (min-width: 1024px) {
  .archive .filters__heading_content {
    justify-content: space-between;
    width: 100%;
  }
}
.archive .filters__heading h3 {
  font-size: 20px;
  line-height: 22px;
  color: #191e22;
}
@media (min-width: 1024px) {
  .archive .filters__heading h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.archive .filters__heading a {
  color: var(--accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 1024px) {
  .archive .filters__heading_close {
    display: none;
  }
}
.archive .filters__reset {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  color: var(--accent);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.archive .filters__block {
  padding-right: 12px;
}
.archive .filters__block h4 {
  font-size: 18px;
  line-height: 24px;
  color: #191e22;
  margin-bottom: 8px;
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .archive .filters__block h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.archive .filters__block h4:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.5s;
  transform-origin: center;
  background: url("../../img/arrow-down.svg") center center no-repeat;
  background-size: cover;
  width: 10px;
  height: 6px;
}
.archive .filters__block:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .archive .filters__block:not(:last-child) {
    margin-bottom: 32px;
  }
}
.archive .filters__block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 4px;
}
.archive .filters__block ul .filters__subcategory {
  padding-left: 26px;
  margin-top: 8px;
  gap: 3px;
}
.archive .filters__block ul .filters__subcategory.closed {
  display: none;
}
.archive .filters__block li {
  justify-content: space-between;
}
.archive .filters__block li > span {
  color: rgba(25, 30, 34, 0.7);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.archive .filters__block .checkbox {
  gap: 13px;
}
.archive .filters__block .checkbox:before {
  width: 12px;
  height: 12px;
  border-color: #e5e9ed;
}
.archive .filters__block .checkbox span {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: calc(100% - 25px);
}
.archive .filters__block .checkbox input:checked + span:before {
  content: "✓";
  font-size: 8px;
  color: #ffffff;
  z-index: 2;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.archive .filters__block .checkbox input:checked + span:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--accent);
}
.archive .filters__block .color {
  display: flex;
}
.archive .filters__block[data-filter-type=colors] ul {
  flex-direction: row;
  flex-wrap: wrap;
}
.archive .filters__block[data-filter-type=categories] > ul:not(.filters__subcategory) li {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 16px;
}
.archive .filters__block[data-filter-type=categories] > ul:not(.filters__subcategory) li.has-child {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.archive .filters__block[data-filter-type=categories] > ul:not(.filters__subcategory) li.has-child label {
  display: flex;
  width: 100%;
  position: relative;
}
.archive .filters__block[data-filter-type=categories] > ul:not(.filters__subcategory) li.has-child label .arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  width: 12px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
.archive .filters__block[data-filter-type=categories] > ul:not(.filters__subcategory) li.has-child label.closed .arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.archive .filters__block[data-filter-type=ratings] ul {
  gap: 12px;
}
.archive .filters__block[data-filter-type=ratings] label span {
  line-height: 1;
  display: flex;
}
.archive .filters__block .filter-price__range .filter-price__range-left span,
.archive .filters__block .filter-price__range .filter-price__range-right span {
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid var(--accent);
  border-radius: 50%;
}
.archive .filters__block .filter-price__range .filter-price__range-line,
.archive .filters__block .filter-price__range .filter-price__range-line span.filter-price__range-line span {
  background-color: #f6f6f6;
}
.archive .filters__block .filter-price__result {
  justify-content: center;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.archive .filters__block .filter-price__result input {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  font-family: var(--font-family-base);
  pointer-events: none;
  width: 40px;
}
.archive .filters__block .filter-price__result input[type=number]::-webkit-outer-spin-button,
.archive .filters__block .filter-price__result input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.archive .filters__block .filter-price__result input[type=number] {
  -moz-appearance: textfield;
}
.archive .filters__block.closed .filters__options,
.archive .filters__block.closed .filter-price,
.archive .filters__block.closed .filters__reset {
  display: none;
}
.archive .filters__block.closed h4:after {
  transform: translateY(-50%);
}
.archive .filters__bg {
  content: "";
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 101;
}
.archive .filters__bg.active {
  display: block;
}
@media (min-width: 1024px) {
  .archive .filters__bg {
    display: none;
  }
}
.archive .filters .filters__brands-more {
  color: var(--accent);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: flex;
  justify-content: flex-end;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
.archive .filters .filters__brand-search {
  border-radius: 2px;
  background: #f2f4f5;
  width: 100%;
  height: 36px;
  padding: 10px 14px 10px 36px;
  color: rgba(1, 11, 23, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border: none;
  position: relative;
}
.archive .filters .filters__brand-search::-moz-placeholder {
  color: rgba(1, 11, 23, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.archive .filters .filters__brand-search::placeholder {
  color: rgba(1, 11, 23, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.archive .filters .filters__brand-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.archive .filters .filters__brand-search-label {
  display: flex;
  position: relative;
  width: 100%;
}
.archive .woocommerce-result-count {
  text-align: center;
  color: rgba(25, 30, 34, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .archive .woocommerce-result-count {
    font-size: 14px;
  }
}
.archive .loop-product {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media (min-width: 768px) {
  .archive .loop-product {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1200px) {
  .archive .loop-product {
    width: calc(25% - 16px);
  }
}
.archive .products-list {
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .archive .products-list {
    overflow-x: visible;
  }
}
.archive .products-list .page-description,
.archive .products-list .term-description {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .archive .products-list .page-description,
  .archive .products-list .term-description {
    margin-top: 100px;
  }
}
@media (min-width: 1440px) {
  .archive .products-list .page-description,
  .archive .products-list .term-description {
    margin-top: 120px;
  }
}
.archive .products-list .page-description h4:not(:first-child),
.archive .products-list .term-description h4:not(:first-child) {
  margin-top: 40px;
}
.archive .products-list .page-description p,
.archive .products-list .term-description p {
  color: rgba(25, 30, 34, 0.7);
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .archive .products-list .page-description p,
  .archive .products-list .term-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
.archive .widget_block:not(:first-child) {
  margin-top: 60px;
}
.archive .widget_block h3 {
  font-size: 28px;
  line-height: 36px;
  color: #191e22;
  margin-bottom: 8px;
}
.archive .widget_block ul.product-viewed {
  display: flex;
  flex-direction: column;
}
.archive .widget_block ul.product-viewed li {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  padding-left: 85px;
  min-height: 82px;
}
.archive .widget_block ul.product-viewed li:not(:first-child) {
  border-top: 1px solid #e5e9ed;
}
.archive .widget_block ul.product-viewed li .product-image {
  position: absolute;
  left: 0;
  top: 20px;
  width: 68px;
  height: 42px;
}
.archive .widget_block ul.product-viewed li .product-image .onsale {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 8px;
  z-index: 1;
  padding: 2px 5px;
  line-height: 12px;
  background: #e2e8ed;
}
.archive .widget_block ul.product-viewed li .product-image .badge {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 8px;
  z-index: 1;
  padding: 2px 5px;
  line-height: 12px;
  background: #b8e8a2;
}
.archive .widget_block ul.product-viewed li .product-image span {
  display: none;
}
.archive .widget_block ul.product-viewed li .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .widget_block ul.product-viewed li .product-image img.woocommerce-placeholder {
  width: 100%;
  height: auto;
  max-width: 50px;
}
.archive .widget_block ul.product-viewed li h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-box;
  font-family: var(--font-family-base);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.archive .widget_block ul.product-viewed li h4 a {
  color: #191e22;
}
.archive .widget_block ul.product-viewed li .product-rating {
  margin: 0 0 8px;
}
.archive .widget_block ul.product-viewed li .product-rating .product-rating__count {
  font-size: 10px;
}
.archive .widget_block ul.product-viewed li .price {
  color: #191e22;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px;
}
.archive .widget_block ul.product-viewed li .price del {
  order: 2;
  margin-left: 5px;
  color: #5e6265;
  font-size: 10px;
}
.archive .widget_block ul.product-viewed li .price ins {
  order: 1;
  text-decoration: none;
}
.archive .woocommerce-pagination {
  margin-top: 14px;
}
.archive .woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.archive .woocommerce-pagination ul.page-numbers .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid #e5e9ed;
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .archive .woocommerce-pagination ul.page-numbers .page-numbers {
    font-size: 16px;
    line-height: 20px;
  }
}
.archive .woocommerce-pagination ul.page-numbers .page-numbers.current {
  background: var(--accent);
  color: #ffffff;
}
.archive .woocommerce-pagination ul.page-numbers .page-numbers.prev, .archive .woocommerce-pagination ul.page-numbers .page-numbers.next {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.archive .woocommerce-pagination ul.page-numbers .page-numbers.prev:after, .archive .woocommerce-pagination ul.page-numbers .page-numbers.next:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.archive .woocommerce-pagination ul.page-numbers .page-numbers.prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjUgMUwxLjUgOEw4LjUgMTUiIHN0cm9rZT0iIzE5MUUyMiIvPgo8L3N2Zz4K);
}
.archive .woocommerce-pagination ul.page-numbers .page-numbers.next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMTVMNy41IDhMMC41IDEiIHN0cm9rZT0iIzE5MUUyMiIvPgo8L3N2Zz4K);
}
.archive .woocommerce-no-products-found .wc-block-components-notice-banner.is-info {
  background-color: transparent;
  border: none;
  text-align: center;
  color: rgba(25, 30, 34, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.archive .woocommerce-no-products-found .wc-block-components-notice-banner.is-info svg {
  display: none;
}
.archive .woocommerce-result-count {
  display: block;
}
@media (min-width: 1024px) {
  .archive .woocommerce-result-count {
    display: inline-block;
    padding-top: 10px;
  }
}
.archive .products {
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
  min-height: 160px;
}
@media (min-width: 768px) {
  .archive .products {
    width: calc(100% + 16px);
  }
}
@media (min-width: 1200px) {
  .archive .products {
    min-height: 600px;
  }
}
.archive .products .ssc {
  position: absolute;
  font-size: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.archive .products .ssc .ssc-wrapper {
  overflow: hidden;
}
.archive .products .ssc .ssc-wrapper > div {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.archive .products .ssc .ssc-wrapper .ssc-card {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media (min-width: 768px) {
  .archive .products .ssc .ssc-wrapper .ssc-card {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1200px) {
  .archive .products .ssc .ssc-wrapper .ssc-card {
    width: calc(25% - 16px);
  }
}
.archive .products .ssc .ssc-card {
  padding: 0;
}
.archive .products .ssc .ssc-card .ssc-head-line {
  height: 180px;
}
.archive .wpfClearButton.wpfButton {
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: var(--accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  height: auto;
  width: auto;
  min-height: auto;
  text-transform: none;
  -webkit-text-decoration: var(--accent);
          text-decoration: var(--accent);
}
.archive .wpfFilterButtons {
  min-width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.archive .wpfMainWrapper {
  position: static !important;
  padding-top: 9px;
}
.archive .products-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 18px;
  gap: 16px;
}
@media (min-width: 1024px) {
  .archive .products-top {
    float: right;
    margin: 0 0 25px 0;
  }
  .archive .products-top:after {
    content: "";
    clear: both;
    display: table;
  }
}
.archive .products-top select {
  border: none;
  background-color: #f2f4f5;
  height: 36px;
  padding: 6px 30px 6px 12px;
  color: #191e22;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjMDEwQjE3Ii8+Cjwvc3ZnPgo=);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  width: 100%;
  max-width: 177px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .archive .products-top select {
    font-size: 14px;
  }
}
.archive .products-top select:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .archive .products-top select {
    font-size: 14px;
    padding: 6px 26px 6px 10px;
    background-position: calc(100% - 10px) center;
  }
}
.archive .products-top select option {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .archive .products-top select option {
    font-size: 14px;
  }
}
.archive .mobile-filter {
  height: 36px;
  padding: 2px 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  max-width: 167px;
  border-radius: 2px;
  border: 1px solid var(--accent);
  color: var(--accent);
}
@media (min-width: 1024px) {
  .archive .mobile-filter {
    display: none;
  }
}
.archive .mobile-filter__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
}
.archive .mobile-filter__name svg path {
  fill: var(--accent);
}
.archive .woocommerce-no-products-found .wc-block-components-notice-banner__content {
  font-weight: 400;
}
.archive .category-description {
  margin-top: 80px;
}
.archive .category-description h2 {
  font-size: 32px;
}
.archive .category-description p {
  margin-bottom: 20px;
}
