/* AmirYadak - Category slider styles */
.ay-cat-section{margin:28px 0}
.ay-cat-title{font-size:18px;color:var(--navy);margin:0 0 12px}
.ay-cat-swiper{position:relative}
.ay-cat-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 10px;border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04)}
.ay-cat-img{width:78px;height:78px;border-radius:14px;background:var(--soft);display:flex;align-items:center;justify-content:center;overflow:hidden}
.ay-cat-img img{width:100%;height:100%;object-fit:cover}
.ay-cat-ph{display:block;width:42px;height:42px;border-radius:10px;background:rgba(0,0,0,.06)}
.ay-cat-name{font-weight:800;color:var(--text);font-size:13px;text-align:center;line-height:1.4}
.ay-cat-swiper .swiper-button-prev,.ay-cat-swiper .swiper-button-next{width:36px;height:36px;border-radius:999px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.ay-cat-swiper .swiper-button-prev:after,.ay-cat-swiper .swiper-button-next:after{font-size:14px;color:var(--navy);font-weight:900}
