.shadow-01 {
  box-shadow: 0 6px 16px rgba(0,0,0,.1)
}
.shadow-02 {
  box-shadow: 0 12px 22px rgba(0,0,0,.1)
}
.shadow-03 {
  box-shadow: 0 24px 34px rgba(0,0,0,.1)
}
.blur-01 {
  filter: blur(4px)
}
.experience-fullbanner-container {
  height: 100%;
  width: 100%
}
.experience-region > div:not(.parallaxMobile,.parallaxDesktop,.experience-promotionbanner-promotionBannerLayout,.experience-category-productList) {
  background-color: #fdfdfd;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  overflow: auto;
  position: relative;
  transform: translate3d(0,0,0)
}
.experience-layouts-mobileGrid1r1c {
  transform: translate3d(0,0,0);
  --parallaxMaxScaleImg: 1.10;
  --parallaxMinScaleImg: 1.00
}
@media(min-width:900px) {
  .parallaxDesktop {
    position: sticky;
    top: 0
  }
}
@media(max-width:899.98px) {
  .parallaxMobile {
    position: sticky;
    top: 0
  }
}