.han-woo-category-carousel,
.han-woo-category-carousel *{
  box-sizing:border-box;
}

.han-woo-category-carousel{
  position:relative;
  display:flex;
  align-items:center;
  gap:18px;
  width:100%;
}

.han-woo-category-swiper{
  width:100%;
  overflow:hidden;
}

.han-woo-category-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:280px;
  width:100%;
  text-align:center;
  text-decoration:none !important;
  border:1px solid #f1def1;
  background:#fff;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.han-woo-category-card:hover{
  transform:translateY(-6px);
}

.han-woo-category-card__icon-wrap{
  width:110px;
  height:110px;
  border-radius:999px;
  background:#f4f6f9;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  overflow:hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.han-woo-category-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:#ff6b8b;
}

.han-woo-category-card__icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.han-woo-category-card__icon i{
  font-size:34px;
  line-height:1;
}

.han-woo-category-card__title{
  display:block;
  font-size:18px;
  line-height:1.3;
  font-weight:700;
  color:#0f1633;
}

.han-woo-category-card__count{
  display:block;
  margin-top:8px;
  font-size:16px;
  line-height:1.3;
  color:#767b8a;
}

.han-woo-swiper-button{
  flex:0 0 auto;
  width:56px;
  height:56px;
  border-radius:999px;
  border:1px solid #ebedf3;
  background:#fff;
  color:#0f1633;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 30px rgba(16,24,40,.08);
  transition:transform .2s ease, opacity .2s ease, background .2s ease, box-shadow .2s ease;
  z-index:5;
}

.han-woo-swiper-button:hover{
  transform:translateY(-2px) scale(1.03);
  box-shadow:0 16px 34px rgba(16,24,40,.12);
}

.han-woo-swiper-button.swiper-button-disabled{
  opacity:.45;
  cursor:not-allowed;
}

.han-woo-swiper-button i{
  font-size:18px;
  line-height:1;
}

.han-woo-category-empty{
  padding:18px 20px;
  border:1px solid #eceef2;
  border-radius:16px;
  background:#fff;
}

@media (max-width: 1024px){
  .han-woo-category-carousel{
    gap:12px;
  }

  .han-woo-category-card{
    min-height:240px;
  }
}

@media (max-width: 767px){
  .han-woo-category-carousel{
    gap:10px;
  }

  .han-woo-swiper-button{
    width:42px;
    height:42px;
  }

  .han-woo-swiper-button i{
    font-size:14px;
  }

  .han-woo-category-card{
    min-height:200px;
  }

  .han-woo-category-card__icon-wrap{
    width:78px;
    height:78px;
    margin-bottom:14px;
  }
}
