.swiperDermo, .swiperGreenB {
  visibility: hidden
}
.swiper-initialized.swiperDermo, .swiper-initialized.swiperGreenB {
  visibility: visible
}
.toAppear {
  -webkit-animation: 1.5s ease-in fadeIn;
  animation: 1.5s ease-in fadeIn
}
@-webkit-keyframes fadeIn {
  0%, 60% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0%, 60% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.greenbeauty-header {
  margin-top: -10px
}
.swiperDermo .swiper-button-next.swiper-button-disabled, .swiperDermo .swiper-button-prev.swiper-button-disabled, .swiperGreenB .swiper-button-next.swiper-button-disabled, .swiperGreenB .swiper-button-prev.swiper-button-disabled, .swiperCab .swiper-button-next.swiper-button-disabled, .swiperCab .swiper-button-prev.swiper-button-disabled {
  display: none
}
.swiperDermo .swiper-button-next::after, .swiperDermo .swiper-button-prev::after, .swiperGreenB .swiper-button-next::after, .swiperGreenB .swiper-button-prev::after, .swiperCab .swiper-button-next::after, .swiperCab .swiper-button-prev::after {
  content: none !important
}
.swiperDermo .swiper-button-prev, .swiperGreenB .swiper-button-prev, .swiperCab .swiper-button-prev {
  background-image: url('https://c.perfumesclub.com/nw/l.svg') !important;
  background-repeat: no-repeat;
  background-size: 70%;
  opacity: 1;
  top: 40%
}
.swiperDermo .swiper-button-next, .swiperGreenB .swiper-button-next, .swiperCab .swiper-button-next {
  background-image: url('https://c.perfumesclub.com/nw/r.svg') !important;
  background-repeat: no-repeat;
  background-size: 70%;
  opacity: 1;
  top: 40%
}
.greenbeauty-header .color-green {
  color: #66b469
}
.greenbeauty-header .color-white {
  color: #fff
}
.greenbeauty-header .icon-greenbeauty {
  position: relative;
  top: -3px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px
}
.greenbeauty-header .box {
  position: relative;
  border-radius: 30px
}
.greenbeauty-header .text-overlayed {
  line-height: 1.35;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  width: 75%
}
.greenbeauty-header .seeMore {
  position: absolute;
  top: 25px;
  right: 25px
}
.greenbeauty-header .seeMore::before {
  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;
  content: "+";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: auto;
  left: -18px;
  top: -8px;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400
}
.greenbeauty-header .borderRadius, .greenbeauty-header .box img {
  border-radius: 30px
}
.greenbeauty-header .shadowProd {
  position: absolute;
  bottom: 13px;
  left: 24%;
  z-index: 1;
  opacity: .4
}
.greenbeauty-header .iconProd {
  position: absolute;
  top: 10px;
  right: 10px
}
.greenbeauty-header .iconProdSmall {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  max-width: 25px
}
.greenbeauty-header .box-swiper {
  background-color: #eee;
  border-radius: 30px;
  padding: 20px 0
}
.greenbeauty-header .box-swiper .box-product, .greenbeauty-header .box-swiper .shadowProd, .greenbeauty-header .swiper-slide {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.greenbeauty-header .box-swiper:hover .box-product {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px)
}
.greenbeauty-header .box-swiper:hover .shadowProd {
  opacity: .2;
  left: 30%;
  width: 40% !important
}
.greenbeauty-header .box-swiper .box-product {
  position: relative;
  z-index: 2
}
.greenbeauty-header .box-grey {
  border-radius: 30px;
  background-color: #eee;
  margin: 0 15px
}
.greenbeauty-header .swiper-slide.activated, .greenbeauty-header .swiper-slide:hover {
  opacity: 1
}
.greenbeauty-header .swiper-slide {
  opacity: .5
}
.greenbeauty-header .hackSlideDescription {
  position: absolute;
  width: calc(200% + 15px);
  top: 0;
  background-color: #eee;
  border-radius: 30px;
  height: 100%
}
.greenbeauty-header .box-swiper.hackHover:hover, .greenbeauty-header .op-0 {
  opacity: 0
}
@media (hover:hover) and (pointer:fine) {
  .greenbeauty-header a:hover.d-block .text-overlayed1 {
    color: #fff !important
  }
  .greenbeauty-header a:hover.d-block .text-overlayed2 {
    color: #333 !important
  }
  .greenbeauty-header a:hover .hackHoverA {
    color: #fff !important
  }
  .greenbeauty-header .box {
    z-index: 1
  }
  .greenbeauty-header .overlay-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgb(0 0 0 / .6);
    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;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 2
  }
  .greenbeauty-header .seeMore::before, .greenbeauty-header .text-overlayed {
    z-index: 3
  }
  .greenbeauty-header .box:hover .overlay-hover {
    opacity: 1
  }
  .greenbeauty-header .box:hover .text-overlayed:not(.hackColor1):not(.hackColor2) {
    color: #fff !important
  }
}
@media only screen and (min-width:768px) {
  .linkListCabLav a:hover {
    color: #bb1a5d;
  }
  .hackDisplaySub {
    display: none
  }
}
@media only screen and (min-width:768px) and (max-width:1191px) {
  .greenbeauty-header .hackDisplay {
    display: none
  }
  .greenbeauty-header .hackSlideDescription {
    width: calc(200% + 30px)
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .greenbeauty-header .borderRadius, .greenbeauty-header .box img, .greenbeauty-header .box-swiper, .greenbeauty-header .overlay-hover {
    border-radius: 20px
  }
  .greenbeauty-header .icon-greenbeauty {
    width: 25px;
    height: 25px
  }
  .greenbeauty-header {
    margin-top: -5px
  }
  .greenbeauty-header .hackWidth {
    width: 55% !important
  }
  .greenbeauty-header .text-overlayed, .greenbeauty-header .text-overlayed.hackFont {
    font-size: 12px !important
  }
  .greenbeauty-header .hackPad {
    padding-right: 5px;
    padding-left: 5px
  }
  .greenbeauty-header .box-grey {
    margin: 0 5px 0 15px
  }
  .greenbeauty-header .seeMore {
    top: 15px;
    right: 8px
  }
  .greenbeauty-header .seeMore::before {
    width: 20px;
    height: 20px
  }
  .greenbeauty-header .swiper-slide .hackFont {
    font-size: 11px
  }
  .greenbeauty-header .hackSlideDescription {
    width: calc(190% + 30px);
    border-radius: 20px
  }
}
@media only screen and (min-width:992px) and (max-width:1091px) {
  .greenbeauty-header .seeMore {
    top: 18px;
    right: 13px
  }
  .greenbeauty-header .borderRadius, .greenbeauty-header .box img, .greenbeauty-header .box-swiper {
    border-radius: 20px
  }
  .greenbeauty-header .text-overlayed {
    font-size: 13px
  }
  .greenbeauty-header .seeMore::before {
    width: 20px;
    height: 20px
  }
}
@media only screen and (max-width:767px) {
  .greenbeauty-header .iconProdSmall {
    top: 10px;
    right: 10px;
    width: 20px;
    max-width: 20px
  }
  .greenbeauty-header .box img, .greenbeauty-header .box-swiper, .greenbeauty-header .overlay-hover {
    border-radius: 15px
  }
  .swiperDermo .text-overlayed, .swiperCab .text-overlayed {
    font-size: 12px !important
  }
  .swiperDermo {
    overflow: visible;
    height: 105px;
    max-height: 105px
  }
  .swiperCab{overflow: visible}
  .greenbeauty-header .hackFont, .subtitleMob {
    font-size: 12px
  }
  .greenbeauty-header {
    margin-top: 0
  }
  .subtitleMob {
    opacity: .7;
    line-height: 1.4
  }
  .swiper.swiperGreenB {
    height: 175px;
    max-height: 175px
  }
  .greenbeauty-header .iconProd {
    width: 30px;
    max-width: 30px
  }
  .greenbeauty-header .swiper-slide {
    width: 115px
  }
  .greenbeauty-header .hackFont {
    line-height: 1.3
  }
}

@media only screen and (min-width:768px) and (max-width:800px) {
  .swiper.swiperDermo {
    height: 130px;
    max-height: 130px
  }
  .swiper.swiperCab{height: 130px!important;max-height: 130px!important;}
}
@media only screen and (min-width:801px) and (max-width:860px) {
  .swiper.swiperDermo {
    height: 140px;
    max-height: 140px
  }
}
@media only screen and (min-width:861px) and (max-width:915px) {
  .swiper.swiperDermo {
    height: 150px;
    max-height: 150px
  }
}
@media only screen and (min-width:916px) and (max-width:991px) {
  .swiper.swiperDermo {
    height: 165px;
    max-height: 165px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper.swiperCab{height: 170px;max-height: 170px;}
  .swiper.swiperGreenB {
    height: 185px;
    max-height: 185px
  }
  .greenbeauty-header .iconProd {
    width: 37px;
    max-width: 37px
  }
  .greenbeauty-header .swiper-slide {
    max-width: 222px
  }
  .greenbeauty-header .hackSlideDescription {
    height: 85%
  }
}
@media only screen and (min-width:992px) and (max-width:1091px) {
  .swiper.swiperDermo {
    height: 150px;
    max-height: 150px
  }
  .swiper.swiperGreenB {
    height: 210px;
    max-height: 210px
  }
  .greenbeauty-header .iconProd {
    width: 37px;
    max-width: 37px
  }
  .greenbeauty-header .swiper-slide {
    width: 150px
  }
  .greenbeauty-header .hackSlideDescription {
    height: calc(100% - 57px)
  }
}
@media only screen and (min-width:1092px) and (max-width:1191px) {
  .swiper.swiperCab{height: 170px;max-height: 170px;}
  .swiper.swiperDermo {
    height: 170px;
    max-height: 170px
  }
  .swiper.swiperGreenB {
    height: 204px;
    max-height: 204px
  }
  .greenbeauty-header .iconProd {
    width: 42px;
    max-width: 42px
  }
  .greenbeauty-header .swiper-slide {
    max-width: 169px
  }
  .greenbeauty-header .hackSlideDescription {
    height: calc(100% - 38px)
  }
}
@media only screen and (min-width:1192px) and (max-width:1399px) {
  .swiper.swiperCab{height: 160px;max-height: 160px;}
  .greenbeauty-header .text-overlayed.hackFont {
    font-size: 11px
  }
  .swiper.swiperDermo {
    height: 190px;
    max-height: 190px
  }
  .swiper.swiperGreenB {
    height: 195px;
    max-height: 195px
  }
  .greenbeauty-header .iconProd {
    width: 39px;
    max-width: 39px
  }
  .greenbeauty-header .swiper-slide {
    width: 156px
  }
  .greenbeauty-header .hackSlideDescription {
    height: calc(100% - 38px)
  }
}
@media only screen and (min-width:1400px) {
  .swiper.swiperCab{height: 185px;max-height: 185px;}
  .swiper.swiperDermo {
    height: 220px;
    max-height: 220px
  }
  .swiper.swiperGreenB {
    height: 213px;
    max-height: 213px
  }
  .greenbeauty-header .iconProd {
    width: 51px;
    max-width: 51px
  }
  .greenbeauty-header .swiper-slide {
    width: 180px
  }
  .greenbeauty-header .hackSlideDescription {
    height: calc(100% - 38px)
  }
}