.main-page {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  align-items: center;
  isolation: isolate;
  gap: 10px;
  line-height: normal;
  letter-spacing: normal;
  background-color: #FCFDFD;
}
.page-wrapper {
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1;
  flex-shrink: 0;
  text-align: left;
  font-size: 30px;
  color: #e3e3e3;
  font-family: Saira;
}
.page-wrapper-outer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page-container {
  background-color: #fcfdfd;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-logo-group,
.header {
  height: 75px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.header {
  width: 1280px;
  background-color: #fff;
  border-bottom: 2px solid #f0f4f5;
  text-align: left;
  font-size: 26px;
  color: #b8cbd0;
  font-family: Anta;
}
.header-logo-group {
  width: 437px;
  justify-content: space-between;
  padding: 10px 87px 10px 0;
  gap: 20px;
}
.delight {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
}
.catalog,
.text {
  display: flex;
  align-items: center;
}
.text {
  gap: 45px;
  font-size: 15.5px;
  color: #656d70;
  font-family: Mulish;
}
.catalog {
  justify-content: center;
}

.menu-text {
  position: relative;
  font-weight: 600;
}
.menu-text:hover {
  color: #0DB4F2;
}
.header-search-group,
.gallery,
.search {
  display: flex;
  align-items: center;
}
.gallery {
  align-self: stretch;
  justify-content: center;
}
.header-search-group,
.search {
  height: 75px;
  width: 448px;
}
.search {
  height: 78px;
  gap: 20px;
  flex-shrink: 0;
}
.header-icon-img {
  width: 23px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.search:hover .upload-icon {
  content: url("../images/icons/upload-icon-hover.png");
}
.search-field {
  height: 27px;
  width: 406px;
  border-radius: 4px 25px 25px 4px;
  background-color: #fcfdfd;
  border: 1px solid #699;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 7px 6px 5px 8px;
}
.vector-icon {
  width: 12px;
  position: relative;
  max-height: 100%;
}
.header-actions-group {
  height: 75px;
  width: 395px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 48px;
  box-sizing: border-box;
  gap: 20px;
  font-size: 15px;
  color: #000;
  font-family: Ubuntu;
}
.header-icon-group {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 0;
  gap: 14px;
}
.heart-icon {
  width: 19px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
/* ── Language switcher (copied from assets-main/css/header.css) ─── */
.site-header__lang {
  display: flex;
  align-items: center;
}

.site-header__lang-select {
  height: 32px;
  padding: 0 8px;
  border: 1px solid #669999;
  border-radius: 12px;
  background: #ffffff;
  color: #0b0b0b;
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  appearance: auto;
}

.site-header__lang-select:hover,
.site-header__lang-select:focus {
  border-color: #7aa7a2;
  box-shadow: 0 0 0 3px rgba(122, 167, 162, 0.2);
}

.site-header__lang--mobile {
  display: none;
}

/* ── Account dropdown (copied from assets-main/css/header.css) ──── */
.site-header__account {
  position: relative;
}

.site-header__account-summary {
  list-style: none;
  height: 33px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #f0f4e5;
  background: #ffffff;
  color: #0b0b0b;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}

.site-header__account-summary::-webkit-details-marker {
  display: none;
}

.site-header__account-summary:hover,
.site-header__account-summary:focus-visible {
  border-color: #7aa7a2;
  box-shadow: 0 0 0 3px rgba(122, 167, 162, 0.18);
  outline: none;
}

.site-header__account-avatar {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #f0f4e5;
  color: #6b6b6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.site-header__account-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.site-header__account-caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b6b6b;
  margin-left: 2px;
  transition: transform 180ms ease;
  flex-shrink: 0;
}

.site-header__account[open] .site-header__account-caret {
  transform: rotate(180deg);
}

.site-header__account-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 260px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #f0f4e5;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  z-index: 1005;
}

.site-header__account-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 10px;
}

.site-header__account-header-avatar {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #f0f4e5;
  color: #6b6b6b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 auto;
}

.site-header__account-header-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-header__account-header-name {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #0b0b0b;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header__account-header-email {
  font-size: 12px;
  color: #6b6b6b;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-header__account-divider {
  height: 1px;
  background: #f0f4e5;
  margin: 6px 6px;
}

.site-header__account-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 600;
  font-family: Ubuntu, sans-serif;
  box-sizing: border-box;
}

.site-header__account-item-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b0b0b;
  opacity: 0.85;
  flex: 0 0 auto;
}

.site-header__account-item:hover,
.site-header__account-item:focus-visible {
  background: rgba(13, 180, 242, 0.08);
  outline: none;
}

.site-header__account-item--danger {
  color: #cc0000;
}

.site-header__account-item--danger .site-header__account-item-icon {
  color: #cc0000;
}

.site-header__account-item--danger:hover,
.site-header__account-item--danger:focus-visible {
  background: rgba(255, 0, 0, 0.07);
}

.header-auth-group {
  align-self: stretch;
  width: auto;
  justify-content: flex-end;
}
.header-auth-group,
.log,
.login {
  display: flex;
  align-items: center;
}
.log {
  padding: 20px 0;
  gap: 12px;
}
.login {
  cursor: pointer;
  border: 0;
  padding: 10px 15px;
  background-color: #ffae00;
  height: 27px;
  width: 60px;
  border-radius: 8px;
  justify-content: center;
  box-sizing: border-box;
}
.login:hover,
.login:focus-visible {
  border-radius: 8px;
  background: #FFAE00;
  box-shadow: 0.5px 0.5px 2px 0 #00AEFF;
}
.login-label {
  position: relative;
  font-size: 14px;
  font-family: Ubuntu;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(102, 0, 0, 0.4);
  flex-shrink: 0;
}
.sign-up {
  cursor: pointer;
  border: 0;
  padding: 10px 15px;
  background-color: #00aeff;
  height: 27px;
  width: 73px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.sign-up:hover,
.sign-up:focus-visible {
  border-radius: 8px;
  background: #00AEFF;
  box-shadow: 0.5px 0.5px 2px 0 #FF6200;
}
.sign-up-label {
  position: relative;
  font-size: 14px;
  font-family: Ubuntu;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0, 10, 153, 0.5);
  flex-shrink: 0;
}
.white-gap-between {
  width: 1280px;
  height: 3px;
  position: relative;
  background-color: #fff;
}
.columns,
.space {
  width: 1280px;
  display: flex;
  align-items: center;
}
.columns {
  height: 349px;
  background-color: #fcfdfd;
  border-top: 1px solid #f0f4f5;
  box-sizing: border-box;
  flex-direction: column;
  padding: 30px 0 0;
  gap: 34px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-family: Saira;
}
.space {
  justify-content: space-between;
  gap: 8.9px;
}
.bedroom,
.room-card-primary,
.room-label-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bedroom {
  height: 140px;
  width: 120px;
}
.room-card-primary,
.room-label-top {
  box-sizing: border-box;
}
.room-card-primary {
  width: 120px;
  height: 140px;
  box-shadow: 1px 1px 3.5px 1px rgba(0, 90, 141, 0.5);
  border-radius: 4px;
  background-color: #fff;
  padding: 3px;
  gap: 1.5px;
}
.room-label-top {
  align-self: stretch;
  height: 18px;
  border-radius: 4px 4px 0 0 ;
  background-color: #5f7874;
  padding: 0 23px;
}
.room-label {
width: 100% !important;
  height: auto !important;
  display: block;
  text-align: center;

  color: #fff;
  font-family: "Saira", sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;

  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;

  letter-spacing: -0.2px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.room-card-img {
  align-self: stretch;
  flex: 1;
  position: relative;
  border-radius: 0 0 2px 2px;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.room-card-secondary,
.room-label-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.room-card-secondary {
  width: 120px;
  height: 140px;
  box-shadow: 1px 1px 3.5px 1px rgba(0, 90, 141, 0.5);
  border-radius: 6px;
  background-color: #fff;
  justify-content: center;
  padding: 3px;
  box-sizing: border-box;
  gap: 1.5px;
}
.room-label-bottom {
  align-self: stretch;
  height: 18px;
  border-radius: 4px 4px 0 0 ;
  background-color: #5f7874;
  justify-content: center;
}
.room-card-img-alt {
  align-self: stretch;
  flex: 1;
  position: relative;
  border-radius: 0 0 3px 3px;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.room-card {
  width: 120px;
  height: 140px;
  box-shadow: 1px 1px 5px 1px rgba(0, 90, 141, 0.5);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3px;
  box-sizing: border-box;
  gap: 1.5px;
}
.childroom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.room-card-flex {
  width: 120px;
  flex: 1;
  box-shadow: 1px 1px 5px 1px rgba(0, 90, 141, 0.5);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3px;
  box-sizing: border-box;
  gap: 1.5px;
}
.category,
.furniture,
.cat-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category {
  align-self: stretch;
  flex-wrap: wrap;
  align-content: center;
  gap: 9px;
}
.furniture,
.cat-card-header {
  box-sizing: border-box;
}
.furniture {
  height: 140px;
  width: 120px;
  box-shadow: 1px 1px 5px 1px rgba(0, 90, 189, 0.25);
  border-radius: 6px;
  background-color: #fff;
  flex-direction: column;
  padding: 2px;
}
.cat-card-header {
  align-self: stretch;
  height: 18px;
  border-radius: 0 0 4px 4px;
  background-color: #786f6c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-label-item {
  height: 18px;
  width: auto;
  position: relative;
  display: inline-block;


  color: #FFF;
text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
font-family: Saira;
font-size: 12px;
font-style: italic !important;
font-weight: 700;
line-height: normal;
}
.cat-card-img {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.cat-card-appliances {
  height: 140px;
  width: 120px;
  box-shadow: 1px 1px 5px 1px rgba(0, 90, 141, 0.25);
  border-radius: 6px;
  background-color: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
}
.cat-card-transport {
  height: 139.1px;
  flex: 1;
  box-shadow: 1px 1px 5px 1px rgba(0, 90, 141, 0.25);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px;
  box-sizing: border-box;
}
.subcategory,
.work-panel {
  width: 1165px;
  display: flex;
  align-items: center;
}
.work-panel {
  flex-direction: column;
  padding: 24px 0 0;
  box-sizing: border-box;
  gap: 9px;
  text-align: left;
  font-size: 11px;
  color: #323232;
  font-family: Saira;
}
.subcategory {
  height: 72px;
  border-radius: 10px;
  background-color: #cddee1;
  overflow-x: auto;
  flex-shrink: 0;
  justify-content: center;
  gap: 85px;
}
.spacer-icon {
  width: 10px;
  position: relative;
  box-shadow: 0.5px 0 0.8px rgba(0, 35, 55, 0.5);
  border-radius: 1.8px;
  max-height: 100%;
  flex-shrink: 0;
  object-fit: contain;
}
.subcategory-list,
.table {
  display: flex;
  align-items: center;
}
.subcategory-list {
  justify-content: center;
  gap: 15px;
}
.table {
  height: 57px;
  width: 92px;
  box-shadow: 0.8px 0.8px 2px var(--Depth-Negative-025) rgba(0, 35, 55, 0.5);
  border-radius: 5px;
  background-color: #fff;
  flex-direction: column;
  gap: 6px;
}
.subcategory-item-header {
  align-self: stretch;
  height: 16px;
  position: relative;
}
.subcategory-item-bg {
  position: absolute;
  width: calc(100% - 2px);
  top: 1px;
  right: 1px;
  left: 1px;
  border-radius: 4px 4px 0 0;
  background-color: #f8f1ed;
  height: 14px;
}
.subcategory-label-table {
  position: absolute;
  top: 0;
  left: 29px;
  font-weight: 600;
}
.subcategory-img-table {
  width: 48px;
  height: 29px;
  object-fit: cover;
}
.subcategory-label-chair {
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: 600;
}
.subcategory-item-img {
  width: 48px;
  height: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-sm {
  width: 24px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.subcategory-label-sofa {
  position: absolute;
  top: 0;
  left: 32px;
  font-weight: 600;
}
.subcategory-sofa-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.subcategory-sofa-img {
  width: 52px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  transform: rotate(-180deg);
}
.subcategory-label-bed {
  position: absolute;
  top: 0;
  left: 35px;
  font-weight: 600;
}
.subcategory-img-bed {
  width: 89px;
  height: 29px;
  object-fit: contain;
  flex-shrink: 0;
}
.subcategory-label-bench {
  position: absolute;
  top: 0;
  left: 25px;
  font-weight: 600;
}
.subcategory-bench-img-wrap {
  width: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.subcategory-img-bench {
  width: 60px;
  height: 29px;
  object-fit: cover;
  transform: rotate(-180deg);
  flex-shrink: 0;
}
.window {
  height: 58px;
  width: 92px;
  box-shadow: 0.8px 0.8px 2px var(--Depth-Negative-025) rgba(0, 35, 55, 0.5);
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subcategory-img-window {
  top: 22px;
  left: 16px;
  width: 60px;
  height: 29px;
  object-fit: contain;
}
.subcategory-window-bg,
.subcategory-img-window,
.subcategory-label-window {
  position: absolute;
  flex-shrink: 0;
}
.subcategory-window-bg {
  width: calc(100% - 2px);
  top: 1px;
  right: 1px;
  left: 1px;
  border-radius: 4px 4px 0 0;
  background-color: #f8f1ed;
  height: 14px;
}
.subcategory-label-window {
  top: 0;
  left: 22px;
  font-weight: 600;
}
.door {
  height: 58px;
  width: 92px;
  box-shadow: 0.8px 0.8px 2px var(--Depth-Negative-025) rgba(0, 35, 55, 0.5);
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.subcategory-label-door {
  position: absolute;
  top: 0;
  left: 31px;
  font-weight: 600;
}
.subcategory-img-door {
  width: 74px;
  height: 31px;
  object-fit: contain;
}
.subcategory-label-shelving {
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 600;
}
.subcategory-img-shelving {
  width: 58px;
  height: 29px;
  object-fit: contain;
}
.subcategory-label-storage {
  position: absolute;
  top: 0;
  left: 21px;
  font-weight: 600;
}
.subcategory-img-storage {
  width: 52px;
  height: 29px;
  object-fit: contain;
}
.spacer-icon2 {
  width: 10px;
  position: relative;
  box-shadow: -0.5px 0 0.8px rgba(0, 35, 55, 0.5);
  border-radius: 1.8px;
  max-height: 100%;
  flex-shrink: 0;
  object-fit: contain;
}
.types {
  width: 1164px;
 
  border-radius: 10px;
  background-color: #ecf3f3;
  display: flex;
  align-items: flex-start;
  padding: 31px 13px 31px 128px;
  gap: 102.5px;
  font-size: 13px;
  color: #33649c;
}
.type-item-r1c1,
.item,
.types {
  box-sizing: border-box;
}
.item {
  height: 138px;
  width: 907px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, 205px);
  align-content: start;
  column-gap: 29px;
  row-gap: 6px;
  overflow: auto;
}
.type-item-r1c1 {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 3px 30px 3px 3px;
  gap: 15px;
  grid-column: 1;
  grid-row: 1;
}
.type-item-thumbnail {
  width: 45px;
  position: relative;
  border-radius: 3px;
  max-height: 100%;
  object-fit: cover;
}
.type-item-name {
  position: relative;
  font-weight: 500;
  white-space: pre-wrap;
}
.type-item-r1c3,
.type-item-r1c4 {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 3px 30px 3px 3px;
  box-sizing: border-box;
  gap: 15px;
  grid-column: 3;
  grid-row: 1;
}
.type-item-r1c4 {
  grid-column: 4;
}
.type-item-r2c1,
.type-item-r2c2 {
  display: flex;
  box-sizing: border-box;
  grid-row: 2;
}
.type-item-r2c1 {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  align-items: center;
  padding: 3px 30px 3px 3px;
  gap: 15px;
  grid-column: 1;
}
.type-item-r2c2 {
  grid-column: 2;
}
.type-item-r2c3,
.type-item-r3c2,
.type-item-r2c2 {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  align-items: center;
  padding: 3px 30px 3px 3px;
  gap: 15px;
}
.type-item-r2c3 {
  display: flex;
  box-sizing: border-box;
  grid-column: 3;
  grid-row: 2;
}
.type-item-r3c2 {
  grid-column: 2;
}
.type-item-r3c2,
.type-item-r3c3,
.type-item-r3c4 {
  display: flex;
  box-sizing: border-box;
  grid-row: 3;
}
.type-item-r3c3 {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  align-items: center;
  padding: 3px 30px 3px 3px;
  gap: 15px;
  grid-column: 3;
}
.type-item-r3c4 {
  grid-column: 4;
}
.type-item-r3c4,
.type-item-r1c2,
.type-item-r2c4 {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  align-items: center;
  padding: 3px 30px 3px 3px;
  gap: 15px;
}
.type-item-r1c2 {
  display: flex;
  box-sizing: border-box;
  grid-column: 2;
  grid-row: 1;
}
.type-item-r2c4 {
  grid-column: 4;
  grid-row: 2;
}
.type-item-r2c4,
.type-item-r3c1,
.types-sidebar {
  display: flex;
  box-sizing: border-box;
}
.type-item-r3c1 {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  align-items: center;
  padding: 3px 30px 3px 3px;
  gap: 15px;
  grid-column: 1;
  grid-row: 3;
}
.types-sidebar {
  height: 95px;
  flex-direction: column;
  align-items: flex-start;
  padding: 43px 0 0;
}
.types-scroll-indicator {
  width: 13px;
  position: relative;
  box-shadow: -0.5px 0 0.8px #000;
  border-radius: 2.5px;
  max-height: 100%;
  object-fit: contain;
}
.filters {
  width: 1165px;
  height: 51px;
  border-radius: 10px;
  background-color: #ecf3f3;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding: 7px 0 0 8px;
  box-sizing: border-box;
  gap: 15px;
  font-size: 12px;
  color: #795345;
}
.filter-format-wrap,
.format {
  height: 37px;
  width: 92px;
  display: flex;
  align-items: center;
}
.format {
  flex-shrink: 0;
  position: relative;
  isolation: isolate;
}
.filter-format-wrap {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 7px 31px 31px 7px;
  background-color: #fff;
  padding: 8px 8px 8px 11px;
  box-sizing: border-box;
  gap: 8px;
  z-index: 0;
}
.filter-format-label {
  height: 19px;
  width: 49px;
  position: relative;
  font-weight: 600;
  display: inline-block;
}
.filter-expand-icon {
  width: 16px;
  position: relative;
  border-radius: 1.5px;
  max-height: 100%;
}
.color {
  height: 37px;
  width: 68px;
  position: relative;
  flex-shrink: 0;
}
.brand,
.filter-brand-inner,
.filter-color-inner {
  display: flex;
  align-items: center;
}
.filter-color-inner {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 7px 31px 31px 7px;
  background-color: #fff;
  height: 100%;
  padding: 0 8px 0 12px;
  box-sizing: border-box;
  gap: 8px;
  width: 100%;
}
.brand,
.filter-brand-inner {
  height: 37px;
}
.brand {
  width: 90px;
  flex-shrink: 0;
  color: #795344;
  font-family: Lemonada;
}
.filter-brand-inner {
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 7px 31px 31px 7px;
  background-color: #fff;
  padding: 8px 8px 8px 11px;
  box-sizing: border-box;
  gap: 8px;
}
.filter-brand-label {
  width: 47px;
    height: 23px;
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    text-align: center;
}
.filter-material-inner,
.material {
  height: 37px;
  display: flex;
  align-items: center;
}
.filter-material-inner {
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 7px 31px 31px 7px;
  background-color: #fff;
  padding: 8px 8px 8px 12px;
  box-sizing: border-box;
  gap: 8px;
}
.filter-expand-icon-sm,
.filter-icon-img {
  position: relative;
  max-height: 100%;
  flex-shrink: 0;
}
.filter-icon-img {
  width: 24px;
  object-fit: cover;
}
.filter-expand-icon-sm {
  width: 16px;
  border-radius: 1.5px;
}
.filter-shape-inner,
.shape {
  height: 37px;
  width: 66px;
  display: flex;
  align-items: center;
}
.shape {
  flex-shrink: 0;
}
.filter-shape-inner {
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 8px 31px 31px 8px;
  background-color: #fff;
  padding: 8px 8px 8px 12px;
  box-sizing: border-box;
  gap: 8px;
}
.filter-shape-icon {
  width: 21px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
.filter-price-inner,
.style {
  height: 37px;
  display: flex;
}
.filter-price-inner {
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 7px 31px 31px 7px;
  background-color: #fff;
  align-items: center;
  padding: 0 8px 0 12px;
  box-sizing: border-box;
  gap: 8px;
}
.style {
  align-items: flex-start;
}
.filter-style-inner {
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 7px 31px 31px 7px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 8px 0 11px;
  gap: 8px;
}
.filter-style-inner,
.filter-size-inner,
.filter-tag-inner,
.tag {
  height: 37px;
  box-sizing: border-box;
}
.filter-size-inner {
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 7px 31px 31px 7px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 12px;
  gap: 8px;
}
.filter-tag-inner,
.tag {
  flex-shrink: 0;
}
.tag {
  width: 68px;
  display: flex;
  align-items: center;
  padding: 10px 8px 10px 10px;
  position: relative;
  isolation: isolate;
}
.filter-tag-inner {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -0.2px 0.5px 1px rgba(0, 66, 63, 0.5);
  border-radius: 8px 31px 31px 8px;
  background-color: #fff;
  padding: 0 8px 0 12px;
  gap: 8px;
  z-index: 0;
}
.filter-tag-inner,
.products-row,
.products {
  display: flex;
  align-items: center;
}
.products {
  width: 1280px;
  height: auto;
  background-color: #fcfdfd;
  flex-direction: column;
  padding: 65px 0 0;
  box-sizing: border-box;
  gap: 30px;
}
.products-row {
  align-self: stretch;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 14px;
  color: #586f47;
  font-family: Sen;
}
.product-card-inner,
.product-card {
  display: flex;
  align-items: flex-start;
}
.product-card {
  box-shadow: 1.3px 1.3px 6px 0 rgba(250, 250, 250, 0.50);
  border-radius: 7px;
  background-color: #fff;
  justify-content: center;
}
.product-card:hover,
.product-card:focus-within {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 2px 2px 6px 0 rgba(186, 215, 222, 0.50);
}
.product-card-inner {
  height: 272px;
  width: 234px;
  flex-direction: column;
  position: relative;
}
.wishlist-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.model-card__heart-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.product-img {
  align-self: stretch;
  flex: 1;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.footer {
  align-self: stretch;
  height: 38px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  border-top: 2px solid #fafafa;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.product-card:hover .footer,
.product-card:focus-within .footer {
  border-radius: 0 0 6px 6px;
  border-top: 2px solid #FFCE80;
  background: #FFF;
}
.product-name,
.product-price {
  height: 16px;
  position: relative;
  display: inline-block;
}
.product-name {
  width: 186px;
  font-weight: 500;
}
.product-price {
  width: 19px;
  color: #00d5c0;
}
.price-amount {
  font-family: Sen;
}
.price-currency {
  font-size: 12px;
}
.pagination {
  display: flex;
  align-items: center;
  padding: 35px 0;
  gap: 19.1px;
}
.pagination-arrow {
  margin: 0;
  height: 54px;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.pagination-btn-wide {
  cursor: pointer;
  border: 1px solid #e3e3e3;
  padding: 0 9px;
  background-color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pagination-btn-wide:hover,
.pagination-btn:hover {
  background-color: #e6e6e6;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.pagination-num {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  font-family: Saira;
  color: #444;
  text-align: left;
}
.pagination-btn {
  cursor: pointer;
  border: 1px solid #e3e3e3;
  padding: 0 7px;
  background-color: #fff;
  width: 26px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pagination-btn-active,
.pagination-btn-active:hover,
.site-footer,
.pagination-btn {
  box-sizing: border-box;
}
.pagination-btn-active {
  cursor: pointer;
  border: 1px solid #ff7b2b;
  padding: 1px 8px;
  background-color: #fff;
  width: 28px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pagination-btn-active:hover {
  background-color: #e6e6e6;
  border: 1px solid #cc4700;
}
.site-footer {
  width: 1280px;
  padding: 0 0 40px;
  text-align: left;
  font-size: 15.5px;
  color: #000;
  font-family: "Reem Kufi";
}
.footer-divider-wrap,
.footer-inner,
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-inner {
  width: 1280px;
  height: 330px;
  box-shadow: 0 0 5px 1px rgba(0, 90, 141, 0.04);
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 4px 0 40px;
  box-sizing: border-box;
  gap: 54px;
}
.footer-divider-wrap {
  width: 875px;
}
.footer-divider {
  width: 1284px;
  height: 0;
  position: relative;
  border-top: 1px solid #f0f4f5;
  box-sizing: border-box;
  flex-shrink: 0;
}
.footer-content,
.footer-nav {
  flex-direction: column;
}
.footer-content {
  display: flex;
  align-items: center;
  gap: 62px;
}
.footer-nav {
  gap: 63px;
}
.footer-nav,
.footer-nav-top,
.footer-manufacturers {
  display: flex;
  align-items: center;
}
.footer-nav-top {
  width: 1114px;
  gap: 41px;
}
.footer-manufacturers {
  cursor: pointer;
  border: 3px solid #fff;
  padding: 2px 18px 2px 2px;
  background-color: #f3f3f3;
  height: 44px;
  box-shadow: 0.5px 0.8px 2px rgba(0, 0, 0, 0.75);
  border-radius: 41px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-btn-icon-lg {
  align-self: stretch;
  width: 34px;
  flex-shrink: 0;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.footer-btn-label {
  position: relative;
  font-size: 15.5px;
  font-weight: 600;
  font-family: "Reem Kufi";
  color: #000;
  white-space: nowrap;
  text-align: left;
  display: inline-block;
}
.footer-commission-a-project {
  cursor: pointer;
  border: 3px solid #fff;
  padding: 10px 18px 10px 2px;
  background-color: #f3f3f3;
  height: 44px;
  box-shadow: 0.5px 0.8px 2px rgba(0, 0, 0, 0.75);
  border-radius: 41px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-btn-label-commission,
.footer-btn-icon-sm {
  position: relative;
  flex-shrink: 0;
}
.footer-btn-icon-sm {
  width: 34px;
  max-height: 100%;
  object-fit: cover;
}
.footer-btn-label-commission {
  font-size: 15.5px;
  font-weight: 600;
  font-family: "Reem Kufi";
  color: #000;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}
.footer-contact-support {
  cursor: pointer;
  border: 3px solid #fff;
  padding: 2px 18px 2px 2px;
  background-color: #f3f3f3;
  height: 44px;
  box-shadow: 0.5px 0.8px 2px rgba(0, 0, 0, 0.75);
  border-radius: 41px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-btn-icon {
  width: 34px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.footer-btn-label-contact,
.footer-btn-label-howit,
.footer-btn-label-tutorials {
  position: relative;
  font-size: 15.5px;
  font-family: "Reem Kufi";
  color: #000;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}
.footer-btn-label-contact {
  font-weight: 600;
}
.footer-btn-label-howit,
.footer-btn-label-tutorials {
  font-weight: 500;
}
.footer-nav-links,
.footer-content-policy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nav-links {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-content-policy {
  height: 44px;
  box-shadow: 0.5px 0.8px 2px rgba(0, 0, 0, 0.75);
  border-radius: 41px;
  background-color: #f3f3f3;
  border: 3px solid #fff;
  box-sizing: border-box;
  padding: 10px 18px;
}
.footer-link-terms,
.footer-link-privacy,
.footer-link-label {
  position: relative;
  font-weight: 500;
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
}
.footer-rules {
  cursor: pointer;
  border: 3px solid #fff;
  padding: 10px 18px;
  background-color: #f3f3f3;
  height: 44px;
  box-shadow: 0.5px 0.8px 2px rgba(0, 0, 0, 0.75);
  border-radius: 41px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-rules-label,
.footer-social {
  position: relative;
}
.footer-rules-label {
  font-size: 15.5px;
  font-weight: 500;
  font-family: "Reem Kufi";
  color: #000;
  text-align: left;
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
}
.footer-social {
  width: 181.4px;
  height: 31.9px;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  height: 100%;
}
.social-item {
  height: 31.9px;
  width: 31.8px;
  position: relative;
}
.social-bg-telegram {
  position: absolute;
  top: 4.8px;
  left: 5.6px;
  background-color: #77b4c0;
  width: 21.5px;
  height: 21.5px;
}
.social-icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.social-bg-facebook {
  position: absolute;
  top: 5px;
  left: 3.9px;
  background-color: #0068f0;
  width: 21.5px;
  height: 21.5px;
}
.social-bg-instagram,
.social-bg-youtube {
  position: absolute;
  top: 4.8px;
  left: 5.6px;
  background-color: #d000b1;
  width: 21.5px;
  height: 21.5px;
}
.social-bg-youtube {
  top: 7.2px;
  background-color: #b10000;
}
/* ── Hamburger button (hidden on desktop) ───────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #5f7874;
  border-radius: 3px;
  transition: all 0.3s;
}

/* ── Mobile nav overlay ─────────────────────────────────────────── */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-nav.open {
  opacity: 1;
}
.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: #fff;
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.mobile-nav.open .mobile-nav-panel {
  transform: translateX(0);
}
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-logo {
  font-size: 22px;
  font-family: Anta;
  color: #b8cbd0;
  font-weight: 400;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #656d70;
  line-height: 1;
  padding: 4px;
}
.mobile-nav-links-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav-link {
  font-size: 15px;
  font-family: Mulish;
  font-weight: 600;
  color: #656d70;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #f0f4f5;
}
.mobile-nav-link:hover {
  color: #5f7874;
}
.mobile-nav-auth-btns {
  display: flex;
  gap: 10px;
}
.mobile-nav-footer {
  margin-top: auto;
}
body.nav-open {
  overflow: hidden;
}

/* ── Tablet: up to 1280px ───────────────────────────────────────── */
@media screen and (max-width: 1280px) {
  .page-wrapper {
    padding: 0 12px;
  }
  .page-container {
    width: 100%;
  }
  .header,
  .white-gap-between,
  .columns,
  .space,
  .products,
  .site-footer,
  .footer-inner {
    width: 100%;
    box-sizing: border-box;
  }
  .work-panel,
  .subcategory {
    width: 100%;
    box-sizing: border-box;
  }
  .footer-divider {
    width: 100%;
  }
  .footer-divider-wrap {
    width: 100%;
  }
  .footer-nav-top {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .footer-inner {
    height: auto;
    padding: 16px;
    gap: 24px;
  }
  .header-logo-group {
    width: auto;
    padding-right: 20px;
  }
  .text {
    display: none;
  }
  .types {
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    gap: 24px;
  }
  .item {
    width: auto;
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
  }
  .products-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

/* ── Tablet: up to 1024px ───────────────────────────────────────── */
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 16px;
    gap: 12px;
    justify-content: space-between;
  }
  .header-search-group,
  .search {
    width: auto;
    flex: 1;
  }
  .search-field {
    width: 100%;
  }
  .header-actions-group {
    width: auto;
    padding-left: 12px;
    gap: 12px;
  }
  .space {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 8px;
  }
  .bedroom {
    flex-shrink: 0;
  }
  .category {
    gap: 8px;
    justify-content: center;
  }
  .columns {
    height: auto;
    gap: 20px;
    padding: 16px 12px;
  }
  .subcategory {
    height: auto;
    gap: 12px;
    padding: 8px 12px;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .subcategory-list {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .table,
  .window,
  .door {
    flex-shrink: 0;
  }
  .types {
    height: auto;
    padding: 16px 12px;
    flex-direction: column;
    gap: 12px;
  }
  .item {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .types-sidebar {
    display: none;
  }
  .filters {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
  }
  .work-panel {
    gap: 12px;
    padding-top: 16px;
  }
  .products {
    padding: 24px 8px 0;
  }
  .product-card-inner {
    width: 200px;
  }
  .footer-content {
    gap: 24px;
  }
  .footer-nav {
    gap: 24px;
    width: 100%;
  }
  .footer-nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

/* ── Mobile: up to 768px ────────────────────────────────────────── */
@media screen and (max-width: 768px) {
  /* show hamburger, show mobile nav */
  .hamburger {
    display: flex;
  }
  .mobile-nav {
    display: block;
  }
  /* hide desktop-only header items */
  .header-auth-group,
  .site-header__lang--desktop {
    display: none;
  }

  .page-wrapper {
    padding: 0 8px;
  }
  .header {
    padding: 0 12px;
    gap: 8px;
  }
  .header-logo-group {
    padding-right: 0;
    gap: 8px;
    width: auto;
    flex-shrink: 0;
  }
  .delight {
    font-size: 20px;
  }
  .header-search-group {
    flex: 1;
    width: auto;
    height: 56px;
  }
  .search {
    width: 100%;
    height: 56px;
  }
  .search-field {
    width: 100%;
    flex: 1;
  }
  .header-icon-img {
    display: none;
  }
  .header-actions-group {
    padding-left: 8px;
    gap: 10px;
    width: auto;
    flex-shrink: 0;
  }
  .header-icon-group {
    gap: 10px;
  }

  /* room cards: horizontal scroll */
  .space {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    padding: 0 8px 6px;
    gap: 8px;
  }
  .space::-webkit-scrollbar { display: none; }
  .bedroom {
    width: 100px;
    height: 120px;
    flex-shrink: 0;
  }
  .room-card-primary,
  .room-card-secondary,
  .room-card,
  .room-card-flex {
    width: 100px;
    height: 120px;
  }

  /* category cards: horizontal scroll */
  .category {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 8px 6px;
    align-self: stretch;
  }
  .category::-webkit-scrollbar { display: none; }
  .furniture,
  .cat-card-appliances,
  .cat-card-transport {
    width: 100px;
    height: 120px;
    flex-shrink: 0;
  }

  .columns {
    gap: 16px;
    padding: 16px 0;
  }

  /* subcategory bar */
  .subcategory {
    padding: 6px 8px;
    gap: 8px;
  }

  /* types: 2-column grid */
  .types {
    padding: 12px 8px;
    flex-direction: column;
    height: auto;
    gap: 12px;
    align-items: stretch;
  }
  .item {
    width: 100%;
    min-width: 0;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 8px;
    overflow: visible;
  }
  .type-item-r1c1,
  .type-item-r1c2,
  .type-item-r1c3,
  .type-item-r1c4,
  .type-item-r2c1,
  .type-item-r2c2,
  .type-item-r2c3,
  .type-item-r2c4,
  .type-item-r3c1,
  .type-item-r3c2,
  .type-item-r3c3,
  .type-item-r3c4 {
    width: 100%;
    min-width: 0;
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 6px 8px 6px 6px;
    gap: 8px;
    box-sizing: border-box;
  }
  .types-sidebar { display: none; }
  .type-item-name {
    font-size: 11px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }

  .filters {
    padding: 8px;
    gap: 6px;
  }

  /* products: 2 per row */
  .products {
    padding: 20px 8px 0;
  }
  .products-row {
    gap: 10px;
    justify-content: center;
  }
  .product-card-inner {
    width: 160px;
    height: 220px;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0;
    justify-content: center;
  }
  .pagination-arrow {
    font-size: 22px;
    height: auto;
  }

  /* footer */
  .site-footer {
    font-size: 13px;
  }
  .footer-inner {
    padding: 16px 12px;
    gap: 16px;
  }
  .footer-nav-top {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .footer-manufacturers,
  .footer-commission-a-project,
  .footer-contact-support {
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .footer-content-policy,
  .footer-rules {
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-social {
    width: 100%;
    height: 40px;
  }
  .mask {
    position: relative;
    justify-content: center;
  }
}

/* ── Small mobile: up to 480px ─────────────────────────────────── */
@media screen and (max-width: 480px) {
  .header {
    padding: 0 8px;
    height: 56px;
  }
  .header-logo-group,
  .header-actions-group {
    height: 56px;
  }
  .delight {
    font-size: 18px;
  }
  .heart-icon {
    width: 18px;
  }
  .search-field {
    width: 100%;
    min-width: 0;
  }
  .bedroom {
    width: 90px;
    height: 110px;
    flex-shrink: 0;
  }
  .room-card-primary,
  .room-card-secondary,
  .room-card,
  .room-card-flex {
    width: 90px;
    height: 110px;
  }
  .furniture,
  .cat-card-appliances,
  .cat-card-transport {
    width: 90px;
    height: 110px;
    flex-shrink: 0;
  }
  .item {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
    row-gap: 6px;
    min-width: 0;
    overflow: visible;
  }
  .products-row {
    gap: 8px;
  }
  .product-card-inner {
    width: 140px;
    height: 200px;
  }
  .footer {
    padding: 0 10px;
  }
  .product-name {
    width: 90px;
    font-size: 12px;
  }
  .product-price {
    font-size: 11px;
  }
  .pagination-btn,
  .pagination-btn-wide,
  .pagination-btn-active {
    padding: 0 6px;
    min-width: 24px;
  }
  .pagination-num {
    font-size: 13px;
  }
}

/* Keep filter icons fully visible inside the pill. */
.filters :is(.filter-color-inner, .filter-material-inner, .filter-shape-inner, .filter-price-inner, .filter-size-inner, .filter-tag-inner) {
  min-height: 37px;
  overflow: visible;
}

.filters :is(.icon-sm, .filter-icon-img, .filter-shape-icon) {
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  max-height: none;
  object-fit: contain;
  display: block;
  flex: 0 0 24px;
}

.filters .filter-shape-icon {
  width: 23px;
  height: 23px;
  min-width: 23px;
  max-width: 23px;
  flex-basis: 23px;
}

.product-card[data-model-url] {
  cursor: pointer;
}

.product-card[data-model-url]:focus-visible {
  outline: 2px solid #00d5c0;
  outline-offset: 3px;
}

.products-empty-message {
  width: 100%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #586f47;
  font-family: Sen, sans-serif;
}

/* Normalize every filter dropdown arrow. */
.filters :is(.filter-expand-icon, .filter-expand-icon-sm) {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M4.32373 6.13721C4.72107 6.57963 5.41467 6.57963 5.81201 6.13721L9.37647 2.16846C9.95463 1.5247 9.4976 0.500487 8.63233 0.500487H1.50342C0.638147 0.500487 0.181115 1.52469 0.759278 2.16846L4.32373 6.13721Z' fill='%23E5E5E5' stroke='%23E5E5E5'/%3E%3C/svg%3E");
  width: 16px;
  height: 7px;
  min-width: 16px;
  max-width: 16px;
  min-height: 7px;
  max-height: 7px;
  display: block;
  flex: 0 0 16px;
  object-fit: initial;
  border-radius: 0;
}

/* Keep filter arrow aligned to the right side of every pill. */
.filters :is(
  .filter-format-wrap,
  .filter-color-inner,
  .filter-brand-inner,
  .filter-material-inner,
  .filter-shape-inner,
  .filter-price-inner,
  .filter-style-inner,
  .filter-size-inner,
  .filter-tag-inner
) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.filters :is(.filter-expand-icon, .filter-expand-icon-sm) {
  margin-left: auto;
}

/* Pin filter arrows inside the pill so they do not drift by content width. */
.filters :is(
  .filter-format-wrap,
  .filter-color-inner,
  .filter-brand-inner,
  .filter-material-inner,
  .filter-shape-inner,
  .filter-price-inner,
  .filter-style-inner,
  .filter-size-inner,
  .filter-tag-inner
) {
  position: relative;
  padding-right: 32px;
}

.filters :is(.filter-expand-icon, .filter-expand-icon-sm) {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-left: 0;
  transform: translateY(-50%);
}

/* Keep expanded tag filter aligned with the other filter pills. */
.filters [data-filter-control="tag"] {
  height: 37px;
  padding: 0;
}

.filters [data-filter-control="tag"] .filter-tag-inner {
  top: 0;
  height: 37px;
}

/* Shape dropdown: compact but unclipped. */
.filter-dropdown--shape #shape-filter-menu {
  width: 260px;
  max-width: min(260px, calc(100vw - 24px));
  min-height: 82px;
  max-height: 180px;
  padding: 16px 18px;
  overflow-x: visible;
  overflow-y: auto;
}

.filter-dropdown--shape .filter-shape__row {
  display: grid;
  grid-template-columns: repeat(4, 44px);
  justify-content: center;
  align-items: center;
  gap: 10px 12px;
}

.filter-dropdown--shape .filter-shape__item,
.filter-dropdown--shape .filter-shape__item:hover,
.filter-dropdown--shape .filter-shape__item:focus-visible,
.filter-dropdown--shape .filter-shape__item[aria-checked="true"] {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 6px;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: visible;
}

.filter-dropdown--shape .filter-dropdown__item-icon,
.filter-dropdown--shape .filter-shape__img {
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  overflow: visible;
  object-fit: contain;
}

/* When there are 12 or fewer type cards, fill the grid naturally from left to right. */
.types--auto {
  gap: 100px;
}

.types--auto .item {
  grid-auto-flow: row;
  justify-content: start;
  padding: 0;
}

.types--auto .item > [class^="type-item-"] {
  grid-column: auto !important;
  grid-row: auto !important;
}

/* Product grid should stay Figma-like: five fixed cards per row, left aligned. */
.products {
  width: 1280px;
  max-width: 100%;
  align-items: stretch;
  padding-top: 65px;
}

.products-row {
  display: grid;
  grid-template-columns: repeat(5, 234px);
  justify-content: start;
  align-items: start;
  column-gap: 27px;
  row-gap: 30px;
  width: 100%;
}

.product-card,
.product-card-inner {
  width: 234px;
}

.product-card {
  overflow: hidden;
}

.product-img {
  width: 100%;
  height: 234px;
  flex: 0 0 234px;
  object-fit: cover;
}

.footer {
  justify-content: space-between;
  gap: 8px;
}

.product-name {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-price {
  flex: 0 0 auto;
  width: auto;
  min-width: 24px;
  text-align: right;
}

.pagination [data-model-page] {
  cursor: pointer;
}

.products-empty {
  width: 1280px;
  max-width: 100%;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.products-empty .products-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.products-empty-message {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

/* Selected category/type color. */
[data-category].highlight,
[data-type].highlight {
  outline-color: #FA5F00;
}

[data-type].highlight .type-item-name,
[data-category].highlight [class^="subcategory-label-"] {
  color: #FA5F00;
}

/* Spaces hover + selected states. */
.spaces-card:hover :is(.room-card-primary, .room-card-secondary, .room-card, .room-card-flex) {
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 178, 255, 0.50);
}

.spaces-card.highlight :is(.room-card-primary, .room-card-secondary, .room-card, .room-card-flex) {
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 1px 5px 1px #00B2FF;
}

/* Main category hover + selected states. */
[data-main-category] {
  transition: box-shadow 0.18s ease, background-color 0.18s ease;
}

[data-main-category]:hover {
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 178, 255, 0.50);
}

[data-main-category].highlight {
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 1px 5px 1px #FF6608;
}

/* Sub category hover + selected states. */
:root {
  --sds-size-depth-negative-025: 0px;
}

[data-category],
[data-type] {
  transition: box-shadow 0.18s ease, background-color 0.18s ease;
}

[data-category]:hover,
[data-type]:hover {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0.8px 0.8px 4px var(--sds-size-depth-negative-025) #4DC9FF;
}

[data-category].highlight,
[data-type].highlight {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0.8px 0.8px 4px var(--sds-size-depth-negative-025) #FFA066;
}

/* Category strip states inside #categories-container. */
#categories-container [data-category] {
  transition: box-shadow 0.18s ease, background-color 0.18s ease;
}

#categories-container [data-category]:hover {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0.8px 0.8px 4px var(--sds-size-depth-negative-025) #4DC9FF;
}

#categories-container [data-category].highlight {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0.8px 0.8px 4px var(--sds-size-depth-negative-025) #FFA066;
}

/* Final Figma match for category/type card hover and selected states. */
#categories-container [data-category],
#subcategories-container [data-type] {
  outline: 0 !important;
  border-radius: 5px !important;
  background: #fff !important;
  transition: box-shadow 0.18s ease, color 0.18s ease;
}

#categories-container [data-category]:hover,
#subcategories-container [data-type]:hover {
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: 0.8px 0.8px 4px 0 #4DC9FF !important;
}

#categories-container [data-category].highlight,
#subcategories-container [data-type].highlight {
border-radius: 8.5px; background: #FFF; box-shadow: 1px 1px 2px 0 #FF6608;
}

#categories-container [data-category].highlight [class^="subcategory-label-"],
#subcategories-container [data-type].highlight .type-item-name {
  color: #6F1F1A !important;
}

/* Let the lower hover/selected glow show on category cards. */
#categories-container .subcategory {
  overflow: visible !important;
}

#categories-container .subcategory-list {
  overflow-x: auto;
  overflow-y: visible !important;
  
}

/* Format filter selected state: show chosen icon + name in the new pill. */
.filters [data-filter-control="format"] {
  transition: width 180ms ease, color 180ms ease;
}

.filters [data-filter-control="format"].is-selected,
.filters [data-filter-control="format"][aria-expanded="true"] {
  width: 146px;
}

.filters [data-filter-control="format"].is-selected .filter-format-wrap,
.filters [data-filter-control="format"][aria-expanded="true"] .filter-format-wrap {
  border: 1px solid #ff8a5c;
  box-shadow: none;
}

.filter-format-selected-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  object-fit: contain;
  display: block;
  flex: 0 0 24px;
}

.filter-format-selected-icon[hidden] {
  display: none !important;
}

.filters [data-filter-control="format"].is-selected .filter-format-label,
.filters [data-filter-control="format"][aria-expanded="true"] .filter-format-label {
  width: auto;
  max-width: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #795345;
  font-weight: 700;
  text-transform: uppercase;
}

.filters [data-filter-control="format"].is-selected :is(.filter-expand-icon, .filter-expand-icon-sm),
.filters [data-filter-control="format"][aria-expanded="true"] :is(.filter-expand-icon, .filter-expand-icon-sm) {
  filter: invert(59%) sepia(78%) saturate(1092%) hue-rotate(326deg) brightness(103%) contrast(101%);
}

/* Format dropdown: compact icon by default, expand to icon + name on hover/selected. */
#format-filter-menu {
  width: 70px;
  overflow: visible;
}

#format-filter-menu .filter-dropdown__item {
  width: 52px;
  justify-content: flex-start;
  gap: 0;
  overflow: hidden;
  transition: width 180ms ease, gap 180ms ease, border-color 180ms ease;
}

#format-filter-menu .filter-dropdown__item-label {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 180ms ease, opacity 140ms ease;
}

#format-filter-menu .filter-dropdown__item:is(:hover, :focus-visible, [aria-checked="true"]) {
  width: 170px;
  gap: 10px;
  border-bottom: 2px solid #FA5F00;
}

#format-filter-menu .filter-dropdown__item:is(:hover, :focus-visible, [aria-checked="true"]) .filter-dropdown__item-label {
  max-width: 118px;
  opacity: 1;
}

/* Format selected pill: compact icon + arrow, expand to icon + name + arrow on hover/open. */
.filters [data-filter-control="format"].is-selected {
  width: 68px !important;
}

.filters [data-filter-control="format"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) {
  width: 146px !important;
}

.filters [data-filter-control="format"].is-selected .filter-format-wrap {
  width: 100%;
  border: 1px solid #ff8a5c;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 32px;
  gap: 8px;
}

.filters [data-filter-control="format"].is-selected .filter-format-selected-icon {
  display: block !important;
}

.filters [data-filter-control="format"].is-selected .filter-format-label {
  width: auto;
  max-width: 0 !important;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #795345;
  font-weight: 700;
  text-transform: none;
  transition: max-width 180ms ease, opacity 140ms ease;
}

.filters [data-filter-control="format"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) .filter-format-label {
  max-width: 86px !important;
  opacity: 1;
}

.filters [data-filter-control="format"].is-selected :is(.filter-expand-icon, .filter-expand-icon-sm) {
  filter: invert(59%) sepia(78%) saturate(1092%) hue-rotate(326deg) brightness(103%) contrast(101%);
}

/* Restore format dropdown menu rows while keeping the selected button compact. */
#format-filter-menu.filter-dropdown__menu {
  width: 216px !important;
  min-width: 216px !important;
  overflow: hidden !important;
  padding: 0 15px !important;
  box-sizing: border-box;
}

#format-filter-menu .filter-dropdown__item,
#format-filter-menu .filter-dropdown__item:is(:hover, :focus-visible, [aria-checked="true"]) {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px;
  min-height: 44px;
  justify-content: flex-start;
  gap: 12px !important;
  overflow: visible !important;
  padding: 8px 10px !important;
  box-sizing: border-box;
}

#format-filter-menu .filter-dropdown__item-label,
#format-filter-menu .filter-dropdown__item:is(:hover, :focus-visible, [aria-checked="true"]) .filter-dropdown__item-label {
  max-width: none !important;
  opacity: 1 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Format dropdown hover/selected row style from Figma. */
#format-filter-menu .filter-dropdown__item {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #f3f3f3 !important;
  background: #fff !important;
  color: #434343 !important;
}

#format-filter-menu .filter-dropdown__item .filter-dropdown__item-label {
  color: #434343 !important;
  font-weight: 500;
}

#format-filter-menu .filter-dropdown__item:is(:hover, :focus-visible, [aria-checked="true"]) {
  border-radius: 0 0 9px 9px !important;
  border-bottom: 2px solid #FA5F00 !important;
  background: #fff !important;
  color: #FA5F00 !important;
  outline: 0 !important;
}

#format-filter-menu .filter-dropdown__item:is(:hover, :focus-visible, [aria-checked="true"]) .filter-dropdown__item-label {
  color: #FA5F00 !important;
  font-weight: 700;
}

/* Color filter selected state and dropdown swatches from Figma. */
.filters [data-filter-control="color"].is-selected {
  width: 68px !important;
}

.filters [data-filter-control="color"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) {
  width: 118px !important;
}

.filters [data-filter-control="color"].is-selected .filter-color-inner {
  border: 1px solid #ff8a5c;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 32px;
  gap: 7px;
}

.filters [data-filter-control="color"] .filter-color-preview {
  position: static;
  display: none;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  pointer-events: none;
}

.filters [data-filter-control="color"].is-selected .filter-color-preview {
  display: inline-flex;
}

.filters [data-filter-control="color"].is-selected .filter-color-inner > .icon-sm {
  display: none;
}

.filter-color-preview-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px #f4ddcf;
  flex: 0 0 14px;
}

.filters [data-filter-control="color"].is-selected .filter-hover-label {
  max-width: 0 !important;
  opacity: 0;
}

.filters [data-filter-control="color"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) .filter-hover-label {
  max-width: 58px !important;
  opacity: 1;
}

.filters [data-filter-control="color"].is-selected :is(.filter-expand-icon, .filter-expand-icon-sm) {
  filter: invert(59%) sepia(78%) saturate(1092%) hue-rotate(326deg) brightness(103%) contrast(101%);
}

.filter-dropdown--color .filter-dropdown__menu,
#color-filter-menu.filter-dropdown__menu--color {
  width: 170px !important;
  min-width: 170px !important;
  padding: 14px !important;
  border: 4px solid #F2F2F2 !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-sizing: border-box;
  overflow: visible !important;
}

.filter-color__grid {
  display: grid !important;
  grid-template-columns: repeat(5, 22px) !important;
  justify-content: center !important;
  gap: 12px !important;
}

.filter-dropdown--color .filter-color__item,
#color-filter-menu .filter-color__item {
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.filter-color__swatch,
.filter-dropdown--color .filter-color__item .filter-color__swatch {
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: var(--swatch) !important;
  box-shadow: 0 0 0 1px #f4ddcf !important;
  box-sizing: border-box;
}

.filter-color__swatch--light,
.filter-dropdown--color .filter-color__item .filter-color__swatch--light {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 0 1px #f4ddcf !important;
}

.filter-dropdown--color .filter-color__item:is(:hover, :focus-visible, [aria-checked="true"]) .filter-color__swatch {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #FA5F00 !important;
  transform: none !important;
}

.filter-dropdown--color .filter-color__item:is(:hover, :focus-visible, [aria-checked="true"]) .filter-color__swatch--light {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 0 3px #fff, 0 0 0 5px #69CEF6 !important;
}

/* Final color filter Figma tuning. */
.filters [data-filter-control="color"].is-selected,
.filters [data-filter-control="color"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) {
  width: 92px !important;
}

.filters [data-filter-control="color"].is-selected .filter-color-inner {
  justify-content: flex-start;
  padding-left: 12px;
  padding-right: 30px;
  gap: 7px;
}

.filters [data-filter-control="color"].is-selected .filter-color-preview {
  gap: 4px;
  max-width: 46px;
  overflow: hidden;
}

.filters [data-filter-control="color"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) .filter-color-preview {
  max-width: 24px;
}

.filter-color-preview-dot {
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 13px !important;
  box-shadow: none !important;
}

.filters [data-filter-control="color"].is-selected .filter-hover-label {
  display: none !important;
}

.filter-dropdown--color .filter-dropdown__menu,
#color-filter-menu.filter-dropdown__menu--color {
  width: 172px !important;
  min-width: 172px !important;
  padding: 16px 14px !important;
  border: 4px solid #F2F2F2 !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: 0.5px 0.8px 2px rgba(0, 0, 0, 0.16) !important;
  overflow: visible !important;
}

.filter-color__grid {
  grid-template-columns: repeat(5, 20px) !important;
  gap: 13px 12px !important;
}

.filter-dropdown--color .filter-color__item,
#color-filter-menu .filter-color__item {
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
}

.filter-color__swatch,
.filter-dropdown--color .filter-color__item .filter-color__swatch {
  width: 20px !important;
  height: 20px !important;
  box-shadow: 0 0 0 1px #f4ddcf !important;
}

.filter-dropdown--color .filter-color__item:is(:hover, :focus-visible) .filter-color__swatch {
  box-shadow: 0 0 0 1px #f4ddcf !important;
}

.filter-dropdown--color .filter-color__item[aria-checked="true"] .filter-color__swatch {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #FA5F00 !important;
}

.filter-dropdown--color .filter-color__item[aria-checked="true"] .filter-color__swatch--light {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 0 3px #fff, 0 0 0 5px #69CEF6 !important;
}

/* Keep selected color dots visible on hover/open. */
.filters [data-filter-control="color"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) .filter-color-preview {
  max-width: 46px !important;
  overflow: visible !important;
}

/* Material filter: match format dropdown selected/hover behavior. */
.filters [data-filter-control="material"].is-selected {
  width: 68px !important;
}

.filters [data-filter-control="material"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) {
  width: 154px !important;
}

.filters [data-filter-control="material"].is-selected .filter-material-inner {
  border: 1px solid #ff8a5c;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 32px;
  gap: 7px;
}

.filters [data-filter-control="material"] .filter-material-preview {
  position: static;
  display: none;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  max-width: 46px;
  overflow: hidden;
  pointer-events: none;
}

.filters [data-filter-control="material"].is-selected .filter-material-preview {
  display: inline-flex;
}

.filters [data-filter-control="material"].is-selected .filter-material-inner > .filter-icon-img {
  display: none;
}

.filter-material-preview-dot,
.filter-material-preview-dot img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}

.filter-material-preview-dot {
  flex: 0 0 24px;
  overflow: hidden;
}

.filters [data-filter-control="material"].is-selected .filter-hover-label {
  max-width: 0 !important;
  opacity: 0;
}

.filters [data-filter-control="material"].is-selected:is(:hover, :focus-visible, [aria-expanded="true"]) .filter-hover-label {
  max-width: 90px !important;
  opacity: 1;
}

.filters [data-filter-control="material"].is-selected :is(.filter-expand-icon, .filter-expand-icon-sm) {
  filter: invert(59%) sepia(78%) saturate(1092%) hue-rotate(326deg) brightness(103%) contrast(101%);
}

#material-filter-menu.filter-dropdown__menu--material,
.filter-dropdown__menu--material {
  width: 216px !important;
  min-width: 216px !important;
  padding: 0 15px !important;
  border: 4px solid #F2F2F2 !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

#material-filter-menu .filter-material__item,
#material-filter-menu .filter-material__item:is(:hover, :focus-visible, [aria-checked="true"]) {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  overflow: visible !important;
  padding: 8px 10px !important;
  box-sizing: border-box;
}

#material-filter-menu .filter-material__item {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #f3f3f3 !important;
  background: #fff !important;
  color: #434343 !important;
}

#material-filter-menu .filter-material__item .filter-dropdown__item-label {
  max-width: none !important;
  opacity: 1 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #434343 !important;
  font-weight: 500;
}

#material-filter-menu .filter-material__item:is(:hover, :focus-visible, [aria-checked="true"]) {
  border-radius: 0 0 9px 9px !important;
  border-bottom: 2px solid #FA5F00 !important;
  background: #fff !important;
  color: #FA5F00 !important;
  outline: 0 !important;
}

#material-filter-menu .filter-material__item:is(:hover, :focus-visible, [aria-checked="true"]) .filter-dropdown__item-label {
  color: #FA5F00 !important;
  font-weight: 700;
}

/* Scrollable types grid (>12 items): flow items into new columns */
.types:not(.types--auto) .item {
  grid-auto-flow: column;
  grid-template-rows: repeat(3, minmax(42px, auto));
  grid-template-columns: none;
  grid-auto-columns: 205px;
  height: auto;
  min-height: 138px;
}

.type-item-scroll {
  width: 205px;
  box-shadow: 1px 1px 2px rgba(0, 35, 55, 0.25);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 3px 30px 3px 3px;
  box-sizing: border-box;
  gap: 15px;
}

/* ================================================================
   FULL WIDTH HEADER LINE FIX
   Add this at the end of the CSS file so it overrides index.css/header.css.
   It keeps the layout width the same and only stretches the separator line.
================================================================ */
.header {
  border-bottom: 0 !important;
  position: relative !important;
  overflow: visible !important;
}

.header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 2px;
  background-color: #f0f4f5;
  transform: translateX(-50%);
  pointer-events: none;
}

.white-gap-between {
  width: 1280px !important;
  max-width: 100% !important;
  height: 3px;
  position: relative !important;
  background-color: transparent !important;
  overflow: visible !important;
  flex-shrink: 0;
}

.white-gap-between::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 3px;
  background-color: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  .white-gap-between {
    width: 100% !important;
    max-width: 100% !important;
  }
}