:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#8559B0;
}

header {
  border: none;
  background-color: #ffffff;
  margin: 0 -3000px;
  padding: 0 3000px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 10;
}
header .desktop-only {
  display: block;
}
@media (max-width: 1279px) {
  header .desktop-only {
    display: none !important;
  }
}
header .mobile-only {
  display: none !important;
}
@media (max-width: 1449px) {
  header .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  header .mobile-only {
    display: block !important;
  }
}
@media (max-width: 781px) {
  header .mobile-only {
    display: block !important;
  }
}
@media (max-width: 399px) {
  header .mobile-only {
    display: block !important;
  }
}
@media (max-width: 1279px) {
  header {
    border: 1px solid #e5e5e5;
  }
}
header .header-top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header .header-top .left {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header-top .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .header-bottom {
  margin: 0 -3000px;
  padding: 0 3000px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
header .header-bottom .left {
  flex-grow: 1;
}
header .header-bottom .inner {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  margin: -12px 0;
}
header .header-bottom .inner ul, header .header-bottom .inner li {
  margin: 0;
  padding: 0;
}
header .header-bottom .inner .menu {
  display: flex;
  gap: 30px;
}
header .header-bottom .inner .menu li {
  max-width: 166px;
}
header .header-bottom .inner .menu li a {
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 700;
  color: #434343;
}
header .header-bottom .inner .menu li a:hover {
  color: #ff7221;
}
header .header-bottom .inner .menu-katalog {
  margin: 0;
  padding: 0;
}
header .header-bottom .inner .menu-katalog .menu-level-1 {
  display: none;
}
header .header-bottom .inner .menu-katalog .menu__item.expanded {
  position: unset;
}
header .header-bottom .inner .menu-katalog .menu-level-1:hover {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 0;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 3;
  min-width: 270px;
  text-transform: none;
  background-color: #ffffff;
  border-radius: 0px;
  width: 100vw;
  padding-right: calc((130vw - 1370px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1449px) {
  header .header-bottom .inner .menu-katalog .menu-level-1:hover {
    padding-right: calc((120vw - 1200px) / 2);
  }
}
@media (max-width: 1449px) {
  header .header-bottom .inner .menu-katalog .menu-level-1:hover {
    padding-top: 60px;
  }
}
@media (max-width: 1449px) {
  header .header-bottom .inner .menu-katalog .menu-level-1:hover {
    padding-bottom: 60px;
  }
}
header .header-bottom .inner .menu-katalog .menu-level-1:hover .menu__item {
  margin: 0;
}
header .header-bottom .inner .menu-katalog .menu-level-1:hover .menu__item > a {
  text-decoration: none;
  color: #434343;
}
header .header-bottom .inner .menu-katalog .menu-level-1:hover .menu__item > a:hover {
  text-decoration: none;
  color: #ff7221;
}
header .header-bottom .inner .menu-katalog .menu-level-1:hover:before {
  display: flex;
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  content: "";
  z-index: 0;
  background: #fff;
}
header .header-bottom .inner .menu-katalog a:hover + ul, header .header-bottom .inner .menu-katalog a:hover + ul:hover {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 0;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 3;
  min-width: 270px;
  text-transform: none;
  background-color: #ffffff;
  border-radius: 0px;
  width: 100vw;
  padding-right: calc((130vw - 1370px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1449px) {
  header .header-bottom .inner .menu-katalog a:hover + ul, header .header-bottom .inner .menu-katalog a:hover + ul:hover {
    padding-right: calc((120vw - 1200px) / 2);
  }
}
@media (max-width: 1449px) {
  header .header-bottom .inner .menu-katalog a:hover + ul, header .header-bottom .inner .menu-katalog a:hover + ul:hover {
    padding-top: 60px;
  }
}
@media (max-width: 1449px) {
  header .header-bottom .inner .menu-katalog a:hover + ul, header .header-bottom .inner .menu-katalog a:hover + ul:hover {
    padding-bottom: 60px;
  }
}
header .header-bottom .inner .menu-katalog a:hover + ul .menu__item, header .header-bottom .inner .menu-katalog a:hover + ul:hover .menu__item {
  margin: 0;
}
header .header-bottom .inner .menu-katalog a:hover + ul .menu__item > a, header .header-bottom .inner .menu-katalog a:hover + ul:hover .menu__item > a {
  text-decoration: none;
  color: #434343;
}
header .header-bottom .inner .menu-katalog a:hover + ul .menu__item > a:hover, header .header-bottom .inner .menu-katalog a:hover + ul:hover .menu__item > a:hover {
  text-decoration: none;
  color: #ff7221;
}
header .header-bottom .inner .menu-katalog a:hover + ul:before, header .header-bottom .inner .menu-katalog a:hover + ul:hover:before {
  display: flex;
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  content: "";
  z-index: 0;
  background: #fff;
}
header .header-bottom .inner .menu-katalog a:hover:before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 50px;
  height: 25px;
  left: 0;
}
header .header-bottom .inner .search {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 0;
}
header .header-bottom .inner .search input {
  height: 44px;
  border: none;
  background-color: #ffffff;
  opacity: 0;
}
header .header-bottom .inner .search:not(.is-focus) {
  border: none;
}
header .header-bottom .inner .search .form-type-textfield {
  width: 0;
  transition: width 0.3s ease;
}
header .header-bottom .inner .search.is-focus {
  width: 100%;
  max-width: unset;
}
header .header-bottom .inner .search.is-focus .form-type-textfield {
  width: 100%;
}
header .header-bottom .inner .search.is-focus input {
  opacity: 1;
}
header .header-bottom .inner .search.is-focus button {
  position: absolute;
  right: 0;
}
header .header-bottom .inner .search .form-submit {
  width: 44px;
  height: 44px;
  background-color: #fff2e3;
  border-color: transparent;
}
header .header-bottom .inner .search .form-submit:before {
  font-size: 14px;
}
header .header-bottom .inner .search .form-submit:hover {
  background-color: #ffe2c4;
}
header .header-bottom .inner .header__search {
  position: absolute;
  right: 79px;
}
header .header-bottom .inner .header__search .form-item-clear {
  position: absolute;
  right: 64px;
  top: 37%;
  transform: translateY(-50%);
}
header .header-bottom .inner .header__search .form-item-clear button {
  height: 14px;
  gap: 0;
  display: none;
}
header .header-bottom .inner .header__search .form-item-clear button:before {
  font-size: 14px;
  color: #595959;
}
header .header-bottom .inner .header__search:has(.search.is-focus) {
  margin-right: 16px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: end;
}
header .header-bottom .inner .header__search:has(.search.is-focus) .form-item-clear button {
  display: inline-flex;
}
header .header-bottom .left {
  padding: 12px 0;
}
header .header-bottom .right {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 60px;
  border-left: 1px solid #e5e5e5;
}
header .header-bottom .right a {
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  color: #8c8c8c;
}
header .header-bottom .right a:hover {
  color: #ff7221;
}
header .top-nav ul {
  margin: 0;
  padding: 0;
}
header .top-nav li {
  margin: 0;
}
header .top-nav .menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .top-nav .menu a {
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 700;
  color: #8c8c8c;
}
header .top-nav .menu a:hover {
  color: #ff7221;
}
header .header__icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
header .header__icons .caption {
  display: none;
}
header .header__icons .header__cart {
  background-color: #fff2e3 !important;
  width: 54px !important;
  height: 54px !important;
  display: flex;
  flex-direction: column;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  border-color: transparent;
  text-indent: 0;
}
@media (max-width: 399px) {
  header .header__icons .header__cart {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .header__icons .header__cart {
    flex-direction: row;
  }
}
header .header__icons .header__cart:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
header .header__icons .header__cart:hover:first-child {
  text-decoration: none;
}
header .header__icons .header__cart:hover::before {
  text-decoration: none;
}
header .header__icons .header__cart:first-child {
  text-decoration: none;
}
header .header__icons .header__cart::before {
  content: "\e934";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 30px;
  line-height: 30px;
  color: #434343;
  text-decoration: none;
}
header .header__icons .header__cart:before {
  font-weight: 400;
}
header .header__icons .header__cart .caption {
  color: #8c8c8c;
  transition: color 0.2s ease-in-out;
}
header .header__icons .header__cart:hover .caption {
  color: #ffb073;
}
@media (max-width: 1279px) {
  header .header__icons .header__cart {
    text-indent: -9999px;
  }
}
header .header__icons .header__cart .button-link {
  width: 54px;
  height: 54px;
  position: absolute;
}
header .header__icons .header__cart .badge {
  right: -2px;
  top: -4px;
}
header .header__icons .header__cart:before {
  transition: color 0.2s ease-in-out;
}
header .header__icons .header__cart:hover {
  border-color: transparent;
}
header .header__icons .header__cart:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ff7221;
}
header .header__icons .header__favorites {
  background-color: #f0f0f0 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  flex-direction: column;
  text-indent: 0 !important;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
}
@media (max-width: 399px) {
  header .header__icons .header__favorites {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .header__icons .header__favorites {
    flex-direction: row;
  }
}
@media (max-width: 1279px) {
  header .header__icons .header__favorites {
    text-indent: -9999px !important;
  }
}
header .header__icons .header__favorites:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
header .header__icons .header__favorites:hover:first-child {
  text-decoration: none;
}
header .header__icons .header__favorites:hover::before {
  text-decoration: none;
}
header .header__icons .header__favorites:first-child {
  text-decoration: none;
}
header .header__icons .header__favorites::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #434343;
  text-decoration: none;
}
header .header__icons .header__favorites:before {
  font-weight: 400;
}
header .header__icons .header__favorites .caption {
  color: #8c8c8c;
  transition: color 0.2s ease-in-out;
}
header .header__icons .header__favorites:hover .caption {
  color: #ffb073;
}
header .header__icons .header__favorites:before {
  transition: color 0.2s ease-in-out;
}
header .header__icons .header__favorites:hover {
  border-color: transparent;
}
header .header__icons .header__favorites:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ff7221;
}
header .header__icons .header__favorites .button-link {
  position: absolute;
  width: 30px;
  height: 30px;
}
header .header__icons .header__favorites .button-link:before {
  display: none;
}
header .header__icons .header__favorites .badge {
  right: -2px;
  top: -1px;
}
header .header__icons .header__compare {
  background-color: #f0f0f0 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  flex-direction: column;
  text-indent: 0 !important;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
}
@media (max-width: 399px) {
  header .header__icons .header__compare {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .header__icons .header__compare {
    flex-direction: row;
  }
}
@media (max-width: 1279px) {
  header .header__icons .header__compare {
    text-indent: -9999px !important;
  }
}
header .header__icons .header__compare:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
header .header__icons .header__compare:hover:first-child {
  text-decoration: none;
}
header .header__icons .header__compare:hover::before {
  text-decoration: none;
}
header .header__icons .header__compare:first-child {
  text-decoration: none;
}
header .header__icons .header__compare::before {
  content: "\e936";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #434343;
  text-decoration: none;
}
header .header__icons .header__compare:before {
  font-weight: 400;
}
header .header__icons .header__compare .caption {
  color: #8c8c8c;
  transition: color 0.2s ease-in-out;
}
header .header__icons .header__compare:hover .caption {
  color: #ffb073;
}
header .header__icons .header__compare:before {
  transition: color 0.2s ease-in-out;
}
header .header__icons .header__compare:hover {
  border-color: transparent;
}
header .header__icons .header__compare:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ff7221;
}
header .header__icons .header__compare .button-link {
  position: absolute;
  width: 30px;
  height: 30px;
}
header .header__icons .header__compare .button-link:before {
  display: none;
}
header .header__icons .header__compare .badge {
  right: -2px;
  top: -1px;
}
header .header__phone a {
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 700;
  color: #434343;
}
header .header__phone a:hover {
  color: #434343;
}
header .header__phone-button a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  border-color: transparent;
  font-weight: 400;
}
header .header__phone-button a:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}
header .header__phone-button a:hover:first-child {
  text-decoration: none;
}
header .header__phone-button a:hover::before {
  text-decoration: none;
}
header .header__phone-button a:first-child {
  text-decoration: none;
}
header .header__phone-button a::before {
  content: "\e92d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 22px;
  line-height: 22px;
  color: #434343;
  text-decoration: none;
}
header .header__phone-button a:hover {
  border-color: transparent;
}
header .header__phone-button {
  display: flex;
}
header .header__mobile-menu {
  display: flex;
  grid-row: 1;
  grid-column: 1;
}
header .header__mobile-menu button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ff7221;
  border-color: #ff7221;
  color: #ffffff;
  font-weight: 400;
  padding: 0 21px;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  background-color: transparent;
  border-color: transparent;
}
header .header__mobile-menu button:hover:first-child {
  text-decoration: none;
}
header .header__mobile-menu button:hover::before {
  text-decoration: none;
}
header .header__mobile-menu button:first-child {
  text-decoration: none;
}
header .header__mobile-menu button::before {
  content: "\e91a";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 22px;
  line-height: 22px;
  color: #434343;
  text-decoration: none;
}
header .header__mobile-menu button:hover {
  background-color: #d95411;
  border-color: #ff7221;
  color: #ffffff;
}
header .header__mobile-menu button:hover {
  background-color: transparent;
  border-color: transparent;
}
header .mobile-navigation {
  display: none;
}

.modal-sidebar {
  top: 0;
  padding: 0;
  width: 100%;
}
.modal-sidebar .modal-sidebar-close-button {
  width: 100%;
  justify-content: end;
  padding-right: 16px;
  background-color: #FFF;
  padding-bottom: 0;
  top: 0;
  height: 86px;
}
.modal-sidebar .modal-sidebar-close-button:before {
  font-size: 22px;
  color: #434343;
}
.modal-sidebar .modal-sidebar-content {
  padding: 86px 0;
  padding-bottom: 0;
}
.modal-sidebar .modal-sidebar-content .block-at-catalog-filter {
  padding: 0 20px;
}
.modal-sidebar .mobile-navigation {
  flex-direction: column;
  gap: 20px;
}
.modal-sidebar .mobile-navigation .catalog-menu {
  padding: 0 20px;
}
.modal-sidebar .mobile-navigation .catalog-menu a {
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 700;
  text-decoration: none;
  color: #434343;
}
.modal-sidebar .mobile-navigation .catalog-menu a:hover {
  color: #ff7221;
}
.modal-sidebar .mobile-navigation .main-menu {
  padding: 0 20px;
}
.modal-sidebar .mobile-navigation .main-menu a {
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  text-decoration: none;
  color: #434343;
}
.modal-sidebar .mobile-navigation .main-menu a:hover {
  color: #ff7221;
}
.modal-sidebar .mobile-navigation .main-menu li {
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 12px 0 !important;
}
.modal-sidebar .mobile-navigation .add-menu {
  padding: 0 20px;
  margin-top: -20px;
  display: flex;
  flex-direction: column;
}
.modal-sidebar .mobile-navigation .add-menu a {
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  text-decoration: none;
  color: #434343;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 12px 0 !important;
}
.modal-sidebar .mobile-navigation .add-menu a:hover {
  color: #ff7221;
}
.modal-sidebar .mobile-navigation .info {
  padding: 0 20px;
}
.modal-sidebar .mobile-navigation .info .header__phone a {
  color: #434343;
  font-size: 22px;
  line-height: 30px;
  font-family: "manrope";
  font-weight: 700;
}
.modal-sidebar .mobile-navigation .icons {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 12px;
  background-color: #f0f0f0;
}
.modal-sidebar .mobile-navigation .icons .header__cart {
  width: max-content !important;
  height: 30px !important;
  display: flex;
  flex-direction: column;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  border-color: transparent;
  position: relative;
  text-indent: 0px !important;
  background-color: transparent;
  text-indent: 0;
}
@media (max-width: 1279px) {
  .modal-sidebar .mobile-navigation .icons .header__cart {
    flex-direction: row;
  }
}
.modal-sidebar .mobile-navigation .icons .header__cart:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
.modal-sidebar .mobile-navigation .icons .header__cart:hover:first-child {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__cart:hover::before {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__cart:first-child {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__cart::before {
  content: "\e934";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #434343;
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__cart:before {
  font-weight: 400;
}
.modal-sidebar .mobile-navigation .icons .header__cart .caption {
  color: #262626;
  transition: color 0.2s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 400;
}
.modal-sidebar .mobile-navigation .icons .header__cart:hover .caption {
  color: #ffb073;
}
@media (max-width: 1279px) {
  .modal-sidebar .mobile-navigation .icons .header__cart {
    text-indent: -9999px;
  }
}
.modal-sidebar .mobile-navigation .icons .header__cart .button-link {
  width: 54px;
  height: 54px;
  position: absolute;
}
.modal-sidebar .mobile-navigation .icons .header__cart .badge {
  left: -8px;
  top: 10px;
  right: auto;
}
.modal-sidebar .mobile-navigation .icons .header__cart:before {
  transition: color 0.2s ease-in-out;
  margin-right: 12px;
  padding: 5px;
  border-radius: 4px;
  background-color: #ffffff;
}
.modal-sidebar .mobile-navigation .icons .header__cart:hover {
  border-color: transparent;
}
.modal-sidebar .mobile-navigation .icons .header__cart:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ff7221;
}
.modal-sidebar .mobile-navigation .icons .header__favorites {
  background-color: #f0f0f0 !important;
  position: relative;
  width: max-content !important;
  height: 30px !important;
  display: flex;
  flex-direction: column;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: transparent;
  text-indent: 0px !important;
}
@media (max-width: 1279px) {
  .modal-sidebar .mobile-navigation .icons .header__favorites {
    flex-direction: row;
  }
}
.modal-sidebar .mobile-navigation .icons .header__favorites:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:hover:first-child {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:hover::before {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:first-child {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__favorites::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #434343;
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:before {
  font-weight: 400;
}
.modal-sidebar .mobile-navigation .icons .header__favorites .caption {
  color: #262626;
  transition: color 0.2s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 400;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:hover .caption {
  color: #ffb073;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:before {
  margin-right: 12px;
  transition: color 0.2s ease-in-out;
  padding: 5px;
  border-radius: 4px;
  background-color: #ffffff;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:hover {
  border-color: transparent;
}
.modal-sidebar .mobile-navigation .icons .header__favorites:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ff7221;
}
.modal-sidebar .mobile-navigation .icons .header__favorites .button-link {
  position: absolute;
  width: 30px;
  height: 30px;
}
.modal-sidebar .mobile-navigation .icons .header__favorites .button-link:before {
  display: none;
}
.modal-sidebar .mobile-navigation .icons .header__favorites .badge {
  left: -29px;
  top: 0px;
  right: auto;
}
.modal-sidebar .mobile-navigation .icons .header__compare {
  position: relative;
  background-color: #f0f0f0 !important;
  width: max-content !important;
  height: 30px !important;
  display: flex;
  flex-direction: column;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: transparent;
  text-indent: 0px !important;
}
@media (max-width: 1279px) {
  .modal-sidebar .mobile-navigation .icons .header__compare {
    flex-direction: row;
  }
}
.modal-sidebar .mobile-navigation .icons .header__compare:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
.modal-sidebar .mobile-navigation .icons .header__compare:hover:first-child {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__compare:hover::before {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__compare:first-child {
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__compare::before {
  content: "\e936";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #434343;
  text-decoration: none;
}
.modal-sidebar .mobile-navigation .icons .header__compare:before {
  font-weight: 400;
  padding: 5px;
  border-radius: 4px;
  background-color: #ffffff;
}
.modal-sidebar .mobile-navigation .icons .header__compare .caption {
  color: #262626;
  transition: color 0.2s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 400;
}
.modal-sidebar .mobile-navigation .icons .header__compare:hover .caption {
  color: #ffb073;
}
.modal-sidebar .mobile-navigation .icons .header__compare:before {
  margin-right: 12px;
  transition: color 0.2s ease-in-out;
}
.modal-sidebar .mobile-navigation .icons .header__compare:hover {
  border-color: transparent;
}
.modal-sidebar .mobile-navigation .icons .header__compare:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ff7221;
}
.modal-sidebar .mobile-navigation .icons .header__compare .button-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-sidebar .mobile-navigation .icons .header__compare .button-link:before {
  display: none;
}
.modal-sidebar .mobile-navigation .icons .header__compare .badge {
  left: 12px;
  top: 0;
  right: auto;
}

header .header__icons .header__favorites.mobile-only {
  display: none !important;
  position: relative;
  text-indent: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
}
@media (max-width: 1449px) {
  header .header__icons .header__favorites.mobile-only {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  header .header__icons .header__favorites.mobile-only {
    display: inline-flex !important;
  }
}
@media (max-width: 781px) {
  header .header__icons .header__favorites.mobile-only {
    display: inline-flex !important;
  }
}
@media (max-width: 399px) {
  header .header__icons .header__favorites.mobile-only {
    display: inline-flex !important;
  }
}
header .header__icons .header__favorites.mobile-only:before {
  font-size: 22px;
}

header .header__icons .header__cart.mobile-only {
  display: none !important;
  position: relative;
  text-indent: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
}
@media (max-width: 1449px) {
  header .header__icons .header__cart.mobile-only {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  header .header__icons .header__cart.mobile-only {
    display: inline-flex !important;
  }
}
@media (max-width: 781px) {
  header .header__icons .header__cart.mobile-only {
    display: inline-flex !important;
  }
}
@media (max-width: 399px) {
  header .header__icons .header__cart.mobile-only {
    display: inline-flex !important;
  }
}
header .header__icons .header__cart.mobile-only a {
  width: 30px !important;
  height: 30px !important;
}
header .header__icons .header__cart.mobile-only .badge {
  right: -4px;
  top: -1px;
}
header .header__icons .header__cart.mobile-only:before {
  font-size: 22px;
}

@media (max-width: 781px) {
  header .header-top .header__logo {
    max-width: 140px;
  }
}
@media (max-width: 781px) {
  header .header-top .header__logo {
    aspect-ratio: 178/40;
  }
}

header .header-bottom .left .inner .menu__item {
  display: inline-flex;
}

header .header-bottom .menu__item.expanded.is-active .menu-level-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 0;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 3;
  min-width: 270px;
  text-transform: none;
  background-color: #ffffff;
  border-radius: 0px;
  width: 100vw;
  padding-right: calc((130vw - 1370px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1449px) {
  header .header-bottom .menu__item.expanded.is-active .menu-level-1 {
    padding-right: calc((120vw - 1200px) / 2);
  }
}
@media (max-width: 1449px) {
  header .header-bottom .menu__item.expanded.is-active .menu-level-1 {
    padding-top: 60px;
  }
}
@media (max-width: 1449px) {
  header .header-bottom .menu__item.expanded.is-active .menu-level-1 {
    padding-bottom: 60px;
  }
}
header .header-bottom .menu__item.expanded.is-active .menu-level-1 .menu__item {
  margin: 0;
}
header .header-bottom .menu__item.expanded.is-active .menu-level-1 .menu__item > a {
  text-decoration: none;
  color: #434343;
}
header .header-bottom .menu__item.expanded.is-active .menu-level-1 .menu__item > a:hover {
  text-decoration: none;
  color: #ff7221;
}
header .header-bottom .menu__item.expanded.is-active .menu-level-1:before {
  display: flex;
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  content: "";
  z-index: 0;
  background: #fff;
}

.header__phone-button.mobile-only a {
  height: 30px !important;
  width: 30px !important;
}