.collection_name {
  font-family: var(--font-body-family);
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.02em;
  padding-top: 45px;
}

.slick-dots li button:before {
  display: block;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12"><circle r="6" cx="6" cy="6" fill="rgb(217, 217, 217)"/></svg>');
  width: 12px;
  height: 12px;
  opacity: 1;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  display: block;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12"><circle r="6" cx="6" cy="6" fill="rgb(89, 89, 89)"/></svg>');
  width: 12px;
  height: 12px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  display: block;
  opacity: 1;
  content: url('data:image/svg+xml,<svg height="12" width="12" xmlns="http://www.w3.org/2000/svg"><circle r="6" cx="6" cy="6" fill="rgb(0, 0, 0)" /></svg>');
  width: 12px;
  height: 12px;
}

.arrows-slider .left-arrow-circle,
.arrows-slider .right-arrow-circle {
  border: none;
}

.price-item {
  color: #000000;
}

.arrows-slider .right-arrow-image {
  z-index: 999999;
  top: 14px;
  left: 18px;
  position: absolute;
  border: none;
  margin-left: 1px;
  cursor: pointer;
}

.arrows-slider .left-arrow-image {
  z-index: 999999;
  top: 14px;
  right: 20px;
  position: absolute;
  border: none;
  cursor: pointer;
}

.pdp-youmaylike .arrows-slider .prev {
  position: absolute;
  z-index: 99999;
  margin-top: -41rem;
  left: -20px;
}

.pdp-youmaylike .arrows-slider .next {
  position: absolute;
  z-index: 99999;
  margin-top: -41rem;
  right: -20px;
}

.arrows-slider {
  display: none;
}

@media screen and (min-width: 990px) {

  .arrows-slider {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .collection_name {
    padding-top: 64px;
  }

  .marketing-page .arrows-slider .prev {
    position: absolute;
    z-index: 1;
    top: 27%;
    left: -9%;
  }

  .marketing-page .arrows-slider .next {
    position: absolute;
    z-index: 1;
    top: 27%;
    right: -9%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {

  .collection_name {
    padding-top: 64px;
  }

  .marketing-page .arrows-slider .prev {
    position: absolute;
    z-index: 1;
    top: 27%;
    left: -4%;
  }

  .marketing-page .arrows-slider .next {
    position: absolute;
    z-index: 1;
    top: 27%;
    right: -4%;
  }
}


@media only screen and (max-width: 989px) {
  .marketing-page .arrows-slider .prev {
    display: none !important;
    margin-top: -33rem;
    left: 2rem;
  }

  .marketing-page .arrows-slider .next {
    display: none !important;
    margin-top: -33rem;
    right: 2rem;
  }

  .pdp-youmaylike .arrows-slider .prev {
    display: none !important;
    margin-top: -33rem;
    left: 2rem;
  }

  .pdp-youmaylike .arrows-slider .next {
    display: none !important;
    margin-top: -33rem;
    right: 2rem;
  }

  .arrows-slider {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-width.marketing-page .collection_name {
    padding-top: 64px;
  }
}