.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0;
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 .25rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: var(--grey);
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: var(--gold);
}

@media (max-width: 560px) {
  .home .shop-container .shop-slider {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .home .shop-container .shop-slider .product {
    display: inline-block;
    width: 70%;
  }
}
/*# sourceMappingURL=slick.css.map */