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