/* Category style two - desktop layout */

.home-categories-section {
  padding-block: 64px;
}


.home-categories-section .category-style-two-layout .category-item {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  padding-inline: 0px;
}

.home-categories-section .category-style-two-layout  .category-item a {
  height: auto;
  object-fit: cover;
}

.home-categories-section .category-style-two-layout {
  border-radius: 24px;
  padding: 40px 48px;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.06);
}

.home-categories-section  .category-style-two-layout .section-copy {
  max-width: 400px;
}


@media (max-width: 768px) {
  .home-categories-section  .category-style-two-layout .section-copy {
    max-width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}

.home-categories-section .category-style-two-layout .category-style-two-title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.home-categories-section .category-style-two-layout .category-style-two-description {
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

/* Category pills slider */

.home-categories-section .category-style-two-layout .categories-slider-wrapper {
  padding-inline-start: 32px;
}

.home-categories-section .category-style-two-layout .cat-wrapper {
  gap: 32px;
}

.home-categories-section .category-style-two-layout .cat-box {
  display: flex !important;
  justify-content: center;
}

.home-categories-section .category-style-two-layout .category-item {
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f1f9f3;
  padding-inline:0;
}

.home-categories-section .category-style-two-layout .category-item .product-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.home-categories-section .category-style-two-layout .category-title-wrapper {
  margin-top: 18px;
}




.home-categories-section .category-style-two-layout .category-text-title {
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Slick arrows fine‑tuning so they float nicely beside the pills */

.home-categories-section .category-style-two-layout .slick-arrow {
  width: 32px;
  height: 32px;
  top: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.home-categories-section .category-style-two-layout .slick-arrow span {
  font-size: 18px;
}

@media (max-width: 992px) {
  .home-categories-section {
    padding-block: 32px;
  }

  .home-categories-section  .category-style-two-layout {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .home-categories-section .category-style-two-layout .categories-slider-wrapper {
    padding-inline-start: 0;
  }
}