@charset "UTF-8";
/* Start - mixins */
/* End - mixins */
/* Start - functions */
/* End - functions */
/* Start - mediaqueries */
/* End - mediaqueries */
/* Start - variables */
/* End - variables */
.msw-block-area > .categoryinfo > div.header {
  position: relative;
  overflow: hidden;
}

.msw-block-area > .categoryinfo > div.header > picture:first-child {
  background-color: rgb(237,238,238);
}

.msw-block-area > .categoryinfo > div.header > picture:first-child > img {
  aspect-ratio: 1280 / 235;
  /* for cls */
}

.msw-block-area > .categoryinfo > div.header > div.picture-placeholder {
  background-color: rgb(237,238,238);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 18.359375%;
}

.msw-block-area > .categoryinfo > div.header > h1 {
  color: rgb(255,255,255);
  font-family: DIN Next W01 Bold;
  position: absolute;
}

.msw-block-area > .categoryinfo > div.header > svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140%;
  height: 140%;
  opacity: 0.8;
}

.msw-block-area > .categoryinfo > div.header > svg + svg > polyline {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.msw-block-area > .categoryinfo > div.header > picture:last-child {
  position: absolute;
}

.msw-block-area > .categoryinfo > div.header > picture:last-child > img {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child {
  flex-direction: column;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser {
  background-color: rgb(246,246,246);
  display: flex;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > picture {
  position: relative;
  width: 35%;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > picture > img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span {
  font-family: DIN Next W01 Light;
  hyphens: auto;
  -webkit-hyphens: auto;
  width: 65%;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > strong {
  display: block;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > span {
  display: block;
  font-family: DIN Next W01 Bold;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > span > i {
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  transition: color ease 300ms;
  color: rgb(225, 0, 30);
  vertical-align: -10%;
}

.msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser:hover > span > span > i {
  color: rgb(245, 170, 5);
}

.msw-block-area > .categoryinfo > div.header > img.imgIcon {
  position: absolute;
  color: rgb(225, 0, 30);
}

.msw-block-area > .categoryinfo > div.header > i {
  position: absolute;
  color: rgb(225, 0, 30);
}

.msw-block-area > .categoryinfo > div.informations {
  display: flex;
  justify-content: space-between;
}

.msw-block-area > .categoryinfo > div.informations > div:first-child {
  position: relative;
}

.msw-block-area > .categoryinfo > div.informations > div:first-child > span.show_more {
  cursor: pointer;
  display: block;
  font-family: DIN Next W01 Light;
}

.msw-block-area > .categoryinfo > div.informations > div:first-child > span.show_more > i {
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  transition: color ease 300ms;
  color: rgb(225, 0, 30);
}

.msw-block-area > .categoryinfo > div.informations > div:first-child > span.show_more:hover > i {
  color: rgb(245, 170, 5);
}

.msw-block-area > .categoryinfo > div.informations > div:first-child > ul,
.msw-block-area > .categoryinfo > div.informations > div:first-child > p {
  font-family: DIN Next W01 Light;
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow: hidden;
}

.msw-block-area > .categoryinfo > div.informations > div:first-child > ul li {
  position: relative;
}
.msw-block-area > .categoryinfo > div.informations > div:first-child > ul li:before {
  content: '–';
  display: block;
  position: absolute;
  top: 0px;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .main > picture > img {
  aspect-ratio: 562 / 317;
  /* for cls */
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .main > .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .main > .video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div {
  cursor: pointer;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div.videothumb {
  position: relative;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div.videothumb > i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgb(255,255,255);
  text-align: center;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div:not(.active) {
  background-color: rgb(34,34,34);
}
.msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div:not(.active) picture {
  opacity: 0.6;
}

.msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div > picture > img {
  aspect-ratio: 50 / 33;
}

.msw-block-area > .categoryinfo > *.promotion {
  background-color: rgb(246,246,246);
  display: flex;
  justify-content: space-between;
}

.msw-block-area > .categoryinfo > *.promotion > div:first-child > picture {
  height: 100%;
}

.msw-block-area > .categoryinfo > *.promotion > div:first-child > picture > img {
  height: 100%;
}

.msw-block-area > .categoryinfo > *.promotion > div:last-child > div > i {
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  transition: color ease 300ms;
  color: rgb(225, 0, 30);
  line-height: inherit;
  font-size: inherit;
  vertical-align: top;
}

.msw-block-area > .categoryinfo > a.promotion:hover > div:last-child > div > i {
  color: rgb(245, 170, 5);
}

.msw-block-area > .categoryinfo > div.categories {
  position: relative;
}

.msw-block-area > .categoryinfo > div.categories > div {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* hide scrollbar in IE and Edge */
  scrollbar-width: none;
  /* hide scrollbar in Firefox */
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.msw-block-area > .categoryinfo > div.categories > div::-webkit-scrollbar {
  display: none;
  /* hide scrollbar in chrome */
}

.msw-block-area > .categoryinfo > div.categories > div > a {
  background-color: rgb(246,246,246);
  border-radius: 4px;
  /*maybe todo*/
  font-family: DIN Next W01 Medium;
}

.msw-block-area > .categoryinfo > div.categories > i {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.msw-block-area > .categoryinfo > div.categories > i.hidden {
  opacity: 0;
  pointer-events: none;
}

.msw-block-area > .categoryinfo > div.categories > i.back {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  left: 0px;
  justify-content: flex-start;
}

.msw-block-area > .categoryinfo > div.categories > i.forward {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  right: 0px;
  justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  .msw-block-area > .categoryinfo > div.header {
    margin-bottom: 6vw;
  }

  .msw-block-area > .categoryinfo > div.header > h1 {
    text-shadow: 0px 0px 1.3333333333vw rgba(0, 0, 0, 0.22);
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    left: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }

  .msw-block-area > .categoryinfo > div.header > i,
  .msw-block-area > .categoryinfo > div.header > img.imgIcon {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    font-size: 19.2vw;
    height: 19.2vw;
    width: 19.2vw;
  }

  .msw-block-area > .categoryinfo > div.header > picture:last-child {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    height: 16vw;
    width: 16vw;
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:first-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:first-child {
    width: calc((100% - 5.3333333333vw) / 5 * 3);
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:last-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:last-child {
    width: calc((100% - 5.3333333333vw) / 5 * 2);
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser + a.menuteaser {
    margin-top: 5.3333333333vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span {
    font-size: 4.8vw;
    line-height: 6.1333333333vw;
    padding: 2.6666666667vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > strong {
    font-size: 4.8vw;
    line-height: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > span {
    margin-top: 1.3333333333vw;
  }

  .msw-block-area > .categoryinfo.special > div.informations > div {
    width: calc(50% - 2.6666666667vw);
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > span.show_more {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo > div.informations > div:first-child > p {
    font-size: 4.8vw;
    line-height: 6.4vw;
    max-height: calc(4 * 6.4vw);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > p {
    line-height: 6.4vw;
    max-height: calc(16 * 6.4vw);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul {
    padding-left: 6.4vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul li:before {
    left: -6.4vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + span.show_more {
    margin-top: 1.3333333333vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + *:not(span.show_more) {
    margin-top: 6.4vw;
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .main {
    margin-bottom: 1.3333333333vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > * {
    width: calc((100% - 1.3333333333vw - 1.3333333333vw) / 3);
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div.videothumb > i {
    font-size: 9.6vw;
    height: 9.6vw;
    width: 9.6vw;
  }

  .msw-block-area > .categoryinfo > *.promotion {
    margin-top: 6vw;
  }

  .msw-block-area > .categoryinfo > *.promotion > div:first-child {
    width: calc(30% - 2.6666666667vw);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child {
    padding: 5.3333333333vw;
    padding-left: 0px !important;
    width: calc(70% - 2.6666666667vw);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child > div > i {
    margin-left: 1.3333333333vw;
  }

  .msw-block-area > .categoryinfo > div.categories {
    margin-top: 6vw;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a {
    padding: 1.3333333333vw;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a + a {
    margin-left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .msw-block-area > .categoryinfo > div.header {
    margin-bottom: 3.515625vw;
  }

  .msw-block-area > .categoryinfo > div.header > h1 {
    text-shadow: 0px 0px 0.78125vw rgba(0, 0, 0, 0.22);
    font-size: 6.25vw;
    line-height: 6.25vw;
    left: 2.34375vw;
    bottom: 2.34375vw;
  }

  .msw-block-area > .categoryinfo > div.header > i,
  .msw-block-area > .categoryinfo > div.header > img.imgIcon {
    right: 2.34375vw;
    bottom: 2.34375vw;
    font-size: 5.46875vw;
    height: 5.46875vw;
    width: 5.46875vw;
  }

  .msw-block-area > .categoryinfo > div.header > picture:last-child {
    bottom: 2.34375vw;
    right: 2.34375vw;
    height: 9.375vw;
    width: 9.375vw;
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:first-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:first-child {
    width: calc((100% - 2.34375vw) / 5 * 3);
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:last-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:last-child {
    width: calc((100% - 2.34375vw) / 5 * 2);
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser + a.menuteaser {
    margin-top: 2.34375vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span {
    font-size: 1.40625vw;
    line-height: 1.796875vw;
    padding: 1.171875vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > strong {
    font-size: 1.5625vw;
    line-height: 2.03125vw;
    margin-bottom: 0.78125vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > span {
    margin-top: 0.78125vw;
  }

  .msw-block-area > .categoryinfo.special > div.informations > div {
    width: calc(50% - 1.171875vw);
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > span.show_more {
    font-size: 1.5625vw;
    line-height: 2.03125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo > div.informations > div:first-child > p {
    font-size: 1.5625vw;
    line-height: 2.03125vw;
    max-height: calc(4 * 2.03125vw);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > p {
    line-height: 2.03125vw;
    max-height: calc(16 * 2.03125vw);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul {
    padding-left: 2.03125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul li:before {
    left: -2.03125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + span.show_more {
    margin-top: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + *:not(span.show_more) {
    margin-top: 2.03125vw;
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .main {
    margin-bottom: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > * {
    width: calc((100% - 0.78125vw - 0.78125vw) / 3);
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div.videothumb > i {
    font-size: 2.734375vw;
    height: 2.734375vw;
    width: 2.734375vw;
  }

  .msw-block-area > .categoryinfo > *.promotion {
    margin-top: 3.515625vw;
  }

  .msw-block-area > .categoryinfo > *.promotion > div:first-child {
    width: calc(30% - 1.171875vw);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child {
    padding: 2.34375vw;
    padding-left: 0px !important;
    width: calc(70% - 1.171875vw);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child > div > i {
    margin-left: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.categories {
    margin-top: 3.515625vw;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a {
    padding: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a + a {
    margin-left: 1.171875vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .msw-block-area > .categoryinfo > div.header {
    margin-bottom: 3.515625vw;
  }

  .msw-block-area > .categoryinfo > div.header > h1 {
    text-shadow: 0px 0px 0.78125vw rgba(0, 0, 0, 0.22);
    font-size: 6.25vw;
    line-height: 6.25vw;
    left: 2.34375vw;
    bottom: 2.34375vw;
  }

  .msw-block-area > .categoryinfo > div.header > i,
  .msw-block-area > .categoryinfo > div.header > img.imgIcon {
    right: 2.34375vw;
    bottom: 2.34375vw;
    font-size: 5.46875vw;
    height: 5.46875vw;
    width: 5.46875vw;
  }

  .msw-block-area > .categoryinfo > div.header > picture:last-child {
    bottom: 2.34375vw;
    right: 2.34375vw;
    height: 9.375vw;
    width: 9.375vw;
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:first-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:first-child {
    width: calc((100% - 2.34375vw) / 5 * 3);
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:last-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:last-child {
    width: calc((100% - 2.34375vw) / 5 * 2);
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser + a.menuteaser {
    margin-top: 2.34375vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span {
    font-size: 1.40625vw;
    line-height: 1.875vw;
    padding: 1.171875vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > strong {
    font-size: 1.5625vw;
    line-height: 2.03125vw;
    margin-bottom: 0.78125vw;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > span {
    margin-top: 0.78125vw;
  }

  .msw-block-area > .categoryinfo.special > div.informations > div {
    width: calc(50% - 1.171875vw);
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > span.show_more {
    font-size: 1.5625vw;
    line-height: 2.03125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo > div.informations > div:first-child > p {
    font-size: 1.5625vw;
    line-height: 2.03125vw;
    max-height: calc(4 * 2.03125vw);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > p {
    line-height: 2.03125vw;
    max-height: calc(16 * 2.03125vw);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul {
    padding-left: 2.03125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul li:before {
    left: -2.03125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + span.show_more {
    margin-top: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + *:not(span.show_more) {
    margin-top: 2.03125vw;
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .main {
    margin-bottom: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > * {
    width: calc((100% - 0.78125vw - 0.78125vw) / 3);
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div.videothumb > i {
    font-size: 2.734375vw;
    height: 2.734375vw;
    width: 2.734375vw;
  }

  .msw-block-area > .categoryinfo > *.promotion {
    margin-top: 3.515625vw;
  }

  .msw-block-area > .categoryinfo > *.promotion > div:first-child {
    width: calc(30% - 1.171875vw);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child {
    padding: 2.34375vw;
    padding-left: 0px !important;
    width: calc(70% - 1.171875vw);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child > div > i {
    margin-left: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.categories {
    margin-top: 3.515625vw;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a {
    padding: 0.78125vw;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a + a {
    margin-left: 1.171875vw;
  }
}
@media screen and (min-width: 1281px) {
  .msw-block-area > .categoryinfo > div.header {
    margin-bottom: 45px;
  }

  .msw-block-area > .categoryinfo > div.header > h1 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
    font-size: 80px;
    line-height: 80px;
    left: 30px;
    bottom: 30px;
  }

  .msw-block-area > .categoryinfo > div.header > i,
  .msw-block-area > .categoryinfo > div.header > img.imgIcon {
    right: 30px;
    bottom: 30px;
    font-size: 70px;
    height: 70px;
    width: 70px;
  }

  .msw-block-area > .categoryinfo > div.header > picture:last-child {
    bottom: 30px;
    right: 30px;
    height: 120px;
    width: 120px;
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:first-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:first-child {
    width: calc((100% - 30px) / 5 * 3);
  }

  .msw-block-area > .categoryinfo.search > div:last-child:not(:first-child) > div:last-child,
  .msw-block-area > .categoryinfo.category > div.informations > div:last-child {
    width: calc((100% - 30px) / 5 * 2);
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser + a.menuteaser {
    margin-top: 30px;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span {
    font-size: 18px;
    line-height: 24px;
    padding: 15px;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > strong {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .msw-block-area > .categoryinfo.category > div.informations > div:last-child > a.menuteaser > span > span {
    margin-top: 10px;
  }

  .msw-block-area > .categoryinfo.special > div.informations > div {
    width: calc(50% - 15px);
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > span.show_more {
    font-size: 20px;
    line-height: 26px;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo > div.informations > div:first-child > p {
    font-size: 20px;
    line-height: 26px;
    max-height: calc(4 * 26px);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > p {
    line-height: 26px;
    max-height: calc(16 * 26px);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul {
    padding-left: 26px;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul li:before {
    left: -26px;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + span.show_more {
    margin-top: 10px;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > * + *:not(span.show_more) {
    margin-top: 26px;
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .main {
    margin-bottom: 10px;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > * {
    width: calc((100% - 10px - 10px) / 3);
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > div.videothumb > i {
    font-size: 35px;
    height: 35px;
    width: 35px;
  }

  .msw-block-area > .categoryinfo > *.promotion {
    margin-top: 45px;
  }

  .msw-block-area > .categoryinfo > *.promotion > div:first-child {
    width: calc(30% - 15px);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child {
    padding: 30px;
    padding-left: 0px !important;
    width: calc(70% - 15px);
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child > div > i {
    margin-left: 10px;
  }

  .msw-block-area > .categoryinfo > div.categories {
    margin-top: 45px;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a {
    padding: 10px;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a + a {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1281px) {
  .msw-block-area > .categoryinfo > div.informations {
    padding-left: calc(20% + 15px) !important;
  }

  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo > div.informations > div:first-child > p {
    max-height: calc(4 * 26px);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > p {
    max-height: calc(11 * 26px);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child {
    display: flex;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .main {
    margin-bottom: 0px;
    margin-right: 10px;
    width: calc(100% - 150px - 10px);
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .main > * {
    position: relative;
    overflow: hidden;
    height: 100% !important;
    width: 100% !important;
    padding: 0px !important;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .main > * > * {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs {
    flex-direction: column;
    justify-content: flex-start;
    width: 150px;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > * {
    width: 100%;
  }

  .msw-block-area > .categoryinfo > div.informations > div:last-child > .thumbs > * + * {
    margin-top: 10px;
  }

  .msw-block-area > .categoryinfo > *.promotion {
    margin-left: calc(20% + 15px) !important;
  }

  .msw-block-area > .categoryinfo > div.categories {
    margin-left: calc(20% + 15px) !important;
  }
}
@media screen and (max-width: 750px) {
  .msw-block-area > .categoryinfo > div.header > .picture-placeholder,
  .msw-block-area > .categoryinfo > div.header > picture,
  .msw-block-area > .categoryinfo > div.header > svg,
  .msw-block-area > .categoryinfo > div.header > i,
  .msw-block-area > .categoryinfo > div.header > img.imgIcon {
    display: none;
  }

  .msw-block-area > .categoryinfo > div.header {
    margin-bottom: 2.6666666667vw;
  }

  .msw-block-area > .categoryinfo > div.header > h1 {
    font-size: 8.5333333333vw;
    line-height: 8.5333333333vw;
    color: rgb(88,88,90);
    position: static;
    text-shadow: none;
  }

  .msw-block-area > .categoryinfo > div.categories > div > a {
    padding: 1.3333333333vw 2vw;
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > div.informations {
    flex-direction: column;
    padding-left: 0px !important;
  }

  .msw-block-area > .categoryinfo > div.informations > div {
    width: 100% !important;
  }

  .msw-block-area > .categoryinfo > div.informations > div + div {
    display: none !important;
  }

  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo.special > div.informations > div:first-child > p,
  .msw-block-area > .categoryinfo > div.informations > div:first-child > ul,
  .msw-block-area > .categoryinfo > div.informations > div:first-child > p {
    max-height: calc(2 * 6.4vw);
    /* yes, this is correct */
  }

  .msw-block-area > .categoryinfo > *.promotion {
    flex-direction: column;
  }

  .msw-block-area > .categoryinfo > *.promotion > div {
    width: 100% !important;
  }

  .msw-block-area > .categoryinfo > *.promotion > div:last-child {
    padding-left: 5.3333333333vw !important;
  }
}
