#header {
  height: calc(100vh - 109px);
  margin: 109px 0 50px;
  width: 100%;
  padding: 0 0px;
}
.header__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-top: 0px;
  gap: 30px;
}
.header__content__left {
  width: 100%;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.header__content__left__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  opacity: 0.15;
  z-index: 4;
}
 .woocommerce header .wcml-horizontal-list.product{
  margin: 0;
}
.header__content__left .medium__pill__container {
  margin-top: 30px;
}
#header .pill h6{
  background-color: #fff;
  height: 55px;
  padding: 0 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
#header .pill h6:hover{
  color: #fff;
  background-color: #000;
}
#header .pill h6.preorder {
  background-color: var(--color-red);
  color: #FFF;
}
#header .pill h6.preorder:hover {
  background-color: #000;
}
#header .clear{
  display: block;
  width: 100%;
}
.header__content__left__info {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  color: white;
}
.header__content__left__info .top {
  display: none;
  position: absolute;
  z-index: 10;
  top: 144px;
  left: 5%;
  padding-left: 40px;
}
.header__content__left__info .row h6 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  line-height: .96em;
}
.header__content__left__info .bottom {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  padding: 0 5%;
  width: 100%;
}
.header__content__left__info .bottom h1 {
  width: 100%;
}
.header__content__left__info .dots__container {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 5%;
  display: flex;
  gap: 16px;
  display: none;
}
.header__content__left__info .dots__container .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: transparent;
  transition: all 0.2s ease;
}
.header__content__left__info .dots__container .dot:hover {
  cursor: pointer;
}
.header__content__left__info .dots__container .dot.active {
  background-color: white;
}
.header__content__left__info .row {
  bottom: 50px;
  left: 5%;
  position: absolute;
  z-index: 11;
}
.header__content__left__info .row h6 {
  margin-bottom: 20px;
  margin-left: 30px;
}
.hyglator-home{
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border-radius: 23px;
  padding: 30px;
  position: relative;
  width: fit-content
}
.hyglator-home.mobile{
  position: relative;
  bottom: initial;
  left: 0;
  display: none;
}
.hyglator-home.mobile:before{
  background-color: #eef0f1;
}
.hyglator-home:before{
  background-color: rgba(255,255,255,0.13);
  backdrop-filter: blur(3px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.hyglator-home h3{
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -5%;
  line-height: 1;
  color: #25408F;
}
.hyglator-home p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2%;
  color: #fff;
}
.hyglator-home button{
  height: 55px; 
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
  color: #000;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all .5s ease;
}
.hyglator-home button:hover{
  background-color: #000;
  color: #fff;
}
.hyglator-home label{
  height: 38px;
  background-color: #25408F;
  color: #fff;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -5%;
  width: fit-content;
}
.hyglator-home label img{
  width: 100px;
}
.hyglator-home img.hyglator-logo{
  width: 220px;
  overflow: hidden;
  border-radius: 8px;
}
#header .header-slider {
  height: 100%;
  width: 100%;
}
#header .header-slider .gradient {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#header .video-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .video-container video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#header .header-slider .image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#header .header-slider .image-wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: all 0.2s ease;
}
#header .header-slider .image-wrapper img.active {
  transform: translateX(0);
}
.header__content__right {
  width: calc(37% - 15px);
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.header__content__right .background {
  position: absolute;
  background-color: var(--color-blue);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header__content__right .foreground {
  position: absolute;
  background-color: #25408fb6;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  display: grid;
  grid-template-rows: 1ont 1fr 1fr;
}
.header__content__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  opacity: 0;
  transition: all 0.2s ease;
  object-fit: cover;
}
.header__content__right img.active {
  opacity: 1;
}
.header__content__right .img__filter {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background-color: var(--color-blue);
  border-radius: 24px;
  opacity: 0.7;
}
.header__content__right .no__border {
  border: none;
}
.header__content__right .foreground > div,
.header__content__right .foreground a > div {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 15%;
}
.header__content__right .foreground a {
  width: 100%;
}
.header__content__right .foreground a > div {
  border-top: 1px solid white;
}
.header__content__right .foreground a h5 {
  margin-left: 20px;
  color: #a5adc4;
}
.header__content__right a:hover > div {
  border-top: 2px solid white;
  border-bottom: 1px solid white;
}
.header__content__right .foreground a:hover h5 {
  color: white;
}
.header__content__right__section:hover .dots {
  background-color: white;
  border: 2px solid white;
}
.header__content__right__section .dots {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--color-lightblue);
  transition: all 0.2s ease;
}
.header__content__left .medium__pill__container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  justify-content: flex-end;
}
#front-page p.empty {
  width: 100%;
  text-align: center;
}
.caroussel_title {
  display: flex;
  gap: 0px;
  margin: 85px 0 40px;
  align-items: center;
}
.caroussel_title > div {
  display: flex;
  gap: 15px;
  margin-right: 20px;
}
.caroussel_title svg {
  height: 40px;
  width: 40px;
  transition: all 0.2s ease;
}
.caroussel_title svg:hover {
  transform: scale(1.2);
  cursor: pointer;
}
#technologies__content__slider,
#caroussel_new,
#caroussel_sale {
  width: 100%;
}
#caroussel_sale .ranger{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
#caroussel_sale .ranger .col{
  width: 25%;
  padding: 0 12px;
  margin-bottom: 24px;
}
#caroussel_sale .title-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#caroussel_sale .buttons{
  display: flex;
  gap: 0 8px;
  margin-bottom: 20px;
}
#caroussel_sale .buttons button{
  background-color: #EEF0F1;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  height: 55px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .5s ease;
  padding: 0 20px;
  cursor: pointer;
}
#caroussel_sale .buttons button.active, #caroussel_sale .buttons button:hover{
  background-color: #000;
  color: #fff;
  border-color: #000;
}
#caroussel_sale .title-row h3{
  font-size: 32px;
  display: flex;
  gap: 0 30px;
  margin-bottom: 25px;
}
#caroussel_sale .title-row h3 span a{
  font-size: 16px;
  color: #7D7D7D;
}
#caroussel_sale .title-row h3 a{
  text-decoration: underline;
}
#caroussel_sale .title-row .arrows{
  display: flex;
  gap: 0 16px;
}
#caroussel_sale .title-row .arrows div{
  background-color: #CFD4D8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../assets/image/arrow.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s ease;
  cursor: pointer;
}
#caroussel_sale .title-row .arrows div:hover{
  background-color: #000;
}
#caroussel_sale .title-row .arrows div.next{
  position: relative;
  transform: rotate(-180deg);
}
#technologies__content__slider .slick-slide,
section.related.products .slick-slide,
#caroussel_new .slick-slide,
#caroussel_sale .slick-slide {
  margin: 0 15px;
}
#technologies__content__slider .slick-track,
#technologies__content__slider .slick-list,
#caroussel_new .slick-track,
#caroussel_sale .slick-track,
#caroussel_new .slick-list,
#caroussel_sale .slick-list {
  overflow: visible !important;
  height: 100%;
  margin-left: initial;
}
#caroussel_sale .slick-slider{
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  
}
.section-car{
  margin-top: 80px;
  display: block;
  width: 100%;
  clear: both;
}
.subfilters-wear {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.wear-subfilter {
  -webkit-appearence: none;
  background: none;
  border: 0;
  color: #7D7D7D;
  cursor: pointer;
  font-size: 15px;
  padding: 0;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
.wear-subfilter.active,
.wear-subfilter:hover {
  color: #000;
}
.carousel-content {
  opacity: 0;
  transition: all 0.5s ease;
}
.carousel-content.slick-initialized {
  opacity: 1;
}
#technologies__content__slider {
  display: none;
}
#technologies__content__slider .slick-slide svg {
  height: 50px;
  width: 50px;
}
.products__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.products__content__top {
  width: 100%;
}
.products__content__top h2 {
  font-size: 5vw;
}
#mix {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 140px 0;
}
.mix__content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin: 0 auto;
  background-color: var(--color-blue);
  border-radius: 24px;
  box-sizing: border-box;
  padding: 40px;
  gap: 60px;
}
.mix__content__left {
  width: 100%;
  background-color: var(--color-lightgray);
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 62.90956749672346%;
  position: relative;
}
.mix__content__left video {
  left: 50%;
  height: 100%;
  min-width: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mix__content__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 0;
  align-items: center;
}
.mix__content__right .top {
  width: 100%;
  color: white;
}
.mix__content__right .top .container_p {
  padding: 25px 0;
}
.mix__content__right .bottom {
  width: 100%;
  display: flex;
  align-items: end;
}
#trusted {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 0 60px;
  margin-top: 140px;
}
.trusted__content {
  width: 100%;
  border-top: 1px solid var(--color-lightgray);
  border-bottom: 1px solid var(--color-lightgray);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.trusted__content .content .container_p {
  margin-bottom: 50px;
}
.trusted__content__left {
  width: 38%;
}
.trusted__content__left h2 {
  margin-bottom: 110px;
}
.trusted__content__right {
  width: 51.5%;
  position: relative;
}
.trusted__content__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 15px;
}
#partenaires {
  max-width: 1880px;
  width: 100%;
  padding: 0 60px;
}
.partenaires__content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 45px 0;
  border-bottom: 1px solid var(--color-lightgray);
  gap: 30px;
}
.partenaires__content .partenaires__card {
  width: calc(20% - 24px);
  border-radius: 16px;
  background-color: white;
  position: relative;
}
.partenaires__content .partenaires__card .content-wrap {
  padding-bottom: 61.34969325153374%;
}
.partenaires__content .partenaires__card .image-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 45px;
  position: absolute;
  top: 0;
  width: 100%;
}
.partenaires__content .partenaires__card__bureau img {
  height: auto;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
#technologies {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 140px 0;
}
#technologies h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.technologies__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1920px;
}
.technologies__content__top {
  width: 100%;
}
.technologies__content__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.technologies__content__bottom .technologies__card {
  padding: 40px;
  position: relative;
  width: 25%;
}
.technologies__content__bottom .technologies__card:nth-child(-n+4) {
  border-bottom: 1px solid #DCDCDC;
}
.technologies__content__bottom .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.technologies__content__bottom .content p {
  width: 100%;
}
.technologies__content__bottom .technologies__card .content:after {
  background-color: #DCDCDC;
  bottom: 40px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;
}
.technologies__content__bottom .technologies__card:nth-child(4n+4) .content:after {
  display: none;
}
.technologies__content__bottom svg, .technologies__content__bottom img {
  width: 80px;
  height: auto;
  margin-bottom: 115px;
}
#front-page #store {
  width: 100%;
  align-items: center;
  display: flex;
  padding-bottom: 150px;
}
#store .slick-list{
  overflow: initial;
  width: 85%;
}
#store .slick-track {
  margin: 0;
}
.store__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
}
.store__content__top {
  display: flex;
  width: 100%;
  align-items: center;
}
.store__content__top .left {
  width: 50%;
}
.store__content__top .right {
  width: 50%;
  display: flex;
  justify-content: end;
  gap: 30px;
}
.store__content .bottom{
  display: none;
}
.store__content__bottom {
  width: 100%;
  padding-top: 70px;
}
.store__content__bottom h6 {
  margin-bottom: 25px;
}
.store__content__bottom .store__card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.store__content__bottom .store__card__container .store__card {
  box-sizing: border-box;
  padding: 45px;
  width: calc(25% - 90px/4);
  border-radius: 16px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store__content__bottom .store__card__container .store__card svg {
  max-height: 100px;
  max-width: 150px;
}
.store__content__bottom .store__card__container .store__card svg rect {
  transition: all 0.2s ease;
}
.store__content__bottom .store__card__container .store__card:hover svg rect {
  opacity: 1;
}
.canadausa_caroussel {
  display: none;
  width: 100%;
}
.canadausa_caroussel .canadausa__card__mobile__wrapper {
  display: none;
  margin: 0 10px;
}
.canadausa_caroussel
  .canadausa__card__mobile__wrapper
  .canadausa__card__mobile {
  background-color: white;
  border-radius: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: calc(var(--vh, 1vh) * 4) calc(var(--vh, 1vw) * 5);
}
.store__content__button__mobile {
  display: none;
}
#front-page .fade-in-anim {
  opacity: 0;
  transition: all 0.2s ease;
}
#front-page .fade-in-anim.fade-in {
  opacity: 1;
}
#front-page #ambassadors-caroussel .slick-slide {
  margin: 0 15px;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador {
  width: 100%;
  padding-bottom: 120%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 57.32%, rgba(0, 0, 0, 0.4) 86.34%);
  background-blend-mode: multiply;
  content: '';
  display: block;
  height: 100%;
  opacity: 100%;
  position: absolute;
  pointer-events: none;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 2;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador:after {
  background: #000000;
  background-blend-mode: multiply;
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 2;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador:hover:before {
  opacity: 0;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador:hover:after {
  opacity: 30%;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador h6 {
  color: white;
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 3;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador img {
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador .bg {
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
}
#front-page .caroussel_title.ambassadors {
  margin-top: 0px;
}
#front-page.aboutus{
  margin-bottom: 100px;
}
#front-page #ambassadors-caroussel {
  margin-left: -15px;
}
#front-page #ambassadors-caroussel h6{
  font-size: 20px;
  font-weight: 400;
  margin: 1em 0;
  position: relative;
  padding-right: 30px;
}
#front-page #ambassadors-caroussel h6:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../assets/image/instagram-small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#front-page #ambassadors-caroussel .slick-list{
  overflow: visible;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador .bg:hover {
  opacity: 0;
}
#technologies__content__slider{
  margin-left: -20px;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador .bg > div {
  position: absolute;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador .bg > div svg {
  height: 50px;
  width: 50px;
}
#front-page #ambassadors-caroussel .slick-slide .ambassador p {
  color: white;
}
@media only screen and (max-width: 1400px) {
  .store__content {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .products__content {
    box-sizing: border-box;
    padding: 0 0px;
  }
  .store__content__bottom .store__card__container .store__card {
    width: calc(100%/3 - 20px);
  }
  .partenaires__content {
    gap: 15px;
  }
  .partenaires__content .partenaires__card {
    width: calc(20% - 12px);
  }
  .partenaires__content .partenaires__card .image-wrap {
    padding: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .store__content__top {
    flex-wrap: wrap;
  }
  .store__content__top .left {
    width: 100% !important;
  }
  .store__content__top .right {
    width: 100% !important;
    justify-content: start;
    padding-top: 45px;
  }
  
  .header__content__left {
    width: 100%;
  }
  .header__content__left__info .bottom > p {
    margin-bottom: 10px;
    max-width: 90%;
  }
  .header__content__left .medium__pill__container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
    bottom: 15%;
    left: 7.5%;
  }
  
  .header__content__right {
    display: none !important;
  }
  .technologies__content__bottom .slick-track {
    display: flex;
  }
  .technologies__content__bottom .slick-list {
    overflow: initial;
    width: 90%;
  }
  .technologies__content__bottom .technologies__card {
    height: initial;
    padding: 0 40px
  }
  .technologies__content__bottom .technologies__card:nth-child(-n+4) {
    border-bottom: 0;
  }
  .technologies__content__bottom .technologies__card:nth-child(4n+4) .content:after {
    display: block;
  }
  .technologies__content__bottom .technologies__card:last-child .content:after {
    display: none;
  }
  .technologies__content__bottom .technologies__card .content:after {
    bottom: 0;
    top: 0;
  }
  .technologies__content__bottom svg, .technologies__content__bottom img  {
    margin-bottom: 85px;
    width: 60px;
  }
  .partenaires__content .slick-list {
    margin: 0 -15px;
    overflow: initial;
    width: 90%;
  }
  .partenaires__content .partenaires__card {
    margin: 0 15px;
  }
  #trusted,
  #partenaires {
    padding: 0 40px;
  }
  .trusted__content__left h2 {
    margin-bottom: 60px;
  }
  .trusted__content .content .container_p {
    margin-bottom: 30px;
    width: 90%;
  }
  .technologies__content__bottom {
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 1100px) {
  #header {
    margin-top: 106px;
  }
}
@media only screen and (max-width: 1024px) {
  .store__content__bottom .store__card__container {
    margin: 0 -12px;
  }
  .store__content__bottom .store__card__container .store__card {
    margin: 0 12px;
  }
  #caroussel_sale .ranger .col{
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  #header {
    margin-top: 101px;
  }
  .mix__content {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .trusted__content {
    grid-template-columns: 1fr;
  }
  .header__content__left__info .row h6{
    font-size: 24px;
  }
  #caroussel_sale .title-row h3{
    font-size: 22px;
    gap: 0 10px;
  }
  #caroussel_sale .title-row{
    margin-bottom: 5px;
  }
  #caroussel_sale .title-row .arrows div{
    width: 30px;
    height: 30px;
  }
  #caroussel_sale .title-row .arrows{
    gap: 0 10px;
  }
  #header .pill h6{
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #caroussel_sale .ranger .col{
    width: 100%;
  }
  .hyglator-home{
    display: none;
  }
  .hyglator-home.mobile{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .hyglator-home img.hyglator-logo{
    width: 160px;
    display: block;
    height: auto;
  }
  .header__content__left__info .top{
    display: block;
    bottom: initial;
    top: 50px;
    padding-left: 0;
  }
  .header__content__left__info .row h6 {
    display: none;
  }
  .header__content__left .medium__pill__container > div{
    justify-content: flex-start;
  }
  .hyglator-home.mobile{
    max-width: 100%;
    padding: 20px;
  }
  .hyglator-home button{
    height: 38px;
  }
  .hyglator-home h3{
    font-size: 22px;
  }
  .store__content__top .right {
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: center;
    gap: 10px;
  }
  .store__content__bottom {
    padding-top: calc(var(--vh, 1vh) * 7.5);
  }
  .store__content__button__mobile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: calc(var(--vh, 1vh) * 7.5);
  }
  .store__content__button__mobile a {
    background-color: var(--color-blue);
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 80px;
    text-decoration: none;
    color: var(--color-lightgray);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .store__content__button__mobile a:first-child {
    background-color: #eef0f2;
    color: black;
    border: 2px solid black;
  }
  #store .slick-list {
    width: 65%;
  }
  .store__content__bottom .store__card__container .store__card {
    padding: 40px;
  }
  .store__content__bottom .store__card__container .store__card svg {
    max-height: 90px;
    max-width: 130px;
  }
  .store__content__button__mobile {
    display: flex;
  }
  .header__content__left__info .bottom {
    bottom: 4%;
    padding: 0 4%;
  }
  .mix__content {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }
  #trusted h1 {
    font-size: 40px;
    text-align: left;
  }
  .trusted__content .content {
    align-items: center;
  }
  .trusted__content .content p,
  #product h2,
  #store h2 {
    text-align: left;
  }
  .store__content__top .right{
    display: none;
  }
  .store__content .bottom{
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .store__content .bottom .btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .store__content .bottom a{
    width: 100%;
    display: block;
  }
  .partenaires__content {
    box-sizing: border-box;
    padding: 30px 0px;
  }
  #partenaires .slick-list{
    overflow: visible;
  }
  .footer__content{
    padding: 0;
  }
  .technologies__content {
    padding: 0 20px;
  }
  #header a .pill h6{
    font-size: 16px;
    height: 38px;
  }
  #header  a:last-of-type .pill h6{
    display: flex;
  }
  #trusted,
  #partenaires {
    padding: 0 20px;
  }
  #technologies h2 {
    margin-bottom: 50px;
    text-align: left;
  }
  .technologies__content__bottom {
    margin: 0 -25px;
  }
  .technologies__content__bottom .technologies__card {
    padding: 0 25px;
  }
  .products__content__top h2 {
    font-size: 40px;
  }
  .trusted__content__left {
    margin-bottom: 50px;
    width: 100%;
  }
  .trusted__content__right {
    padding-bottom: 73.6842105263158%;
    width: 100%;
  }
  .caroussel_title > div.arrows {
    display: none;
  }
  .trusted__content__left h2 {
    margin-bottom: 30px;
  }
  .caroussel_title {
    margin: 50px 0 25px;
  }
  #mix {
    padding: 120px 0;
  }
  #front-page .caroussel_title.ambassadors {
    margin-top: 120px;
  }
  #technologies {
    padding: 120px 0;
  }
  #front-page #store {
    padding-bottom: 120px;
  }
  #caroussel_sale .buttons button{
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  #front-page #header h2 {
    font-size: 26px;
  }
  #front-page #header h6 {
    font-weight: 400;
  }
  .header__content__left .medium__pill__container > div {
    gap: 5px 10px;
  }
  .header__content__left__info .bottom {
    padding: 0 20px;
  }
  .header__content__left__info .dots__container {
    left: 20px;
    display: none;
  }
  .header__content__left .medium__pill__container .pill {
    padding: 0;
  }
  .footer__content__bottom .row{
    flex-direction: row;
  }
  .footer__content__bottom .language p{
    font-size: 16px;
  }
  .footer__content__bottom .language .switcher{
    width: 50px;
  }
  .footer__content__bottom .language .switcher a{
    font-size: 16px;
  }
  .header__content {
    padding-top: 0;
  }
  #store .slick-list {
    width: 85%;
  }
}
@media only screen and (max-width: 400px) {
  .footer__content__bottom .row{
    flex-direction: column;
  }
  .wear-subfilter {
    font-size: 3.8vw;
  }
}