:root{--navy:#061b3a;--orange:#ff6a00;--light:#f7f8fb;--text:#172033;--muted:#697386}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #eee}.nav{height:72px;display:flex;align-items:center;gap:25px}.brand img{width:150px;height:55px;object-fit:contain}.navlinks{display:flex;gap:22px;flex:1}.navlinks a,footer a{color:inherit;text-decoration:none}.navlinks a:hover{color:var(--orange)}.nav-actions{display:flex;gap:8px}.nav-actions button,.menu-btn{border:0;background:transparent;font-size:20px;cursor:pointer}.menu-btn{display:none}.hero{padding:18px 0}.slider{position:relative;overflow:hidden;border-radius:18px;background:#eee;box-shadow:0 8px 30px #061b3a18}.slides{display:flex}.slide{width:100%;display:none;aspect-ratio:2.55/1;object-fit:cover}.slide.active{display:block}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);border:0;background:#061b3acc;color:#fff;width:42px;height:42px;border-radius:50%;font-size:32px;cursor:pointer}.prev{left:14px}.next{right:14px}.dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:#fff8;cursor:pointer}.dot.active{background:var(--orange)}.trust{background:var(--navy);color:white}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:18px 0;gap:20px}.trust-grid div{display:grid;grid-template-columns:30px 1fr;align-items:center}.trust-grid small{grid-column:2;color:#cbd5e1}.section{padding:42px 0}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-head h2{margin:0;font-size:26px}.section-head a{color:var(--orange);font-weight:bold;text-decoration:none}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-grid button{border:1px solid #e6e9ef;background:#fff;border-radius:14px;padding:22px 10px;display:grid;gap:10px;place-items:center;font-size:30px;cursor:pointer;box-shadow:0 4px 15px #00000008}.category-grid button:hover{border-color:var(--orange);transform:translateY(-2px)}.category-grid span{font-size:14px;font-weight:bold}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid #e8ebf0;border-radius:16px;overflow:hidden;background:#fff;transition:.2s;box-shadow:0 5px 18px #00000008}.product:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000012}.product-img{height:190px;background:linear-gradient(145deg,#f8fafc,#eef2f7);display:grid;place-items:center;position:relative}.product-img svg{width:82%;height:82%}.badge{position:absolute;top:10px;left:10px;background:var(--orange);color:#fff;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;z-index:1}.product-info{padding:14px}.product h3{font-size:16px;margin:4px 0 6px;line-height:1.3}.rating{font-size:12px;color:#f59e0b;font-weight:800}.seller-name{font-size:12px;color:var(--muted);margin:0 0 8px}.price{font-size:20px;font-weight:800}.old{text-decoration:line-through;color:#9aa2b1;font-size:13px;margin-left:6px}.buy{margin-top:12px;width:100%;border:0;border-radius:9px;padding:11px;background:var(--orange);color:white;font-weight:bold;cursor:pointer}.cart-list{display:grid;gap:10px}.cart-row,.cart-total{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f4}.checkout,.clear-cart{width:100%;margin-top:10px;padding:12px;border:0;border-radius:9px;font-weight:bold}.checkout{background:var(--navy);color:#fff}.clear-cart{background:#eef2f7;color:var(--text)}.search-box{display:flex;gap:8px}.search-box input{flex:1}.result{display:flex;justify-content:space-between;width:100%;margin-top:8px;padding:10px;border:1px solid #e6e9ef;background:#fff;border-radius:9px;text-align:left;cursor:pointer}.seller{margin-top:15px;margin-bottom:15px;border-radius:18px;background:linear-gradient(110deg,var(--navy),#123764);color:#fff;padding:36px;display:flex;justify-content:space-between;align-items:center;gap:20px}.seller h2{margin:4px 0 8px;font-size:32px}.seller p{max-width:650px;color:#dbe4f2}.eyebrow{color:#ff9b55!important;font-size:12px;font-weight:800;letter-spacing:2px}.seller button,.newsletter button{background:var(--orange);border:0;color:white;padding:14px 20px;border-radius:10px;font-weight:bold;cursor:pointer}.newsletter{border:1px solid #e9edf3;border-radius:18px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.newsletter h2{margin:0 0 6px}.newsletter p{margin:0;color:var(--muted)}.newsletter form{display:flex;gap:8px}.newsletter input,.modal input{padding:13px 14px;border:1px solid #ccd2dc;border-radius:9px;min-width:240px}footer{background:#071a36;color:#dbe4f2;margin-top:30px;padding:38px 0 15px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-logo{width:145px;height:55px;object-fit:contain;background:white;border-radius:8px}.footer-grid h4{color:#fff;margin-top:0}.footer-grid a{display:block;margin:10px 0;color:#b9c5d8}.copyright{text-align:center;border-top:1px solid #ffffff18;margin-top:30px;padding-top:15px;font-size:13px}.modal{position:fixed;inset:0;background:#0008;display:none;place-items:center;z-index:50;padding:20px}.modal.show{display:grid}.modal-card{background:white;border-radius:16px;padding:25px;width:min(500px,100%);position:relative}.close{position:absolute;right:15px;top:10px;border:0;background:transparent;font-size:28px;cursor:pointer}.modal-card h2{margin-top:0}.modal-card button#doSearch{padding:13px;border:0;border-radius:9px;background:var(--navy);color:white;font-weight:bold}.modal-card #modalBody{display:flex;gap:8px}
@media(max-width:850px){.navlinks{display:none}.menu-btn{display:block;margin-left:auto}.nav-actions{order:3}.trust-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(2,1fr)}.seller,.newsletter{display:block}.seller button{margin-top:10px}.newsletter form{margin-top:18px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.nav{height:62px}.brand img{width:125px}.hero{padding-top:10px}.slide{aspect-ratio:2.05/1;object-fit:contain;width:100%;height:auto}.prev,.next{width:34px;height:34px;font-size:25px}.trust-grid{grid-template-columns:1fr 1fr;font-size:13px}.category-grid{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:1fr 1fr;gap:10px}.product-img{height:135px;font-size:50px}.section{padding:30px 0}.seller{padding:25px}.seller h2{font-size:26px}.newsletter form{display:block}.newsletter input{width:100%;min-width:0}.newsletter button{width:100%;margin-top:8px}.footer-grid{grid-template-columns:1fr 1fr}}
.product-image img{
  width:100%;
  height:135px;
  object-fit:contain;
  display:block;
}
