/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-products.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-productItem250,
.m-productItem320 {
  min-width: 250px;
  max-width: 250px;
  min-height: 200px;
  transition: box-shadow 0.5s cubic-bezier(0.66, 0.32, 0.22, 0.96);
  display: inline-block;
  border: 1px solid transparent;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .m-productItem250,
  .m-productItem320 {
    box-shadow: 4px 4px 50px 1px #eaeaea;
    border: 1px solid #eaeaea;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none), (max-width: 768px) and (-ms-high-contrast: active) {
  .m-productItem250,
  .m-productItem320 {
    box-shadow: none;
  }
}
.m-productItem250__img,
.m-productItem320__img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}
.m-productItem250__img a,
.m-productItem320__img a {
  height: 100%;
}
.m-productItem250__img img,
.m-productItem320__img img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.m-productItem250__img:hover .m-offer__discount,
.m-productItem320__img:hover .m-offer__discount {
  padding-left: 20px;
}
.m-productItem250__caption,
.m-productItem320__caption {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.66, 0.32, 0.22, 0.96);
  padding-bottom: 105px;
  position: relative;
}
@media (max-width: 1420px) {
  .m-productItem250__caption,
  .m-productItem320__caption {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .m-productItem250__caption,
  .m-productItem320__caption {
    background-color: #fff;
    text-align: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
}
.m-productItem250__container,
.m-productItem320__container {
  margin-bottom: 10px;
  min-height: 61px;
}
@media (max-width: 1420px) {
  .m-productItem250__container,
  .m-productItem320__container {
    min-height: 73px;
  }
}
.m-productItem250__container__btn,
.m-productItem320__container__btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  color: #fff;
}
@media (max-width: 576px) {
  .m-productItem250,
  .m-productItem320 {
    max-width: none;
  }
}
.m-productItem250__like,
.m-productItem320__like {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 27px;
  width: 30px;
  padding: 0;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.m-productItem250__a-prTitle,
.m-productItem320__a-prTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 1.7rem;
  line-height: 17px;
  overflow: hidden;
  margin-bottom: 10px;
  max-width: 100%;
  height: 2.6em;
  line-height: 1.3;
}
.m-productItem250__a-prTitle a,
.m-productItem320__a-prTitle a {
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  width: 100%;
}
.m-productItem250__a-prTitle a:hover,
.m-productItem320__a-prTitle a:hover {
  color: #b31764;
}
.m-productItem250__text,
.m-productItem320__text {
  font-size: 12px;
  margin-top: 25px;
  color: #9d9d9d;
  height: 1em;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1419px) {
  .m-productItem250__text,
  .m-productItem320__text {
    font-size: 1rem;
    line-height: 10px;
  }
}
.m-productItem250__text--bold,
.m-productItem320__text--bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: lowercase;
  display: inline-block;
}
.m-productItem250__text--accent,
.m-productItem320__text--accent {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #b31764;
}
.m-productItem250__text--italic,
.m-productItem320__text--italic {
  font-style: italic;
  color: #9d9d9d;
}
.m-productItem250__text sup,
.m-productItem320__text sup {
  font-size: 0.8rem;
  line-height: 8px;
}
@media (min-width: 992px) and (max-width: 1419px) {
  .m-productItem250 .a-btnSubmit,
  .m-productItem320 .a-btnSubmit {
    font-size: 1.1rem;
    line-height: 11px;
  }
}

.a-prPrice {
  color: #b31764;
  line-height: 1;
  height: auto;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.a-prOmnibus-promo {
  color: #757575;
  font-size: 1.1rem;
  line-height: 11px;
  height: 3rem;
  margin-bottom: 10px;
}
.a-prOmnibus-promo .pd-wrapper__tooltip {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 3px;
  left: 2px;
  right: unset;
}
.a-prOmnibus-promo .pd-wrapper__tooltip::after {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.a-prOmnibus-promo .pd-wrapper__info-box {
  bottom: 20px;
  left: unset;
  line-height: 1.3;
  min-width: 110px;
  right: -50px;
}

.m-productItem320__img {
  height: 245px;
}
@media (max-width: 1420px) {
  .m-productItem320__img {
    height: 159px;
  }
}
@media (max-width: 768px) {
  .m-productItem320__img {
    height: 191px;
  }
}

.m-productItem250__img {
  height: 191px;
}

.m-productItem320,
.m-productItem250 {
  max-width: 320px;
  min-width: 0;
  width: 100%;
}
.m-productItem320__container,
.m-productItem250__container {
  margin-bottom: 13px;
}
.m-productItem320__container--noPrice,
.m-productItem250__container--noPrice {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .m-productItem320__container,
  .m-productItem250__container {
    margin-bottom: 20px;
  }
}
.m-productItem320__old-p,
.m-productItem250__old-p {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #b31764;
  text-decoration: line-through;
  margin-right: 6px;
}
.m-productItem320__old-p + .a-prPrice, .m-productItem320__old-p + .a-prTitle,
.m-productItem250__old-p + .a-prPrice,
.m-productItem250__old-p + .a-prTitle {
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 576px) {
  .m-productItem320,
  .m-productItem250 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-productItem320 .m-offer__discount,
.m-productItem250 .m-offer__discount {
  height: auto;
}
.m-productItem320 .m-offer__discount--noPrice,
.m-productItem250 .m-offer__discount--noPrice {
  display: none;
}
.m-productItem320 .a-btnSubmit,
.m-productItem250 .a-btnSubmit {
  margin-top: 10px;
  max-width: 220px;
}
@media (min-width: 992px) {
  .m-productItem320 .a-btnSubmit,
  .m-productItem250 .a-btnSubmit {
    max-width: 180px;
  }
}
@media (min-width: 1420px) {
  .m-productItem320 .a-btnSubmit,
  .m-productItem250 .a-btnSubmit {
    max-width: 220px;
  }
}
.m-productItem320--more,
.m-productItem250--more {
  min-height: 320px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #b31764;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.m-productItem320--more:focus,
.m-productItem250--more:focus {
  color: #fff;
}
.m-productItem320--more:hover,
.m-productItem250--more:hover {
  color: #b31764;
  background-color: #fff;
}
@media (min-width: 992px) {
  .m-productItem320--more,
  .m-productItem250--more {
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 32px;
  }
}

.m-productItem437 {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.66, 0.32, 0.22, 0.96);
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #fff;
  height: calc(100% - 2px);
  vertical-align: middle;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .m-productItem437 {
    box-shadow: 4px 4px 50px 1px #eaeaea;
    border: 1px solid #eaeaea;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none), (max-width: 768px) and (-ms-high-contrast: active) {
  .m-productItem437 {
    box-shadow: none;
  }
}
.m-productItem437__img {
  width: 248px;
  height: 191px;
  line-height: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .m-productItem437__img {
    line-height: 9px;
  }
}
@media (min-width: 769px) {
  .m-productItem437__img {
    width: 530px;
    height: 400px;
  }
}
.m-productItem437__img a {
  height: 100%;
  width: 100%;
}
.m-productItem437__img img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .m-productItem437__img img {
    top: 0;
    left: 0;
    transform: none;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.3, 1.02, 0.73, 1);
  }
}
.m-productItem437__img--no-width {
  width: auto;
}
.m-productItem437__caption {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px 30px;
  transition: all 0.5s cubic-bezier(0.3, 1.02, 0.73, 1);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .m-productItem437__caption {
    background-color: #fff;
    text-align: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 25px 15px 104px 15px;
  }
}
.m-productItem437__left {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .m-productItem437__left {
    margin-right: 0;
  }
}
.m-productItem437__left.mw140 {
  max-width: 140px;
}
@media (max-width: 768px) {
  .m-productItem437__left.mw140 {
    max-width: none;
  }
}
.m-productItem437__right {
  max-width: 227px;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .m-productItem437__right {
    margin-top: 10px;
    position: absolute;
    bottom: 25px;
  }
}
.m-productItem437 .a-prTitle {
  font-size: 1.6rem;
  line-height: 16px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .m-productItem437 .a-prTitle {
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.m-productItem437 .a-prTitle:nth-of-type(2) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .m-productItem437 .a-prTitle:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
.m-productItem437--noPrice .m-productItem320__container {
  padding-top: 16px;
}
.m-productItem437 .m-productItem320__container {
  min-height: 0;
  margin-bottom: 0;
}
.m-productItem437 .m-productItem320__container .a-prTitle,
.m-productItem437 .m-productItem320__container .a-prDesc {
  height: auto;
}
.m-productItem437 .m-productItem320__container .a-prTitle {
  max-height: 2em;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .m-productItem437 .m-productItem320__container .a-prTitle {
    max-height: 44px;
    height: 2.6em;
    margin-bottom: 11px;
  }
}
.m-productItem437 .m-productItem320__container .a-prDesc {
  max-height: 36px;
}
@media (max-width: 768px) {
  .m-productItem437 .m-productItem320__container .a-prDesc {
    height: 2.8em;
  }
}
.m-productItem437 .m-productItem320__container .a-prPrice {
  margin-bottom: 0;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .m-productItem437 .m-productItem320__container .a-prPrice {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .m-productItem437 .m-productItem320__container {
    min-height: 75px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .m-productItem437--slide {
    max-height: 378px;
  }
  .m-productItem437--slide .m-productItem437__caption {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .m-productItem437--slide .m-productItem437__right {
    margin-top: 0;
  }
}
.m-productItem437 .a-prOmnibus-promo {
  margin-bottom: 0;
}

.m-productItem670 {
  max-width: 670px;
  transition: all 0.5s cubic-bezier(0.66, 0.32, 0.22, 0.96);
  position: relative;
  display: inline-block;
  height: 500px;
  border: 1px solid transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  .m-productItem670 {
    box-shadow: 4px 4px 50px 1px #eaeaea;
    border: 1px solid #eaeaea;
    height: auto;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none), (max-width: 768px) and (-ms-high-contrast: active) {
  .m-productItem670 {
    box-shadow: none;
  }
}
.m-productItem670__img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .m-productItem670__img {
    min-height: 191px;
  }
}
.m-productItem670__img img {
  max-width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .m-productItem670__img--fit img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
    }
  }
}
.m-productItem670__caption {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  transition: all 0.5s cubic-bezier(0.66, 0.32, 0.22, 0.96);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .m-productItem670__caption {
    background-color: #fff;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.m-productItem670__left {
  max-width: 140px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .m-productItem670__left {
    margin-right: 0;
    max-width: none;
  }
  .m-productItem670__left > div {
    margin-bottom: 15px;
  }
}
.m-productItem670__right {
  max-width: 227px;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .m-productItem670__right {
    margin-top: 0;
  }
}
@media (max-width: 1420px) {
  .m-productItem670 .a-artMainTitle h3 {
    font-size: 2.4rem;
    line-height: 24px;
  }
}
.m-productItem670 .a-artMainSubTitle {
  margin-bottom: 5px;
}
@media (max-width: 1420px) {
  .m-productItem670 .a-artMainSubTitle {
    font-size: 1.2rem;
    line-height: 12px;
  }
}
@media (max-width: 768px) {
  .m-productItem670 .a-artMainSubTitle {
    margin-bottom: 10px;
  }
}
.m-productItem670 .a-artMainDesc {
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 20px;
}

.padBottom {
  display: block;
  padding-bottom: 76.4179104478%;
  height: 0;
  overflow: hidden;
}

.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem250,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem320,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem437,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem670, .noHoverAvailable :not(.swiper-slide) > .m-productItem250, .noHoverAvailable :not(.swiper-slide) > .m-productItem320, .noHoverAvailable :not(.swiper-slide) > .m-productItem437, .noHoverAvailable :not(.swiper-slide) > .m-productItem670, .hoverAvailable .m-productItem250:hover,
.hoverAvailable .m-productItem320:hover,
.hoverAvailable .m-productItem437:hover,
.hoverAvailable .m-productItem670:hover {
  box-shadow: 4px 4px 50px 1px #eaeaea;
  border: 1px solid #eaeaea;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem250,
  .noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem320,
  .noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem437,
  .noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem670, .noHoverAvailable :not(.swiper-slide) > .m-productItem250, .noHoverAvailable :not(.swiper-slide) > .m-productItem320, .noHoverAvailable :not(.swiper-slide) > .m-productItem437, .noHoverAvailable :not(.swiper-slide) > .m-productItem670, .hoverAvailable .m-productItem250:hover,
  .hoverAvailable .m-productItem320:hover,
  .hoverAvailable .m-productItem437:hover,
  .hoverAvailable .m-productItem670:hover {
    box-shadow: none;
  }
}
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem250 .m-productItem250__caption,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem320 .m-productItem250__caption,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem437 .m-productItem250__caption,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem670 .m-productItem250__caption, .noHoverAvailable :not(.swiper-slide) > .m-productItem250 .m-productItem250__caption, .noHoverAvailable :not(.swiper-slide) > .m-productItem320 .m-productItem250__caption, .noHoverAvailable :not(.swiper-slide) > .m-productItem437 .m-productItem250__caption, .noHoverAvailable :not(.swiper-slide) > .m-productItem670 .m-productItem250__caption, .hoverAvailable .m-productItem250:hover .m-productItem250__caption,
.hoverAvailable .m-productItem320:hover .m-productItem250__caption,
.hoverAvailable .m-productItem437:hover .m-productItem250__caption,
.hoverAvailable .m-productItem670:hover .m-productItem250__caption,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem250 .m-productItem320__caption,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem320 .m-productItem320__caption,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem437 .m-productItem320__caption,
.noHoverAvailable .swiper-slide.swiper-slide-visible .m-productItem670 .m-productItem320__caption,
.noHoverAvailable :not(.swiper-slide) > .m-productItem250 .m-productItem320__caption,
.noHoverAvailable :not(.swiper-slide) > .m-productItem320 .m-productItem320__caption,
.noHoverAvailable :not(.swiper-slide) > .m-productItem437 .m-productItem320__caption,
.noHoverAvailable :not(.swiper-slide) > .m-productItem670 .m-productItem320__caption,
.hoverAvailable .m-productItem250:hover .m-productItem320__caption,
.hoverAvailable .m-productItem320:hover .m-productItem320__caption,
.hoverAvailable .m-productItem437:hover .m-productItem320__caption,
.hoverAvailable .m-productItem670:hover .m-productItem320__caption {
  bottom: 0;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .hoverAvailable .m-productItem437__img:hover img {
    transform: scale(1.1);
  }
}
.hoverAvailable .m-productItem670 .a-artMainTitle h3:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.hoverAvailable .m-productItem670 .a-readMore:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.m-productWrapper {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}
.m-productWrapper--large li.swiper-slide-next + li {
  opacity: 1;
}
.m-productWrapper:not(.is-end)::after {
  transform: translateX(0);
}
.m-productWrapper.is-end::before {
  transform: none;
}
.m-productWrapper.is-end .swiper-slide {
  opacity: 1;
}
.m-productWrapper.is-end .swiper-slide.swiper-slide-active {
  opacity: 0.5;
}
.m-productWrapper.is-end .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.m-productWrapper.is-start.is-small .swiper-slide-active,
.m-productWrapper.is-start.is-small .swiper-slide-next {
  opacity: 1;
}
.m-productWrapper.is-start.is-small::before {
  transform: none;
}
@media (max-width: 768px) {
  .m-productWrapper .swiper-container {
    overflow: auto;
  }
}
.m-productWrapper--320 {
  overflow: visible;
}
.m-productWrapper .swiper-slide {
  width: 250px;
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.66, 0.32, 0.22, 0.96);
}
.m-productWrapper .swiper-slide:not(:last-of-type) {
  margin-right: 30px;
}
.m-productWrapper .swiper-slide.swiper-slide-active, .m-productWrapper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
@media (max-width: 768px) {
  .m-productWrapper .swiper-slide.swiper-slide-next {
    opacity: 0.5;
  }
}
.m-productWrapper .swiper-slide--320.swiper-slide-next {
  opacity: 1;
}
.m-productWrapper .swiper-slide--320 {
  width: 320px;
  opacity: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .m-productWrapper .swiper-slide--320 {
    width: 306px;
  }
}
.m-productWrapper .swiper-button-next,
.m-productWrapper .swiper-button-prev {
  top: 50%;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  transition: opacity 0.3s cubic-bezier(0.66, 0.32, 0.22, 0.96);
}
.m-productWrapper .swiper-button-next--320,
.m-productWrapper .swiper-button-prev--320 {
  width: 65px;
  height: 65px;
  background-size: 25px 45px;
}
@media (max-width: 1440px) {
  .m-productWrapper .swiper-button-next--320,
  .m-productWrapper .swiper-button-prev--320 {
    background-size: 20px;
  }
}
@media (max-width: 1366px) {
  .m-productWrapper .swiper-button-next--320,
  .m-productWrapper .swiper-button-prev--320 {
    background-size: 20px;
  }
}
@media (max-width: 1024px) {
  .m-productWrapper .swiper-button-next--320,
  .m-productWrapper .swiper-button-prev--320 {
    display: none;
  }
}
.m-productWrapper .swiper-button-next.swiper-button-disabled,
.m-productWrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.m-productWrapper .swiper-button-prev {
  background-image: url("/Assets/images/slider-arrow-left-black.svg");
}
.m-productWrapper .swiper-button-prev--320 {
  left: -70px;
}
@media (max-width: 1440px) {
  .m-productWrapper .swiper-button-prev--320 {
    background-size: 20px;
    right: -70px;
  }
}
.m-productWrapper .swiper-button-next {
  background-image: url("/Assets/images/slider-arrow-right-black.svg");
}
.m-productWrapper .swiper-button-next--320 {
  right: -70px;
}
@media (max-width: 1440px) {
  .m-productWrapper .swiper-button-next--320 {
    background-size: 20px;
    right: -50px;
  }
}
.m-productWrapper.m-photo__products .swiper-button-next {
  right: -20px;
}
.m-productWrapper.m-photo__products .swiper-button-prev {
  left: -20px;
}

.m-product-menu {
  background-color: #eaeaea;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}
.m-product-menu__box {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -5px;
  margin-bottom: -5px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .m-product-menu__box {
    display: block;
  }
}
.m-product-menu__box--page {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-product-menu__box .H {
  flex-shrink: 0;
}
.m-product-menu__swiper-list {
  text-align: center;
  font-size: 1.8rem;
  line-height: 18px;
  white-space: nowrap;
  align-items: center;
}
.m-product-menu__swiper-list a {
  display: inline-block;
}
.swiper-wrapper--site-fog:before, .swiper-wrapper--site-fog:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 20px;
}
.swiper-wrapper--site-fog:before {
  left: 0;
  background: linear-gradient(to right, #eaeaea 0%, rgba(234, 234, 234, 0) 100%);
}
.swiper-wrapper--site-fog:after {
  right: 0;
  background: linear-gradient(to left, #eaeaea 0%, rgba(234, 234, 234, 0) 100%);
}

.m-product-menu__swiper-slide {
  padding: 0 20px;
}
.m-product-menu__list {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1200px) {
  .m-product-menu__list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 576px) {
  .m-product-menu__list {
    display: block;
    width: 100%;
  }
}
.m-product-menu__list.list-center {
  position: relative;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.m-product-menu__list.list-center ::-webkit-scrollbar {
  height: 5px;
}
.m-product-menu__list.list-center ::-webkit-scrollbar-thumb {
  background: #b31764;
}
.m-product-menu__list.list-center ::-webkit-scrollbar-track-piece {
  background: #eaeaea;
}
.m-product-menu__list--scroll {
  bottom: -8px;
}
.m-product-menu__list--page {
  font-size: 2.4rem;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  position: relative;
  width: calc(100% - 40px);
  margin-left: 20px;
  overflow-x: auto;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .m-product-menu__list--page {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 576px) {
  .m-product-menu__list--page {
    width: 100%;
    margin-left: 0;
  }
}
.m-product-menu__list--w100 {
  width: 100%;
}
.m-product-menu__list li {
  display: inline-block;
  transition: all 0.2s cubic-bezier(0.3, 1.02, 0.73, 1);
  margin: 0px 20px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .m-product-menu__list li {
    display: block;
    padding-bottom: 20px;
  }
}
.m-product-menu__list li.page {
  position: relative;
  padding-bottom: 40px;
  margin: 1px 20px;
  flex-shrink: 0;
}
.m-product-menu__list li.page:first-child {
  margin-left: 0;
}
.m-product-menu__list li.page:last-child {
  margin-right: 0;
}
.m-product-menu__list li.page a:hover:after {
  transform: scaleX(0);
}
.m-product-menu__list li.page::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0px;
  height: 6px;
  width: 100%;
  background-color: #b31764;
}
.m-product-menu__list li.page.active::after {
  display: block;
}
.m-product-menu__list li.page.active {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #b31764;
}
.m-product-menu__list li.page a:after {
  display: none;
}
.m-product-menu__list li.page.v2:after {
  height: 2px;
  bottom: 1px;
}
.m-product-menu__list a,
.m-product-menu__list button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.m-product-menu__list a:after,
.m-product-menu__list button:after {
  display: block;
  position: absolute;
  top: 83px;
  content: "";
  border-bottom: solid 5px #b31764;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  width: 100%;
}
@media (max-width: 768px) {
  .m-product-menu__list a:after,
  .m-product-menu__list button:after {
    top: auto;
    bottom: -5px;
    border-bottom: solid 0px transparent;
  }
}
.m-product-menu__list--v2 {
  padding-top: 0;
}
.m-product-menu__list--v2 a,
.m-product-menu__list--v2 button {
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.m-product-menu__list--v2 a:hover:after,
.m-product-menu__list--v2 button:hover:after {
  top: 78px;
}
@media (max-width: 768px) {
  .m-product-menu__list--v2 a:hover:after,
  .m-product-menu__list--v2 button:hover:after {
    top: auto;
    bottom: -5px;
    border-bottom: solid 3px #b31764;
  }
}
.m-product-menu__list--v2 a::after,
.m-product-menu__list--v2 button::after {
  display: none;
}
.m-product-menu__list--v2 .page.v2::after {
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  transform: scale(0);
}
.m-product-menu__list--v2 .page.v2.active a,
.m-product-menu__list--v2 .page.v2.active button {
  color: #b31764;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.m-product-menu__list--v2 .page.v2.active::after {
  transform: scale(1);
}
.m-product-menu__list--noMargLeft {
  margin-left: 0;
}
.m-product-menu--fog {
  position: relative;
}
.m-product-menu--fog:before, .m-product-menu--fog:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 20px;
}
.m-product-menu--fog:before {
  left: -1px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.m-product-menu--fog:after {
  right: -1px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.m-product-menu--fog ul li:first-child {
  padding-left: 13px;
}
.m-product-menu--fog ul li:last-child {
  padding-right: 13px;
}
.m-product-menu--preview {
  margin: 30px 0 90px;
}
@media (max-width: 768px) {
  .m-product-menu--preview {
    margin: 30px 0 50px;
  }
}

.H {
  font-size: 1.8rem;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 10px 20px;
  display: inline-block;
}

.list__span--page {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  vertical-align: middle;
}

.hoverAvailable .m-product-menu__list li:hover {
  color: #b31764;
}
.hoverAvailable .m-product-menu__list a:hover,
.hoverAvailable .m-product-menu__list button:hover {
  color: #b31764;
}
.hoverAvailable .m-product-menu__list a:hover:after,
.hoverAvailable .m-product-menu__list button:hover:after {
  top: 78px;
}
.hoverAvailable .m-product-menu__swiper-list a:hover {
  color: #b31764;
}

.m-product-info {
  overflow: hidden;
}
.m-product-info__add-text {
  padding-bottom: 30px;
}

.m-products-header {
  overflow: hidden;
}
.m-products-header__heading {
  margin-bottom: 55px;
  line-height: 1.1;
}
@media (max-width: 576px) {
  .m-products-header__heading {
    font-size: 40px;
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.m-products-header .m-sliderArrows__leftLayer {
  max-width: 405px;
}
@media (max-width: 768px) {
  .m-products-header .m-sliderArrows__leftLayer {
    max-width: none;
  }
}
.m-products-header .a-sliderArrowsTitle {
  max-width: 280px;
}
.m-products-header .is-in-viewport .m-sliderArrows__leftLayer {
  left: -200px;
  opacity: 0;
}
@media (max-width: 1420px) {
  .m-products-header .is-in-viewport .m-sliderArrows__leftLayer {
    left: 50px;
  }
}
@media (max-width: 992px) {
  .m-products-header .is-in-viewport .m-sliderArrows__leftLayer {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .m-products-header .is-in-viewport .m-sliderArrows__leftLayer {
    display: none;
  }
}
.m-products-header .is-in-viewport .m-sliderArrows__leftLayer.is-active {
  z-index: 3;
  left: 90px;
  opacity: 1;
}
@media (max-width: 768px) {
  .m-products-header .is-in-viewport .m-sliderArrows__leftLayer.is-active {
    display: block;
  }
}

.m-product-out__info {
  padding: 3px 50px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 38px;
  background-color: #eaeaea;
  text-align: center;
  color: #333333;
}
@media (min-width: 1200px) and (max-width: 1420px) {
  .m-product-out__info {
    margin-left: 85px;
    margin-right: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-product-out__info {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .m-product-out__info {
    font-size: 2rem;
    line-height: 20px;
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .m-product-out__info {
    height: auto;
    font-size: 18px;
    line-height: 24px;
  }
}
.m-product-out__info--wider {
  margin-left: 0;
  margin-right: 0;
}
.m-product-out__info--highlight {
  background-color: #b31764;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.m-product-out__title {
  color: #9d9d9d;
}
.m-product-out__subtitle {
  margin-bottom: 60px;
}
.m-product-out__text {
  line-height: 2em;
  font-size: 20px;
  margin-top: 70px;
}
.m-product-out__text a {
  border-bottom: 1px solid black;
}
.m-product-out__text li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #b31764;
  margin-right: 15px;
}

.m-product-out__label.label .btnText {
  padding: 20px 0;
}

.m-product-out__label__title {
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.m-product-out__buttonBox {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}
.m-product-out__buttonBox--noBorder {
  border-bottom: none;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .m-product-out__buttonBox--noBorder {
    margin-bottom: 105px;
  }
}
.m-product-out__buttonBox__btn {
  position: relative;
  margin: 30px 0;
  font-size: 24px;
  cursor: pointer;
  padding-left: 240px;
  padding-right: 240px;
}
@media (max-width: 992px) {
  .m-product-out__buttonBox__btn {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (max-width: 576px) {
  .m-product-out__buttonBox__btn {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }
}
.m-product-out__buttonBox__btn:before, .m-product-out__buttonBox__btn:after {
  content: "";
  background-image: url("/Assets/images/angle-arrow-down.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
}
.m-product-out__buttonBox__btn:before {
  left: 0px;
}
.m-product-out__buttonBox__btn:after {
  right: 0px;
}

.m-product-out__descriptionBox {
  max-height: 220px;
  overflow: hidden;
  position: relative;
}
.m-product-out__descriptionBox:before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
}

.m-product-out__descriptionBox--show {
  overflow: visible;
}
.m-product-out__descriptionBox--show:before {
  background: none;
}

.m-product-out__buttonBox__btn--up:before, .m-product-out__buttonBox__btn--up:after {
  background-image: url("/Assets/images/angle-arrow-up.svg");
}

.hoverAvailable .m-product-out__buttonBox__btn {
  outline: none;
  transition: color 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.hoverAvailable .m-product-out__buttonBox__btn:hover {
  color: #b31764;
}
.hoverAvailable .m-product-out__buttonBox__btn:hover:before, .hoverAvailable .m-product-out__buttonBox__btn:hover:after {
  animation: arrowDance 0.5s linear infinite;
}
.hoverAvailable .m-product-out__buttonBox__btn:focus {
  color: #b31764;
}

@keyframes arrowDance {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0px);
  }
}
