.home-brands{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:12px;scroll-behavior:smooth}.home-brands::-webkit-scrollbar{height:6px}.home-brands::-webkit-scrollbar-track{background:#f3f3f3;border-radius:20px}.home-brands::-webkit-scrollbar-thumb{background:var(--alasly-primary);border-radius:20px}.home-brand{flex:0 0 220px;height:120px;background:#fff;border:1px solid #f1f1f1;border-radius:16px;text-decoration:none;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 25px rgb(0 0 0 / .08),0 4px 10px rgb(0 0 0 / .05);transition:.3s}.home-brand:hover{transform:translateY(-6px);box-shadow:0 18px 35px rgb(0 0 0 / .12),0 8px 15px rgb(0 0 0 / .08)}.home-brand img{max-width:80%;max-height:70px;width:auto;height:auto;object-fit:contain}.brand-name{padding:15px;text-align:center;font-size:20px;font-weight:700;color:var(--alasly-primary-dark);line-height:1.5;width:100%}@media (max-width:768px){.home-brand{flex:0 0 180px;height:100px}.home-brand img{max-height:55px}.brand-name{font-size:16px}}