
.sliderTitleContainer {
  float: left;
  font-weight: 4;
  width: fit-content;
  color: var(--base);
  font-size: 60px;
  display: block;
  font-family: var(--secondary-font-family);
  position: relative;
  text-align: center;
  text-transform: lowercase;
}

.sliderContainer .c-button {
  display: block;
  position: relative;
  float: left;
  width: 98px;
  background: transparent;
  border: 1px solid var(--base);
  border-radius: 5px;
  display: none !important;
}



.sliderContainer .c-button .c-button_label:not(.-hidden) {
  color: black;
}

.sliderContainer {
  width: 100%;
  overflow: hidden;
  margin: 0px auto 50px;
  display: block;
  position: relative;
  /* float: left; */
}

.topSection {
  display: flex;
  width: calc(100% - 20px);
  align-items: center;
  margin: 80px auto 40px;
  justify-content: center;
}

.sliderGroupContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sliderGroupSliderContainer {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.productSlide.slick-slide {
  margin: 0 10px;
}

.productSlide .productViewContainer {
  width: 100%;
}

.sliderRightArrow:hover,
.sliderLeftArrow:hover {
  opacity: 0.8;
}

.sliderLeftArrow {
  position: absolute;
  left: 62px;
  top: calc(50% - 55px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 34px;
  width: 56px;
  object-fit: contain;
  /* background: var(--secondary); */
  /* padding: 10px; */
  background-image: url(/files/groups/look-left-arrow.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  border-radius: 100px;
  background-size: 25px;
}

.sliderLeftArrow:not(.slick-disabled):hover,
.sliderRightArrow:not(.slick-disabled):hover {
  opacity: 1;
  filter: invert(1);
}

.sliderRightArrow {
     position: absolute;
     right: 62px;
     top: calc(50% - 55px);
     z-index: 1;
     cursor: pointer;
     transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -webkit-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     height: 34px;
     width: 56px;
     object-fit: contain;
     /* background: var(--secondary); */
     /* padding: 10px; */
     background-image: url(/files/groups/look-left-arrow.svg);
     background-repeat: no-repeat;
     background-color: white;
     background-position: center;
     border-radius: 100px;
     background-size: 25px;
}


@media screen and (max-width: 1100px) {
  .sliderGroupContainer {
    width: 100%;
  }

  .sliderGroupSliderContainer {
    width: 100%;
  }
.topSection {
  width: 100%;
  margin: 10px 0px;
}
.sliderContainer .c-button {
  height: 45px;
  width: 90%;
  margin-left: 5%;
  margin-top: 30px;
}
  .productSlide .productViewContainer {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .sliderContainer {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .sliderLeftArrow,
  .sliderRightArrow {
    display: none;
  }

  .sliderRightArrow {
    top: 36%;
    height: auto;
    right: 5px;
    z-index: 1;
    background-size: contain;
  }

  .sliderLeftArrow {
    top: 36%;
    left: 3px;
    height: auto;
    z-index: 1;
    background-size: contain;
  }

  .sliderTitleContainer {
    /* text-transform: inherit; */
    margin: 30px auto 20px;
    width: 90%;
    padding-top: 0;
    line-height: 25px;
    font-size: 30px;
  }

  .sliderContainer .productViewBottom {
    height: auto;
  }

  .productSlide.slick-slide {
    margin: 0 10px;
  }
}
