@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;--gray: #2e2e2e}*{margin:0}body{font-family:Poppins,sans-serif}.login-btn{all:unset;padding:6px 16px;background:var(--red);height:32px;color:#fff;font-weight:500;border-radius:5px;cursor:pointer}.container{margin:0 auto;max-width:1280px}nav{display:flex;justify-content:space-between;max-width:1280px;margin:0 auto;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:16px;align-items:center}.hero-btn button{font-size:24px;padding:10px 20px}.primary-btn{background:var(--red);color:#fff;border-radius:5px;border:none;font-weight:600;cursor:pointer}.secondary-btn{background:transparent;color:var(--gray);border:2px solid var(--gray);border-radius:5px;font-weight:600;cursor:pointer}.shopping p{font-size:14px;margin-bottom:8px}.brand-icons{display:flex;gap:16px}
