[data-element-id] .global-header[data-variable-header]{
  position: relative;
}

ul.ticker__list{
  margin-bottom: 0;
  padding-left: 0;
}

.global-nav__content-list:not(.global-nav__content-list--for-user){
   margin-bottom: 0;
  padding-left: 0;
}

.global-nav__content-list--for-user{
   margin-bottom: 0;
   margin-top: 0;
  padding-left: 0;
}

.global-header .header-primary__brand-logo-wrapper{
  margin-top: 0;
}

body{
      font-family: var(--font-main);
}

a{
  color: initial;
}


@media(max-width: 767px){
  .mv-thumbslider.js-mv-thumbslider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs>div {
    width: calc(100% / 5.7);
  }
  
  div#swiper-wrapper-336dc3b57cb8c3c4 {
    transform:translate3d(-320px, 0px, 0px) !important;
  }
  
  .mv-mainslider.js-mv-mainslider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress>.mv-mainslider-wrapper .mv-slider-slide {
      width: calc(100vw - 40px) !important;
      margin-right: 5px !important;
  }
  
  .mv-mainslider .swiper-slide:not(.swiper-slide-active)::before{
    opacity: 0 !important;
  }
  
  .newarrival__product-list .swiper:not(.swiper-initialized){
    opacity: 1 !important;
  }
}
