body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
 text-transform: none;
}
#gate .locale-select,
#gate .birthday-input {
 text-transform: none;   
}
.social-grid .filter .filter-label,
.social-grid .filter li,
.social-grid .filter .bar,
.social-grid-item {
 text-transform: none;   
}
/* slider vertical swipe issue fix */
.slick-slider {
    touch-action: auto !important;
}

@media only screen and (max-width: 567px) {
  .product-slider {
     height: 820px;
  }
}