/**
 * WooCommerce shop layout
 */
.sawerna-shop {
  width: 100%;
  background: #fff;
}

.sawerna-shop__breadcrumb-row {
  border-top: 1px solid #ececec;
  padding: 10px 0 0;
}

.sawerna-shop__breadcrumb-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
}

.sawerna-shop-hero {
  border-bottom: 1px solid #ececec;
  padding: 40px 0 40px;
}

.sawerna-shop-hero__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
}

.sawerna-shop-hero__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.sawerna-shop-hero__nav {
  display: none;
  align-items: center;
  gap: 8px;
}

.sawerna-shop-hero__nav-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sawerna-shop-hero__nav-button img {
  width: 6px;
  height: auto;
  display: block;
}

.sawerna-shop-hero__nav-button:disabled {
  opacity: 0.45;
  cursor: default;
}

.sawerna-shop-hero__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.sawerna-shop-hero__category {
  width: calc((100% - 7 * 16px) / 8);
  min-width: 80px;
  max-width: 140px;
}

.sawerna-shop-hero__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.sawerna-shop-hero__category-icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f0f0f0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sawerna-shop-hero__category-icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
}

.sawerna-shop-hero__category-label {
  font-size: 12px;
  font-weight: 300;
  color: #777;
  text-align: center;
  line-height: 1.3;
  transition: color 0.15s;
}

.sawerna-shop-hero__category:hover .sawerna-shop-hero__category-label,
.sawerna-shop-hero__category.is-active .sawerna-shop-hero__category-label {
  color: #000;
  font-weight: 300;
}

.sawerna-shop-hero__title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #1b1b1b;
}

.sawerna-shop-hero__toolbar {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.sawerna-shop-hero__shop-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6d6d6d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.sawerna-shop-hero__shop-link:hover {
  color: #121212;
}

.sawerna-shop__container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0px 42px;
  display: flex;
  gap: 28px;
}

.sawerna-shop__content {
  min-width: 0;
  flex: 1;
}

.sawerna-shop__sidebar {
  position: relative;
  width: 254px;
  flex: 0 0 254px;
}

.sawerna-shop__sidebar .widget {
  margin-bottom: 18px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 14px;
}

.sawerna-shop__sidebar .widget:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.sawerna-shop__sidebar .widget-title,
.sawerna-shop__sidebar .wc-block-components-title,
.sawerna-shop__sidebar .wc-block-product-categories__title,
.sawerna-shop__sidebar .wp-block-heading {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sawerna-shop__sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sawerna-shop__sidebar .widget li {
  margin: 0 0 8px;
  padding: 0;
  font-size: 13px;
  color: #3d3d3d;
}

.sawerna-shop__sidebar .widget li:last-child {
  margin-bottom: 0;
}

.sawerna-shop__sidebar .widget a {
  color: #3d3d3d;
  text-decoration: none;
}

.sawerna-shop__sidebar .widget a:hover {
  color: #000;
}

.sawerna-shop__sidebar input[type="search"],
.sawerna-shop__sidebar input[type="text"],
.sawerna-shop__sidebar input[type="number"],
.sawerna-shop__sidebar select {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
}

.sawerna-shop .woocommerce-products-header {
  margin-bottom: 14px;
}

.sawerna-shop .woocommerce-products-header__title {
  display: none;
}

.sawerna-shop .woocommerce-breadcrumb {
  margin: 0 0 12px;
  font-size: 12px;
  color: #777;
}

.sawerna-shop .woocommerce-breadcrumb a {
  color: #575757;
  text-decoration: none;
}

.sawerna-shop .woocommerce-notices-wrapper {
  margin-bottom: 10px;
}

.sawerna-shop .woocommerce-result-count {
  margin: 0;
  color: #616161;
  font-size: 13px;
}

.sawerna-shop .woocommerce-ordering {
  margin: 0;
}

.sawerna-shop .woocommerce-ordering select {
  min-width: 210px;
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  padding: 0 34px 0 10px;
  color: #2f2f2f;
  font-size: 13px;
}

.sawerna-shop .woocommerce .products {
  margin-top: 6px;
}

.sawerna-shop .woocommerce nav.woocommerce-pagination {
  margin-top: 26px;
  text-align: center;
}

.sawerna-shop .woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sawerna-shop .woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  float: none;
}

.sawerna-shop .woocommerce nav.woocommerce-pagination ul li a,
.sawerna-shop .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #232323;
  padding: 0;
}

.sawerna-shop .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}

@media (max-width: 1024px) {
  .sawerna-shop-hero__category {
    width: calc((100% - 3 * 16px) / 4);
  }

  .sawerna-shop__container {
    flex-direction: column;
    gap: 18px;
  }

  .sawerna-shop__sidebar {
    order: 2;
    width: 100%;
    flex: 1 1 auto;
  }
}

@media (max-width: 640px) {
  .sawerna-shop-hero {
    padding-top: 18px;
  }

  .sawerna-shop-hero__categories {
    gap: 8px;
    margin-bottom: 14px;
  }

  .sawerna-shop-hero__category {
    width: calc((100% - 3 * 8px) / 4);
  }

  .sawerna-shop-hero__title {
    font-size: 20px;
  }

  .sawerna-shop .woocommerce .woocommerce-result-count,
  .sawerna-shop .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  .sawerna-shop .woocommerce-ordering {
    margin-top: 8px;
  }

  .sawerna-shop .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }
}

[data-shop-root="1"].is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.sawerna-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.sawerna-shop-toolbar__result {
  font-size: 13px;
  color: #676767;
}

.sawerna-shop-toolbar__mobile-result {
  display: none;
  font-size: 13px;
  color: #757575;
  text-align: center;
}

.sawerna-shop-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sawerna-shop-control--filter-toggle {
  display: none;
  border: 0;
  background: #111;
  color: #fff;
  min-height: 52px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 999px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .sawerna-shop-control--filter-toggle {
    display: none !important;
  }
}

.sawerna-shop-control__icon {
  width: 18px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.sawerna-shop-control__icon span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.sawerna-shop-control__icon span:nth-child(1) {
  top: 1px;
}

.sawerna-shop-control__icon span:nth-child(2) {
  top: 7px;
}

.sawerna-shop-control__icon span:nth-child(3) {
  top: 13px;
}

.sawerna-shop-control__icon::before,
.sawerna-shop-control__icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: #111;
}

.sawerna-shop-control__icon::before {
  top: -1px;
  left: 10px;
}

.sawerna-shop-control__icon::after {
  top: 11px;
  left: 4px;
}

.sawerna-shop-control__icon span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: #111;
}

.sawerna-shop-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sawerna-shop-control--interior-toggle {
  gap: 14px;
  color: #666;
  font-size: 13px;
  cursor: pointer;
}

.sawerna-shop-control--select select {
  min-width: 120px;
  border: 1px solid #dddddd;
  background: #fff;
  color: #2e2e2e;
  height: 36px;
  padding: 0 12px;
  border-radius: 0;
  font-size: 13px;
}

.sawerna-shop-control--grid {
  display: none !important;
}

.sawerna-shop-control--grid button {
  border: 0;
  background: transparent;
  min-width: 44px;
  height: 34px;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
}

.sawerna-shop-control--grid button + button {
  border-left: 1px solid #dddddd;
}

.sawerna-shop-control--grid button.is-active {
  background: #151515;
  color: #fff;
}

.sawerna-shop-active-filters {
  min-height: 24px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sawerna-shop-active-filters.is-empty {
  margin-bottom: 0;
}

.sawerna-shop-active-filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sawerna-shop-chip {
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f6f6f6;
  color: #444;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.sawerna-shop-chip:hover {
  background: #fff;
  border-color: #c8c8c8;
  color: #000;
}

.sawerna-shop-active-filters__clear {
  border: 0;
  background: transparent;
  color: #5b5b5b;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.sawerna-filter {
  border: 1px solid rgb(242, 242, 242);
  background: #fff;
}

.sawerna-filter__header {
  height: 56px;
  border-bottom: 1px solid rgb(242, 242, 242);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: rgb(245, 245, 245);
}

.sawerna-filter__title {
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #747474;
  font-weight: 700;
}

.sawerna-filter__title-mobile,
.sawerna-filter__mobile-top,
.sawerna-filter__mobile-actions,
.sawerna-filter__group--mobile-sort {
  display: none;
}

.sawerna-filter__header-actions {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.sawerna-filter__reset {
  border: 0;
  background: transparent;
  color: #747474;
  font-size: 11px;
  line-height: 1.1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-align: right;
}

.sawerna-filter__reset-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
}

.sawerna-filter__reset-icon svg {
  width: 8px;
  height: 14px;
  display: block;
}

.sawerna-filter__close {
  display: none;
  border: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  color: #1f1f1f;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}

.sawerna-filter__group {
  border-bottom: 1px solid rgb(242, 242, 242);
}

.sawerna-filter__group-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 0 14px;
  color: #3b3b3b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.sawerna-filter__group-toggle::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("../SVG/Asset%206.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.sawerna-filter__group.is-open .sawerna-filter__group-toggle::after {
  background-image: url("../SVG/Asset%207.svg");
}

.sawerna-filter__group-content {
  display: none;
  padding: 0 14px 14px;
}

.sawerna-filter__group.is-open .sawerna-filter__group-content {
  display: block;
}

.sawerna-filter__options {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sawerna-filter__options label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.sawerna-filter__options input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.sawerna-filter__options span {
  font-size: 13px;
  line-height: 1.15;
  color: #272727;
}

.sawerna-filter__options em {
  font-style: normal;
  font-size: 12px;
  color: #888;
}

.sawerna-filter__sort-options {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sawerna-filter__sort-options label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.sawerna-filter__sort-options input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex: 0 0 22px;
}

.sawerna-filter__sort-options input[type="radio"]:checked {
  border-color: #111;
  background: #111;
}

.sawerna-filter__sort-options input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
}

.sawerna-filter__sort-options span {
  font-size: 13px;
  line-height: 1.3;
  color: #272727;
}

.sawerna-filter__toggle-row {
  min-height: 68px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgb(242, 242, 242);
  cursor: pointer;
}

.sawerna-filter__toggle-row > span:first-child {
  font-size: 13px;
  line-height: 1.3;
  color: #5d5d5d;
}

.sawerna-filter__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.sawerna-filter__toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sawerna-filter__toggle-slider {
  width: 46px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #fff;
  position: relative;
  display: inline-block;
  transition: background-color 0.22s ease, border-color 0.22s ease;
}

.sawerna-filter__toggle-slider::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #111;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.sawerna-filter__toggle input:checked + .sawerna-filter__toggle-slider {
  background: #111;
}

.sawerna-filter__toggle input:checked + .sawerna-filter__toggle-slider::after {
  transform: translateX(20px);
}

.sawerna-filter__toggle input:focus-visible + .sawerna-filter__toggle-slider {
  outline: 2px solid #9c9c9c;
  outline-offset: 2px;
}

.sawerna-filter__mobile-actions {
  padding: 18px 14px 22px;
  gap: 14px;
  border-top: 1px solid rgb(242, 242, 242);
  background: #fff;
}

.sawerna-filter__mobile-secondary,
.sawerna-filter__mobile-primary {
  flex: 1 1 0;
  min-height: 48px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
}

.sawerna-filter__mobile-secondary {
  border: 0;
  background: #ebebeb;
  color: #696969;
}

.sawerna-filter__mobile-primary {
  border: 0;
  background: #111;
  color: #fff;
}

.sawerna-filter__section-clear {
  margin-top: 10px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #747474;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  width: max-content;
  margin-left: auto;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  text-align: right;
}

.sawerna-filter__section-clear:hover {
  color: #000;
  text-decoration: underline;
}

.sawerna-filter__section-clear-icon {
  width: 9px;
  height: 12px;
  display: inline-flex;
}

.sawerna-filter__section-clear-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}

.sawerna-filter__empty {
  margin: 0;
  color: #7b7b7b;
  font-size: 13px;
}

.sawerna-price-filter__ranges,
.sawerna-range-filter__ranges {
  position: relative;
  height: 26px;
  margin-bottom: 8px;
  border: 0;
  box-shadow: none;
}

.sawerna-price-filter,
.sawerna-range-filter {
  --min-percent: 0%;
  --max-percent: 100%;
}

.sawerna-price-filter__ranges::before,
.sawerna-range-filter__ranges::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 3px;
  background: linear-gradient(
    to right,
    #d0d0d0 var(--min-percent),
    #111 var(--min-percent),
    #111 var(--max-percent),
    #d0d0d0 var(--max-percent)
  );
}

.sawerna-price-filter__ranges input[type="range"],
.sawerna-range-filter__ranges input[type="range"] {
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  margin: 0;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
}

.sawerna-price-filter__ranges input[type="range"]::-webkit-slider-runnable-track,
.sawerna-range-filter__ranges input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sawerna-price-filter__ranges input[type="range"]::-moz-range-track,
.sawerna-range-filter__ranges input[type="range"]::-moz-range-track {
  height: 2px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sawerna-price-filter__ranges input[type="range"]::-webkit-slider-thumb,
.sawerna-range-filter__ranges input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  margin-top: -9px;
  outline: none;
  box-shadow: none;
}

.sawerna-price-filter__ranges input[type="range"]::-moz-range-thumb,
.sawerna-range-filter__ranges input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  outline: none;
  box-shadow: none;
}

.sawerna-price-filter__values,
.sawerna-range-filter__values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sawerna-price-filter__values label,
.sawerna-range-filter__values label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sawerna-price-filter__values span,
.sawerna-range-filter__values span {
  font-size: 12px;
  color: #6a6a6a;
}

.sawerna-price-filter__values input,
.sawerna-range-filter__values input {
  border: 1px solid #dfdfdf;
  height: 40px;
  padding: 0 10px;
  font-size: 13px;
}

.sawerna-shop .sawerna-shop-pagination {
  margin-top: 24px;
}

.sawerna-shop .sawerna-shop-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.sawerna-shop .sawerna-shop-pagination a,
.sawerna-shop .sawerna-shop-pagination .current,
.sawerna-shop .sawerna-shop-pagination .dots {
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #222;
  text-decoration: none;
  font-size: 13px;
}

.sawerna-shop .sawerna-shop-pagination .current {
  background: #111;
  color: #fff;
}

@media (max-width: 1200px) {
  .sawerna-filter__group-toggle {
    font-size: 12px;
  }

  .sawerna-filter__options span {
    font-size: 14px;
  }

  .sawerna-filter__options em {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .sawerna-shop-control--filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
  }

  .sawerna-shop-toolbar {
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 18px;
  }

  .sawerna-shop-toolbar__controls {
    width: 100%;
    justify-content: flex-start;
  }

  .sawerna-shop__content {
    padding: 0 16px;
  }

  [data-shop-root="1"].has-shop-filters-js .sawerna-shop__sidebar {
    position: fixed;
    inset: 0;
    z-index: 9999;
    width: 100%;
    max-width: none;
    flex: none;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    order: initial;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  [data-shop-root="1"].has-shop-filters-js.is-mobile-filters-open .sawerna-shop__sidebar {
    transform: translateX(0);
  }

  .sawerna-filter {
    min-height: 100vh;
    border: 0;
    display: flex;
    flex-direction: column;
  }

  .sawerna-filter__header {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 76px;
    padding: 0 18px;
    background: #fff;
  }

  .sawerna-filter__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sawerna-filter__title {
    font-size: 24px;
    line-height: 1.1;
    color: #3d3d3d;
    text-transform: none;
    letter-spacing: 0;
  }

  .sawerna-filter__title-desktop {
    display: none;
  }

  .sawerna-filter__title-mobile,
  .sawerna-filter__mobile-top,
  .sawerna-filter__mobile-actions,
  .sawerna-filter__group--mobile-sort {
    display: block;
  }

  .sawerna-filter__header-actions {
    gap: 8px;
  }

  .sawerna-filter__reset {
    display: none;
  }

  .sawerna-filter__close {
    width: 48px;
    height: 48px;
    font-size: 35px;
    color: #111;
  }

  .sawerna-filter__group-toggle {
    min-height: 72px;
    padding: 0 18px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
  }

  .sawerna-filter__group-content {
    padding: 0 18px 18px;
  }

  .sawerna-filter__group--mobile-sort .sawerna-filter__group-content {
    padding-top: 2px;
  }

  .sawerna-filter__options label {
    grid-template-columns: 22px 1fr auto;
    gap: 12px;
  }

  .sawerna-filter__options input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border: 1px solid #d6d6d6;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
  }

  .sawerna-filter__options input[type="checkbox"]:checked {
    background: #111;
    border-color: #111;
    background-image: linear-gradient(45deg, transparent 45%, #fff 45%, #fff 55%, transparent 55%), linear-gradient(-45deg, transparent 45%, #fff 45%, #fff 55%, transparent 55%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }

  .sawerna-filter__mobile-actions {
    display: flex;
    margin-top: auto;
    position: sticky;
    bottom: 0;
  }

  .sawerna-shop-toolbar__result,
  .sawerna-shop-control--select,
  .sawerna-shop-control--grid,
  .sawerna-shop-control--interior-toggle {
    display: none;
  }

  .sawerna-shop-toolbar__mobile-result {
    display: block;
  }

  .sawerna-shop-toolbar__controls {
    display: flex;
    justify-content: center;
  }

  .sawerna-shop-control--filter-toggle {
    min-width: 118px;
  }

  body.sawerna-mobile-filters-open {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .sawerna-shop__breadcrumb-container,
  .sawerna-shop-hero__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sawerna-shop-hero {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .sawerna-shop-hero__header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }

  .sawerna-shop-hero__title {
    text-align: left;
  }

  .sawerna-shop-hero__nav {
    display: inline-flex;
  }

  .sawerna-shop-hero__categories-wrap {
    margin-right: -10px;
  }

  .sawerna-shop-hero__categories {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding-right: 10px;
    scrollbar-width: none;
  }

  .sawerna-shop-hero__categories::-webkit-scrollbar {
    display: none;
  }

  .sawerna-shop-hero__category {
    width: 116px;
    min-width: 116px;
    max-width: 116px;
    scroll-snap-align: start;
  }

  .sawerna-shop-active-filters {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sawerna-shop-active-filters__list {
    width: 100%;
    gap: 10px 12px;
  }

  .sawerna-shop-chip {
    background: #f0f0f0;
    color: #767676;
    padding: 10px 14px;
    font-size: 12px;
  }

  .sawerna-shop-active-filters__clear {
    font-size: 12px;
  }
}
