@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 1360px) {
  .hide-desktop {
    display: none !important;
  }
}
.show-mobile {
  display: none !important;
}
@media (max-width: 1023px) {
  .show-mobile {
    display: block !important;
  }
}
.show-tablet {
  display: none !important;
}
@media (min-width: 1024px) {
  .show-tablet {
    display: block !important;
  }
}
.show-desktop {
  display: none !important;
}
@media (min-width: 1360px) {
  .show-desktop {
    display: block !important;
  }
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.top-bar {
  background-color: #666666;
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .top-bar {
    height: 40px;
  }
}
@media (min-width: 1360px) {
  .top-bar {
    justify-content: center;
  }
}
.top-bar__slider {
  width: 100%;
  max-width: 335px;
  overflow: hidden;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}
.top-bar__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}
.top-bar__text {
  font-family: 'Onest', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1024px) {
  .top-bar__text {
    font-size: 13px;
  }
}
.top-bar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 100%;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.top-bar__nav:hover {
  opacity: 1;
}
.top-bar__nav--prev {
  left: auto;
}
.top-bar__nav--prev svg {
  width: 20px;
  height: 20px;
}
.top-bar__nav--next {
  right: auto;
}
.top-bar__nav--next svg {
  width: 20px;
  height: 20px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: #EFEAE6;
  width: 100%;
  max-width: 100vw;
}
.header__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 10px;
}
@media (min-width: 1360px) {
  .header__top {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (min-width: 1360px) and (min-width: 1024px) {
  .header__top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) and (min-width: 1360px) {
  .header__top {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1360px) and (min-width: 1024px) {
  .header__top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) and (min-width: 1360px) {
  .header__top {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.header__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1360px) {
  .header__mobile {
    display: none;
  }
}
.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FBF9F7;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  width: 36px;
  height: 36px;
}
.header__burger:hover {
  background-color: #f6f1ed;
}
.header__burger svg,
.header__burger img {
  width: 16px;
  height: 16px;
}
.header__logo {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.header__logo img {
  height: 33px;
  width: auto;
}
@media (min-width: 1360px) {
  .header__logo img {
    height: 48px;
  }
}
@media (min-width: 1360px) {
  .header__logo {
    padding-left: 0;
  }
}
.header__mobile-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__mobile-actions .header__action {
  background-color: #FBF9F7;
  height: 36px;
}
.header__mobile-actions .header__action:nth-child(1) {
  padding-left: 6px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header__mobile-actions .header__action:nth-child(2) {
  padding-right: 6px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header__desktop {
  display: none;
}
@media (min-width: 1360px) {
  .header__desktop {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
  }
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__info-nav {
  display: flex;
  gap: 20px;
}
.header__info-link {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4em;
  color: #635C55;
}
.header__info-link:hover {
  color: #c9ab93;
}
.header__phone-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.header__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FBF9F7;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  width: 26px;
  height: 26px;
}
.header__phone-icon:hover {
  background-color: #f6f1ed;
}
.header__phone-icon svg,
.header__phone-icon img {
  width: 14px;
  height: 14px;
}
.header__phone {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3em;
  color: #635C55;
  white-space: nowrap;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: #F8F5F0;
  border-radius: 20px;
  padding: 0 5px;
}
.header__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
}
.header__action svg,
.header__action img {
  width: 22px;
  height: 22px;
}
.header__badge {
  position: absolute;
  top: -3px !important;
  right: -5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 2.4px 5.44px 0 5.42px;
  background-color: #c9ab93;
  border-radius: 30px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #F8F5F0;
  transition: opacity 0.3s ease;
}
.main-nav {
  background-color: #FFFFFF;
  display: none;
  width: 100%;
  max-width: 100vw;
  align-self: stretch;
}
@media (min-width: 1360px) {
  .main-nav {
    display: flex;
  }
}
.main-nav__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .main-nav__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .main-nav__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .main-nav__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .main-nav__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 1px;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 -10px;
}
.main-nav__list::-webkit-scrollbar {
  display: none;
}
.main-nav__item {
  flex-shrink: 0;
  font-size: 12px;
}
.main-nav__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  height: 46px;
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #635C55;
  transition: color 0.3s ease;
}
.main-nav__link:hover {
  color: #c9ab93;
}
.main-nav__link.active {
  color: #c9ab93;
}
.main-nav__search {
  margin-left: auto;
  padding-right: 16px;
}
.main-nav__search-input {
  width: 200px;
  height: 32px;
  padding: 0 16px 0 36px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  background-color: #FBF9F7;
  font-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23635c55' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
}
.main-nav__search-input::placeholder {
  color: #85817D;
}
.main-nav__search-input:focus {
  outline: none;
  border-color: #c9ab93;
}
.main-nav {
  position: relative;
}
.main-nav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #FFFFFF;
  display: none;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-nav__submenu-cols {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  columns: 4;
  column-gap: 20px;
}
@media (min-width: 1024px) {
  .main-nav__submenu-cols {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .main-nav__submenu-cols {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .main-nav__submenu-cols {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .main-nav__submenu-cols {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-nav__item:hover > .main-nav__submenu {
  display: block;
}
.main-nav__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  break-inside: avoid;
}
.main-nav__submenu .main-nav__submenu-cols > ul {
  margin-bottom: 20px;
}
.main-nav__submenu .main-nav__submenu-cols > ul > li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.main-nav__submenu .main-nav__submenu-cols > ul > li a {
  color: #635C55;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}
.main-nav__submenu .main-nav__submenu-cols > ul > li a:hover {
  color: #c9ab93;
}
.main-nav__subsubmenu {
  display: block;
  padding-left: 15px;
  list-style: none;
  margin: 5px 0 0 0;
}
.main-nav__subsubmenu > li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}
.main-nav__subsubmenu > li a {
  color: #635C55;
  text-decoration: none;
  transition: color 0.3s ease;
}
.main-nav__subsubmenu > li a:hover {
  color: #c9ab93;
}
.mobile-menu {
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s ease, opacity 0.3s ease;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease;
}
.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  width: 100%;
  max-width: 100%;
  background-color: #EFEAE6;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.mobile-menu.active .mobile-menu__panel {
  transform: translateX(0);
}
.mobile-menu__header {
  position: sticky;
  top: 0;
  background-color: #EFEAE6;
  z-index: 10;
}
.mobile-menu__top-bar {
  background-color: #666666;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.mobile-menu__promo {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
}
.mobile-menu__nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: #EFEAE6;
}
.mobile-menu__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FBF9F7;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  width: 36px;
  height: 36px;
}
.mobile-menu__burger:hover {
  background-color: #f6f1ed;
}
.mobile-menu__burger svg,
.mobile-menu__burger img {
  width: 16px;
  height: 16px;
}
.mobile-menu__logo img {
  height: 33px;
  width: auto;
}
.mobile-menu__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBF9F7;
  border-radius: 20px;
  padding: 0 6px;
}
.mobile-menu__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 40px;
}
.mobile-menu__action svg,
.mobile-menu__action img {
  width: 22px;
  height: 22px;
}
.mobile-menu__content {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 10px;
  padding: 0 8px;
}
.mobile-menu__nav-list {
  display: flex;
  flex-direction: column;
}
.mobile-menu__nav-item {
  border-top: 1px solid transparent;
}
.mobile-menu__nav-item:after {
  display: block;
  content: '';
  border-bottom: 1px solid #f8f5f0;
  margin-left: 40px;
  margin-right: 0;
  width: auto;
}
.mobile-menu__nav-item:last-child:after {
  display: none;
}
.mobile-menu__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 44px;
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #635C55;
  font-size: 12.4px;
}
.mobile-menu__nav-link:hover {
  color: #c9ab93;
}
.mobile-menu__nav-icon {
  width: 17px;
  height: 17px;
  margin-right: 14px;
  flex-shrink: 0;
  margin-top: -2px;
}
.mobile-menu__nav-icon img,
.mobile-menu__nav-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-menu__nav-text {
  margin-right: auto;
  margin-left: 0;
}
.mobile-menu__nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #FBF9F7;
  border-radius: 14px;
  flex-shrink: 0;
}
.mobile-menu__nav-arrow svg {
  width: 16px;
  height: 16px;
}
.mobile-menu__secondary {
  padding: 0 50px 40px 50px;
}
.mobile-menu__secondary-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu__secondary-link {
  font-size: 12px;
  color: #635C55;
}
.mobile-menu__secondary-link:hover {
  color: #c9ab93;
}
.mobile-menu__contacts {
  padding: 0 50px 40px 50px;
}
.mobile-menu__phones {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.mobile-menu__phone {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #635C55;
}
.mobile-menu__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #FBF9F7;
  border-radius: 50%;
}
.mobile-menu__phone-icon svg,
.mobile-menu__phone-icon img {
  width: 10px;
  height: 10px;
}
.mobile-menu__social {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu__social-list {
  display: flex;
  gap: 16px;
}
.mobile-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.mobile-menu__social-link svg,
.mobile-menu__social-link img {
  width: 17px;
  height: 17px;
}
.mobile-menu__social-note {
  font-family: 'Onest', sans-serif;
  font-weight: 100;
  font-size: 9px;
  color: #635C55;
  max-width: 250px;
}
.mobile-menu__close {
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(178, 178, 178, 0.7);
  border-radius: 30px;
  cursor: pointer;
  z-index: 501;
}
.mobile-menu__close svg,
.mobile-menu__close img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.mobile-menu__separator {
  height: 1px;
  background: #E9E4DB;
  margin: 20px 40px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  height: auto;
}
@media (min-width: 1360px) {
  .products-scroll:not(.swiper-initialized) .products-scroll__wrapper {
    display: grid;
    gap: 20px;
    overflow: hidden;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (3 * 20px)) / 4);
  }
}
.slider-nav {
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #EFEBEC;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-nav:not(.swiper-button-lock) {
  display: flex;
}
@media (min-width: 1360px) {
  .slider-nav {
    width: 40px;
    height: 40px;
  }
}
.slider-nav:hover {
  background-color: #ffffff;
}
.slider-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.slider-nav.swiper-button-disabled:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.slider-nav.slider-nav-darken {
  border: 1px solid #CED1D1;
}
.slider-nav.slider-nav-transparent {
  background: transparent;
  opacity: 0;
}
.slider-nav.slider-nav-transparent:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slider-nav svg {
  position: relative;
  width: 15px;
  height: 15px;
}
@media (min-width: 1360px) {
  .slider-nav svg {
    width: 20px;
    height: 20px;
  }
}
.slider-nav--prev {
  left: 10px;
}
.slider-nav--prev svg {
  left: -1px;
}
.slider-nav--next {
  right: 10px;
}
.slider-nav--next svg {
  left: 1px;
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
}
.slider-pagination__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(99, 92, 85, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-pagination__bullet:hover {
  background-color: rgba(99, 92, 85, 0.5);
}
.slider-pagination__bullet.active,
.slider-pagination__bullet.swiper-pagination-bullet-active {
  background-color: #c9ab93;
  width: 24px;
  border-radius: 30px;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  display: none !important;
}
.hero-slider .swiper-pagination {
  bottom: 24px;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 56px;
  border-radius: 30px;
}
.brands__slider .swiper-wrapper {
  justify-content: space-between;
}
.brands__slider .swiper-slide {
  width: auto;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands__slider .swiper-slide a {
  display: block;
}
.footer {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer__container {
  width: 100%;
  max-width: 100%;
}
.footer__top {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  gap: 0;
}
@media (min-width: 1360px) {
  .footer__top {
    display: grid;
    grid-template-areas: "info nav" "divider divider" "social contacts";
    gap: 0;
    align-items: start;
    padding-bottom: 0;
  }
}
.footer__info {
  order: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .footer__info {
    order: unset;
    grid-area: info;
    margin-top: 2px;
    margin-right: 340px;
  }
}
.footer__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__logo-link img.footer__favicon {
  height: 50px;
  width: auto;
}
@media (min-width: 1360px) {
  .footer__logo-link img.footer__favicon {
    width: 38px;
    height: 54px;
  }
}
.footer__logo-link img.footer__logo {
  height: 50px;
  width: auto;
}
@media (min-width: 1360px) {
  .footer__logo-link {
    justify-content: flex-start;
  }
}
.footer__newsletter {
  margin-top: 40px;
}
@media (min-width: 1360px) {
  .footer__newsletter {
    margin-top: 24px;
    max-width: 354px;
  }
}
.footer__newsletter-title {
  font-family: 'Forum', serif;
  font-weight: 400;
  font-size: 20px;
  color: #474645;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  margin-bottom: 8px;
}
@media (min-width: 1360px) {
  .footer__newsletter-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.footer__newsletter-description {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #635C55;
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 320px;
}
@media (min-width: 1360px) {
  .footer__newsletter-description {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.footer__newsletter-form {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.footer__newsletter-input {
  flex: 1;
  padding: 2px 10px;
  border: 1px solid #808080;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  color: #635C55;
  background-color: #ffffff;
  height: 40px;
}
.footer__newsletter-input::placeholder {
  color: #85817D;
}
.footer__newsletter-input:focus {
  outline: none;
}
@media (min-width: 1360px) {
  .footer__newsletter-input {
    height: 50px;
  }
}
.footer__newsletter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #808080;
  border: 1px solid #808080;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}
.footer__newsletter-button svg {
  width: 20px;
  height: 20px;
}
.footer__newsletter-button:hover {
  background-color: #666666;
  border-color: #666666;
}
.footer__newsletter-button:focus {
  outline: none;
}
.footer__newsletter-button[disabled] {
  pointer-events: none;
  touch-action: none;
}
@media (min-width: 1360px) {
  .footer__newsletter-button {
    width: 50px;
    height: 50px;
  }
}
.footer__newsletter-agree {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.footer__newsletter-agree a {
  text-decoration: underline;
}
.footer__social-links {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding-top: 20px;
  position: relative;
}
@media (min-width: 1360px) {
  .footer__social-links {
    padding-top: 0;
    height: 28px;
    gap: 48px;
  }
}
.footer__social-links:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  width: 112px;
  height: 1px;
  background: #ffffff;
  z-index: 10;
}
@media (min-width: 1360px) {
  .footer__social-links:before {
    content: none;
  }
}
.footer__social {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
@media (min-width: 1360px) {
  .footer__social {
    order: unset;
    margin-top: 32px;
    margin-bottom: 32px;
    grid-area: social;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  color: #474645;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.footer__social-link:hover {
  color: #c9ab93;
}
.footer__social-link svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1360px) {
  .footer__social-link svg {
    width: 28px;
    height: 28px;
  }
}
.footer__social-asterisk {
  font-size: 20px;
  color: #474645;
  line-height: 1;
  position: absolute;
  right: -7px;
  top: 0;
}
.footer__social-disclaimer {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #635C55;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 1360px) {
  .footer__social-disclaimer {
    display: none;
  }
}
.footer__nav {
  order: 3;
  display: block;
  margin-top: 44px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1360px) {
  .footer__nav {
    order: unset;
    margin-top: 0;
    grid-area: nav;
  }
}
.footer__nav-item {
  border-bottom: 1px solid #EAE1DA;
}
.footer__nav-item:first-child {
  border-top: 1px solid #EAE1DA;
}
@media (min-width: 1360px) {
  .footer__nav-item {
    border: none;
  }
  .footer__nav-item:first-child {
    border-top: none;
  }
}
.footer__nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 30px 15px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
@media (min-width: 1360px) {
  .footer__nav-toggle {
    padding: 0;
    margin-bottom: 22px;
    cursor: default;
    pointer-events: none;
    justify-content: flex-start;
  }
}
.footer__nav-title {
  font-family: 'Forum', serif;
  font-weight: 400;
  font-size: 14px;
  color: #474645;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 1360px) {
  .footer__nav-title {
    font-size: 18px;
  }
}
.footer__nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 16px;
  color: #635C55;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  transform: rotate(90deg);
}
.footer__nav-arrow svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1360px) {
  .footer__nav-arrow {
    display: none;
  }
}
.footer__nav-toggle[aria-expanded="true"] .footer__nav-arrow {
  transform: rotate(-90deg);
}
.footer__nav-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media (min-width: 1360px) {
  .footer__nav-content {
    max-height: none;
    overflow: visible;
  }
}
.footer__nav-toggle[aria-expanded="true"] + .footer__nav-content {
  padding-bottom: 8px;
}
@media (min-width: 1360px) {
  .footer__nav-toggle[aria-expanded="true"] + .footer__nav-content {
    padding-bottom: 0;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 0;
  padding-top: 0;
  margin: 0;
}
@media (min-width: 1360px) {
  .footer__nav-list {
    gap: 4px;
  }
}
.footer__nav-link {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #635C55;
  padding: 8px 15px;
}
.footer__nav-link:hover {
  color: #c9ab93;
}
@media (min-width: 1360px) {
  .footer__nav-link {
    padding: 4px 0;
    font-size: 14px;
  }
}
@media (min-width: 1360px) {
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .footer__nav-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.footer__contacts {
  order: 5;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 1360px) {
  .footer__contacts {
    order: unset;
    grid-area: contacts;
    text-align: right;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.footer__contacts-title {
  font-family: 'Forum', serif;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  font-size: 20px;
  color: #474645;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px 0;
}
@media (min-width: 1360px) {
  .footer__contacts-title {
    display: none;
    align-items: center;
  }
}
.footer__contacts-text {
  display: flex;
  flex-direction: column;
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  color: #474645;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1360px) {
  .footer__contacts-text {
    align-items: center;
    height: 28px;
    flex-direction: row;
  }
}
.footer__phone-icon {
  display: flex;
  color: #474645;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (min-width: 1360px) {
  .footer__phone-icon {
    display: none;
    position: relative;
    left: auto;
  }
}
.footer__phone-link {
  color: #474645;
  text-decoration: none;
  font-size: 16px;
  margin-left: 24px;
}
.footer__phone-link:hover {
  color: #c9ab93;
}
@media (min-width: 1360px) {
  .footer__phone-link {
    font-size: 14px;
    margin-left: 10px;
  }
}
.footer__contacts-meta {
  display: flex;
  align-items: center;
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #635C55;
  line-height: 1.5;
  margin: 7px 0 0 0;
}
@media (min-width: 1360px) {
  .footer__contacts-meta {
    height: 28px;
    font-size: 14px;
    margin: 0;
  }
  .footer__contacts-meta::before {
    content: " — ";
    padding: 0 4px;
  }
}
.footer__contacts-separator {
  color: #474645;
}
.footer__contacts-messengers {
  color: #474645;
}
.footer__contacts-hours {
  color: #474645;
}
.footer__divider {
  display: none;
  order: 4;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 32px 0;
}
@media (min-width: 1360px) {
  .footer__divider {
    display: block;
    order: unset;
    grid-area: divider;
    margin: 56px auto 0 auto;
  }
}
.footer__chat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #474645;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__chat-button:hover {
  background-color: #3a3938;
  color: #ffffff;
}
.footer__chat-button:active {
  transform: scale(0.98);
}
@media (min-width: 1360px) {
  .footer__chat-button {
    display: none;
  }
}
.footer__chat-icon {
  flex-shrink: 0;
}
@media (min-width: 1360px) {
  .hero {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
  }
}
@media (min-width: 1360px) and (min-width: 1024px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) and (min-width: 1360px) {
  .hero {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1360px) and (min-width: 1024px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) and (min-width: 1360px) {
  .hero {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.hero__wrapper {
  display: grid;
  height: 354px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero__wrapper {
    gap: 16px;
  }
}
@media (min-width: 1360px) {
  .hero__wrapper {
    height: auto;
    grid-template-columns: 1038px 333px;
    grid-template-rows: auto auto;
    grid-template-areas: "hero-main hero-side" "hero-mini hero-side";
    gap: 19px;
  }
}
.hero__main {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1360px) {
  .hero__main {
    border-radius: 5px;
    grid-area: hero-main;
    aspect-ratio: 1038 / 686;
  }
}
.hero__main-slider {
  width: 100%;
  height: 100%;
}
.hero__main-slide {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.hero__main-image {
  inset: 0;
}
.hero__main-image img {
  position: absolute;
  right: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero__main-image img {
    left: 0 !important;
    right: 0 !important;
  }
}
.hero__main-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hero__main-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 20px 12px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
@media (min-width: 1360px) {
  .hero__main-content {
    padding: 20px;
    top: auto;
    bottom: 22px;
  }
}
.hero__main-title {
  font-family: 'Forum', serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1360px) {
  .hero__main-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.hero__main-subtitle {
  font-family: 'Forum', serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  max-width: 70%;
}
@media (min-width: 1360px) {
  .hero__main-subtitle {
    margin: 0;
    font-size: 24px;
  }
}
.hero__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  padding: 1px;
  transition: all 0.3s ease;
  background-color: rgba(233, 223, 214, 0.2) !important;
  border: 1px solid #E9DFD6 !important;
  border-radius: 40px !important;
}
.hero__nav:hover {
  background-color: rgba(233, 223, 214, 0.4) !important;
  border-color: #E9DFD6 !important;
}
.hero__nav--prev {
  left: 20px;
}
.hero__nav--next {
  right: 20px;
}
.hero__nav svg,
.hero__nav img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .hero__nav {
    display: flex;
  }
}
.hero__pagination {
  position: absolute;
  bottom: 8px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  z-index: 10;
  justify-content: center;
}
@media (min-width: 1360px) {
  .hero__pagination {
    bottom: 20px !important;
  }
}
.hero__pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.hero__pagination-bullet.active {
  width: 56.35px;
  height: 7.86px;
  border-radius: 30px;
}
.hero__side {
  display: none;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1360px) {
  .hero__side {
    grid-area: hero-side;
    display: flex;
  }
}
.hero__side-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 332.5px;
  height: 497px;
}
.hero__side-image {
  position: absolute;
  inset: 0;
}
.hero__side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__side-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__side-banner:first-child .hero__side-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hero__side-banner:nth-child(2) .hero__side-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hero__side-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}
.hero__side-banner:first-child .hero__side-content {
  padding: 442px 20px 18px;
}
.hero__side-banner:nth-child(2) .hero__side-content {
  padding: 402px 20px 18px;
  gap: 3.895px;
}
.hero__side-title {
  font-family: 'Forum', serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.15em;
  margin: 0;
  padding-right: 40px;
}
.hero__side-title:has(~ .hero__side-subtitle) {
  padding-right: 0;
}
.hero__side-subtitle {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42857143em;
  margin: 0;
}
.hero__mini-banners {
  display: none;
}
@media (min-width: 1360px) {
  .hero__mini-banners {
    display: grid;
    grid-area: hero-mini;
    grid-template-columns: repeat(3, 1fr);
    gap: 19.75px;
    margin-top: auto;
  }
}
.mini-banners {
  padding: 7px;
}
@media (min-width: 1360px) {
  .mini-banners {
    display: none;
  }
}
.mini-banners__wrapper {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 10px;
  margin-right: -10px;
  scroll-snap-type: x mandatory;
}
.mini-banners__wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1360px) {
  .mini-banners__wrapper {
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    scroll-snap-type: none;
  }
}
.mini-banner {
  position: relative;
  flex-shrink: 0;
  width: 100.5px;
  height: 94px;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: start;
}
@media (min-width: 1360px) {
  .mini-banner {
    width: 100%;
    height: 308px;
    scroll-snap-align: none;
  }
}
.mini-banner__image {
  position: absolute;
  inset: 0;
}
.mini-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-banner__image::after {
  content: '';
  position: absolute;
  inset: 0;
}
.mini-banner__image::after {
  background: rgba(0, 0, 0, 0.4);
}
.mini-banner__content {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 10;
}
@media (min-width: 1360px) {
  .mini-banner__content {
    top: auto;
    bottom: 18px;
    left: 20px;
    right: 20px;
    padding: 0;
  }
}
.mini-banner__title {
  font-family: 'Forum', serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.15em;
  margin: 0;
}
@media (min-width: 1360px) {
  .mini-banner__title {
    font-size: 20px;
  }
}
.mini-banner--sale .mini-banner__content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  padding: 0;
}
.mini-banner--sale .mini-banner__title {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 0.2em;
  text-align: center;
}
@media (min-width: 1360px) {
  .mini-banner--sale .mini-banner__title {
    font-size: 100px;
    line-height: 0.2em;
  }
}
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.product-card__image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  flex-shrink: 0;
  width: 100%;
  height: 148px;
}
@media (min-width: 1360px) {
  .product-card__image-wrapper {
    height: 320px;
  }
}
.product-card__image {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transform: translateZ(0);
  transition: transform 0.5s ease;
}
.product-card:hover .product-card__image {
  transform: scale(1.05);
}
.product-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}
.product-card__discount {
  border-radius: 100px;
  background: #C9AB93;
  display: flex;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 7px;
  right: 7px;
  padding-left: 8px;
  padding-right: 8px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  font-family: 'Onest', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1360px) {
  .product-card__discount {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    height: 26px;
  }
}
.product-card__action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
.product-card__action svg,
.product-card__action img {
  width: 40px;
  height: 40px;
  display: block;
}
.product-card__action svg rect,
.product-card__action img rect {
  transition: fill-opacity 0.3s ease;
}
.product-card__action:hover svg rect,
.product-card__action:active svg rect {
  fill-opacity: 1;
}
.product-card__label {
  border-radius: 100px;
  background: #C9AB93;
  display: flex;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  font-family: 'Onest', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1360px) {
  .product-card__label {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
  }
}
.product-card__label--bestseller {
  background: #98868B;
}
.product-card__label--new {
  background-color: #AC9C87;
}
.product-card__label--preorder {
  background-color: #635C55B2;
}
.product-card__label--sale {
  background-color: #C9AB93;
}
.product-card__favorite {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  display: none !important;
}
.product-card__favorite svg,
.product-card__favorite img {
  width: 18px;
  height: 18px;
}
.product-card__favorite:hover {
  background-color: #ffffff;
}
.product-card__favorite.active {
  opacity: 1;
}
.product-card__favorite.active svg path {
  fill: #c9ab93;
}
.product-card:hover .product-card__favorite {
  opacity: 1;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 7px;
}
.product-card__brand {
  font-size: 10px;
  color: #85817D;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.product-card__title {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 13.21px;
  color: #635C55;
  line-height: 1.25;
  letter-spacing: 0.2642px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__description {
  font-size: 11px;
  color: #85817D;
  line-height: 1.27;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 13.212px;
}
@media (min-width: 1360px) {
  .product-card__footer {
    margin-top: 4px;
  }
}
.product-card__prices {
  display: flex;
  align-items: center;
  gap: 4.643px;
  margin-bottom: 0;
}
.product-card__price {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #635C55;
  line-height: 1;
}
.product-card__price-old {
  font-size: 9px;
  color: #737c7b;
  text-decoration: line-through;
  line-height: 1;
}
@media (min-width: 1360px) {
  .product-card__price-old {
    font-size: 12px;
  }
}
.product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  background-color: #e4e2e1;
  color: #635C55;
  border-radius: 5px;
  width: 100%;
  height: 37px;
  font-size: 13px;
  padding: 0;
  position: relative;
  line-height: 1.1;
}
.product-card__button:hover {
  background-color: #d8d5d4;
}
@media (min-width: 1024px) {
  .product-card__button {
    border-radius: 8px;
    height: 50px;
    font-size: 16px !important;
  }
  .product-card__button[data-text-desktop]:not(.product-card__button--preorder) {
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
  .product-card__button[data-text-desktop]:not(.product-card__button--preorder)::after {
    content: attr(data-text-desktop);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px !important;
    color: #635C55;
    line-height: 1;
  }
}
.product-card__button--preorder {
  background-color: #e2d3c7;
}
.products-section__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .products-section__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .products-section__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .products-section__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .products-section__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.products-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .products-section__header {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.products-section__header--with-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 40px;
}
@media (min-width: 1360px) {
  .products-section__header {
    flex-direction: row;
  }
}
.products-section__nav {
  display: flex;
  gap: 10px;
}
@media (min-width: 1360px) {
  .products-section__nav--right {
    position: absolute;
    right: 0;
  }
}
.products-section__title {
  font-family: 'Forum', serif;
  font-weight: 400;
  color: #474645;
  line-height: 32px;
  letter-spacing: 0.6px;
  font-size: 20px;
  display: block;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .products-section__title {
    font-size: 32px;
  }
}
.products-section__link {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #635C55;
  display: flex;
  align-items: center;
  gap: 4px;
}
.products-section__link:hover {
  color: #c9ab93;
}
.products-section__link svg,
.products-section__link img {
  width: 16px;
  height: 16px;
}
.products-section__slider {
  position: relative;
}
.products-section__slider .swiper-button-next,
.products-section__slider .swiper-button-prev {
  display: none !important;
}
.collections-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1360px) {
  .collections-layout {
    display: grid;
    grid-template-columns: 685px 1fr;
    gap: 20px;
    align-items: start;
  }
}
.collections-layout__featured {
  width: 100%;
}
.collections-layout__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 10px 7px;
}
@media (min-width: 1024px) {
  .collections-layout__products {
    gap: 30px 22px;
  }
}
.collections-layout__products .product-card__label,
.collections-layout__products .product-card__discount {
  font-size: 11px;
}
.collection-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 260px;
}
@media (min-width: 1024px) {
  .collection-card {
    height: 340px;
  }
}
@media (min-width: 1360px) {
  .collection-card {
    height: 572px;
  }
}
.collection-card__image {
  position: absolute;
  inset: 0;
}
.collection-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.collection-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #ffffff;
}
@media (min-width: 1360px) {
  .collection-card__content {
    padding: 20px;
  }
}
.collection-card__title {
  color: #FFF;
  font-family: 'Forum', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  max-width: 75%;
}
@media (min-width: 1360px) {
  .collection-card__title {
    font-size: 24px;
    line-height: 27px;
  }
}
.collection-card__button {
  display: block;
  margin-top: 5px;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #635C55;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
}
.collection-card__button:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 1360px) {
  .collection-card__button {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 3px;
    margin-top: 15px;
  }
}
.promo-section {
  background: #F8F5F0;
}
@media (min-width: 1360px) {
  .promo-section {
    background: transparent;
    margin-bottom: 53px;
  }
}
.promo-section__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 1024px) {
  .promo-section__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .promo-section__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .promo-section__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .promo-section__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1360px) {
  .promo-section__container {
    padding-top: 80px;
  }
}
.promo-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 1360px) {
  .promo-section__header {
    margin-bottom: 30px;
  }
}
.promo-section__nav {
  display: none;
  gap: 10px;
  position: absolute;
  right: 0;
  left: auto;
}
@media (min-width: 1360px) {
  .promo-section__nav {
    display: flex;
    top: 4px;
  }
}
.promo-section__nav--right {
  position: absolute;
  right: 0;
}
.promo-section__title {
  font-family: 'Forum', serif;
  font-weight: 400;
  color: #474645;
  line-height: 32px;
  letter-spacing: 0.6px;
  font-size: 20px;
  margin: 0 auto;
}
@media (min-width: 1360px) {
  .promo-section__title {
    font-size: 32px;
    margin-top: 5px;
  }
}
.promo-section__card {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.promo-section__card-media {
  display: flex;
  background: #fff;
  position: relative;
  height: 154px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.promo-section__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1360px) {
  .promo-section__card-media {
    height: 362px;
  }
}
.promo-section__badge {
  align-self: flex-start;
  padding: 0 8px;
  height: 24px;
  border-radius: 30px;
  background-color: #c9ab93;
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}
.promo-section__card-content {
  display: flex;
  flex-direction: column;
}
.promo-section__card-title {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #474645;
}
@media (min-width: 1360px) {
  .promo-section__card-title {
    font-size: 16px;
  }
}
.promo-section__card-text {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  color: #635C55;
}
@media (min-width: 1360px) {
  .promo-section__card-text {
    font-size: 16px;
    padding-right: 50px;
  }
}
.products-section--collections {
  padding-top: 18px;
}
@media (min-width: 1360px) {
  .products-section--collections {
    background: #F8F5F0;
    padding-top: 78px;
    padding-bottom: 85px;
  }
}
.products-section--collections .collections-slider {
  width: 100%;
}
.products-section--collections .collections-slider .swiper-wrapper {
  align-items: stretch;
}
.products-section--collections .collections-slider .swiper-slide {
  height: auto;
}
.products-section--collections .collections-layout {
  width: 100%;
}
.products-section--collections .collections-layout__products .products-scroll__item {
  width: 100%;
  min-width: 0;
}
@media (min-width: 1360px) {
  .products-section--collections .collections-layout__products .products-scroll__item .product-card__image-wrapper {
    height: 214px;
  }
}
.products-section--collections .product-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}
.products-section--bestsellers {
  padding-top: 20px;
  padding-bottom: 5px;
}
@media (min-width: 1360px) {
  .products-section--bestsellers {
    padding-top: 100px;
    padding-bottom: 25px;
  }
  .products-section--bestsellers .product-card__content {
    padding-top: 0;
  }
  .products-section--bestsellers .product-card__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .products-section--bestsellers .product-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 130%;
    /* 23.4px */
  }
  .products-section--bestsellers .product-card__price {
    font-size: 20px;
  }
  .products-section--bestsellers .product-card__price-old {
    font-size: 14px;
  }
  .products-section--bestsellers .product-card__footer {
    margin-top: auto;
    gap: 16px;
  }
}
.products-section--bestsellers .slider-nav {
  position: absolute;
  top: 30%;
  z-index: 10;
}
.products-section--new {
  margin-top: 40px;
  padding-bottom: 5px;
}
@media (min-width: 1360px) {
  .products-section--new {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 108px;
  }
  .products-section--new .product-card__content {
    padding-top: 0;
  }
  .products-section--new .product-card__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .products-section--new .product-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 36px;
  }
  .products-section--new .product-card__description {
    margin-top: 12px;
    font-size: 14px;
  }
  .products-section--new .product-card__price {
    font-size: 20px;
  }
  .products-section--new .product-card__price-old {
    font-size: 14px;
  }
  .products-section--new .product-card__footer {
    margin-top: auto;
    gap: 16px;
  }
}
.products-section--new .slider-nav {
  position: absolute;
  top: 30%;
  z-index: 10;
}
.brands {
  padding: 40px 0;
}
@media (min-width: 1360px) {
  .brands {
    background: #F8F5F0;
    padding: 102px 0 86px 0;
  }
}
.brands__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .brands__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .brands__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .brands__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .brands__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.brands__title {
  font-family: 'Forum', serif;
  font-weight: 400;
  color: #474645;
  line-height: 32px;
  letter-spacing: 0.6px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .brands__title {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
.brands__slider-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .brands__slider-wrapper .brands__nav {
    display: none;
  }
  .brands__slider-wrapper .brands__slide {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brands__slider-wrapper .brands__logo {
    max-height: 40px;
  }
}
@media (min-width: 1360px) {
  .brands__slider {
    margin: 0 40px;
  }
}
.brands__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands__logo {
  width: 100%;
  height: auto;
  max-width: 160px;
  max-height: 50px;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.brands__logo:hover {
  opacity: 0.75;
}
.brands__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ced1d1;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .brands__nav {
    display: none;
  }
}
.brands__nav:hover {
  border-color: #635C55;
  background-color: #FBF9F7;
}
.brands__nav svg,
.brands__nav img {
  width: 20px;
  height: 20px;
}
.about {
  padding: 20px 0 40px;
  background: #F8F5F0;
}
@media (min-width: 1360px) {
  .about {
    border-top: 1px solid #EAE1DA;
    padding-top: 73px;
    padding-bottom: 33px;
  }
}
.about__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .about__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .about__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .about__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .about__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1360px) {
  .about__container {
    margin-bottom: 45px;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .about__content {
    flex-direction: row;
    gap: 20px;
  }
}
.about__image {
  width: 100%;
  overflow: hidden;
  order: 2;
  border-radius: 8px;
  max-width: 520px;
  margin: 7px auto 0 auto;
}
.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
@media (min-width: 1360px) {
  .about__image img {
    width: auto;
    height: auto;
    aspect-ratio: unset;
  }
}
@media (min-width: 1360px) {
  .about__image {
    order: 1;
    max-width: none;
    width: 670px;
    height: 380px;
    flex-shrink: 0;
  }
}
.about__text {
  order: 1;
  width: 100%;
}
@media (min-width: 1360px) {
  .about__text {
    order: 2;
    margin-top: 62px;
    padding-right: 220px;
  }
}
.about__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin-bottom: 5px;
}
@media (min-width: 1360px) {
  .about__header {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 2px;
    margin-bottom: 24px;
    gap: 20px;
  }
}
.about__logo {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 1360px) {
  .about__logo {
    margin-top: 6px;
    width: 54px;
  }
}
.about__title {
  font-family: 'Forum', serif;
  font-weight: 400;
  color: #474645;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1360px) {
  .about__title {
    font-size: 32px;
    line-height: 32px;
    /* 100% */
    text-align: left;
  }
}
.about__description_more {
  display: block;
  cursor: pointer;
  color: #AC9C87;
  text-decoration: underline;
  text-align: center;
}
@media (min-width: 1360px) {
  .about__description_more {
    display: none;
  }
}
.about__description {
  display: none;
  margin-bottom: 10px;
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #635C55;
  font-size: 12px;
}
@media (min-width: 1360px) {
  .about__description {
    display: block;
    font-size: 16px;
    padding-right: 30px;
  }
}
.about__description p + p {
  margin-top: 8px;
}
.benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 50px;
}
@media (min-width: 1360px) {
  .benefits {
    margin-top: 40px;
    gap: 40px;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.benefit__icon {
  width: 35px;
  height: 35px;
  margin-bottom: 8px;
}
.benefit__icon img,
.benefit__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1360px) {
  .benefit__icon {
    margin-bottom: 0;
  }
}
.benefit__title {
  font-family: 'Forum', serif;
  font-weight: 400;
  color: #474645;
  line-height: 32px;
  letter-spacing: 0.6px;
  letter-spacing: 0.2px;
  font-size: 20px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.benefit__text {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #635C55;
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 1360px) {
  .benefit__text {
    font-size: 14px;
    padding: 0 40px;
    margin-bottom: 14px;
  }
}
.benefit__link {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
  margin-top: auto;
  transition: color 0.3s ease;
}
.benefit__link:hover {
  color: #b89171;
}
@media (min-width: 1360px) {
  .benefit__link {
    font-size: 14px;
  }
}
@viewport {
  width: device-width;
  zoom: 1;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
@media print {
  .top-bar,
  .header,
  .main-nav,
  .bottom-nav,
  .mobile-menu,
  .slider-nav,
  .hero__nav {
    display: none !important;
  }
  body {
    background: white !important;
    color: black !important;
  }
  a {
    text-decoration: underline !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  font-family: 'Onest', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #635C55;
  background-color: #EFEAE6;
  min-height: 100vh;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #c9ab93;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
  flex: 1;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  padding-bottom: 30px;
}
@media (min-width: 1360px) {
  .main-content {
    padding-bottom: 42px;
  }
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0px -1px 1px 0px #ccc;
  padding: 10px 16px;
  z-index: 300;
}
@media (min-width: 1360px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  margin: 0;
}
.bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.bottom-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #635C55;
  text-decoration: none;
}
.bottom-nav__link.active {
  color: #c9ab93;
}
.bottom-nav__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.bottom-nav__icon svg,
.bottom-nav__icon img {
  width: 100%;
  height: 100%;
}
.bottom-nav__badge {
  position: absolute;
  top: -5px !important;
  right: -5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background-color: #c9ab93;
  border-radius: 30px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #FBF9F7;
  transition: opacity 0.3s ease;
}
.bottom-nav__text {
  font-size: 12px;
}
.page-blog-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .page-blog-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .page-blog-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .page-blog-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .page-blog-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .page-blog-section {
    margin-top: 62px;
  }
}
.page-blog-section h1 {
  color: #635C55;
  text-align: center;
  font-family: 'Forum', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 auto;
}
.page-blog-section h1:after {
  display: block;
  content: '';
  width: 35px;
  height: 1px;
  background: #D6D2CE;
  margin: 25px auto;
}
@media (min-width: 1024px) {
  .page-blog-section h1:after {
    background: #635C55;
  }
}
@media (min-width: 1024px) {
  .page-blog-section h1 {
    font-size: 48px;
    line-height: 130%;
    /* 62.4px */
    letter-spacing: 1.92px;
    max-width: 774px;
  }
}
.page-blog-section img {
  border-radius: 8px;
  height: 210px;
  object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page-blog-section img {
    border-radius: 10px;
    height: 521px;
    align-self: stretch;
    aspect-ratio: 691/259;
  }
}
.page-blog-section__desc {
  color: #635C55;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin: 25px auto 37px auto;
}
@media (min-width: 1024px) {
  .page-blog-section__desc {
    font-size: 20px;
    line-height: 28px;
    max-width: 786px;
    margin: 34px auto 60px auto;
  }
}
.blog-block {
  padding: 32px 0;
}
.blog-block.block-light {
  background: #FBF9F7;
}
@media (min-width: 1024px) {
  .blog-block {
    padding: 60px 0;
  }
}
.blog-block .blog-block__section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .blog-block .blog-block__section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .blog-block .blog-block__section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section {
    flex-direction: row;
    align-items: center;
    align-content: center;
  }
}
.blog-block .blog-block__section .blog-block__content {
  order: 2;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section .blog-block__content {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section .blog-block__content:has(~ .blog-block__images) {
    flex-basis: 50%;
  }
}
.blog-block .blog-block__section .blog-block__content h2.blog-block__title {
  color: #474645;
  font-family: 'Forum', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section .blog-block__content h2.blog-block__title {
    font-size: 32px;
    line-height: 32px;
    /* 100% */
    letter-spacing: 0.64px;
    margin-bottom: 30px;
  }
}
.blog-block .blog-block__section .blog-block__content .blog-block__text {
  color: #635C55;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section .blog-block__content .blog-block__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.blog-block .blog-block__section .blog-block__content .blog-block__text ul {
  list-style: disc;
  margin-bottom: 20px;
}
.blog-block .blog-block__section .blog-block__content .blog-block__text ul li {
  list-style: disc;
  margin-left: 24px;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section .blog-block__content .blog-block__text ul li {
    margin-left: 30px;
    line-height: 36px;
  }
}
.blog-block .blog-block__section .blog-block__images {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section .blog-block__images {
    order: 2;
    height: 458px;
    flex-basis: 50%;
  }
}
.blog-block .blog-block__section .blog-block__images .blog-block__image {
  width: auto;
  height: 215px;
  flex: 1 0 0;
  border-radius: 8px;
  object-fit: cover;
  max-width: calc(50% - 3px);
}
@media (min-width: 1024px) {
  .blog-block .blog-block__section .blog-block__images .blog-block__image {
    object-fit: cover;
    max-width: 100%;
    height: 418px;
    border-radius: 10px;
  }
  .blog-block .blog-block__section .blog-block__images .blog-block__image:first-child {
    width: 447px;
  }
}
.blog-block .blog-block__brand {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .blog-block .blog-block__brand {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .blog-block .blog-block__brand {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand {
    flex-direction: row;
    gap: 20px;
  }
  .blog-block .blog-block__brand.brand-pic-right {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.blog-block .blog-block__brand .blog-block__brand-title-mobile {
  display: block;
  color: #635C55;
  text-align: center;
  font-family: 'Forum', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-bottom: 1px solid #EAE1DA;
  margin-top: 30px;
  padding-bottom: 7px;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand .blog-block__brand-title-mobile {
    display: none;
  }
}
.blog-block .blog-block__brand .blog-block__brand-images {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand .blog-block__brand-images {
    flex-basis: 50%;
    gap: 20px;
  }
}
.blog-block .blog-block__brand .blog-block__brand-images .blog-block__brand-image {
  height: 179px;
  flex: 1 0 0;
  border-radius: 8px;
  max-width: calc(50% - 3px);
  object-fit: cover;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand .blog-block__brand-images .blog-block__brand-image {
    border-radius: 10px;
    width: 334px;
    height: 334px;
    max-width: none;
  }
}
.blog-block .blog-block__brand .blog-block__brand-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand .blog-block__brand-info {
    flex-basis: 35%;
  }
}
.blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-title {
  display: none;
  color: #635C55;
  font-family: 'Forum', serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 75% */
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #EAE1DA;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-title {
    display: block;
  }
}
.blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-description {
  color: #635C55;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-description {
    flex-basis: 50%;
    text-align: left;
    margin: 16px auto;
  }
}
.blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-link {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #CDB098;
  color: #BE8A5F;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  /* 100% */
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  transition: background 0.3s ease;
}
.blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-link:hover,
.blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-link:focus {
  background: #BE8A5F;
  color: #FFF;
}
@media (min-width: 1024px) {
  .blog-block .blog-block__brand .blog-block__brand-info .blog-block__brand-link {
    border-radius: 10px;
    margin-top: 0;
    margin-left: 0;
    color: #9B5A25;
    font-size: 12px;
    font-style: normal;
  }
}
.blog-block.block-without-products .blog-block__section .blog-block__content {
  order: 1;
}
.blog-block.block-without-products .blog-block__section .blog-block__images {
  order: 2;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .blog-block.block-without-products .blog-block__section .blog-block__images {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .blog-block.block-without-products .blog-block__section .blog-block__images .blog-block__image {
    height: 458px;
  }
}
.blog-block.block-with-products .blog-block__section .blog-block__content {
  order: 2;
}
@media (min-width: 1024px) {
  .blog-block.block-with-products .blog-block__section .blog-block__content {
    order: 1;
  }
  .blog-block.block-with-products .blog-block__section .blog-block__content:has(~ .blog-block__images) {
    flex-basis: 40%;
  }
}
.blog-block.block-with-products .blog-block__section .blog-block__images {
  order: 1;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .blog-block.block-with-products .blog-block__section .blog-block__images {
    flex-direction: row;
    flex-basis: 60%;
    gap: 20px;
  }
}
.blog-block.block-without-text .blog-block__brand-title-mobile {
  margin-top: auto;
}
.blog-block__products {
  padding-top: 32px;
  padding-bottom: 5px;
}
.blog-block__products .product-card__image-wrapper {
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .blog-block__products .product-card__image-wrapper {
    border-radius: 10px;
  }
}
.blog-block__products .product-card__title {
  -webkit-line-clamp: 3;
}
.blog-block__products .product-card__description {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.blog-block__products .slider-nav {
  display: none;
  position: absolute;
  top: 30%;
  z-index: 10;
}
.blog-block__products .slider-nav:not(.swiper-button-lock) {
  display: block;
}
@media (min-width: 1024px) {
  .blog-block__products {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .blog-block__products .product-card__content {
    padding-top: 0;
  }
  .blog-block__products .product-card__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .blog-block__products .product-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 130%;
    /* 23.4px */
  }
  .blog-block__products .product-card__price {
    font-size: 20px;
  }
  .blog-block__products .product-card__price-old {
    font-size: 14px;
  }
  .blog-block__products .product-card__footer {
    margin-top: auto;
    gap: 16px;
  }
}
/*# sourceMappingURL=style.css.map */