.kshop-catalog-page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.kshop-catalog-page .kshop-catalog-page__subtitle {
  margin: -8px 0 24px;
}
.kshop-catalog-page .kshop-catalog-page__subtitle p {
  margin: 0;
}
@media (max-width: 767px) {
  .kshop-catalog-page .kshop-catalog-page__subtitle {
    margin: -4px 0 16px;
  }
}
.kshop-catalog-page .woocommerce-ordering {
  margin: 0 0 0;
  position: relative;
  display: inline-flex;
  width: 240px;
  height: 44px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 30px;
  border: 1px solid #d4cfca;
  color: #3f3a34;
  background: #fff;
  cursor: pointer;
}
.kshop-catalog-page .woocommerce-ordering::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/product/arrow.svg") center/contain no-repeat;
  pointer-events: none;
  transform: rotate(0deg);
  transition: background-image 0.2s ease, transform 0.2s ease;
}
.kshop-catalog-page .woocommerce-ordering:hover {
  border: 1px solid #b0bec5;
}
.kshop-catalog-page .woocommerce-ordering:not(.kshop-ordering--open):hover::after {
  background-image: url("../images/product/arrow-up.svg");
  transform: rotate(180deg);
}
.kshop-catalog-page .woocommerce-ordering.kshop-ordering--open {
  border: 1px solid #b0bec5;
}
.kshop-catalog-page .woocommerce-ordering.kshop-ordering--open::after {
  background-image: url("../images/product/arrow-up.svg");
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .kshop-catalog-page .woocommerce-ordering {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
  }
  .kshop-catalog-page .woocommerce-ordering::after {
    margin-top: 0px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/product/sorting.svg") center/contain no-repeat;
    transform: none;
    transition: none;
  }
  .kshop-catalog-page .woocommerce-ordering:not(.kshop-ordering--open):hover::after {
    background-image: url("../images/product/sorting.svg");
    transform: none;
  }
  .kshop-catalog-page .woocommerce-ordering.kshop-ordering--open::after {
    background-image: url("../images/product/sorting.svg");
    transform: none;
  }
  .kshop-catalog-page .woocommerce-ordering.kshop-ordering--not-default::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #778087;
    z-index: 2;
    pointer-events: none;
  }
}
.kshop-catalog-page .woocommerce-ordering .orderby {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 34px 12px 18px;
  margin: 0;
  border: 0;
  border-radius: 30px;
  background: transparent;
  color: #3f3a34;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-align: left;
  text-align-last: left;
  box-shadow: none;
  line-height: 20px;
  text-indent: 0;
}
.kshop-catalog-page .woocommerce-ordering .orderby:focus, .kshop-catalog-page .woocommerce-ordering .orderby:focus-visible, .kshop-catalog-page .woocommerce-ordering .orderby:active {
  padding: 12px 34px 12px 18px;
  margin: 0;
  border: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-align-last: left;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.kshop-catalog-page .woocommerce-ordering .orderby:-moz-focusring {
  color: #3f3a34;
  text-shadow: none;
}
@media (max-width: 1023px) {
  .kshop-catalog-page .woocommerce-ordering .orderby {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    text-indent: -9999px;
  }
}
.kshop-catalog-page .woocommerce-notices-wrapper {
  display: none;
}
.kshop-catalog-page ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 60px;
}
@media (max-width: 1439px) {
  .kshop-catalog-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .kshop-catalog-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px;
    row-gap: 30px;
  }
}
.kshop-catalog-page ul.products::before, .kshop-catalog-page ul.products::after {
  display: none !important;
}
.kshop-catalog-page ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
}
.kshop-catalog-page ul.products li.product .kshop-product-card {
  width: 100%;
  max-width: none;
  --kshop-product-card-width: 100%;
}
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__close-overlay {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  outline: none;
}
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__close-overlay:focus, .kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__close-overlay:focus-visible {
  outline: none;
  box-shadow: none;
}
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__close-overlay span,
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__close-overlay svg {
  display: none;
}
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__close-overlay::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("../images/product/close-popup-filter.svg") center/contain no-repeat;
  pointer-events: none;
}
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__apply.wp-element-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 17px 34px;
  height: 59px;
  border-radius: 30px;
  border: 2px solid #778087;
  transition: 0.2s;
  color: #ffffff;
  background: #778087;
}
@media (max-width: 1919px) {
  .kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__apply.wp-element-button {
    padding: 15px 31px;
    height: 55px;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__apply.wp-element-button {
    height: 48px;
    padding: 13px 26px 12px 26px;
    font-size: 14px;
  }
}
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__apply.wp-element-button:hover {
  background: #b0bec5;
  border-color: #b0bec5;
  color: #ffffff;
}
.kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__apply.wp-element-button:focus, .kshop-catalog-page :where(.wc-block-product-filters) .wc-block-product-filters__apply.wp-element-button:focus-visible {
  outline: none;
  box-shadow: none;
}

.kshop-catalog-products-layout {
  display: flex;
  align-items: flex-start;
  column-gap: 205px;
}
@media (max-width: 1919px) {
  .kshop-catalog-products-layout {
    column-gap: 109px;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout {
    flex-direction: column;
    row-gap: 24px;
  }
}

.kshop-catalog-products-layout__filters {
  position: relative;
  width: 300px;
  min-width: 300px;
  flex: 0 0 300px;
}
@media (max-width: 1439px) {
  .kshop-catalog-products-layout__filters {
    width: 242px;
    min-width: 242px;
    flex: 0 0 242px;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters {
    width: 100%;
    min-width: 0;
    flex-basis: auto;
    display: flex;
    justify-content: end;
    flex-direction: row;
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters), .kshop-catalog-products-layout__filters :where(.wc-block-product-filters).is-overlay-opened {
    display: inline-flex;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay {
    position: relative;
    align-items: center;
    background: transparent;
    border: transparent;
    color: inherit;
    display: flex;
    font-size: 0.875em;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
  }
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay span,
.kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay svg {
    display: none;
  }
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay::after {
    content: "";
    width: 42px;
    height: 42px;
    background: url("../images/product/filters.svg") center/contain no-repeat;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay {
    background-color: transparent;
    inset: 0;
    pointer-events: none;
    position: fixed;
    transition: background-color 0.5s;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
    display: flex !important;
    flex-direction: column;
    inset: 0;
    max-height: 100%;
    position: absolute;
    transform: translateY(100vh);
    gap: 0px;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
    background-color: rgba(95, 95, 95, 0.35);
    pointer-events: auto;
    z-index: 9999;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-dialog {
    transform: translateY(0);
    transition: transform 0.5s;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-header,
.kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer, .kshop-catalog-products-layout__filters :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-header, .kshop-catalog-products-layout__filters :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-footer {
    display: flex;
  }
}
.kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-header {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
.kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.102);
  display: none !important;
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout--has-active-filters .kshop-catalog-products-layout__filters :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #778087;
    pointer-events: none;
  }
}

.kshop-catalog-products-layout__filters--mobile {
  display: none;
}

.kshop-catalog-products-layout__filters--loading {
  pointer-events: none;
  user-select: none;
}

.kshop-catalog-products-layout--filters-loading .kshop-catalog-active-filters,
.kshop-catalog-products-layout--filters-loading .kshop-catalog-active-filters * {
  pointer-events: none;
}

.kshop-catalog-products-layout__filters--loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 20;
}

.kshop-catalog-products-layout__filters--loading::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  border: 2px solid rgba(63, 58, 52, 0.2);
  border-top-color: #3f3a34;
  border-radius: 50%;
  animation: kshop-catalog-filters-spin 0.7s linear infinite;
  z-index: 21;
}

@keyframes kshop-catalog-filters-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.kshop-catalog-products-layout__products {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1023px) {
  .kshop-catalog-products-layout__products {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .active-filters-empty {
    display: none !important;
  }
}

.kshop-catalog-products-layout--filters-loading .kshop-catalog-products-layout__products,
.kshop-catalog-products-layout--filters-loading .kshop-catalog-products-layout__products * {
  pointer-events: none;
}

.kshop-catalog-products-layout--filters-loading .kshop-catalog-products-layout__products::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  z-index: 20;
}

.kshop-catalog-products-layout--filters-loading .kshop-catalog-products-layout__products::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 2px solid rgba(63, 58, 52, 0.2);
  border-top-color: #3f3a34;
  border-radius: 50%;
  animation: kshop-catalog-filters-spin 0.7s linear infinite;
  z-index: 21;
}

.kshop-catalog-toolbar {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1439px) {
  .kshop-catalog-toolbar {
    gap: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.kshop-catalog-active-filters {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1439px) {
  .kshop-catalog-active-filters {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-active-filters {
    align-items: end;
    width: 100%;
  }
}
.kshop-catalog-active-filters ul {
  margin-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .kshop-catalog-ordering--desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .kshop-catalog-ordering--mobile {
    display: none;
  }
}

.kshop-catalog-active-filters .woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kshop-catalog-active-filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kshop-catalog-active-filters ul li {
  margin: 0;
}

.kshop-catalog-active-filters ul li a {
  display: flex;
  position: relative;
  padding: 11px 12px 11px 18px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  border: 1px solid #778087;
  background: #778087;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 40px;
}

.kshop-catalog-active-filters ul li.chosen > a::before,
.kshop-catalog-active-filters ul li.chosen > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transition: opacity 0.2s ease;
}

.kshop-catalog-active-filters ul li.chosen > a::before {
  background: url("../images/product/close-filter.svg") center/contain no-repeat;
  opacity: 1;
}

.kshop-catalog-active-filters ul li.chosen > a::after {
  background: url("../images/product/close-filter-hover.svg") center/contain no-repeat;
  opacity: 0;
}

.kshop-catalog-active-filters ul li.chosen > a:hover::before {
  opacity: 0;
}

.kshop-catalog-active-filters ul li.chosen > a:hover::after {
  opacity: 1;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__input-wrapper {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__input-wrapper::before {
  display: none !important;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox] {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__mark,
.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__mark * {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__box {
  fill: #f7f6f4;
  stroke: #d4cfca;
  transition: fill 0.2s ease, stroke 0.2s ease;
}
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__checked,
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__cross-1,
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__cross-2 {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__checked {
  fill: #778087;
}
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__cross-1,
.kshop-catalog-products-layout__filters .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__cross-2 {
  stroke: #778087;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:hover:not(:checked) + .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__box,
.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__label:hover .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:not(:checked) + .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__box {
  fill: #ebe9e7;
  stroke: #d4cfca;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:checked + .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__box {
  fill: #b0bec5;
  stroke: #778087;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:checked + .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__checked {
  opacity: 1;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__label:hover .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:checked + .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__checked {
  opacity: 0;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__label:hover .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:checked + .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__cross-1,
.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__label:hover .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:checked + .kshop-filter-checkbox-icon .kshop-filter-checkbox-icon__cross-2 {
  opacity: 1;
}

.kshop-catalog-products-layout__filters .wc-block-product-filter-checkbox-list__input-wrapper .wc-block-product-filter-checkbox-list__input[type=checkbox]:focus-visible {
  outline: 2px solid #778087;
  outline-offset: 2px;
}

.wp-block-woocommerce-product-filter-attribute .h4 {
  margin-bottom: 16px !important;
}
@media (max-width: 1439px) {
  .wp-block-woocommerce-product-filter-attribute .h4 {
    margin-bottom: 12px !important;
  }
}

.wc-block-product-filter-checkbox-list__label {
  display: flex;
  gap: 10px !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wc-block-product-filter-checkbox-list__label {
    gap: 8px !important;
  }
}

.wc-block-product-filter-checkbox-list__items {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.wp-block-woocommerce-product-filter-rating {
  display: none !important;
}

.wc-block-product-filters__overlay-content {
  gap: 40px !important;
}
@media (max-width: 1439px) {
  .wc-block-product-filters__overlay-content {
    gap: 28px !important;
  }
}
@media (max-width: 1023px) {
  .wc-block-product-filters__overlay-content {
    border-radius: 30px;
    background: #778087;
    padding: 20px;
    margin-top: 14px;
    gap: 16px !important;
  }
}
@media (max-width: 1023px) {
  .wc-block-product-filters__overlay-content > * > *:nth-child(1) {
    color: var(--white, #FFF);
    margin-bottom: 8px;
    padding-left: 16px;
  }
}
@media (max-width: 1023px) {
  .wc-block-product-filters__overlay-content > * > *:nth-child(2) {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #FFF;
  }
}

@media (max-width: 1023px) {
  :where(.wc-block-product-filters) .wc-block-product-filters__overlay {
    background: transparent !important;
    color: initial !important;
  }
}
@media (max-width: 1023px) {
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
    background: #fff !important;
  }
}
@media (max-width: 1023px) {
  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper {
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
  }
}

.wc-block-product-filter-price-slider .text input[type=text] {
  display: flex;
  padding: 9px 14px;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  border: 1px solid #3F3A34;
  background: #F7F6F4;
  max-width: 120px;
  border-radius: 0 !important;
}

@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters--desktop {
    display: none;
  }
}

@media (max-width: 1023px) {
  .kshop-catalog-products-layout__filters--mobile {
    display: block;
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    margin-bottom: 16px;
  }
}

.kshop-catalog-page__head {
  margin-bottom: 96px;
  max-width: 975px;
}
@media (max-width: 1919px) {
  .kshop-catalog-page__head {
    max-width: 790px;
  }
}
@media (max-width: 1439px) {
  .kshop-catalog-page__head {
    margin-bottom: 66px;
    max-width: 520px;
  }
}
.kshop-catalog-page__head .h1, .kshop-catalog-page__head h1 {
  margin-bottom: 0;
}
.kshop-catalog-page__head .kshop-catalog-page__subtitle {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .kshop-catalog-page__head .kshop-catalog-page__subtitle {
    margin-top: 12px;
  }
}

.kshop-catalog-categories {
  margin-bottom: 80px;
}
@media (max-width: 1919px) {
  .kshop-catalog-categories {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .kshop-catalog-categories {
    margin-bottom: 100px;
  }
}

.kshop-catalog-categories__grid {
  --kshop-catalog-card-width: 213px;
  --kshop-catalog-gap: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--kshop-catalog-gap);
}
@media (max-width: 1919px) {
  .kshop-catalog-categories__grid {
    --kshop-catalog-card-width: calc((100% - (var(--kshop-catalog-gap) * 4)) / 5);
  }
}
@media (max-width: 1439px) {
  .kshop-catalog-categories__grid {
    --kshop-catalog-gap: 24px;
    --kshop-catalog-card-width: calc((100% - (var(--kshop-catalog-gap) * 3)) / 4);
  }
}
@media (max-width: 1023px) {
  .kshop-catalog-categories__grid {
    --kshop-catalog-gap: 20px;
    --kshop-catalog-card-width: calc((100% - (var(--kshop-catalog-gap) * 2)) / 3);
  }
}
@media (max-width: 767px) {
  .kshop-catalog-categories__grid {
    --kshop-catalog-gap: 12px;
    --kshop-catalog-card-width: calc((100% - var(--kshop-catalog-gap)) / 2);
  }
}

.kshop-catalog-categories__item {
  position: relative;
  display: flex;
  width: var(--kshop-catalog-card-width);
  flex: 0 0 var(--kshop-catalog-card-width);
  min-height: 120px;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 1919px) {
  .kshop-catalog-categories__item {
    min-height: 134px;
  }
}
@media (max-width: 1439px) {
  .kshop-catalog-categories__item {
    min-height: 117px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .kshop-catalog-categories__item {
    min-height: 91px;
    padding: 12px;
  }
}
.kshop-catalog-categories__item > *:not(picture) {
  position: relative;
  z-index: 2;
}

.kshop-catalog-categories__picture {
  position: absolute;
  inset: 0;
}
.kshop-catalog-categories__picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kshop-catalog-categories__title {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .kshop-catalog-categories__title {
    font-size: 13px;
  }
}

.kshop-catalog-categories__arrow {
  position: absolute !important;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  z-index: 3;
}
@media (max-width: 767px) {
  .kshop-catalog-categories__arrow {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }
}

.kshop-catalog-categories__arrow-icon {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.kshop-catalog-categories__link {
  position: absolute !important;
  inset: 0;
  z-index: 4 !important;
}

/*# sourceMappingURL=kshop-catalog-page.css.map */
