*{margin:0;padding:0;font-family:Inter,sans-serif;font-weight:300}body{color:#fff;background-color:#000}header{justify-content:space-between;align-items:center;margin:20px;padding:10px 5% 0;display:flex}header ul{cursor:pointer;gap:25px;list-style-type:none;display:flex}.nav-icons{cursor:pointer;gap:25px;display:flex}#home{color:#fff;background-image:url(/images/home-background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:140vh;position:relative;overflow:hidden}.home-img{max-height:140vh;margin:0 auto;display:block;position:relative}.home-text{text-align:center;color:#fff;z-index:2;width:80%;max-width:600px;position:absolute;top:75%;left:50%;transform:translate(-50%,-50%)}.home-text h1{margin-bottom:1rem;font-size:3.5rem;font-weight:300;line-height:1.1}.home-text p{max-width:595px;margin-bottom:2rem;margin-left:40px;font-size:1rem}.home-btns{justify-content:center;align-items:center;gap:1rem;display:flex}.home-btns button{cursor:pointer}.shop{color:#000;background-color:#fff;border-radius:12px;outline:none;padding:13px}.collections{color:#fff;background-color:#000;border:.8px solid #fff;border-radius:12px;outline:none;padding:13px}#home:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#0000 0%,#0009 40%,#000 100%);height:40vh;position:absolute;bottom:0;left:0;right:0}#brands{background:linear-gradient(23.16deg,#0000 5.35%,#000 34.39%);flex-direction:column;justify-content:center;align-items:center;height:40vh;margin:10px;display:flex}#brands p{color:#8b8b8b}#brands div{gap:50px;margin:20px;display:flex}#brands div img{width:50px}#store{color:#fff;background-image:url(/images/moon.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:70vh;display:flex}#store div{flex-direction:column;justify-content:center;align-items:center;max-width:500px;display:flex}#store p{text-align:center}#collection{color:#fff;background:#000;gap:60px;padding:60px 5%;display:flex}.collection-left h1{margin-bottom:20px;font-size:40px}.collection-left ul{list-style:none}.collection-left li{color:#aaa;cursor:pointer;margin:10px 0}.collection-left .active{color:red}.collection-right{flex:1}.slider-arrows{justify-content:flex-end;gap:10px;margin-bottom:20px;display:flex}.slider-arrows button{color:#fff;cursor:pointer;background:0 0;border:1px solid #444;border-radius:50%;padding:8px 12px}.products-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.product-card img{border-radius:12px;width:200px}.product-card h3{margin-top:10px;font-size:16px}.product-card p{color:#ccc}.product-card button{color:#fff;cursor:pointer;background:#222;border:none;margin-top:10px;padding:8px 14px}.dots{text-align:center;margin-top:20px}.dot{cursor:pointer;background:gray;border-radius:50%;width:8px;height:8px;margin:5px;display:inline-block}.dot.active{background:red}@media (max-width:768px){header{flex-direction:column;gap:15px;margin:10px;padding:10px 3%}header ul{flex-wrap:wrap;gap:15px;font-size:14px}.nav-icons{gap:15px}#home{height:100vh}.home-text{width:90%;top:70%}.home-text h1{font-size:2rem}.home-text p{margin-left:0;font-size:.9rem}.home-btns{flex-direction:column;gap:.8rem}.home-btns button{width:100%;padding:12px}#brands{height:auto;padding:30px 10px}#brands div{flex-wrap:wrap;justify-content:center;gap:30px}#brands div img{width:40px}#store{height:50vh;padding:20px}#store div{max-width:90%}#store h1{font-size:1.5rem}#store p{font-size:.9rem}#collection{flex-direction:column;gap:30px;padding:30px 3%}.collection-left{width:100%}.collection-left h1{text-align:center;font-size:28px}.collection-left ul{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.collection-left li{background:#111;border-radius:8px;margin:5px;padding:5px 10px}.collection-right{width:100%}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-card{flex-direction:column;align-items:center;display:flex}.product-card img{width:100%;max-width:150px}.product-card h3{text-align:center;font-size:14px}.product-card p{font-size:12px}.product-card button{border-radius:8px;width:100%;padding:6px 10px;font-size:12px}.slider-arrows{justify-content:center}.dots{margin-top:15px}}@media (max-width:480px){.home-text h1{font-size:1.5rem}.home-text p{font-size:.8rem}#brands div img{width:30px}.collection-left h1{font-size:22px}.collection-left li{padding:4px 8px;font-size:12px}.products-grid{grid-template-columns:1fr;gap:20px}.product-card img{max-width:250px}.product-card h3{font-size:16px}.product-card p{font-size:14px}.product-card button{padding:8px 12px;font-size:14px}}
