.h-screen {
    height: 100vh;
}
.pbt-16 {
    padding-bottom: 16px;
    padding-top: 16px;
}
.prl-16 {
    padding-right: 16px;
    padding-left: 16px;
}
#mainImage {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#imagebanner {
  padding: 16px;
  height: calc(100vh - 134px);
}
.accessories-container {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  height: 100vh;
}
@media(max-width:1024px) {
  .accessories-container {
    display: block;
    height: auto;
  }
}
.image-container {
  will-change: transform;
  pointer-events: none;
  position: absolute;
  /*top: 50%;*/
  top: 0;
  display: flex;
  height: 80%;
  width: 100%;
  /*transform: translateY(-50%) scale(.8);*/
  transform: translateY(0) scale(.8);
  justify-content: center;
  opacity: 0;
  transition: all .15s ease;
}
.image-container.visible {
  /*transform: translateY(-50%) scale(1);*/
  transform: translateY(0) scale(1);
  opacity: 1;
}
.image-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.category-link {
  display: block;
  margin: 0 3rem 30px 1rem;
  cursor: pointer;
      text-decoration: none;
}
.category-link:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 6px;
  outline-style: dashed;
  outline-color: #000;
}
.category-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
}
.category-title {
  color: #fff;
  text-shadow: -1px -1px 0 #8c8c8c, 1px -1px 0 #8c8c8c, -1px 1px 0 #8c8c8c, 1px 1px 0 #8c8c8c;
}
.category-handle {
  font-family: alternate-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 105%;
  display: inline-block;
  transition: all .15s ease;
}
.category-number {
  font-family: alternate-gothic-no2, sans-serif;
  font-size: 28px;
  line-height: 110%;
  text-transform: uppercase;
  will-change: transform;
  display: inline-block;
  transform: translateX(.5rem);
  vertical-align: top;
  color: #000;
  opacity: 0;
  transition: all .15s ease;
}
.desktop-only {
  display: none;
  position: relative;
}
@media (min-width:1280px) {
  .category-handle {
    font-size: 70px;
    line-height: 80%;
  }
  .category-number {
    font-size: 48px;
    line-height: 105%;
    text-transform: uppercase;
  }
}
@media (min-width:993px) {
  .desktop-only {
    display: block;
  }
}
.arrow-btn {
  font-family: alternate-gothic-no2, sans-serif;
  font-size: 19px;
  line-height: 110%;
  letter-spacing: .05em;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  transition: opacity .15s ease;
}
.arrow-icon {
  margin-left: 1rem;
  display: inline-block;
}
.content-visible .category-title {
  color: #000;
  text-shadow: none;
}
.content-visible .category-handle {
  transform: translateX(2.5rem);
}
.content-visible .category-number {
  transform: translateX(2.5rem);
  opacity: 1;
}
.content-visible .arrow-btn {
  opacity: 1;
}
.category-link:hover {
  cursor: pointer;
}
.p-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
.welcome-box {
  font-size: 36px;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

/*Manufacturing sections*/
.manufacturing-sections {}



/*Discover sections*/

/*Personalize Your DSC Cricket Helmet*/

/*Exclusive range section*/
.exclusive-range {
  background-color: #171717;
}

/*Customer Reviews*/


.ds-slider-box a.slider-btn {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;

  border: 2px solid #E55945;
  border-radius: 40px;
    background: #E55945;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 40px;
    margin-top: 30px;
}
.ds-slider-box a.slider-btn::after {
  background-color: #ffaba1;
  border-radius: 40px;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.ds-slider-box a.slider-btn:hover::after {
  transform: translate(0, 0);
}
.ds-slider-box a.slider-btn:hover {
  border: 2px solid transparent;
  color: #000000;
  transform: scale(1.05);
  will-change: transform;
}

.erps-t-b-max .erps-info-btn-box ul li a {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;

  border: 2px solid #E55945;
  background: #E55945;
    color: #fff;
    width: 307px;
    height: 64px;
    border-radius: 30px;
    padding-top: 16px;
    padding-right: 36px;
    padding-bottom: 16px;
    padding-left: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    text-align: center;
    margin-top: 50px;
}
.erps-t-b-max .erps-info-btn-box ul li a::after {
  background-color: #ffaba1;
  border-radius: 40px;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.erps-t-b-max .erps-info-btn-box ul li a:hover::after {
  transform: translate(0, 0);
}
.erps-t-b-max .erps-info-btn-box ul li a:hover {
  border: 2px solid transparent;
  color: #000000;
  transform: scale(1.05);
  will-change: transform;
}

.ds-slider-box a.slider-link, 
.ds-slider-box a.slider-link div {
    text-decoration: none;
}


.wb-text,
.discover-text,
.phs-text,
.fw-normal,
.exclusive-text,
.erps-t-b-max .erps-title,
.eastt-text,
.footer.content .block.newsletter.newsletter-style--big .title {
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}
.ds-slider-box a.slider-btn {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    padding: 5px 40px;
    text-transform: uppercase;
}
.ds-slider-box a.slider-btn:hover {
    border: 1px solid #000000;
    color: #000000;
}
.ds-slider-box a.slider-btn::after {
    background-color: #e9e9e9;
}