@media (min-width: 992px) {
  .slider {
    margin-top: -68px;
  }
}

#slider .slick-list,
#slider .slick-track{
height: auto !important;
 width: 100vw !important;
}

.slider .slick-slide {
  position: relative;
  border: 0 !important;
}

.slider .slick-slide .caption {
  position: absolute;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e1e1e;
  left: 14px;
  bottom: 32px;
  margin-bottom: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .slick-initialized .slick-slide {
    width: 50vw !important;
  }
}
@media (min-width: 992px) {
  .slider .slick-slide .caption {
    font-size: 1.5rem;
    left: 30px;
    bottom: 40px;
  }
}


@media (min-width: 768px) {
  #top_category {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    background-color: #fff;
  }
}
#top_category .top-cat {
  position: relative;
}
@media (min-width: 768px) {
  #top_category .top-cat {
    width: calc(50% - 2px);
  }
}
#top_category .top-cat h4 {
  position: absolute;
  font-size: 1.7rem;
  font-weight: bold;
  color: #1e1e1e;
  left: 15px;
  bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 992px) {
  #top_category .top-cat h4 {
    left: 25px;
    bottom: 50px;
  }
}
.stockist .inner {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {
  .stockist .inner {
    aspect-ratio: 64 / 25;
  }
}

.stockist .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stockist .inner p {
    position: absolute;
    font-size: 1.3rem;
    font-weight: 600;
    left: 15px;
    bottom: 30px;
    margin-bottom: 0;
    line-height: 1;
}

@media (min-width: 992px) {
  .stockist .inner p {
      font-size: 1.5rem;
      left: 30px;
      bottom: 25px;
  }
}