body.archive {
  overflow: initial;
}

.archive-catalogue .breadcrumbs-wrapper {
  margin-top: 128px;
  padding-inline: 48px;
}
@media screen and (max-width: 960px) {
  .archive-catalogue .breadcrumbs-wrapper {
    margin-top: 110px;
    padding-inline: 24px;
  }
}
.archive-catalogue #breadcrumbs span {
  color: #333C43;
}
@media screen and (max-width: 960px) {
  .archive-catalogue #breadcrumbs span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 40px;
  }
}
.archive-catalogue #breadcrumbs .breadcrumb_last {
  color: #909090;
}
.archive-catalogue #breadcrumbs a::after {
  background: #909090;
}

.catalogue-header .inner {
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  .catalogue-header .inner {
    padding-top: 56px;
  }
}

.catalogue-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .catalogue-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalogue-header__sidebar {
  width: 17.86%;
}
@media screen and (max-width: 960px) {
  .catalogue-header__sidebar {
    width: 100%;
  }
}
.catalogue-header__sidebar .category-list__link {
  font-weight: normal;
}

.catalogue-header__main {
  width: 71.84%;
}
@media screen and (max-width: 960px) {
  .catalogue-header__main {
    margin-top: 48px;
    width: 100%;
  }
}

.category-detail__title--en {
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .category-detail__title--en {
    font-size: 16px;
  }
}

.category-detail__title {
  margin-top: 16px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5.76px;
}
@media screen and (max-width: 960px) {
  .category-detail__title {
    margin-top: 8px;
    font-size: 32px;
    letter-spacing: 3.84px;
  }
}

.category-detail__image {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .category-detail__image {
    margin-top: 48px;
  }
}

.category-detail__subtitle {
  margin: 64px auto 24px;
  padding-bottom: 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .category-detail__subtitle {
    margin-top: 48px;
  }
}
.category-detail__subtitle::before {
  background: #D9D9D9;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.category-detail__subtitle::after {
  background: #333C43;
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.category-detail__text {
  margin-top: 24px;
}

.catalogue-list-section {
  background: #F5F5F5;
}

.catalogue__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .catalogue__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.catalogue-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .catalogue-controls {
    margin-top: 48px;
    gap: 16px;
    width: 100%;
  }
}

.catalogue-sort {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalogue-sort .sort-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .catalogue-sort .sort-button {
    font-size: 13px;
    gap: 6px;
    white-space: nowrap;
  }
}
.catalogue-sort .sort-button:hover {
  opacity: 0.7;
}
.catalogue-sort .sort-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.24);
  z-index: 10;
  width: 200px;
  padding: 16px 20px;
}
@media screen and (max-width: 960px) {
  .catalogue-sort .sort-menu {
    padding: 8px;
    left: 0;
    width: 160px;
    right: auto;
  }
}
.catalogue-sort .sort-menu .sort-option {
  display: block;
  padding: 8px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .catalogue-sort .sort-menu .sort-option {
    padding: 4px;
  }
}
.catalogue-sort .sort-menu .sort-option:hover {
  opacity: 0.7;
}
.catalogue-sort .sort-menu .sort-option.active::after {
  content: "";
  position: absolute;
  background: #333C43;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .catalogue-sort .sort-menu .sort-option.active::after {
    right: 6px;
    width: 6px;
    height: 6px;
  }
}

.catalogue-sort .sort-icon.sort-asc {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.catalogue-sort .sort-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.catalogue-search {
  max-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .catalogue-search {
    max-width: 214px;
  }
}

.search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .search-box {
    font-size: 13px;
  }
}
.search-box .search-icon-button {
  position: absolute;
  left: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .search-box .search-icon-button {
    left: 8px;
  }
}
.search-box .search-icon-button:hover {
  opacity: 0.7;
}
.search-box input[type=text] {
  width: 100%;
  padding: 12px 16px 12px 52px;
  border: 1px solid var(--grey-02, #D9D9D9);
  background: var(--white, #FFF);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .search-box input[type=text] {
    padding: 8px 8px 8px 32px;
  }
}
@media screen and (max-width: 960px) {
  .search-box svg {
    max-width: 20px;
    max-height: 20px;
  }
}

.catalogue-list {
  margin-top: 120px;
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 960px) {
  .catalogue-list {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 16px;
  }
}

.catalogue-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.catalogue-card:hover .catalogue-card__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.catalogue-card:hover .catalogue-card__link svg {
  -webkit-transform: translate(5px);
          transform: translate(5px);
}
.catalogue-card:has(.sold-out) {
  pointer-events: none;
}

.catalogue-card__title {
  padding-left: 24px;
  font-family: "Crimson Pro", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .catalogue-card__title {
    padding-left: 14px;
    font-size: 13px;
  }
}
.catalogue-card__title::before {
  background: #333C43;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .catalogue-card__title::before {
    width: 6px;
    height: 6px;
  }
}

.catalogue-card__thumbnail {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .catalogue-card__thumbnail {
    margin-top: 12px;
  }
}

.sold-out {
  background: rgba(51, 60, 67, 0.64);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .sold-out {
    font-size: 14px;
  }
}

.catalogue-card__image {
  aspect-ratio: 300/120;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}

.catalogue-card__image--cover {
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent;
}

.catalogue-card__link-wrapper {
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .catalogue-card__link-wrapper {
    margin-top: 12px;
  }
}

.catalogue-card__link {
  border-bottom: none;
  gap: 8px;
  padding: 0;
  font-size: 18px;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .catalogue-card__link {
    font-size: 14px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.catalogue-card__link::before {
  content: none;
}
.catalogue-card__link svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .catalogue-card__link svg {
    max-width: 14px;
    max-height: 14px;
  }
}

.btn-backTop-wrapper {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .btn-backTop-wrapper {
    margin-top: 48px;
  }
}