body.trendy-archive-filter-open {
  overflow: hidden;
}

.trendy-archive {

}

.trendy-archive.is-loading {
  opacity: .68;
  pointer-events: none;
  transition: opacity .18s ease;
}

.trendy-archive * {
  box-sizing: border-box;
}



.trendy-archive-breadcrumbs {
  margin: 0 0 12px;
  color: #7f6f57;
  font-size: 14px;
  line-height: 1.45;
}

.trendy-archive-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trendy-archive-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.trendy-archive-breadcrumbs__item + .trendy-archive-breadcrumbs__item::before {
  content: "/";
  color: #b9aa92;
}

.trendy-archive-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.trendy-archive-breadcrumbs a:hover {
  color: #ef7b33;
}

.trendy-archive-title {
  margin: 0 0 24px;
}

.trendy-archive-title__heading {
  margin: 0;
  color: #0f5d3f;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}

.trendy-archive__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.trendy-archive__sidebar {
  position: sticky;
  top: 24px;
  padding-top: 4px;
}

.trendy-archive__sidebar-mobile-head,
.trendy-archive__filter-toggle,
.trendy-archive__filter-backdrop {
  display: none;
}

.trendy-archive__sidebar-header {
  margin: 0 0 18px;
  color: #136443;
  font-size: 16px;
  font-weight: 700;
}

.trendy-archive__filter-group {
  padding: 18px 0;
  border-top: 1px solid #e8ddcb;
}

.trendy-archive__filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  cursor: pointer;
}

.trendy-archive__filter-head h3 {
  margin: 0;
  color: #0f5d3f;
  font-size: 18px;
  line-height: 1.2;
}

.trendy-archive__filter-head span {
  color: #8b7b62;
  font-size: 18px;
}

.trendy-archive__filter-chevron {
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-color: #ef8b3b;
  -webkit-mask: center/24px 24px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask: center/24px 24px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  transition: transform .2s ease;
}

.trendy-archive__filter-group.is-collapsed > :not(.trendy-archive__filter-head) {
  display: none;
}

.trendy-archive__filter-group.is-collapsed .trendy-archive__filter-head {
  margin-bottom: 0;
}

.trendy-archive__filter-group.is-collapsed .trendy-archive__filter-chevron {
  transform: rotate(0deg);
}

.trendy-archive__checklist,
.trendy-archive__range {
  display: grid;
  gap: 12px;
}

.trendy-archive__check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: #2f2a21;
  font-size: 16px;
  cursor: pointer;
}

.trendy-archive__check.is-child {
  padding-left: calc(var(--trendy-term-depth, 1) * 18px);
}

.trendy-archive__check-box {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.trendy-archive__check-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.trendy-archive__check-box span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #d0c1a7;
  border-radius: 6px;
  background: #fff;
  transition: background .16s ease, border-color .16s ease;
}

.trendy-archive__check-box input:checked + span {
  border-color: #eb7b3a;
  background: #eb7b3a;
  box-shadow: inset 0 0 0 4px #fff;
}

.trendy-archive__check-count {
  color: #8b7b62;
  font-size: 14px;
}

.trendy-archive__range {
  gap: 14px;
}

.trendy-archive__range-slider {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.trendy-archive__range-track,
.trendy-archive__range-fill {
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 999px;
}

.trendy-archive__range-track {
  background: #f2ddc3;
}

.trendy-archive__range-fill {
  background: #ef862d;
}

.trendy-archive__range input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.trendy-archive__range input[type="range"]::-webkit-slider-runnable-track,
.trendy-archive__range input[type="range"]::-moz-range-track {
  height: 6px;
  background: transparent;
}

.trendy-archive__range input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -8px;
  border: 2px solid #ef862d;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(239, 134, 45, 0.22);
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.trendy-archive__range input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 2px solid #ef862d;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(239, 134, 45, 0.22);
  cursor: pointer;
  pointer-events: auto;
}

.trendy-archive__range-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #2f2a21;
  font-size: 16px;
  font-weight: 600;
}

.trendy-archive__field {
  display: grid;
  gap: 8px;
}

.trendy-archive__field + .trendy-archive__field {
  margin-top: 14px;
}

.trendy-archive__field label {
  color: #6b5d48;
  font-size: 14px;
  font-weight: 600;
}

.trendy-archive__toolbar input,
.trendy-archive__toolbar select,
.trendy-archive__field input,
.trendy-archive__field select {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid #e5d8c5;
  border-radius: 14px;
  background: #fff;
  color: #2f2a21;
  font: inherit;
  box-shadow: none;
}

.trendy-archive__sidebar-actions {
  display: grid;
  gap: 12px;
  padding-top: 6px;
}

.trendy-archive__sidebar-actions .trendy-button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #eb7b3a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(235, 123, 58, 0.24);
}

.trendy-archive__reset {
  color: #b36e2d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.trendy-archive__content {
  min-width: 0;
}

.trendy-archive__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.trendy-archive__toolbar-top,
.trendy-archive__toolbar-bottom {
  display: contents;
}

.trendy-archive__search {
  position: relative;
  display: block;
}

.trendy-archive__search input {
  padding-left: 44px;
  background: #f5efe3;
}

.trendy-archive__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #6f6658;
  font-size: 18px;
}

.trendy-archive__sort select {
  background: #fff;
}

.trendy-archive__view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trendy-archive__view-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e5d8c5;
  border-radius: 12px;
  background: #fff;
  color: #8c7a60;
  text-decoration: none;
  font-size: 18px;
}

.trendy-archive__view-toggle a.is-active {
  border-color: #eb7b3a;
  color: #eb7b3a;
}

.trendy-archive__results-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 18px;
  color: #7f6f57;
  font-size: 14px;
}

.trendy-archive__results {
  display: grid;
  gap: 22px;
}

.trendy-archive__results.grid-1col { grid-template-columns: 1fr; }
.trendy-archive__results.grid-2col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trendy-archive__results.grid-3col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.trendy-archive__results.grid-4col { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trendy-archive__results.grid-5col { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.trendy-archive__results.grid-6col { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.trendy-archive-card {
  overflow: hidden;
  border: 1px solid #eadbc6;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(43, 34, 19, 0.08);
}

.trendy-archive-card__main {
  display: grid;
  grid-template-columns: 302px minmax(0, 1fr) 220px;
  gap: 18px;
  padding: 16px 18px;
}

.trendy-archive-card__media-wrap {
  position: relative;
}

.trendy-archive-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 302 / 296;
  border-radius: 18px;
  background: #efe4d5;
}

.trendy-archive-card__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.trendy-archive-card__swiper-track {
  display: flex;
  width: 100%;
  height: 100%;
}

.trendy-archive-card__swiper-slide {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%;
  height: 100%;
}

.trendy-archive-card__swiper-slide img,
.trendy-archive-card__media img,
.trendy-archive-card__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trendy-archive-card__media-placeholder {
  background: linear-gradient(135deg, #ead8c0, #f7efe3);
}

.trendy-archive-card__media-wrap .swiper-button-prev,
.trendy-archive-card__media-wrap .swiper-button-next {
  opacity: 0;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border: 0;
  border-radius: 999px;
  background: rgba(27, 23, 17, 0.56);
  color: #fff;
  transition: background .16s ease, opacity .16s ease;
}

.trendy-archive-card__media-wrap:hover .swiper-button-prev,
.trendy-archive-card__media-wrap:hover .swiper-button-next {
  opacity: 1;
}

.trendy-archive-card__media-wrap .swiper-button-prev::after,
.trendy-archive-card__media-wrap .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

.trendy-archive-card__media-wrap .swiper-button-prev:hover,
.trendy-archive-card__media-wrap .swiper-button-next:hover {
  background: rgba(27, 23, 17, 0.72);
}

.trendy-archive-card__media-wrap .swiper-button-prev {
  left: 14px;
}

.trendy-archive-card__media-wrap .swiper-button-next {
  right: 14px;
}

.trendy-archive-card__media-wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.trendy-archive-card__media-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.trendy-archive-card__body {
  min-width: 0;
  padding-top: 4px;
}

.trendy-archive-card__title {
  margin: 0 0 14px;
  color: #9b6f1d;
  font-size: 22px;
  line-height: 1.2;
}

.trendy-archive-card__title a {
  color: inherit;
  text-decoration: none;
}

.trendy-archive-card__excerpt {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 2px solid #d9d0c3;
  color: #24211c;
  font-size: 17px;
  line-height: 1.58;
}

.trendy-archive-card__facts {
  display: grid;
  gap: 10px;
  color: #2f2a21;
  font-size: 16px;
}

.trendy-archive-card__side {
  display: grid;
  align-content: start;
  gap: 16px;
  padding-top: 6px;
}

.trendy-archive-card__price-label {
  display: block;
  color: #7f6f57;
  font-size: 14px;
  line-height: 1.3;
}

.trendy-archive-card__price-value {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.trendy-archive-card__price strong {
  display: block;
  color: #121212;
  font-size: 20px;
  line-height: 1.2;
}

.trendy-archive-card__price-amount {
  color: #121212;
}

.trendy-archive-card__price-unit {
  color: #7f6f57;
  font-size: 14px;
  font-weight: 500;
}

.trendy-archive-card__price small {
  color: #7f6f57;
  font-size: 14px;
}

.trendy-archive-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: #eb7b3a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(235, 123, 58, 0.22);
}
.trendy-archive__results.grid .trendy-archive-card__main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px;
}

.trendy-archive__results.grid .trendy-archive-card__media {
  aspect-ratio: 16 / 10;
}

.trendy-archive__results.grid :is(.trendy-archive-card__swiper, .trendy-archive-card__swiper-track, .trendy-archive-card__swiper-slide, .trendy-archive-card__swiper-slide img, .trendy-archive-card__media img, .trendy-archive-card__media-placeholder) {
  width: 100%;
  height: 240px;
}

.trendy-pagination {
  margin-top: 24px;
}

.trendy-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 0 12px;
  border: 1px solid #e5d8c5;
  border-radius: 12px;
  background: #fff;
  color: #6d5f4d;
  text-decoration: none;
}

.trendy-pagination .page-numbers.current {
  border-color: #eb7b3a;
  color: #eb7b3a;
}

.trendy-archive__empty {
  padding: 32px 24px;
  border: 1px solid #eadbc6;
  border-radius: 20px;
  background: #fff;
}

@media (max-width: 1180px) {
  .trendy-archive__layout {
    grid-template-columns: 1fr;
  }

  .trendy-archive__sidebar {
    position: static;
  }
}

@media (max-width: 1024px) {
  .trendy-archive__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .trendy-archive__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: min(360px, calc(100vw - 44px));
    height: 100dvh;
    padding: 0 20px 24px;
    overflow-y: auto;
    background: #fffdf8;
    box-shadow: 0 18px 48px rgba(24, 19, 12, 0.18);
    transform: translateX(-100%);
    transition: transform .24s ease;
  }

  .trendy-archive.is-filter-open .trendy-archive__sidebar {
    transform: translateX(0);
  }

  .trendy-archive__sidebar-mobile-head {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 0 14px;
    background: #fffdf8;
    border-bottom: 1px solid #ece2d0;
  }

  .trendy-archive__sidebar-mobile-head strong {
    color: #0f5d3f;
    font-size: 18px;
    font-weight: 700;
  }

  .trendy-archive__sidebar-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #e4d7c4;
    border-radius: 12px;
    background: #fff;
    color: #2f2a21;
    font-size: 28px;
    line-height: 1;
  }

  .trendy-archive__filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 35;
    display: block;
    border: 0;
    background: rgba(23, 18, 11, 0.42);
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility .24s ease;
  }

  .trendy-archive.is-filter-open .trendy-archive__filter-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .trendy-archive__filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 102px;
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid #e5d8c5;
    border-radius: 14px;
    background: #fff;
    color: #2f2a21;
    font-size: 15px;
    font-weight: 600;
  }

  .trendy-archive__filter-toggle-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: center/20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7H20M7 12H17M10 17H14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask: center/20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7H20M7 12H17M10 17H14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  .trendy-archive__toolbar {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 22px;
  }

  .trendy-archive__toolbar-top {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .trendy-archive__toolbar-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
  }

  .trendy-archive__search input {
    min-height: 50px;
    border-radius: 14px;
    background: #f5efe3;
  }

  .trendy-archive__sort select {
    min-height: 46px;
    border-radius: 14px;
    background: #fff;
  }

  .trendy-archive__view-toggle {
    gap: 10px;
  }

  .trendy-archive__view-toggle a {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .trendy-archive__results,
  .trendy-archive__results.grid,
  .trendy-archive__results.grid-1col,
  .trendy-archive__results.grid-2col,
  .trendy-archive__results.grid-3col,
  .trendy-archive__results.grid-4col,
  .trendy-archive__results.grid-5col,
  .trendy-archive__results.grid-6col {
    grid-template-columns: minmax(0, 1fr);
  }

  .trendy-archive__results .trendy-archive-card__main,
  .trendy-archive__results.grid .trendy-archive-card__main {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding: 14px;
  }

  .trendy-archive__results :is(.trendy-archive-card__media-wrap, .trendy-archive-card__body, .trendy-archive-card__side) {
    width: 100%;
    min-width: 0;
  }

  .trendy-archive__results .trendy-archive-card__media,
  .trendy-archive__results.grid .trendy-archive-card__media {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .trendy-archive__results :is(.trendy-archive-card__swiper, .trendy-archive-card__swiper-track, .trendy-archive-card__swiper-slide, .trendy-archive-card__swiper-slide img, .trendy-archive-card__media img, .trendy-archive-card__media-placeholder),
  .trendy-archive__results.grid :is(.trendy-archive-card__swiper, .trendy-archive-card__swiper-track, .trendy-archive-card__swiper-slide, .trendy-archive-card__swiper-slide img, .trendy-archive-card__media img, .trendy-archive-card__media-placeholder) {
    width: 100%;
    height: 100%;
  }

  .trendy-archive__results .trendy-archive-card__button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .trendy-archive .trendy-shell {
    width: min(100%, calc(100% - 20px));
  }

  .trendy-archive-title {
    margin-bottom: 18px;
  }

  .trendy-archive-title__heading {
    font-size: 28px;
  }
}
