.home-reviews{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scroll-behavior:smooth}.home-reviews::-webkit-scrollbar{height:6px}.home-reviews::-webkit-scrollbar-track{background:#f5f5f5}.home-reviews::-webkit-scrollbar-thumb{background:var(--alasly-primary);border-radius:20px}.home-review{flex:0 0 320px;background:#fff;padding:18px;border:1px solid #f1f1f1;border-radius:14px;text-align:center;text-decoration:none;color:inherit;position:relative;overflow:hidden;box-shadow:0 8px 20px rgb(0 0 0 / .06),0 3px 8px rgb(0 0 0 / .04);transition:transform .3s ease,box-shadow .3s ease}.home-review::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--alasly-primary),var(--alasly-primary-dark))}.home-review:hover{transform:translateY(-5px);box-shadow:0 16px 30px rgb(0 0 0 / .10),0 6px 12px rgb(0 0 0 / .06)}.review-stars{display:flex;justify-content:center;align-items:center;gap:2px;direction:ltr;font-size:18px;margin-bottom:10px;transition:transform .3s ease}.home-review:hover .review-stars{transform:scale(1.05)}.star{color:#ddd}.star.filled{color:#ffc107}.review-text{margin:10px 0 5px;color:#333;font-size:14px;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-more{display:block;margin-bottom:10px;font-size:13px;font-weight:700;color:var(--alasly-primary-dark)}.review-author{display:inline-block;margin-top:5px;padding:8px 16px;border-radius:25px;background:rgb(140 198 63 / .12);border:2px solid var(--alasly-primary);color:var(--alasly-primary-dark);font-size:14px;font-weight:700;box-shadow:0 4px 10px rgb(140 198 63 / .15)}.review-product{margin-top:8px;font-size:12px;font-weight:600;line-height:1.5;color:#777}@media (max-width:1024px){.home-review{flex:0 0 300px}}@media (max-width:768px){.home-review{flex:0 0 250px;padding:16px}.review-stars{font-size:16px}.review-text{font-size:13px}.review-author{font-size:13px;padding:7px 14px}}