:root{--navy:#17224b;--orange:#f47b20;--green:#3c7f2e;--bg:#f7f8fb;--text:#172033;--muted:#718096;--white:#fff;--border:#e7eaf0;--shadow:0 8px 30px rgba(18,31,61,.08)}*{box-sizing:border-box}body{margin:0;font-family:Arial,"Noto Sans Bengali",sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.container{width:min(1280px,calc(100% - 32px));margin:auto}.notice{background:var(--navy);color:#fff;padding:8px 4%;display:flex;justify-content:space-between;font-size:13px}.header{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);position:sticky;top:0;z-index:20}.head-main{height:92px;display:flex;align-items:center;gap:34px}.brand{width:235px;position:relative;font-weight:900;letter-spacing:-1px;line-height:.9}.brand-sara{font-size:34px;color:var(--navy)}.brand-bazar{font-size:34px;color:var(--orange)}.brand small{display:block;color:#555;font-size:10px;letter-spacing:2px;margin-top:8px}.search{height:48px;border:1px solid #dfe3eb;border-radius:8px;display:flex;flex:1;max-width:700px;overflow:hidden;background:#fff}.search select,.search input{border:0;outline:0;padding:0 15px;font-size:14px}.search select{width:145px;border-right:1px solid var(--border);color:#555}.search input{flex:1}.search button{width:55px;border:0;background:var(--navy);color:#fff;font-size:26px}.head-actions{display:flex;gap:25px}.head-actions a{font-size:26px;text-align:center}.head-actions small{font-size:11px;display:block;color:#555}.nav{height:48px;display:flex;align-items:center;gap:28px;font-size:14px;border-top:1px solid #f2f2f2}.nav .all-cat{background:var(--navy);color:#fff;padding:13px 25px;border-radius:6px 6px 0 0;font-weight:700}.nav .active{color:var(--orange);font-weight:700}.grow{flex:1}.home-grid{display:grid;grid-template-columns:240px 1fr;gap:14px;margin-top:14px}.category-side{background:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.category-side h3{margin:0;padding:16px;background:var(--navy);color:#fff;font-size:16px}.category-side a{display:flex;justify-content:space-between;padding:11px 16px;border-bottom:1px solid #f1f2f5;font-size:14px}.category-side a:hover{color:var(--orange);background:#fffaf5}.category-side .more{color:#666;font-weight:700}.hero-slider{height:390px;border-radius:10px;overflow:hidden;position:relative;background:#edf6e9}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:.5s}.hero-slide.show{opacity:1}.hero-copy{padding:58px 7%;max-width:65%;position:relative;z-index:2}.hero-copy span{color:var(--green);font-size:14px;font-weight:800;letter-spacing:1px}.hero-copy h1{font-size:38px;line-height:1.25;margin:12px 0;color:#1c3921}.hero-copy p{font-size:17px;color:#526153}.hero-btn{display:inline-block;background:var(--green);color:#fff;padding:13px 24px;border-radius:6px;font-weight:700}.default-hero{display:flex;justify-content:space-between;align-items:center;padding-right:7%;background:linear-gradient(110deg,#eef7e7,#fff)}.hero-products{display:flex;gap:10px;align-items:center}.hero-products div{width:105px;height:180px;background:#fff;border-radius:50px;display:grid;place-items:center;font-size:70px;box-shadow:var(--shadow);transform:rotate(-5deg)}.dots{position:absolute;bottom:14px;left:50%;display:flex;gap:7px}.dots i{width:9px;height:9px;border-radius:50%;background:#cbd5d0}.dots i.on{background:var(--navy);width:22px;border-radius:9px}.service-strip{background:#fff;margin-top:14px;border-radius:8px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--shadow);padding:18px 8px}.service-strip div{display:grid;grid-template-columns:42px 1fr;column-gap:8px;align-items:center;border-right:1px solid var(--border);padding:0 20px}.service-strip div:last-child{border:0}.service-strip div:first-letter{font-size:25px}.service-strip b{font-size:14px}.service-strip small{grid-column:2;color:#78828e;font-size:11px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:30px 0 16px}.section-title h2{font-size:22px;margin:0}.section-title a{color:var(--navy);font-size:13px;font-weight:700}.circle-cats{display:flex;gap:22px;overflow:auto;padding:4px 0 12px}.circle-cats a{min-width:100px;text-align:center}.circle-cats span{width:72px;height:72px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:var(--shadow);font-size:30px;overflow:hidden}.circle-cats img{width:100%;height:100%;object-fit:cover}.circle-cats b{display:block;font-size:12px;margin-top:8px}.sale-section{background:#fff;padding:18px;border-radius:10px;box-shadow:var(--shadow)}.sale-label{color:#ef4d43;font-weight:900}.countdown{font-size:12px;color:#777}.countdown b{color:#ef4d43;margin-left:6px}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-img{height:175px;background:#f9fafc;display:grid;place-items:center;position:relative}.product-img img{width:100%;height:100%;object-fit:contain}.product-img span{font-size:55px}.discount{position:absolute;top:8px;left:8px;background:#ef4d43;color:#fff;padding:4px 7px;border-radius:4px;font-size:11px}.product-info{padding:11px}.product-info h3{font-size:13px;line-height:1.45;height:38px;margin:0 0 8px;overflow:hidden}.price-row{display:flex;gap:8px;align-items:center}.price-row strong{color:var(--orange);font-size:16px}.price-row del{color:#9ca3af;font-size:11px}.rating{font-size:11px;color:#e7a400;margin-top:6px}.rating span{color:#888}.add-cart{width:calc(100% - 20px);margin:0 10px 10px;border:1px solid var(--orange);background:#fff;color:var(--orange);padding:8px;border-radius:5px;font-weight:700}.add-cart:hover{background:var(--orange);color:#fff}.promo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.promo-row>div{min-height:180px;border-radius:10px;padding:25px;background:linear-gradient(120deg,#fff3e7,#fff);border:1px solid #ffe1c9}.promo-row>div:nth-child(2){background:linear-gradient(120deg,#f7f0e6,#fff)}.promo-row>div:nth-child(3){background:linear-gradient(120deg,#eef5ec,#fff)}.promo-row span{font-size:11px;color:var(--orange);font-weight:900}.promo-row h2{margin:9px 0;font-size:20px}.promo-row p{color:#687281;font-size:13px}.promo-row a{font-weight:800;color:var(--navy);font-size:13px}footer{margin-top:45px;background:#11182e;color:#dfe5f4}.footer-grid{padding:45px 0;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-grid h3{color:#fff;font-size:15px}.footer-grid a{display:block;margin:9px 0;color:#aeb8cc;font-size:13px}.footer-brand{margin-bottom:18px}.copyright{border-top:1px solid #2d3550;padding:18px;text-align:center;font-size:12px;color:#9aa5ba}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.home-grid{grid-template-columns:1fr}.category-side{display:none}.head-main{gap:12px}.brand{width:190px}.search select{display:none}}@media(max-width:650px){.notice{font-size:10px}.notice span:last-child{display:none}.head-main{height:auto;padding:12px 0;flex-wrap:wrap}.brand{width:160px}.brand-sara,.brand-bazar{font-size:25px}.search{order:3;flex-basis:100%}.head-actions{margin-left:auto}.nav{overflow:auto;white-space:nowrap;gap:18px}.nav .all-cat{padding:12px}.hero-slider{height:330px}.hero-copy{padding:35px 6%;max-width:100%}.hero-copy h1{font-size:28px}.hero-products{display:none}.service-strip{grid-template-columns:repeat(2,1fr);gap:12px}.service-strip div:nth-child(2){border-right:0}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-img{height:145px}.promo-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.circle-cats{gap:12px}.circle-cats a{min-width:82px}}

.payment-box{padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;margin:12px 0;display:flex;flex-direction:column;gap:8px}.payment-box label{font-weight:700}.payment-box small{color:#666}
