.numotion--container {
  width: 1400px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.numotion--main h2 {
  font-size: 24px;
  color: #101010;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.1;
}

.slick-slide {
  height: auto !important;
}

/* Hero */

.numotion--hero-section {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.numotion--hero-section .bg-image {
  height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover;
}
.numotion--hero-container {
  position: absolute;
  z-index: 1;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.numotion--hero-headline {
  font-size: 34px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
  filter: drop-shadow(4px 4px 54px rgb(0, 0, 0, 0.7));
}
.numotion--hero-logo {
  max-width: 240px;
  margin: 20px 0;
  display: block;
  pointer-events: none;
}
.numotion--hero-desc {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 700;
  margin: 20px 0 0;
  display: none;
  filter: drop-shadow(4px 4px 54px rgb(0, 0, 0, 0.7));
}
.numotion--hero-button {
  color: #FFFFFF;
  background-color: #532279;
  font-weight: 800;
  font-size: 14px;
  padding: 17px 60px;
  display: block;
  text-decoration: none;
  width: fit-content;
  margin: 0 0 30px;
  line-height: 1;
  text-transform: uppercase;
  transition: all .2s linear;
}
.numotion--hero-button:hover {
  background-color: #602b89;
}

/* Icons */
.numotion--icons {
  padding: 30px 0;
  background-color: #EBEBFF;
}
.numotion--icons-slider {
  margin-top: 20px;
}
.numotion--icons-slider .slick-list {
  padding-left: 0 !important;
}
.numotion--icons-slider .slick-slide {
  /* max-width: 295px;
  max-height: 295px; */
  padding: 0 10px;
}
.numotion--icons-slide {
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 295px;
  max-height: 295px;
  margin: 0 auto;
}
.numotion--icons-slide img {
  width: 90px;
  height: 90px;
}
.numotion--icons-slide p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 30px 0 0;
}
.numotion--icons-arrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.numotion--icons-arrow {
  width: 30px;
  height: 30px;
}
.numotion--icons-arrow.slick-disabled {
  opacity: .6;
}

/* Bestsellers */
.numotion--bestsellers {
  padding: 30px 0 0px;
  position: relative;
}
.numotion--bestsellers h2 {
  margin-bottom: 20px;
}
.numotion--bestsellers-slide {
  background-color: #EBEBFF;
  text-align: center;
  padding: 0 0 30px;
}
.numotion--bestsellers-photo {
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
}
.numotion--bestsellers-photo-desktop {
  display: none !important;
}
.numotion--bestsellers-arrows {
  margin: 20px auto 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.numotion--bestsellers-arrows-desktop {
  display: none;
}
.numotion--bestsellers-arrow {
  width: 20px;
  height: 20px;
}
.numotion--bestsellers-arrow.slick-disabled {
  opacity: .6;
}
.numotion--bestsellers-dots .slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.numotion--bestsellers-dots li {
  width: 10px;
  height: 10px;
}
.numotion--bestsellers-dots button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #532279;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  display: block;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
}
.numotion--bestsellers-dots button.active,
.numotion--bestsellers-dots li.slick-active button {
  background-color: #532279;
}
.numotion--bestsellers-slide h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px;
}
.numotion--bestsellers-slide h3 br {
  display: none;
}
.numotion--bestsellers-slide p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  max-width: 310px;
  margin: 0 auto;
}
.numotion--bestsellers-button {
  color: #532279;
  background-color: transparent;
  border: 2px solid #532279;
  font-weight: 800;
  font-size: 14px;
  padding: 17px 60px;
  display: block;
  text-decoration: none;
  width: fit-content;
  margin: 40px auto 0;
  line-height: 1;
  text-transform: uppercase;

  transition: all .2s linear;
}

.numotion--bestsellers-button:hover {
  color: #fff;
  background-color: #532279;
}

/* Products */
.numotion--products-container {
  padding: 0;
}
.numotion--products {
  padding: 30px 10px;
}
.numotion--products h2 {
  margin-bottom: 20px;
}
.numotion--products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.numotion--products-single {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.30);
  background-color: #fff;
}
.numotion--products-single img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all .3s ease;
}
.numotion--products-single a:hover img {
  transform: scale(1.1);
}
.numotion--products-single a {
  text-decoration: none !important;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.numotion--products-single-image {
  overflow: hidden;
}
.numotion--products-single-name {
  display: flex;
  height: 115px;
  padding: 0px 10%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.30);
  background: #EBEBFF;
}
.numotion--products-single-name h3 {
  font-size: clamp(1rem, 0.7917rem + 0.9259vw, 1.625rem);
    font-weight: 400;
    color: #4a4a4a;
}
.numotion--products-single-name small {
  font-size: 16px;
  display: block;
}

.numotion--products-desktop {
  display: none;
}

/* cta */
.numotion--cta {
  background-color: #532279;
  padding: 40px 0;
}
.numotion--cta h2 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
.numotion--cta-button {
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-weight: 800;
  font-size: 14px;
  padding: 17px 60px;
  display: block;
  text-decoration: none;
  width: fit-content;
  margin: 40px auto 0;
  line-height: 1;
  text-transform: uppercase;
  transition: all .2s linear;
}
.numotion--cta-button:hover {
  background-color: #fff;
  color: #532279;
}


/* Media quries */
/* Small devices */
@media only screen and (min-width: 480px) {
  .numotion--icons-slide p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .numotion--hero-section {
    height: 600px;
  }

  .numotion--hero-headline {
    font-size: 62px;
  }
  .numotion--hero-logo {
    max-width: 300px;
    margin: 45px 0;
  }
}

/* Medium devices */
@media only screen and (min-width: 768px) {
  .numotion--main h2 {
    font-size: 30px;
    text-align: start;
  }
  .numotion--cta {
    padding: 60px 0;
  }
  
  .numotion--icons-arrows {
    padding-top: 35px;
  }
  h2.numotion--cta-headline {
    text-align: center;
  }
  .numotion--bestsellers-photo-desktop {
    display: block !important;
  }
  .numotion--bestsellers-photo-mobile {
    display: none !important;
  }
  .numotion--bestsellers-slider {
    padding: 0;
  }
  .numotion--products-container  {
    padding: 0 20px;
  }
  .numotion--products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .numotion--products-desktop {
    display: block;
  }
  .numotion--products-mobile {
    display: none;
  }
  .numotion--hero-section .bg-image {
    object-position: right;
}
}

/* Large devices */
@media only screen and (min-width: 992px) {
  .hideOnDesktop {
    display: none;
  }
  .numotion--hero-container {
    align-items: flex-start;
    justify-content: center;
  }
  .numotion--hero-section {
    text-align: start;
  }
  .numotion--hero-desc {
    display: block;
  }
  .numotion--hero-button {
    margin: 0;
  }
  .numotion--bestsellers-slide h3 br {
    display: block;
  }
  .numotion--bestsellers-slide {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 0;
  }
  .numotion--bestsellers-photo {
    order: 1;
  }
  .numotion--bestsellers-slide > div {
    order: -1;
  }
  .numotion--bestsellers-slide .numotion--bestsellers-arrows {
    display: none;
  }
  .numotion--bestsellers-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: start;
    width: fit-content;
    margin: 0 auto;
  }
  .numotion--bestsellers-arrows-desktop {
    display: flex;
  }
  .numotion--bestsellers-button {
    margin: 30px 0 0;
  }
  .numotion--icons-slide p {
    font-size: 21px;
  }
  .numotion--icons-slider {
    margin-top: 30px;
  }
  .numotion--products {
    padding: 40px 0;
  }
  .numotion--bestsellers h2, .numotion--products h2 {
    margin-bottom: 30px;
  }
  .numotion--bestsellers-arrows {
    margin: 20px auto 0px;
  }
}

/* Extra large devices */
@media only screen and (min-width: 1200px) {
  .numotion--icons {
    padding: 40px 0;
  }
  .numotion--icons-slide p {
    font-size: 26px;
  }
  .numotion--bestsellers {
    padding: 40px 0 0;
  }

  .numotion--main h2 {
    margin-bottom: 40px;
  }
  .numotion--hero-section .bg-image {
    object-position: center;
}
}

@media only screen and (min-width: 1400px) {
  .numotion--bestsellers {
    padding: 40px 0 0;
  }
  .numotion--main h2 {
    font-size: 34px;
  }
  .numotion--icons-slide {
    max-width: 340px;
    max-height: 340px;
  }
  .numotion--icons-slide p {
    font-size: 25px;
  }
  .numotion--bestsellers-slide h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .numotion--bestsellers-slide p {
    font-size: 20px;
    max-width: 400px;
    margin: 0;
    line-height: 1.3;
    max-width: 334px;
  }
  .numotion--bestsellers-button {
    margin: 40px 0 0;
  }
  .numotion--bestsellers-arrow {
    width: 35px;
    height: 35px;
  }
  .numotion--bestsellers-dots li {
    width: 16px;
    height: 16px;
  }

  
}

@media only screen and (max-width: 991px) {
  .hideOnMobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .numotion--products-single-name {
    align-items: center;
    text-align: center;
    height: 75px;
  }
  .numotion--products-single-name h3 small {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .numotion--bestsellers-slide h3 {
    min-height: 52px;
  }
}

.removeTransform {
  transform: none !important;
}