.newlaunches-section {
  padding: 50px 0;
  overflow: hidden;
}
.newlaunches-section .newlaunchesswiper {
  overflow: visible;
}
.newlaunches-section .newlaunches-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-top: 30px;
  position: absolute;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .newlaunches-section .newlaunches-navigation {
    margin-bottom: 30px;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.newlaunches-section .newlaunches-navigation .custom-swiper-button-prev,
.newlaunches-section .newlaunches-navigation .custom-swiper-button-next {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  pointer-events: auto;
  background-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  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;
}
@media (hover: hover) {
  .newlaunches-section .newlaunches-navigation .custom-swiper-button-prev:hover,
  .newlaunches-section .newlaunches-navigation .custom-swiper-button-next:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newlaunches-section .newlaunches-navigation .custom-swiper-button-prev svg,
.newlaunches-section .newlaunches-navigation .custom-swiper-button-next svg {
  width: 32px;
}
.newlaunches-section .newlaunches-navigation .custom-swiper-button-next svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.newlaunches-section .nw-sliderwrapper .nw-column-left {
  width: 100%;
}
@media (min-width: 992px) {
  .newlaunches-section .nw-sliderwrapper .nw-column-left {
    max-width: 29.2%;
    position: relative;
    z-index: 99;
  }
  .newlaunches-section .nw-sliderwrapper .nw-column-left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 300%;
    z-index: -1;
  }
}
.newlaunches-section .nw-sliderwrapper .nw-column-right {
  width: 100%;
}
@media (min-width: 992px) {
  .newlaunches-section .nw-sliderwrapper .nw-column-right {
    max-width: 70.8%;
    padding-left: 32px;
  }
}
@media (min-width: 1400px) {
  .newlaunches-section .nw-sliderwrapper .nw-column-right {
    padding-left: 52px;
  }
}
.newlaunches-section .newlaunch-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.newlaunches-section .newlaunch-card .image-wrap {
  position: relative;
}
.newlaunches-section .newlaunch-card .image-wrap figure {
  margin: 0;
  position: relative;
  padding-bottom: 71.7%;
}
.newlaunches-section .newlaunch-card .image-wrap figure img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  will-change: transform;
}
.newlaunches-section .newlaunch-card .image-wrap .image-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #Fff;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .newlaunches-section .newlaunch-card .image-wrap .image-title {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .newlaunches-section .newlaunch-card .image-wrap .image-title {
    font-size: 24px;
  }
}
.newlaunches-section .newlaunch-card .newlaunch-hovercard {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard {
    padding-block: 10px;
  }
}
@media (min-width: 1400px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard {
    padding-block: 24px;
  }
}
@media (min-width: 992px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard {
    background-color: #96EB78;
    text-align: center;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newlaunches-section .newlaunch-card .newlaunch-hovercard .newlaunch-title {
  color: #007737;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard .newlaunch-title {
    padding-inline: 24px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.1;
  }
}
@media (min-width: 1400px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard .newlaunch-title {
    font-size: 40px;
  }
}
.newlaunches-section .newlaunch-card .newlaunch-hovercard .newlaunch-description {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 992px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard .newlaunch-description {
    padding-inline: 24px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard .newlaunch-description {
    font-size: 24px;
  }
}
.newlaunches-section .newlaunch-card .newlaunch-hovercard .shop-link {
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard .shop-link {
    font-size: 20px;
    padding: 10px 0;
  }
}
@media (min-width: 1400px) {
  .newlaunches-section .newlaunch-card .newlaunch-hovercard .shop-link {
    font-size: 24px;
    padding: 15px 0;
  }
}
.newlaunches-section .shop-link {
  margin-inline: auto;
}