.catalog-application-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

* + .catalog-products-teaser,
* + .product-tiles-container {
  margin-top: 6.5625rem;
}

@media (max-width: 1180px) {
  .catalog-application-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-products-list-container {
  width: 100%;
  height: 100%;
}

.catalog-application-product-details-container {
  margin-top: 3rem;
  padding: 0 3.75rem 0 1.875rem;
  width: 100%;
  min-width: 20rem;
  height: 100%;
}
.catalog-application-product-details-container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625rem;
}
.catalog-application-product-details-container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .catalog-application-product-details-container {
    min-width: unset;
    padding: 0 2.5rem;
  }
}
@media (max-width: 650px) {
  .catalog-application-product-details-container {
    padding: 0 1.5625rem;
  }
}
body.catalog header.header-catalog {
  width: 100%;
  -webkit-box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
          box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  height: 9.25rem;
}
body.catalog header.header-catalog .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 3rem 2.5rem;
  gap: 2.5rem;
}
body.catalog header.header-catalog .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}
body.catalog header.header-catalog .logo .website-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 14.375rem;
  width: 100%;
}
body.catalog header.header-catalog .logo .website-link img {
  width: 100%;
}
body.catalog header.header-catalog .logo .shop-link {
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.875rem;
  font-size: max(16px, 1.125rem);
  color: #9F9F9F;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body.catalog header.header-catalog .logo .shop-link::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.4375rem;
  background-color: #9F9F9F;
  margin-right: 1.875rem;
}
body.catalog header.header-catalog .logo .shop-link:hover {
  color: #E20303;
}
body.catalog header.header-catalog .nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.catalog header.header-catalog .nav-content.open {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
}
body.catalog header.header-catalog .nav-content.open .main-nav {
  display: block;
}
body.catalog header.header-catalog .middle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-left: 12.1875rem;
}
body.catalog header.header-catalog .middle-wrapper .lvl-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
body.catalog header.header-catalog .middle-wrapper li {
  padding: 0;
}
body.catalog header.header-catalog .middle-wrapper li a {
  display: block;
  font-size: max(16px, 1.125rem);
  padding: 0;
  color: #9F9F9F;
  padding: 0.3125rem 0;
}
body.catalog header.header-catalog .middle-wrapper li:hover a {
  color: #E20303;
}
body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap {
  position: relative;
  border: 1px solid #9F9F9F;
  border-radius: 50px;
  width: 355px;
}
body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap input {
  border: none;
  background: none;
  font-size: 16px;
  padding: 0.375rem 2.1875rem 0.375rem 1rem;
  width: 100%;
}
body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap::after {
  position: absolute;
  top: 50%;
  right: max(12px, 0.875rem);
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("../../Public/images/icons/search-glass.svg");
  color: #ffffff;
  width: max(12px, 0.9375rem);
  height: max(12px, 0.9375rem);
  line-height: 0;
}
body.catalog header.header-catalog .meta-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
body.catalog header.header-catalog .meta-nav a {
  font-size: max(16px, 1.125rem);
  color: #9F9F9F;
}
body.catalog header.header-catalog .meta-nav .header-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border: 1px solid #E20303;
  background-color: #E20303;
  color: #ffffff;
  font-size: 16px;
  padding: max(5px, 0.5rem) 1.25rem;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
body.catalog header.header-catalog .meta-nav .header-button:hover {
  color: #E20303;
  background-color: #ffffff;
}
body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list {
  background-color: transparent;
  color: #9F9F9F;
  border: 1px solid #9F9F9F;
  padding: max(5px, 0.5rem) 1.25rem max(5px, 0.5rem) max(30px, 2.1875rem);
}
body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list::before, body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list::after {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 12px;
  width: max(12px, 1rem);
  height: max(12px, 1rem);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  line-height: 0;
}
body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list::before {
  content: url("../../Public/images/icons/heart-regular.svg");
}
body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list::after {
  opacity: 0;
  content: url("../../Public/images/icons/heart-regular-red.svg");
}
body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list:hover {
  border: 1px solid #E20303;
  color: #E20303;
}
body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list:hover::after {
  opacity: 1;
}
body.catalog header.header-catalog .meta-nav .header-button.header-button-watch-list:hover::before {
  opacity: 0;
}
body.catalog header.header-catalog .meta-nav .header-button-watch-list-wrapper {
  position: relative;
}
body.catalog header.header-catalog .meta-nav .header-button-watch-list-wrapper .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 22px;
  min-height: 22px;
  aspect-ratio: 1;
  padding: 0.375rem;
  border-radius: 50%;
  background-color: #E20303;
  color: #ffffff;
  font-size: 10px;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
}
body.catalog header.header-catalog .meta-nav .lang-navigation {
  position: relative;
}
body.catalog header.header-catalog .meta-nav .lang-navigation .languages {
  position: absolute;
  z-index: 1;
  right: 0;
  display: block;
  width: 220px;
  padding: 20px;
  margin-top: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
body.catalog header.header-catalog .meta-nav .lang-navigation .languages.visible {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
body.catalog header.header-catalog .meta-nav .lang-navigation .languages::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0.625rem;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
body.catalog header.header-catalog .meta-nav .lang-navigation .languages li a {
  display: block;
  padding: 6px 0;
}
body.catalog header.header-catalog .meta-nav .lang-navigation .languages li.current a {
  color: #E20303;
}
body.catalog header.header-catalog .meta-nav .lang-navigation .languages li:hover a {
  color: #E20303;
}
body.catalog header.header-catalog .meta-nav .lang-navigation i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 27px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #E20303;
}
body.catalog header.header-catalog .meta-nav .lang-navigation i span {
  font-family: "TradeGothicNextLTPro", serif;
  font-size: 18px;
  margin-left: 0.625rem;
}
body.catalog header.header-catalog .burger-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  height: 100%;
}
body.catalog header.header-catalog .burger-menu .burger-bar {
  position: relative;
  display: block;
  width: 48px;
  height: 3px;
  background: #9F9F9F;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
body.catalog header.header-catalog .burger-menu .burger-bar::before, body.catalog header.header-catalog .burger-menu .burger-bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 3px;
  background: #9F9F9F;
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
  transition: transform 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}
body.catalog header.header-catalog .burger-menu .burger-bar::before {
  top: -12px;
}
body.catalog header.header-catalog .burger-menu .burger-bar::after {
  bottom: -12px;
}
body.catalog header.header-catalog .burger-menu.open .burger-bar {
  background-color: #ffffff;
}
body.catalog header.header-catalog .burger-menu.open .burger-bar::before, body.catalog header.header-catalog .burger-menu.open .burger-bar::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.catalog header.header-catalog .burger-menu.open .burger-bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.catalog header.header-catalog .burger-menu.open .burger-bar::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1715px) {
  body.catalog header.header-catalog .logo .website-link {
    max-width: 10.9375rem;
  }
  body.catalog header.header-catalog .logo .shop-link {
    margin-left: 1.25rem;
  }
  body.catalog header.header-catalog .logo .shop-link::before {
    margin-right: 1.25rem;
  }
  body.catalog header.header-catalog .middle-wrapper {
    margin-left: 3.125rem;
    gap: 1.25rem;
  }
  body.catalog header.header-catalog .middle-wrapper .lvl-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}
@media (max-width: 1455px) {
  body.catalog header.header-catalog .middle-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  body.catalog header.header-catalog .nav-wrapper {
    gap: 0;
  }
  body.catalog header.header-catalog .logo {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  body.catalog header.header-catalog .logo .website-link {
    max-width: 15.625rem;
  }
  body.catalog header.header-catalog .logo .shop-link {
    margin-left: 1.875rem;
  }
  body.catalog header.header-catalog .logo .shop-link::before {
    margin-right: 1.875rem;
  }
  body.catalog header.header-catalog .meta-nav .header-button-watch-list-wrapper {
    display: none;
  }
  body.catalog header.header-catalog .nav-content .main-nav,
  body.catalog header.header-catalog .nav-content .meta-nav {
    display: none;
  }
  body.catalog header.header-catalog .nav-content.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
            box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
  }
  body.catalog header.header-catalog .nav-content.open .middle-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.catalog header.header-catalog .nav-content.open .meta-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.catalog header.header-catalog .nav-content.open .main-nav {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  body.catalog header.header-catalog .nav-content.open .lvl-1 {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.catalog header.header-catalog .nav-content.open .lvl-1 li {
    border-top: 1px solid #9F9F9F;
  }
  body.catalog header.header-catalog .nav-content.open .lvl-1 a {
    padding: 0.9375rem 2.5rem;
  }
  body.catalog header.header-catalog .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.875rem;
  }
}
@media (max-width: 768px) {
  body.catalog header.header-catalog .logo .shop-link {
    display: none;
  }
}
@media (max-width: 460px) {
  body.catalog header.header-catalog .logo .website-link {
    max-width: 14.375rem;
  }
  body.catalog header.header-catalog .logo .shop-link {
    font-size: 12px;
    margin-left: 8px;
  }
  body.catalog header.header-catalog .logo .shop-link::before {
    margin-right: 8px;
  }
  body.catalog header.header-catalog .meta-nav {
    margin-top: 2.5rem;
  }
  body.catalog header.header-catalog .meta-nav .header-button {
    font-size: 12px;
  }
  body.catalog header.header-catalog .meta-nav .header-button-watch-list-wrapper .counter {
    font-size: 10px;
    top: -0.3125rem;
  }
  body.catalog header.header-catalog .meta-nav .lang-navigation i span {
    font-size: 16px;
  }
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap {
    width: 275px;
  }
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap input {
    font-size: 16px;
  }
  body.catalog header.header-catalog .middle-wrapper li a {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  body.catalog header.header-catalog {
    height: 90px;
  }
  body.catalog header.header-catalog .logo {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  body.catalog header.header-catalog .logo .website-link {
    max-width: 6.25rem;
  }
  body.catalog header.header-catalog .nav-wrapper {
    padding: 1.75rem 2.5rem;
  }
  body.catalog header.header-catalog .burger-menu {
    margin-left: 1.25rem;
  }
  body.catalog header.header-catalog .burger-menu .burger-bar {
    width: 32px;
    height: 2px;
  }
  body.catalog header.header-catalog .burger-menu .burger-bar::before, body.catalog header.header-catalog .burger-menu .burger-bar::after {
    width: 32px;
    height: 2px;
  }
  body.catalog header.header-catalog .burger-menu .burger-bar::before {
    top: -9px;
  }
  body.catalog header.header-catalog .burger-menu .burger-bar::after {
    bottom: -9px;
  }
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone {
  margin-left: auto;
  position: relative;
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border: none;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 16px;
  padding: max(5px, 0.5rem) 1.25rem max(5px, 0.5rem) max(30px, 2.1875rem);
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list::before {
  display: block;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: url("../../Public/images/icons/heart-regular.svg");
  position: absolute;
  left: 12px;
  width: max(12px, 1rem);
  height: max(12px, 1rem);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  line-height: 0;
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list::after {
  display: block;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: url("../../Public/images/icons/heart-regular-red.svg");
  position: absolute;
  left: 12px;
  width: max(12px, 1rem);
  height: max(12px, 1rem);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  line-height: 0;
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list:hover {
  color: #E20303;
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list:hover::after {
  opacity: 1;
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list:hover::before {
  opacity: 0;
}
body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.1875rem;
  right: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 22px;
  min-height: 22px;
  aspect-ratio: 1;
  padding: 0.375rem;
  border-radius: 50%;
  background-color: #E20303;
  color: #ffffff;
  font-size: 10px;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
}

@media (max-width: 1400px) {
  body.catalog header.header-catalog .header-button-watch-list-wrapper.clone {
    margin-left: 0.625rem;
  }
  body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0px;
    border-radius: 40px;
  }
  body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list::before, body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: max(16px, 1.25rem);
    height: max(16px, 1.25rem);
  }
  body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .counter {
    right: -0.375rem;
  }
}
@media (max-width: 560px) {
  body.catalog header.header-catalog .header-button-watch-list-wrapper.clone {
    margin-left: 0.3125rem;
  }
  body.catalog header.header-catalog .header-button-watch-list-wrapper.clone .header-button-watch-list {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
}
body.catalog header.header-catalog .search-trigger-wrapper {
  margin-left: auto;
}
body.catalog header.header-catalog .search-trigger {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: none;
  border-radius: 40px;
}
body.catalog header.header-catalog .search-trigger::before, body.catalog header.header-catalog .search-trigger::after {
  position: absolute;
  top: 9px;
  left: 10px;
  width: max(16px, 1.25rem);
  height: max(16px, 1.25rem);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.catalog header.header-catalog .search-trigger::before {
  content: url("../../Public/images/icons/search-glass.svg");
}
body.catalog header.header-catalog .search-trigger::after {
  content: url("../../Public/images/icons/search-glass-red.svg");
  opacity: 0;
}
body.catalog header.header-catalog .search-trigger:hover::after, body.catalog header.header-catalog .search-trigger.open::after {
  opacity: 1;
}
body.catalog header.header-catalog .search-trigger:hover::before, body.catalog header.header-catalog .search-trigger.open::before {
  opacity: 0;
}

@media (max-width: 1400px) {
  body.catalog header.header-catalog .search-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 560px) {
  body.catalog header.header-catalog .search-trigger {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  body.catalog header.header-catalog .search-trigger::before, body.catalog header.header-catalog .search-trigger::after {
    top: 7px;
    left: 8px;
  }
}
@media (max-width: 1400px) {
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap {
    position: absolute;
    top: 9.25rem;
    right: -100%;
    width: 100%;
    height: auto;
    display: block;
    padding: 1.875rem 2.5rem;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    z-index: 1;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    -webkit-box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
            box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
  }
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap.open {
    right: 0;
    display: block;
  }
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap::after {
    display: none;
  }
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap .catalog-search {
    position: relative;
    border: 1px solid #9F9F9F;
    border-radius: 50px;
  }
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap .catalog-search::after {
    content: url("../../Public/images/icons/search-glass.svg");
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    width: max(12px, 0.9375rem);
    height: max(12px, 0.9375rem);
    line-height: 0;
  }
}
@media (max-width: 560px) {
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap {
    top: 5.625rem;
  }
}
@media (max-width: 460px) {
  body.catalog header.header-catalog .middle-wrapper .catalog-search-wrap {
    padding: 1.875rem 1.5625rem;
  }
}
.catalog-application-navigation {
  position: relative;
  min-width: 28.125rem;
  max-width: 31.25rem;
  height: 100%;
  background-color: #ffffff;
}
.catalog-application-navigation .catalog-application-navigation-trigger {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
          box-shadow: 1px 9px 13px -3px rgba(0, 0, 0, 0.11);
  font-size: 16px;
  display: none;
  text-align: right;
  padding: 0 30px;
  z-index: 1;
}
.catalog-application-navigation .catalog-application-navigation-trigger::after {
  content: url("../../Public/images/icons/filter.svg");
  width: max(15px, 1.25rem);
  height: auto;
  display: inline-block;
  margin-left: 0.625rem;
  margin-top: 0.25rem;
}
.catalog-application-navigation .tabs .tab-navigation-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.catalog-application-navigation .tabs .tab-navigation-item {
  background-color: #F2F2F2;
}
.catalog-application-navigation .tabs .tab-navigation-item a {
  display: block;
  padding: 1.25rem;
}
.catalog-application-navigation .tabs .tab-navigation-item a span {
  color: #A2A2A2;
}
.catalog-application-navigation .tabs .tab-navigation-item span {
  display: block;
  font-size: 18px;
}
.catalog-application-navigation .tabs .tab-navigation-item.active {
  background-color: #E20303;
}
.catalog-application-navigation .tabs .tab-navigation-item.active span {
  color: #ffffff;
  font-weight: normal;
}
.catalog-application-navigation .tab-panel a {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin-right: 50px;
  display: inline-block;
}
.catalog-application-navigation .tab-panel a.active {
  font-weight: bold;
}
.catalog-application-navigation .tab-panel a:hover {
  color: #E20303;
}
.catalog-application-navigation .tab-panel summary {
  cursor: pointer;
}
.catalog-application-navigation .tab-panel summary::-webkit-details-marker {
  display: none;
}
.catalog-application-navigation .tab-panel details {
  position: relative;
  /* highlight parent nav-level path, only highlight when a final list node or summary is active */
}
.catalog-application-navigation .tab-panel details::after {
  content: "";
  background: url("../../Public/images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0.9375rem;
  right: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
}
.catalog-application-navigation .tab-panel details[open]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-application-navigation .tab-panel details:has(> .nav-level-2 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 .nav-level-4 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 .nav-level-4 .nav-level-5 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 .nav-level-4 .nav-level-5 .nav-level-6 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 .nav-level-4 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 .nav-level-4 .nav-level-5 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-2 .nav-level-3 .nav-level-4 .nav-level-5 .nav-level-6 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 .nav-level-4 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 .nav-level-4 .nav-level-5 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 .nav-level-4 .nav-level-5 .nav-level-6 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 .nav-level-4 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 .nav-level-4 .nav-level-5 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-3 .nav-level-4 .nav-level-5 .nav-level-6 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-4 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-4 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-4 .nav-level-5 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-4 .nav-level-5 .nav-level-6 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-4 .nav-level-5 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-4 .nav-level-5 .nav-level-6 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-5 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-5 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-5 .nav-level-6 > li > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-5 .nav-level-6 > li > details > summary > a.active) > summary a, .catalog-application-navigation .tab-panel details:has(> .nav-level-6 > li > a.active) > summary a {
  color: #E20303;
}

@media (max-width: 1500px) {
  .catalog-application-navigation {
    min-width: 21.875rem;
  }
}
@media (max-width: 1180px) {
  .catalog-application-navigation {
    min-width: 100%;
  }
  .catalog-application-navigation details::after {
    right: 1.875rem;
  }
  .catalog-application-navigation .catalog-application-navigation-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    position: fixed;
    top: 148px;
    left: 0;
    width: 100vw;
    z-index: 99;
  }
  .catalog-application-navigation .catalog-application-navigation-trigger.open {
    color: #E20303;
  }
  .catalog-application-navigation nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100vw;
    height: calc(100vh - 9.25rem - 50px);
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    background-color: #ffffff;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 100;
  }
  .catalog-application-navigation nav.open {
    top: calc(9.25rem + 50px);
    opacity: 1;
  }
}
@media (max-width: 560px) {
  .catalog-application-navigation .catalog-application-navigation-trigger {
    top: 90px;
  }
  .catalog-application-navigation nav {
    height: calc(100vh - 5.625rem - 50px);
  }
  .catalog-application-navigation nav.open {
    top: calc(5.625rem + 50px);
  }
}
.nav-level-1 > li {
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}
.nav-level-1 a {
  padding: 13px 40px 13px 40px;
}

.nav-level-2 > li {
  margin-left: 15px;
}
.nav-level-2 > li a {
  font-size: 16px;
}

.nav-level-3 > li {
  margin-left: 15px;
}
.nav-level-3 > li a {
  font-size: 15px;
}

.nav-level-4 > li {
  margin-left: 15px;
}

.nav-level-5 > li {
  margin-left: 15px;
}

.nav-level-6 > li {
  margin-left: 15px;
}

main {
  margin-top: 148px;
}

@media (max-width: 1180px) {
  body.catalog main {
    margin-top: 198px;
  }
}
@media (max-width: 560px) {
  main {
    margin-top: 90px;
  }
  body.catalog main {
    margin-top: 140px;
  }
}
body.catalog .fullsize-image,
body.catalog .main-slider {
  max-height: 812px;
}
body.catalog .fullsize-image .headline,
body.catalog .main-slider .headline {
  max-width: 37.5rem;
  color: #4D4D4D;
}
body.catalog .fullsize-image .headline {
  padding-bottom: 0.625rem;
}
body.catalog .fullsize-image .headline.add-margin {
  margin-bottom: 4.875rem;
}
body.catalog .fullsize-image .slide-content {
  bottom: 10.75rem;
}

@media (max-width: 1280px) {
  body.catalog .fullsize-image .headline {
    padding-bottom: 8px;
  }
  body.catalog .fullsize-image .headline.add-margin {
    margin-bottom: 70px;
  }
  body.catalog .fullsize-image .slide-content {
    bottom: 140px;
  }
}
@media (max-width: 768px) {
  body.catalog .fullsize-image .headline {
    padding-bottom: 6px;
  }
  body.catalog .fullsize-image .headline.add-margin {
    margin-bottom: 50px;
  }
  body.catalog .fullsize-image .slide-content {
    bottom: 100px;
  }
}
@media (max-width: 460px) {
  body.catalog .fullsize-image .headline {
    padding-bottom: 5px;
  }
  body.catalog .fullsize-image .headline.add-margin {
    margin-bottom: 40px;
  }
  body.catalog .fullsize-image .slide-content {
    bottom: 85px;
  }
}
form.catalog-search .fulltext-autocompletion {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 80vh;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow-y: auto;
}
form.catalog-search .fulltext-autocompletion:focus,
form.catalog-search .fulltext-autocompletion:hover,
form.catalog-search input:focus + .fulltext-autocompletion {
  margin-top: 20px;
  opacity: 1;
  pointer-events: all;
}
form.catalog-search .fulltext-autocompletion::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
form.catalog-search .fulltext-autocompletion > li.hidden {
  display: none;
}
body.catalog header.header-catalog .middle-wrapper form.catalog-search .fulltext-autocompletion > li a {
  padding: 10px;
  font-size: 16px;
}
form.catalog-search .fulltext-autocompletion > li a:hover {
  color: #E20303;
  cursor: pointer;
}
form.catalog-search .loader {
  display: block;
  border: 0.1875rem solid #9F9F9F;
  border-top: 0.1875rem solid #E20303;
  border-radius: 50%;
  margin: 1.25rem auto;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.catalog-products-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  -ms-grid-columns: minmax(0, 1fr) 120px minmax(0, 1fr) 120px minmax(0, 1fr) 120px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 3.75rem 0 1.875rem;
  gap: 50px 120px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 0.625rem;
}

.catalog-products-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.catalog-products-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.catalog-products-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.catalog-products-list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.catalog-products-list.hide {
  opacity: 0;
}

.catalog-products-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}
.catalog-products-list-item-add-to-wish-list {
  position: absolute;
  bottom: -1.875rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background-color: transparent;
  z-index: 1;
}
.catalog-products-list-item-add-to-wish-list::before {
  content: url("../../Public/images/icons/heart-red.svg");
  display: inline-block;
  width: 20px;
  height: 18px;
}
.catalog-products-list-item-add-to-wish-list:hover::before, .catalog-products-list-item-add-to-wish-list.added-in-wish-list::before {
  content: url("../../Public/images/icons/heart-red-filled.svg");
}
.catalog-products-list-item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-top: 3.125rem;
}
.catalog-products-list-item-image::before {
  content: "";
  width: 100%;
  padding-top: 100%;
}
.catalog-products-list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.catalog-products-list-item-image + .catalog-products-list-item-text {
  margin-top: 3.125rem;
}
.catalog-products-list-item-text {
  padding-right: 3.125rem;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.catalog-products-list-item-text span {
  display: block;
  font-size: 1rem;
}
.catalog-products-list-item-article-number {
  color: #4D4D4D;
  margin-top: 0.9375rem;
}
.catalog-products-list-item-article-number.product-model {
  display: inline-block;
  border: 1px solid #D8D8D8;
  padding: 0.625rem 0.75rem;
}
.catalog-products-list-item-article-name {
  font-weight: bold;
  margin-top: 0.9375rem;
  line-height: 1.3;
}
.catalog-products-list-item-article-quantity {
  margin-top: 1.25rem;
  line-height: 1.3;
}
.catalog-products-list-item:hover .catalog-products-list-item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1500px) {
  .catalog-products-list {
    -ms-grid-columns: minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px 80px;
  }
  .catalog-products-list-item-image {
    margin-top: 1.875rem;
  }
  .catalog-products-list-item-image + .catalog-products-list-item-text {
    margin-top: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .catalog-products-list {
    padding: 0 1.875rem;
  }
}
@media (max-width: 750px) {
  .catalog-products-list {
    -ms-grid-columns: minmax(0, 1fr) 1.875rem minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.875rem;
  }
  .catalog-products-list-item-image {
    margin-top: 1.25rem;
  }
  .catalog-products-list-item-image + .catalog-products-list-item-text {
    margin-top: 1.25rem;
  }
}
@media (max-width: 400px) {
  .catalog-products-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
}
.catalog-products-list-pagination {
  margin-top: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-left: 1.875rem;
}
.catalog-products-list-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.catalog-products-list-pagination a:not(.prev, .next),
.catalog-products-list-pagination span.active {
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: normal;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  margin-bottom: 0.1875rem;
}
.catalog-products-list-pagination a:not(.prev, .next):hover, .catalog-products-list-pagination a:not(.prev, .next).active,
.catalog-products-list-pagination span.active:hover,
.catalog-products-list-pagination span.active.active {
  background-color: #E20303;
  color: #ffffff;
}
.catalog-products-list-pagination span {
  font-size: 0.9375rem;
  font-weight: normal;
  cursor: default;
}
.catalog-products-list-pagination .prev,
.catalog-products-list-pagination .next {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
.catalog-products-list-pagination .prev::before,
.catalog-products-list-pagination .next::before {
  content: "";
  background: url("../../Public/images/icons/chevron-left-red.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.catalog-products-list-pagination .next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 650px) {
  .catalog-products-list-pagination ul a:not(.prev, .next) {
    padding: 3px;
    font-size: 12px;
    width: 26px;
    height: 26px;
  }
  .catalog-products-list-pagination ul span.active {
    font-size: 12px;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 460px) {
  .catalog-products-list-pagination ul {
    gap: 5px;
  }
}
.catalog-products-list-headline {
  margin-top: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-left: 1.875rem;
}
.catalog-products-list-headline p {
  font-size: 16px;
}
.catalog-products-list-headline p span {
  border: 1px solid #D8D8D8;
  padding: 0.625rem 0.75rem;
}
.catalog-products-list-headline p strong {
  padding: 0;
  padding-left: 0.625rem;
  background-color: transparent;
  color: #4D4D4D;
  font-weight: bold;
}

.catalog-application-product-details-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog-application-product-details-navigation .back-to-category-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 0.9375rem;
  background-color: #E20303;
  color: #ffffff;
  white-space: nowrap;
  font-size: 1.25rem;
}
.catalog-application-product-details-navigation .back-to-category-button::before {
  content: "";
  background: url("../../Public/images/icons/chevron-left-white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.3125rem;
}
.catalog-application-product-details-navigation .back-to-category-button:hover {
  background-color: #4D4D4D;
}
.catalog-application-product-details-navigation-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1.25rem;
  margin-top: 0.3125rem;
}
.catalog-application-product-details-navigation-categories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0.625rem;
  padding: 0.3125rem 0;
}
.catalog-application-product-details-navigation-categories > li:last-child {
  margin-right: 0;
}
.catalog-application-product-details-navigation-categories > * + *::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.25rem;
  background-color: #9F9F9F;
  margin-right: 0.625rem;
}
.catalog-application-product-details-navigation-categories li.category-splitter:not(:first-child)::before {
  width: 2px;
  height: 1.625rem;
  background-color: #E20303;
  margin-top: -0.1875rem;
}
.catalog-application-product-details-navigation .category-title {
  font-size: 1rem;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .catalog-application-product-details-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog-application-product-details-navigation-categories {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation {
  width: 49.375rem;
  height: auto;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation {
  border-bottom: 1px solid #D8D8D8;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item {
  padding: 0.625rem 0.9375rem;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item a {
  display: block;
  padding: 0.3125rem 0;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item span {
  font-size: 1rem;
  display: block;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item.active {
  background-color: #F2F2F2;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item.active span {
  color: #4D4D4D;
  font-weight: normal;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-panel-container {
  margin-top: 1.875rem;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  table-layout: auto;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table th {
  font-weight: bold;
  width: auto;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table td {
  width: 100%;
  max-width: 60%;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table td ul li + li {
  margin-top: 0.75rem;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table td ul li article a p {
  font-size: 1rem;
  line-height: 1.2;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table td ul li article a span {
  display: block;
  margin-top: 0.3125rem;
  font-size: 12px;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table td ul li a {
  font-size: 1rem;
  line-height: 1.2;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table th,
.catalog-application-product-details-container-bottom .product-details-tab-navigation table td {
  padding: 8px;
  font-size: 1rem;
  line-height: 1.2;
  vertical-align: baseline;
}
.catalog-application-product-details-container-bottom .product-details-tab-navigation table tr:nth-child(odd) {
  background-color: #F2F2F2;
}

@media (max-width: 850px) {
  .catalog-application-product-details-container-bottom .product-details-tab-navigation {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item a span {
    position: relative;
    padding-right: 25px;
  }
  .catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../../Public/images/icons/plus-red.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
  }
  .catalog-application-product-details-container-bottom .product-details-tab-navigation .tabs .tab-navigation-item.active a span::after {
    height: 3px;
    background: url("../../Public/images/icons/minus-red.svg");
  }
}
.catalog-application-product-details-container-top .product-detail-infos {
  width: auto;
  height: auto;
}
.catalog-application-product-details-container-top .product-detail-infos .product-name {
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  font-weight: bold;
}
.catalog-application-product-details-container-top .product-detail-infos h1.product-serial-number,
.catalog-application-product-details-container-top .product-detail-infos h2.product-serial-number,
.catalog-application-product-details-container-top .product-detail-infos h3.product-serial-number,
.catalog-application-product-details-container-top .product-detail-infos h4.product-serial-number,
.catalog-application-product-details-container-top .product-detail-infos h5.product-serial-number,
.catalog-application-product-details-container-top .product-detail-infos h6.product-serial-number,
.catalog-application-product-details-container-top .product-detail-infos span.product-serial-number,
.catalog-application-product-details-container-top .product-detail-infos p.product-serial-number {
  display: block;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: normal;
  color: #4D4D4D;
}
.catalog-application-product-details-container-top * + .product-detail-infos {
  margin-left: 2.5rem;
}

.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown {
  width: 25rem;
  height: auto;
  margin-top: 1.875rem;
  position: relative;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown-title {
  display: block;
  font-size: 1.125rem;
  font-weight: lighter;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown-button {
  position: relative;
  display: inline-block;
  width: 25rem;
  height: 2.5rem;
  margin-top: 0.625rem;
  border: 1px solid #9F9F9F;
  background-color: #ffffff;
  padding-top: 0;
  padding-right: 2.5rem;
  padding-bottom: 0;
  padding-left: 0.625rem;
  text-align: start;
  font-size: 1.125rem;
  font-weight: lighter;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown:not(.inactive) .product-select-dropdown-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown:not(.inactive) .product-select-dropdown-button::after {
  content: "";
  background: url("../../Public/images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
  z-index: 1;
  background-color: #ffffff;
  transition: transform 0.2s;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown-dropdown {
  position: absolute;
  top: 4.25rem;
  left: 0;
  display: none;
  width: 21.875rem;
  background-color: #ffffff;
  padding: 1.25rem 0.625rem;
  -webkit-box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown-dropdown li + li {
  margin-top: 0.3125rem;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown-dropdown a {
  font-size: 1.125rem;
  display: block;
  padding: 0.3125rem 0;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown.open .product-select-dropdown-dropdown {
  display: block;
}
.catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown.open .product-select-dropdown-button::after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

@media (max-width: 1580px) {
  .catalog-application-product-details-container-top {
    display: block;
  }
  .catalog-application-product-details-container-top .product-detail-infos {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}
@media (max-width: 460px) {
  .catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown {
    width: 15.625rem;
  }
  .catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown-button {
    width: 15.625rem;
  }
  .catalog-application-product-details-container-top .product-detail-infos .product-select-dropdown-dropdown {
    width: 12.5rem;
  }
}
.product-detail-infos .product-details-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
.product-detail-infos .product-details-order .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail-infos .product-details-order .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.25rem;
  border: none;
  background-color: #E20303;
  color: #ffffff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin-left: 1.25rem;
  font-size: 20px;
}
.product-detail-infos .product-details-order .order::before {
  content: "";
  background: url("../../Public/images/icons/heart-white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 0.625rem;
  margin-top: 0.1875rem;
}
.product-detail-infos .product-details-order .order:hover {
  background-color: #4D4D4D;
}
.product-detail-infos .product-details-order .order.clicked::before {
  content: "";
  background: url("../../Public/images/icons/heart-white-filled.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 0.625rem;
  margin-top: 0.1875rem;
}
.product-detail-infos .product-details-order .order-quantity {
  width: 3.75rem;
  height: 2.875rem;
  border: 1px solid #D8D8D8;
  text-align: center;
  -moz-appearance: textfield;
}
.product-detail-infos .product-details-order input::-webkit-outer-spin-button,
.product-detail-infos .product-details-order input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail-infos .product-details-order .order-quantity-minus,
.product-detail-infos .product-details-order .order-quantity-plus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max(28px, 2.375rem);
  height: max(28px, 2.375rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: #ffffff;
}
.product-detail-infos .product-details-order .order-quantity-minus::before,
.product-detail-infos .product-details-order .order-quantity-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.product-detail-infos .product-details-order .order-quantity-minus {
  margin-right: 0.9375rem;
}
.product-detail-infos .product-details-order .order-quantity-minus::before {
  background: url("../../Public/images/icons/minus-red.svg");
  height: 3px;
}
.product-detail-infos .product-details-order .order-quantity-plus {
  margin-left: 0.9375rem;
}
.product-detail-infos .product-details-order .order-quantity-plus::before {
  background: url("../../Public/images/icons/plus-red.svg");
}

@media (max-width: 1919px) {
  .product-detail-infos .product-details-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-detail-infos .product-details-order > * + * {
    margin-top: 0.9375rem;
  }
  .product-detail-infos .product-details-order .order {
    margin-left: 0;
  }
}
@media (max-width: 1700px) {
  .product-detail-infos .product-details-order .order {
    font-size: 13px;
  }
  .product-detail-infos .product-details-order .order::before {
    scale: 0.75;
  }
}
@media (max-width: 1580px) {
  .product-detail-infos .product-details-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-detail-infos .product-details-order .order {
    margin-top: 0;
    margin-left: 1.875rem;
    font-size: 20px;
  }
  .product-detail-infos .product-details-order .order::before {
    scale: unset;
  }
}
@media (max-width: 560px) {
  .product-detail-infos .product-details-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-detail-infos .product-details-order .order {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}
.catalog-application-product-details-container .catalog-application-product-details-container-swiper {
  margin-top: 5rem;
}
.catalog-application-product-details-container .catalog-application-product-details-swiper {
  position: relative;
  margin-top: 1.25rem;
}
.catalog-application-product-details-container .product-details-swiper-title {
  font-size: 2.125rem;
  line-height: 1.3;
}
.catalog-application-product-details-container .swiper-wrapper {
  height: auto;
}
.catalog-application-product-details-container .swiper-wrapper .swiper-slide .catalog-products-list-item-image {
  margin-top: 0;
}
.catalog-application-product-details-container .swiper-wrapper .swiper-slide .catalog-products-list-item-image img {
  width: 100%;
  height: 100%;
}
.catalog-application-product-details-container .swiper-button-prev,
.catalog-application-product-details-container .swiper-button-next {
  height: max(20px, 1.5625rem);
  width: max(15px, 1.25rem);
  background-size: contain;
}
.catalog-application-product-details-container .swiper-button-prev {
  left: -1.25rem;
  background-image: url("../../Public/images/icons/chevron-left-red.svg");
}
.catalog-application-product-details-container .swiper-button-next {
  right: -1.25rem;
  background-image: url("../../Public/images/icons/chevron-right-red.svg");
}

@media (max-width: 1024px) {
  .catalog-application-product-details-container .swiper-button-next {
    right: -1.25rem;
  }
}
@media (max-width: 670px) {
  .catalog-application-product-details-container .catalog-application-product-details-container-swiper .product-details-swiper-title {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .catalog-application-product-details-container .catalog-application-product-details-container-swiper .product-details-swiper-title {
    font-size: 25px;
  }
}
@media (max-width: 320px) {
  .catalog-application-product-details-container .catalog-application-product-details-container-swiper .product-details-swiper-title {
    font-size: 20px;
  }
}
.catalog-application-product-details-container-bottom .product-details-video-swiper {
  margin-top: 5rem;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper-headline {
  font-size: 2.125rem;
  line-height: 1.3;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper-swiper {
  position: relative;
  margin-top: 1.25rem;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper-swiper .swiper-button-prev,
.catalog-application-product-details-container-bottom .product-details-video-swiper-swiper .swiper-button-next {
  height: max(20px, 1.5625rem);
  width: max(15px, 1.25rem);
  background-size: contain;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper-swiper .swiper-button-prev {
  left: -1.5625rem;
  background-image: url("../../Public/images/icons/chevron-left-red.svg");
}
.catalog-application-product-details-container-bottom .product-details-video-swiper-swiper .swiper-button-next {
  right: -1.5625rem;
  background-image: url("../../Public/images/icons/chevron-right-red.svg");
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image {
  position: relative;
  min-width: 20rem;
  height: 100%;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 2;
  pointer-events: none;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  aspect-ratio: 320/180;
  overflow: hidden;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link::before, .catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.625rem;
  height: 4.625rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../Public/images/icons/play-button-video-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link::after {
  background-image: url("../../Public/images/icons/play-button-video-red.svg");
  z-index: 8;
  opacity: 0;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link:hover img {
  scale: 1.1;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link:hover::before {
  opacity: 0;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link:hover::after {
  opacity: 1;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image.default .youtube-video-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image.default .youtube-video-link img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image img {
  -webkit-transition: scale 0.2s;
  transition: scale 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .privacy-policy {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem;
  text-align: center;
  background-color: #E20303;
  color: #ffffff;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .privacy-policy span,
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .privacy-policy a,
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .privacy-policy p {
  font-size: 0.75rem;
  line-height: 1.2;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .privacy-policy a {
  color: #ffffff;
  text-decoration: underline;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .privacy-policy span {
  display: inline-block;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .title-wrapper {
  margin-top: 0.9375rem;
  width: auto;
}
.catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .title-wrapper p {
  font-size: max(12px, 1rem);
  line-height: 1.2;
  -ms-hyphens: auto;
      hyphens: auto;
}

@media (max-width: 1768px) {
  .catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image {
    min-width: 12.5rem;
  }
  .catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .title-wrapper p {
    font-size: 1.125rem;
  }
}
@media (max-width: 850px) {
  .catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link::before, .catalog-application-product-details-container-bottom .product-details-video-swiper .swiper-slide .image .youtube-video-link::after {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (max-width: 650px) {
  .catalog-application-product-details-container-bottom .product-details-video-swiper-swiper {
    padding: 0 0.625rem;
  }
  .catalog-application-product-details-container-bottom .product-details-video-swiper-swiper .swiper-button-prev {
    left: -0.9375rem;
  }
  .catalog-application-product-details-container-bottom .product-details-video-swiper-swiper .swiper-button-next {
    right: -0.9375rem;
  }
}
body.catalog .catalog-products-teaser {
  position: relative;
}
body.catalog .catalog-products-teaser-wrapper {
  position: relative;
}
body.catalog .catalog-products-teaser-wrapper .swiper-wrapper {
  height: auto;
}
body.catalog .catalog-products-teaser h2 {
  font-size: 3.125rem;
  margin-bottom: 1.875rem;
}
body.catalog .catalog-products-teaser .swiper-container {
  position: relative;
  width: 100%;
  max-width: 90vw;
}
body.catalog .catalog-products-teaser .swiper-container .swiper-slide {
  display: block;
  padding: 0;
}
body.catalog .catalog-products-teaser .swiper-container .catalog-products-list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.catalog .catalog-products-teaser .swiper-container .catalog-products-list-item-article-number {
  font-size: 15px;
  line-height: 1.2;
}
body.catalog .catalog-products-teaser .swiper-container .catalog-products-list-item-article-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.625rem;
}
body.catalog .catalog-products-teaser .swiper-container .catalog-products-list-item-image {
  margin-top: 0;
}
body.catalog .catalog-products-teaser .swiper-button-prev,
body.catalog .catalog-products-teaser .swiper-button-next {
  height: max(20px, 1.5625rem);
  width: max(15px, 1.25rem);
  background-size: contain;
}
body.catalog .catalog-products-teaser .swiper-button-prev {
  left: 0.4375rem;
  background-image: url("../../Public/images/icons/chevron-left-red.svg");
}
body.catalog .catalog-products-teaser .swiper-button-next {
  right: 0.4375rem;
  background-image: url("../../Public/images/icons/chevron-right-red.svg");
}

@media (max-width: 670px) {
  body.catalog .catalog-products-teaser h2 {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  body.catalog .catalog-products-teaser h2 {
    font-size: 25px;
  }
}
@media (max-width: 320px) {
  body.catalog .catalog-products-teaser h2 {
    font-size: 20px;
  }
}
.loader-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  height: 0;
  display: none;
}
.loader-container.active {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-container .loader {
  display: block;
  border: max(3px, 0.25rem) solid #9F9F9F;
  border-top: max(3px, 0.25rem) solid #E20303;
  border-radius: 50%;
  margin: 1.25rem auto;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body.catalog .product-tiles-container {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
body.catalog .product-tiles-container .column {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}
body.catalog .product-tiles-container .column:hover img {
  scale: 1.1;
}
body.catalog .product-tiles-container .column::after {
  content: "";
  -ms-grid-row: 1;
  grid-area: 1/-1;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
body.catalog .product-tiles-container .waypoint {
  min-height: 150px;
}
body.catalog .product-tiles-container a.content {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  -ms-grid-row: 1;
  grid-area: 1/-1;
}
body.catalog .product-tiles-container a.content .headline {
  font-size: max(24px, 1.75rem);
  -ms-hyphens: auto;
      hyphens: auto;
}
body.catalog .product-tiles-container h3 {
  color: #ffffff;
}
body.catalog .product-tiles-container .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.catalog .product-tiles-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.2s;
  transition: scale 0.2s;
}

.product-detail-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 49.375rem;
}
.product-detail-swiper .gallery-top {
  width: calc(100% - 9.375rem);
  float: right;
}
.product-detail-swiper .gallery-top .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail-swiper .gallery-top .swiper-slide::before {
  content: "";
  width: 100%;
  padding-top: 100%;
}
.product-detail-swiper .gallery-top .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-detail-swiper .gallery-thumbs {
  position: relative;
  width: 9.375rem;
  height: 36.875rem;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  margin-right: 2px;
  float: left;
}
.product-detail-swiper .gallery-thumbs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.product-detail-swiper .gallery-thumbs::before, .product-detail-swiper .gallery-thumbs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(2.8125rem - 2px);
  background-color: #ffffff;
  z-index: 2;
  left: 0;
}
.product-detail-swiper .gallery-thumbs::after {
  top: 0;
}
.product-detail-swiper .gallery-thumbs::before {
  bottom: 0;
}
.product-detail-swiper .gallery-thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.product-detail-swiper .gallery-thumbs .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-swiper .gallery-thumbs .swiper-slide-active {
  width: 100%;
}
.product-detail-swiper .gallery-thumbs .swiper-slide-active, .product-detail-swiper .gallery-thumbs .swiper-slide:hover {
  border: 2px solid #E20303;
}
.product-detail-swiper .gallery-thumbs .swiper-button-prev {
  position: absolute;
  z-index: 3;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  top: 0;
  left: 50%;
  background-image: url("../../Public/images/icons/chevron-up-black.svg");
}
.product-detail-swiper .gallery-thumbs .swiper-button-next {
  position: absolute;
  z-index: 3;
  top: unset;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  rotate: 180deg;
  background-image: url("../../Public/images/icons/chevron-up-black.svg");
}

@media (max-width: 1580px) {
  .product-detail-swiper {
    width: 100%;
  }
  .product-detail-swiper .gallery-thumbs {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .product-detail-swiper {
    width: 100%;
  }
  .product-detail-swiper .swiper-slide {
    width: calc(100% - 5.625rem);
  }
  .product-detail-swiper .gallery-thumbs .swiper-slide {
    width: 100%;
    height: auto;
  }
}
body.catalog:has(.mfp-container) .header-catalog {
  position: relative;
}

.wishlist-container {
  padding: 3rem 0;
}
.wishlist-container .content-wrap {
  padding: 0 20px;
}
.wishlist-container .content-wrap .wishlist-page-title .headline-no-items {
  display: none;
}
.wishlist-container .content-wrap .btn {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .wishlist-container .content-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .wishlist-container {
    width: 100%;
    padding-top: 0;
  }
  .wishlist-container .content-wrap {
    padding: 0;
  }
  .wishlist-container .wishlist-page-title {
    padding: 0 40px;
  }
  .wishlist-container .wishlist-page-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .wishlist-container .wishlist-page-title {
    padding: 0 25px;
  }
}
.wishlist-table-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 12px 1.5fr 12px 3fr 12px 1fr;
  grid-template-columns: 1.5fr 1.5fr 3fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding: 1rem 2rem;
  gap: 12px;
  border-bottom: 2px solid #4D4D4D;
}
.wishlist-table-head > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.wishlist-table-head > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.wishlist-table-head > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.wishlist-table-head > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.wishlist-table-head span {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .wishlist-table-head {
    -ms-grid-columns: 1.5fr 1.5fr 2fr 1fr;
    grid-template-columns: 1.5fr 1.5fr 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .wishlist-table-head {
    display: none;
  }
}
.wishlist-table-product-list .product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 12px 1.5fr 12px 3fr 12px 1fr;
  grid-template-columns: 1.5fr 1.5fr 3fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding: 0.5rem 2rem;
  gap: 12px;
}
.wishlist-table-product-list .product > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.wishlist-table-product-list .product > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.wishlist-table-product-list .product > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.wishlist-table-product-list .product > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.wishlist-table-product-list .product:nth-child(2n) {
  background-color: #F2F2F2;
}
.wishlist-table-product-list .product-number, .wishlist-table-product-list .product-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.wishlist-table-product-list .product-number span, .wishlist-table-product-list .product-name span {
  line-height: 1.3;
}
.wishlist-table-product-list .product-amount {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.wishlist-table-product-list .product-amount input {
  font-size: 16px;
}
.wishlist-table-product-list .product-delete {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.wishlist-table-product-list .product-delete button {
  position: relative;
  font-size: 0px;
  width: max(30px, 2.5rem);
  height: max(30px, 2.5rem);
  background-color: #E20303;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.wishlist-table-product-list .product-delete button:hover {
  background-color: #4D4D4D;
}
.wishlist-table-product-list .product-delete button::after {
  content: url("../../Public/images/icons/trash-can.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1.25rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .wishlist-table-product-list .product {
    -ms-grid-columns: 1.5fr 1.5fr 2fr 1fr;
    grid-template-columns: 1.5fr 1.5fr 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .wishlist-table-product-list .product {
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 4px 1fr 4px 1fr;
    grid-template-rows: auto 1fr 1fr;
        grid-template-areas: "name name" "number number" "quantity delete";
    gap: 4px;
    padding: 10px 40px;
  }
  .wishlist-table-product-list .product-name {
    grid-area: name;
    font-size: 16px;
  }
  .wishlist-table-product-list .product-number {
    grid-area: number;
    font-size: 16px;
  }
  .wishlist-table-product-list .product-amount {
    grid-area: quantity;
  }
  .wishlist-table-product-list .product-delete {
    grid-area: delete;
  }
  .wishlist-table-product-list .product:first-child {
    border-top: 1px solid #F2F2F2;
  }
  .wishlist-table-product-list .product:last-child {
    border-bottom: 1px solid #F2F2F2;
  }
}
@media (max-width: 768px) {
  .wishlist-table-product-list .product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .wishlist-table-product-list .product-number {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .wishlist-table-product-list .product-amount {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .wishlist-table-product-list .product-delete {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (max-width: 560px) {
  .wishlist-table-product-list .product {
    padding: 10px 25px;
  }
}
.wishlist-table-product-list .product .product-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist-table-product-list .product .product-amount input::-webkit-outer-spin-button,
.wishlist-table-product-list .product .product-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist {
  width: max(50px, 3.75rem);
  height: max(30px, 2.875rem);
  border: 1px solid #D8D8D8;
  text-align: center;
  -moz-appearance: textfield;
}
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-minus,
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max(24px, 2.375rem);
  height: max(24px, 2.375rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
}
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-minus::before,
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-plus::before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-minus {
  margin-right: 0.9375rem;
}
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-minus::before {
  background: url("../../Public/images/icons/minus-red.svg");
  height: 3px;
}
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-plus {
  margin-left: 0.9375rem;
}
.wishlist-table-product-list .product .product-amount .order-quantity-wishlist-plus::before {
  background: url("../../Public/images/icons/plus-red.svg");
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_products {
  display: none;
}