.hdt-categories-section .hdt-categories_image,.hdt-categories-section .hdt-shop-all{width:120px;height:120px}.hdt-categories-section .hdt-btn-link{padding:0;margin-top:12px}.hdt-categories-section .hdt-btn-link:after{display:none}.hdt-categories-section .hdt-shop-all{padding:0;border-radius:var(--rounded-full)}.hdt-categories-section .hdt-categories_image :where(img,picture){transition:transform .25s}.hdt-categories-section .hdt-collection_label{background:var(--label-color-bg);color:var(--label-color);padding:0 5px;line-height:19px;height:auto;width:fit-content;display:inline-flex;--label-color-bg:rgb(var(--color-button));--label-color:rgb(var(--color-button-text))}.hdt-categories-section .hdt-slides-9{--slide-size:11.11%}.hdt-categories-section .hdt-slides-small .hdt-shopall_wrap,.hdt-categories-section .hdt-slides-small .hdt-slider__slide{min-width:14rem}.hdt-categories-section .hdt-slides-normal .hdt-shopall_wrap,.hdt-categories-section .hdt-slides-normal .hdt-slider__slide{min-width:15.5rem}@media (max-width:1149px){.hdt-categories-section .md\@hdt-snap-flex{flex-wrap:nowrap}.hdt-categories-section .md\@hdt-scroll-snap{scrollbar-width:none;overscroll-behavior-x:contain;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.hdt-categories-section .md\@hdt-scroll-snap::-webkit-scrollbar{display:none}.hdt-categories-section .md\@hdt-hidden{display:none}.hdt-categories-section .hdt-slider__container{touch-action:unset}}@media (max-width:992px){.hdt-categories-section .hdt-slides-small .hdt-shopall_wrap,.hdt-categories-section .hdt-slides-small .hdt-slider__slide{min-width:12rem;padding:0 .25rem}}@media (max-width:767px){.hdt-categories-section :is(.hdt-slides-normal,.hdt-slides-small) .hdt-shopall_wrap,.hdt-categories-section :is(.hdt-slides-normal,.hdt-slides-small) .hdt-slider__slide{min-width:7rem}.hdt-categories-section .hdt-btn-link{margin-top:1rem;font-size:var(--text-xs);font-weight:var(--font-normal)}.hdt-categories-section .hdt-categories_image,.hdt-categories-section .hdt-shop-all{width:60px;height:60px}}@media (max-width:390px){.hdt-categories-section .hdt-categories_image,.hdt-categories-section .hdt-shop-all{width:55px;height:55px}}@media (max-width:375px){.hdt-categories-section .hdt-categories_image,.hdt-categories-section .hdt-shop-all{width:50px;height:50px}}@media (max-width:345px){.hdt-categories-section .hdt-categories_image,.hdt-categories-section .hdt-shop-all{width:50px;height:50px}}@media (min-width:1150px){.hdt-categories-section hdt-slider .hdt-shopall{width:0!important;min-width:unset!important;overflow:hidden!important;flex:0!important}.hdt-categories-section .hdt-categories_image:hover img{transform:scale(1.05)}}

/* BASE STYLING (UNCHANGED, CLEANED) */
.hdt-categories-section .hdt-categories_image,
.hdt-categories-section .hdt-shop-all {
  width: 120px;
  height: 120px;
}

.hdt-categories-section .hdt-btn-link {
  padding: 0;
  margin-top: 12px;
  text-align: center;
  line-height: 1.3;
}

.hdt-categories-section .hdt-btn-link:after {
  display: none;
}

.hdt-categories-section .hdt-shop-all {
  padding: 0;
  border-radius: var(--rounded-full);
}

.hdt-categories-section .hdt-categories_image :where(img, picture) {
  transition: transform 0.25s;
}

.hdt-categories-section .hdt-collection_label {
  background: var(--label-color-bg);
  color: var(--label-color);
  padding: 0 5px;
  line-height: 19px;
  width: fit-content;
  display: inline-flex;
  --label-color-bg: rgb(var(--color-button));
  --label-color: rgb(var(--color-button-text));
}

/* ITEM ALIGNMENT FIX */
.hdt-categories_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
}

.hdt-categories_item:hover {
  border-color: #205FCA;
  box-shadow: 0 0 12px 2px #205FCA80;
}

/* IMAGE CENTER FIX */
.hdt-categories_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================= */
/* 📱 MOBILE (2 ITEMS) */
/* ========================= */
@media (max-width: 767px) {

  .hdt-categories_container .hdt-slider__slide {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .hdt-categories_container .hdt-slider__container {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    gap: 20px !important;
    padding: 0 10px;
  }

  .hdt-categories_image {
    width: 70px !important;
    height: auto !important;
  }

  .hdt-btn-link {
    font-size: 13px !important;
    margin-top: 8px !important;
  }

  .hdt-shopall {
    display: none !important;
  }

  .hdt-categories_item {
    padding: 12px;
  }
}

/* ========================= */
/* 📲 TABLET (4 ITEMS) */
/* ========================= */
@media (max-width: 1149px) and (min-width: 768px) {

  .hdt-categories_container .hdt-slider__slide {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .hdt-categories_container .hdt-slider__container {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    gap: 20px !important;
  }

  .hdt-categories_image {
    width: 100px !important;
    height: auto !important;
  }

  .hdt-btn-link {
    font-size: 16px !important;
  }

  .hdt-shopall {
    display: none !important;
  }
}

/* ========================= */
/* 💻 DESKTOP (FULL GRID) */
/* ========================= */
@media (min-width: 1150px) {

  .hdt-categories_container .hdt-slider__container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 60px !important;
    overflow: visible !important;
  }

  .hdt-categories_container .hdt-slider__slide {
    flex: 0 0 auto !important;
    max-width: unset !important;
  }

  .hdt-categories_image {
    width: 150px !important;
    height: auto !important;
    border-radius: 0 !important;
  }

  .hdt-categories_image img {
    border-radius: 0 !important;
    object-fit: contain !important;
  }

  .hdt-btn-link {
    font-size: 18px !important;
  }

  .hdt-shopall {
    display: none !important;
  }
}

/* ========================= */
/* 🖥 LARGE SCREENS (1440+) */
/* ========================= */
@media (min-width: 1440px) {
  .hdt-categories_container .hdt-slider__container {
    gap: 80px !important;
  }
}

@media (min-width: 1920px) {
  .hdt-categories_container .hdt-slider__container {
    gap: 100px !important;
  }
}