.home-categories{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scroll-behavior:smooth}.home-categories::-webkit-scrollbar{height:6px}.home-categories::-webkit-scrollbar-track{background:#f5f5f5}.home-categories::-webkit-scrollbar-thumb{background:var(--alasly-primary);border-radius:20px}.home-category{flex:0 0 200px;background:#fff;border:1px solid #f1f1f1;border-radius:16px;overflow:hidden;text-decoration:none;text-align:center;color:inherit;position:relative;box-shadow:0 10px 25px rgb(0 0 0 / .08),0 4px 10px rgb(0 0 0 / .05);transition:transform .3s ease,box-shadow .3s ease}.home-category::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--alasly-primary),var(--alasly-primary-dark))}.home-category:hover{transform:translateY(-6px);box-shadow:0 18px 35px rgb(0 0 0 / .12),0 8px 15px rgb(0 0 0 / .08)}.home-category img{width:100%;height:150px;display:block;object-fit:cover}.home-category h3{margin:0;padding:14px 12px;font-size:18px;font-weight:700;line-height:1.5;color:var(--alasly-primary-dark)}@media (max-width:1024px){.home-category{flex:0 0 180px}.home-category img{height:140px}}@media (max-width:768px){.home-category{flex:0 0 150px}.home-category img{height:110px}.home-category h3{font-size:15px;padding:10px}}