@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;600;700;900&display=swap";:root{--red: #D01C28;--gray: #2e2e2e}*{margin:0}body{font-family:Poppins,sans-serif}button{all:unset;padding:6px 16px;background:var(--red);height:32px;color:#fff;font-weight:500;border-radius:10%}.container{max-width:1280px;margin:0 auto}nav{display:flex;justify-content:space-between;height:72px;align-items:center}nav ul{display:flex;list-style:none;gap:24px}.hero-content{display:flex;flex-direction:column;gap:36px;margin-top:34px}.hero{display:flex;align-items:center;height:100vh-72px}.hero h1{font-weight:800;font-size:108px;line-height:102px}.hero p{font-weight:600;color:var(--gray);max-width:400px}.hero-btn{display:flex;gap:40px}.hero-btn button{font-size:24}.secondary-btn{background:transparent;color:var(--gray);border:1px solid grey}.shopping p{font-size:14px;margin-bottom:8px}.brand-icons{display:flex;gap:16px}
