*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#17252e}img{max-width:100%;height:auto}html{-webkit-text-size-adjust:100%}.topbar{height:34px;background:#14232c;color:#fff;padding:0 4%;display:flex;gap:25px;align-items:center;font-size:12px}.topbar a{color:#fff;text-decoration:none}.grow{flex:1}.header{height:108px;display:flex;align-items:center;gap:35px;padding:0 3.5%}.brand img{width:235px}.search{display:flex;flex:1;max-width:600px;margin:auto}.search input{height:42px;flex:1;border:1px solid #ddd;padding:0 15px}.search button{width:55px;border:0;background:#ffc400;font-size:22px}.cart{border:0;background:none}.cart b{background:#ffc400;border-radius:50%;padding:4px 7px}.nav{height:47px;background:#12222c;display:flex;gap:35px;padding:0 3.5%;align-items:center}.nav a{color:#fff;text-decoration:none;font-size:13px}.hero{height:232px;position:relative;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000b,transparent)}.hero-copy{position:absolute;z-index:1;left:4.5%;top:28px;color:#fff}.hero-copy h1{font-size:27px;line-height:1.1}.hero-copy p{margin:0}.hero-copy span{font-size:12px}.btn{display:inline-block;padding:11px 20px;margin-top:15px;border-radius:4px;text-decoration:none;font-weight:bold}.yellow{background:#ffc400;color:#17252e}.section{padding:20px 3.5%}.section h2{font-size:19px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips a{border:1px solid #ddd;padding:10px 14px;border-radius:20px;text-decoration:none;color:#17252e;font-size:12px}.section-title{display:flex;justify-content:space-between}.products{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.product{border:1px solid #e1e5e8;padding:10px}.product img{width:100%;height:115px;object-fit:cover}.product h3{font-size:12px;min-height:34px}.product strong{font-size:15px;display:block}.product small{display:block;color:#777;margin:5px 0}.product button{width:100%;border:0;background:#ffc400;padding:9px;font-weight:bold}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.promo{height:155px;position:relative;overflow:hidden}.promo img{width:100%;height:100%;object-fit:cover}.promo div{position:absolute;inset:0;padding:18px;color:white;background:#0006}.promo h3{margin:0}.promo p{font-size:11px}footer{background:#14232c;color:white;padding:30px 4%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer img{width:190px}footer a{display:block;color:white;font-size:11px;margin:7px}.modal{display:none;position:fixed;inset:0;background:#0008;z-index:5}.modal.show{display:block}.modalbox{background:white;width:min(520px,92%);margin:8vh auto;padding:25px;position:relative}.close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:28px}.cartrow{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:12px 0;border-bottom:1px solid #ddd}.cartrow small{display:block;color:#777}.cartrow button{border:0;background:none}.checkout{width:100%;margin-top:20px;padding:12px;background:#ffc400;border:0;font-weight:bold;border-radius:4px;cursor:pointer}
.checkout:disabled{opacity:.6;cursor:default}
.checkout-form{display:none;margin-top:16px}
.checkout-form.show{display:block}
.checkout-form label{display:block;font-size:12px;font-weight:bold;margin-top:12px}
.checkout-form input{display:block;width:100%;padding:11px;margin-top:5px;border:1px solid #ccd3d7;border-radius:4px;font:inherit}
.checkout-msg{color:#b42318;font-size:12px;margin-top:8px;min-height:14px}@media(max-width:1100px){.products{grid-template-columns:repeat(3,1fr)}.brand img{width:180px}}
@media(max-width:800px){.products{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr}.header{height:auto;flex-wrap:wrap;padding:15px;gap:15px}.search{order:3;width:100%;max-width:none}.nav{overflow:auto;gap:20px;-webkit-overflow-scrolling:touch}.nav a{white-space:nowrap}.topbar{flex-wrap:wrap;height:auto;padding:8px 4%}.topbar span:nth-child(2){display:none}.hero{height:auto;min-height:200px}.hero-copy{position:static;background:#14232c;padding:20px 20px 28px}.hero:after{display:none}.hero>img{height:170px}.section{padding:18px 4%}.modalbox{margin:5vh auto;padding:20px;max-height:90vh;overflow:auto}}
@media(max-width:500px){.products{grid-template-columns:repeat(2,1fr);gap:8px}.hero-copy h1{font-size:19px}.hero-copy p{font-size:13px}footer{grid-template-columns:1fr;text-align:center}footer img{margin:0 auto}.brand img{width:150px}.product h3{font-size:11px}}
@media(max-width:360px){.products{grid-template-columns:1fr}}