.hero{background:linear-gradient(#fde1ff,#e1ffea22 60%);height:100vh;display:flex}.hero-left{flex-direction:column;flex:1;justify-content:center;gap:20px;padding-left:180px;line-height:1.1;display:flex}.hero-left h2{color:#090909;font-size:26px;font-weight:600}.hero-left p{color:#171717;font-size:100px;font-weight:700}.hero-hand-icon{align-items:center;gap:20px;display:flex}.hero-hand-icon img{width:105px}.hero-latest-btn{color:#fff;background:#ff4141;border-radius:75px;justify-content:center;align-items:center;gap:15px;width:310px;height:70px;margin-top:30px;font-size:22px;font-weight:500;display:flex}.hero-right{flex:1;justify-content:center;align-items:center;display:flex}@media (max-width:1280px){.hero-left{padding-left:100px}.hero-left h2{font-size:22px}.hero-left p{font-size:60px}.hero-hand-icon img{width:80px}.hero-latest-btn{gap:10px;width:250px;height:60px;margin-top:20px;font-size:18px}.hero-right img{width:500px}}@media (max-width:1024px){.hero-left{padding-left:80px}.hero-left h2{font-size:20px}.hero-left p{font-size:50px}.hero-hand-icon img{width:65px}.hero-latest-btn{width:220px;height:50px;font-size:16px}.hero-right img{width:400px}}@media (max-width:800px){.hero-left{padding-left:30px}.hero-left h2{font-size:16px}.hero-left p{font-size:40px}.hero-hand-icon img{width:50px}.hero-latest-btn{width:175px;height:40px;font-size:13px}.hero-right img{width:300px}}@media (max-width:500px){.hero{flex-direction:column}.hero-right{display:none}.hero-left h2{font-size:18px}.hero-left p{font-size:50px}.hero-hand-icon img{width:55px}.hero-latest-btn{width:200px;height:45px;font-family:14px}}
.new-collections{flex-direction:column;align-items:center;gap:10px;margin-bottom:100px;padding:20px;display:flex}.new-collections h1{color:#171717;font-size:50px;font-weight:600}.new-collections hr{background:#252525;border-radius:10px;width:200px;height:6px}.collections{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:32px;width:100%;max-width:1400px;margin-top:50px;padding:0 20px;display:grid}@media (max-width:1280px){.new-collections h1{font-size:40px}.new-collections hr{width:160px;height:4px}.collections{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:30px}}@media (max-width:1024px){.new-collections h1{font-size:30px}.new-collections hr{width:120px;height:3px}.collections{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px}}@media (max-width:800px){.new-collections{gap:6px}.new-collections h1{font-size:20px}.new-collections hr{width:100px}.collections{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:500px){.collections{grid-template-columns:1fr 1fr;gap:12px;display:grid}}
