@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: #d81c28;--gray: #2e2e2e}body{font-family:Poppins,sans-serif}button{all:unset;padding:6px 10px;background:var(--red);height:32px;color:#fff;font-weight:500}.container{margin:0 auto;max-width:1280px}nav{display:flex;justify-content:space-between;height:72px;align-items:center}nav ul{display:flex;list-style:none;gap:24px}.hero{display:flex;align-items:center;height:calc(100vh - 72px)}.hero-content{display:flex;flex-direction:column;gap:36px}.hero h1{font-weight:800;line-height:102px;font-size:108px}.hero p{font-weight:600;color:var(--gray);max-width:400px}.hero-btn{display:flex;gap:40px}.hero-btn button{font-size:24px}.secondary-btn{background:transparent;color:var(--gray);border:1px solid grey}.shopping{font-size:14px;margin-bottom:8px}.brand-icons{display:flex;gap:16px}
