@import url("https://fonts.googleapis.com/css?family=Signika+Negative:300,400&display=swap");
body {
  font-family: "Signika Negative", sans-serif;
  font-weight: 300;
  background-color: black;
  overflow-x: hidden;
  /* height: 150vh; */
  /* display: flex; */
  /* justify-content: space-around; */
  /* align-items: center; */
  /* min-height: 100vh;
  margin: 0;
  overflow: hidden; */
}
/* Global styles come from external css https://codepen.io/GreenSock/pen/gOWxmWG */
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.arrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  animation: jump 2s ease-in-out infinite;
  text-align: center;
  transition: all 200ms ease-in-out;
  transform: scale(1);
  z-index: 9;
}
.arrow svg {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.arrow.hide{
  transform: scale(0);
  animation: none;
}
.arrow p {
  color: #fff;
  opacity: .5;
}

@keyframes jump {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(-30px);
    opacity: 0;
  }
}

.container{
  width: 100%;
  /* max-width: 1500px; */
  margin: 0 auto;
}
.section{
  height: 100vh;
}
.section h2 {
  color: #fff;
  font-size: 2em;
  padding: 1em;
}

.airpods3rd-section h2 {
  text-align: center;
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px) scale(1);
  font-size: 100px;
  z-index: 99;
}

.airpods-section {
  position: relative;
}
.airpods-section h2{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.airpods-section h3 {
  position: absolute;
  left: 50%;
  bottom: 200px;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  font-size: 2.2em;
  color: #fff;
}

.airpods-canvas {
  position: relative;
  height: 100%;
}
.airpods-canvas canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* max-width: 100vw;
  max-height: 100vh; */
}

.video-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  /* flex-direction: column; */
}
.video-box video {
  width: 100%;
  max-width: 690px;
  padding-top: 100px;
}
.pink{
  padding-top: 20vh;
  /* background-color: pink; */
}
.dj-section{
  overflow: hidden;
  width: 1500px;
  margin: 0 auto ;
}



.NewArrivalCard__buy-button___uoyW8 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.NewArrivalCard__title___Q-uZF {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px
}
.xnv6R {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  color: #3b3e40;
  -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
  transition: all .3s cubic-bezier(.23,1,.32,1);
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;

  border-radius: 100px;
  padding: 10px 20px;
}


.CardsScroller__card-list___oMJkb {
  padding-bottom: 32px;
  padding-top: 8px;
  margin-top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  /* overflow-x: auto; */
  /* overflow-y: hidden; */
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain
}

@media not all and (any-pointer: fine),(hover:none),(max-width:767px) {
  .CardsScroller__card-list___oMJkb {
    -ms-scroll-snap-type:none;
    scroll-snap-type: none
  }
}

.CardsScroller__card-list___oMJkb::-webkit-scrollbar {
  display: none
}

.CardsScroller__card-list___oMJkb [data-cards-scroller-item] {
  --col-gap: 8px;
  --visible-cols: 1;
  --col-hint: 0.154168;
  --padding-left: 24px;
  --total-gap: calc(var(--col-gap) * (var(--visible-cols)));
  /* --full-width: calc(100vw - var(--scrollbar-width, 0%)); */
  /* --full-width: 500px;
  --col-size: calc((var(--full-width) - var(--total-gap) - var(--padding-left)) / (var(--visible-cols) + var(--col-hint)));
  --last-col-size: calc(var(--col-size) + var(--padding-left)); */
  -ms-scroll-snap-coordinate: left;
  scroll-snap-coordinate: left;
  scroll-snap-align: start;
  margin: 0 calc(var(--col-gap)/ 2);
  /* flex: 0 0 var(--col-size) */
  flex: 0 0 400px
}

@media (min-width: 768px) {
  .CardsScroller__card-list___oMJkb [data-cards-scroller-item] {
    --col-gap:16px;
    --visible-cols: 2;
    --col-hint: 0.5;
    --padding-left: 32px
  }
}

@media (min-width: 1200px) {
  .CardsScroller__card-list___oMJkb [data-cards-scroller-item] {
    --col-gap:16px;
    --visible-cols: 3;
    /* --padding-left: calc((var(--full-width) - 1200px) / 2); */
    --col-size: calc((1200px - (var(--visible-cols) - 1) * var(--col-gap)) / var(--visible-cols))
  }
}

.CardsScroller__card-list___oMJkb [data-cards-scroller-item]:first-child {
  margin-left: 0
}

.CardsScroller__card-list___oMJkb [data-cards-scroller-item]:last-child {
  /* flex-basis: var(--last-col-size) */
}

.CardsScroller__card-list___oMJkb [data-cards-scroller-item]:last-child [data-cards-scroller-item-container]::after {
  content: '';
  padding-right: var(--padding-left)
}

.CardsScroller__card-list___oMJkb [data-cards-scroller-item] [data-cards-scroller-item-container] {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(var(--padding-left));
  transform: translateX(var(--padding-left))
}

.CardsScroller__card-list___oMJkb [data-cards-scroller-item] [data-cards-scroller-item-content] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1
}

.ProductCard__product-card___C2yJH {
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  display: block;
  isolation: isolate
}

@media (max-width: 767px) {
  .ProductCard__product-card___C2yJH {
    -webkit-box-shadow:0 4px 16px rgba(0,0,0,.04);
    box-shadow: 0 4px 16px rgba(0,0,0,.04)
  }
}

.ProductCard__product-card___C2yJH:hover {
  -webkit-box-shadow: 0 4px 24px rgba(0,0,0,.1);
  box-shadow: 0 4px 24px rgba(0,0,0,.1)
}

.ProductCard__product-card___C2yJH {
  border-radius: 6px
}

.ProductCard__product-card___C2yJH.ProductCard__focus-visible___dxdWR {
  border-radius: 6px
}

.ProductCard__product-card___C2yJH.ProductCard__focus-visible___dxdWR {
  border-radius: 6px
}

.ProductCard__product-card___C2yJH:focus-visible {
  border-radius: 6px
}

.ProductCard__product-card___C2yJH .ProductCard__content___IEtNY {
  padding: 16px 16px 64px 16px;
  position: relative;
  display: block
}

.ProductCard__product-card___C2yJH .ProductCard__content___IEtNY .ProductCard__label___\+5o39 {
  color: rgba(0,0,0,.65);
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.ProductCard__product-card___C2yJH .ProductCard__content___IEtNY .ProductCard__title___JpnJU {
  color: rgba(0,0,0,.85);
  font-weight: 600;
  word-break: break-word;
  display: block;
  font-size: 16px;
  line-height: 20px
}

.ProductCard__product-card___C2yJH figure {
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fafafa));
  background-image: linear-gradient(#fff,#fafafa)
}

@media (max-width: 767px) {
  .ProductCard__product-card___C2yJH figure .slick-next,.ProductCard__product-card___C2yJH figure .slick-prev {
    display:none
  }
}

@media not all and (any-pointer: fine),(hover:none),(max-width:767px) {
  .ProductCard__product-card___C2yJH figure .slick-next,.ProductCard__product-card___C2yJH figure .slick-prev {
    display:none
  }
}

.ProductCard__product-card___C2yJH figure .slick-next,.ProductCard__product-card___C2yJH figure .slick-prev {
  width: 32px;
  height: 32px;
  background-color: rgba(0,0,0,.2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0
}

.ProductCard__product-card___C2yJH figure .slick-next i,.ProductCard__product-card___C2yJH figure .slick-prev i {
  color: #fff;
  font-size: 20px
}

.ProductCard__product-card___C2yJH figure .slick-next:hover,.ProductCard__product-card___C2yJH figure .slick-prev:hover {
  background-color: rgba(0,0,0,.3)
}

.ProductCard__product-card___C2yJH figure .slick-prev {
  left: 8px
}

.ProductCard__product-card___C2yJH figure .slick-next {
  right: 8px
}

.ProductCard__product-card___C2yJH figure:hover .slick-prev {
  opacity: 1
}

.ProductCard__product-card___C2yJH figure:hover .slick-next {
  opacity: 1
}

.ProductCard__product-card___C2yJH figure .slick-dots {
  bottom: 8px;
  height: 16px
}

@media (max-width: 767px) {
  .ProductCard__product-card___C2yJH figure .slick-dots {
    bottom:0
  }
}

.ProductCard__product-card___C2yJH figure .slick-dots>li {
  border-radius: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
  background: 0 0
}

.ProductCard__product-card___C2yJH figure .slick-dots>li button,.ProductCard__product-card___C2yJH figure .slick-dots>li.slick-active button {
  width: 100%;
  height: 100%;
  background: 0 0;
  border-radius: 0
}

.ProductCard__product-card___C2yJH figure .slick-dots>li button::before,.ProductCard__product-card___C2yJH figure .slick-dots>li.slick-active button::before {
  content: '';
  height: 2px;
  display: block;
  background: rgba(0,0,0,.2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.ProductCard__product-card___C2yJH figure .slick-dots>li button.focus-visible,.ProductCard__product-card___C2yJH figure .slick-dots>li.slick-active button.focus-visible {
  outline: 4px solid #0060ef
}

.ProductCard__product-card___C2yJH figure .slick-dots>li button.focus-visible,.ProductCard__product-card___C2yJH figure .slick-dots>li.slick-active button.focus-visible {
  outline: 4px solid #0060ef
}

.ProductCard__product-card___C2yJH figure .slick-dots>li button:focus-visible,.ProductCard__product-card___C2yJH figure .slick-dots>li.slick-active button:focus-visible {
  outline: 4px solid #0060ef
}

.ProductCard__product-card___C2yJH figure .slick-dots>li.slick-active button::before {
  background: rgba(0,0,0,.85)
}

.ProductCard__product-card___C2yJH figure .ProductCard__image-container___Vd6Ei {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%
}

.ProductCard__product-card___C2yJH figure .ProductCard__image-content___9C6Vb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden
}

.ProductCard__product-card___C2yJH figure .ProductCard__image-outer___PeWqk {
  position: absolute;
  margin: -1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.ProductCard__product-card___C2yJH figure img {
  -o-object-fit: cover;
  object-fit: cover
}

.ProductCard__product-card___C2yJH .ProductCard__shop___xoiRD {
  position: absolute;
  bottom: 16px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px
}

.ProductCard__product-card___C2yJH .ProductCard__shop___xoiRD .ProductCard__originPrice___Fr5Xq {
  color: rgba(0,0,0,.45);
  text-decoration: line-through
}

.ProductCard__product-card___C2yJH .ProductCard__shop___xoiRD .ProductCard__price___\+GCiF {
  color: rgba(0,0,0,.85)
}

.ProductCard__product-card___C2yJH:hover {
  cursor: pointer
}

@media (min-width: 768px) {
  .ProductCard__product-card___C2yJH .ProductCard__content___IEtNY {
    padding:16px 24px 76px 24px
  }

  .ProductCard__product-card___C2yJH .ProductCard__content___IEtNY .ProductCard__label___\+5o39 {
    font-size: 14px;
    line-height: 20px
  }

  .ProductCard__product-card___C2yJH .ProductCard__content___IEtNY .ProductCard__title___JpnJU {
    font-size: 20px;
    line-height: 24px
  }

  .ProductCard__product-card___C2yJH .ProductCard__shop___xoiRD {
    margin-top: 24px;
    bottom: 32px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 20px
  }
}

@media (min-width: 1200px) {
  .ProductCard__product-card___C2yJH .ProductCard__content___IEtNY {
    padding:16px 32px 88px 32px
  }

  .ProductCard__product-card___C2yJH .ProductCard__content___IEtNY .ProductCard__title___JpnJU {
    font-size: 24px;
    line-height: 28px
  }

  .ProductCard__product-card___C2yJH .ProductCard__shop___xoiRD {
    padding: 0 32px
  }
}

.ProductCard__original-price___WOGeP {
  color: rgba(0,0,0,.45)
}

.LinkCard__link-card___22-6m {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  isolation: isolate;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible!important;
  overflow: initial!important
}



.NewArrivalCard__card-content___4agp8 {
  display: block;
  position: relative;
  height: 100%;
  transition: transform .3s ease;
}

.NewArrivalCard__card-content___4agp8:hover{
  transform: rotate3d(1, 1, 1, -2deg);
}

.NewArrivalCard__card-content___4agp8:hover .NewArrivalCard__front___EHImG{
  transform: translate(-48%, 0)
}

.NewArrivalCard__card-content___4agp8.NewArrivalCard__focus-visible___zDyIj {
  border-radius: 6px
}

.NewArrivalCard__card-content___4agp8.NewArrivalCard__focus-visible___zDyIj {
  border-radius: 6px
}

.NewArrivalCard__card-content___4agp8:focus-visible {
  border-radius: 6px
}

.NewArrivalCard__card-content___4agp8 figure {
  padding-bottom: 66.66%;
  border-radius: 6px 6px 0 0;
  background-size: cover;
  background-position: bottom;
  position: relative
}

.NewArrivalCard__card-content___4agp8 .NewArrivalCard__placeholder___b7CDX {
  height: 32px;
  /* height: 50px; */
}

@media (min-width: 1200px) {
  .NewArrivalCard__card-content___4agp8 .NewArrivalCard__placeholder___b7CDX {
    height:48px
  }
}

.NewArrivalCard__card-content___4agp8 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.NewArrivalCard__card-content___4agp8 .NewArrivalCard__content___shGtg {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  height: calc(100% - 32px)
}

@media (min-width: 1200px) {
  .NewArrivalCard__card-content___4agp8 .NewArrivalCard__content___shGtg {
    height:calc(100% - 48px)
  }
}

.NewArrivalCard__card-content___4agp8 .NewArrivalCard__content___shGtg:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.1);
  box-shadow: 0 8px 16px rgba(0,0,0,.1)
}

.NewArrivalCard__card-content___4agp8 .NewArrivalCard__content___shGtg .NewArrivalCard__text-content___vIRIc {
  position: relative;
  padding: 0 24px 96px 24px;
  border-radius: 0 0 6px 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 1200px) {
  .NewArrivalCard__card-content___4agp8 .NewArrivalCard__content___shGtg .NewArrivalCard__text-content___vIRIc {
    padding:0 32px 96px 32px
  }
}

.NewArrivalCard__card-content___4agp8 .NewArrivalCard__content___shGtg .NewArrivalCard__text-content___vIRIc>div {
  z-index: 4
}

.NewArrivalCard__card-content___4agp8 .NewArrivalCard__front___EHImG {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden
}

.NewArrivalCard__card-content___4agp8 .NewArrivalCard__mask___94nsG {
  position: absolute;
  bottom: -1px;
  height: 33.33%;
  width: 100%;
  z-index: 2
}

.NewArrivalCard__label___\+beJH {
  position: absolute;
  left: 8px;
  top: 8px;
  background: #fa8c16;
  color: #fff;
  padding: 4px 8px
}

.NewArrivalCard__shop___o3Gsj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 32px;
  width: calc(100% - 48px)
}

@media (min-width: 1200px) {
  .NewArrivalCard__shop___o3Gsj {
    width:calc(100% - 64px)
  }
}

.NewArrivalCard__originPrice___M1JI3 {
  text-decoration: line-through;
  color: rgba(255,255,255,.45)
}

.NewArrivalCard__price___MWSm3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px
}

@media (min-width: 1200px) {
  .NewArrivalCard__price___MWSm3 {
    font-size:16px;
    line-height: 20px
  }
}


@media (min-width: 1200px) {
  .NewArrivalCard__title___Q-uZF {
    font-size:28px;
    line-height: 32px
  }
}

.NewArrivalCard__title___Q-uZF {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.NewArrivalCard__description___p9ny5 {
  color: rgba(255,255,255,.65);
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (min-width: 1200px) {
  .NewArrivalCard__description___p9ny5 {
    font-size:16px;
    line-height: 20px
  }
}

.NewArrivalCard__product-tag___IRZbp {
  position: absolute;
  top: -20px;
  font-size: 12px;
  line-height: 16px
}

@media (min-width: 1200px) {
  .NewArrivalCard__product-tag___IRZbp {
    font-size:14px;
    line-height: 20px
  }
}

.NewArrivalCard__product-tag___IRZbp span {
  color: #fff!important
}

.NewArrivalModule__new-arrived-container___RlnOw {
  margin-bottom: -32px
}

.NewArrivalModule__scroller-platter___RzVFt {
  width: 100%;
  padding-bottom: 32px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain
}

@media not all and (any-pointer: fine),(hover:none),(max-width:767px) {
  .NewArrivalModule__scroller-platter___RzVFt {
    -ms-scroll-snap-type:none;
    scroll-snap-type: none
  }
}

.NewArrivalModule__scroller-platter___RzVFt::-webkit-scrollbar {
  display: none
}

.NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item] {
  --col-gap: 8px;
  --visible-cols: 1;
  --col-hint: 0.154168;
  --padding-left: 24px;
  --total-gap: calc(var(--col-gap) * (var(--visible-cols)));
  --full-width: calc(100vw - var(--scrollbar-width, 0%));
  --col-size: calc((var(--full-width) - var(--total-gap) - var(--padding-left)) / (var(--visible-cols) + var(--col-hint)));
  --last-col-size: calc(var(--col-size) + var(--padding-left));
  -ms-scroll-snap-coordinate: left;
  scroll-snap-coordinate: left;
  scroll-snap-align: start;
  margin: 0 calc(var(--col-gap)/ 2);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--col-size);
  flex: 0 0 var(--col-size)
}

@media (min-width: 768px) {
  .NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item] {
    --col-gap:16px;
    --visible-cols: 2;
    --col-hint: 0.5;
    --padding-left: 32px
  }
}

@media (min-width: 1200px) {
  .NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item] {
    --col-gap:16px;
    --visible-cols: 3;
    --padding-left: calc((var(--full-width) - 1200px) / 2);
    --col-size: calc((1200px - (var(--visible-cols) - 1) * var(--col-gap)) / var(--visible-cols))
  }
}

.NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item]:first-child {
  margin-left: 0
}

.NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item]:last-child {
  -ms-flex-preferred-size: var(--last-col-size);
  flex-basis: var(--last-col-size)
}

.NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item]:last-child [data-cards-scroller-item-container]::after {
  content: '';
  padding-right: var(--padding-left)
}

.NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item] [data-cards-scroller-item-container] {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(var(--padding-left));
  transform: translateX(var(--padding-left))
}

.NewArrivalModule__scroller-platter___RzVFt [data-cards-scroller-item] [data-cards-scroller-item-content] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1
}

.NewArrivalModule__card-container___oxvPM {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}