:root{--navy:#052e5b;--orange:#f56619;--bg:#f7f8fb;--text:#17243a;--green:#11834c}*{box-sizing:border-box}body{margin:0;font-family:Arial,"Noto Sans Bengali",sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.topbar{background:var(--navy);color:#fff;padding:8px 4%;font-size:13px;display:flex;justify-content:space-between;gap:12px}.header{display:flex;align-items:center;gap:25px;padding:16px 4%;background:#fff}.brand{min-width:260px}.brand b{font-size:27px;color:var(--navy)}.brand em{color:var(--orange);font-style:normal}.brand small{display:block;font-size:10px}.search{display:flex;flex:1}.search input{width:100%;padding:13px;border:1px solid #ddd;border-radius:6px 0 0 6px}.search button{border:0;background:var(--orange);color:#fff;padding:0 18px;font-size:18px}.account{display:flex;gap:18px;font-size:14px}.nav{background:var(--navy);color:#fff;display:flex;justify-content:center;flex-wrap:wrap}.nav a{padding:13px 24px;font-weight:700;font-size:13px}.nav a:hover{background:var(--orange)}.hero{min-height:390px;background:linear-gradient(100deg,#fff4e9,#f7f4ed);display:grid;grid-template-columns:1fr 1.4fr;align-items:center;padding:35px 5%;overflow:hidden}.hero h1{font-size:46px;margin:0 0 10px;color:var(--navy)}.hero h1 span{color:var(--orange)}.hero p{font-size:20px;line-height:1.6}.hero-art{font-size:100px;text-align:center;letter-spacing:20px}.btn{display:inline-block;border:0;border-radius:5px;background:var(--navy);color:#fff;padding:12px 18px;font-weight:700;cursor:pointer}.btn.orange{background:var(--orange)}.section{padding:32px 4%}.section h2{margin:0 0 20px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cat-card,.product-card,.panel,.stat{border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 2px 8px #0000000a}.cat-card{padding:22px;font-weight:700}.cat-card span{display:block;color:var(--orange);font-size:13px;margin-top:8px}.products{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.product-card{padding:12px;display:flex;flex-direction:column}.product-img{height:145px;background:#f1f3f6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:55px;margin-bottom:10px}.product-card h3{font-size:14px;min-height:36px}.price{font-weight:800;font-size:18px}.old{text-decoration:line-through;color:#999;font-size:12px}.stock{font-size:12px;color:var(--green)}.product-card .btn{margin-top:auto;text-align:center;padding:9px}.offer{margin:10px 4% 30px;background:linear-gradient(100deg,var(--orange),#ff9518 40%,var(--navy) 40%);color:#fff;padding:25px 40px;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px 4% 35px}.feature{padding:18px;border:1px solid #ddd;border-radius:8px;font-weight:700}footer{background:var(--navy);color:#fff;padding:35px 4%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}footer div{display:flex;flex-direction:column;gap:10px}footer h3{font-size:14px}.copyright{background:#03264b;color:#fff;text-align:center;padding:14px;font-size:12px}.container{max-width:1180px;margin:auto;padding:30px 18px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{padding:20px;margin-bottom:20px}.form-row{margin-bottom:14px}.form-row label{display:block;font-weight:700;margin-bottom:6px}.form-row input,.form-row select,.form-row textarea{width:100%;padding:11px;border:1px solid #d1d5db;border-radius:6px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:13px}th{background:#f3f4f6}.flash{max-width:1180px;margin:15px auto;padding:12px;border-radius:6px}.ok{background:#dcfce7;color:#166534}.err{background:#fee2e2;color:#991b1b}.admin-layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:var(--navy);color:#fff;padding:24px 14px}.sidebar h2{color:#fff}.sidebar a{display:block;padding:11px;border-radius:6px;margin:3px 0}.sidebar a:hover{background:#ffffff18}.main{background:var(--bg);padding:25px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat{padding:20px}.stat b{display:block;font-size:26px;color:var(--navy)}.userbar{background:var(--navy);color:#fff;padding:18px}.dashboard-menu{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.dashboard-menu a{padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0001;text-align:center;font-weight:700}.billbox{background:#f8fafc;border:1px dashed #94a3b8;padding:18px;border-radius:8px}.billline{display:flex;justify-content:space-between;padding:5px 0}.grand{font-size:20px;font-weight:800;border-top:1px solid #ccc;margin-top:6px;padding-top:10px}@media(max-width:900px){.header{flex-wrap:wrap}.brand{min-width:auto}.search{order:3;flex-basis:100%}.account{margin-left:auto}.hero{grid-template-columns:1fr}.hero-art{font-size:60px}.products{grid-template-columns:repeat(2,1fr)}.category-grid,.features,.stats,.dashboard-menu{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr 1fr}.admin-layout{grid-template-columns:1fr}.sidebar{display:flex;flex-wrap:wrap;gap:4px}.sidebar h2{width:100%}}@media(max-width:520px){.topbar{flex-direction:column}.account{font-size:12px}.nav a{padding:10px}.hero h1{font-size:34px}.products,.category-grid,.features,.grid2,.stats,.dashboard-menu,footer{grid-template-columns:1fr}.offer{margin:10px 12px;flex-direction:column;align-items:flex-start}.product-img{height:180px}}
.product-detail{display:grid;grid-template-columns:1fr 1.1fr;gap:35px;align-items:start;margin-bottom:40px}.detail-image{min-height:420px;background:#f5f6f8;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:130px;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:contain}.detail-price{font-size:30px;font-weight:800;color:var(--navy);margin:12px 0}.muted{color:#64748b}.btn.light{background:#eef2f7;color:var(--navy)}.small-link{display:block;text-align:center;margin-top:10px;color:#64748b}.related{grid-template-columns:repeat(4,1fr)}@media(max-width:700px){.product-detail{grid-template-columns:1fr}.detail-image{min-height:260px}.related{grid-template-columns:repeat(2,1fr)}}
/* v4 dynamic storefront + app dashboard */
.section-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.section-head h2,.section-head h3{margin:0}.product-img img{width:100%;height:100%;object-fit:contain}.admin-thumb{display:block;width:120px;height:90px;object-fit:contain;margin-top:8px;border:1px solid #eee;border-radius:8px}.tiny-thumb{width:46px;height:46px;object-fit:cover;border-radius:7px}.admin-banner-preview{display:block;max-width:100%;height:160px;object-fit:cover;margin-top:8px;border-radius:10px}.tiny-banner{width:90px;height:45px;object-fit:cover;border-radius:5px}.hero-badge{display:inline-block;background:#fff2e9;color:var(--orange);padding:7px 11px;border-radius:99px;font-weight:800;font-size:12px;margin-bottom:10px}.banner-slider{height:430px;position:relative;overflow:hidden;background:#0b315b}.banner-slide{position:absolute;inset:0;opacity:0;transition:.45s ease;background-size:cover;background-position:center;display:flex;align-items:center;padding:40px 6%;color:#fff}.banner-slide.active{opacity:1;z-index:2}.banner-content{max-width:650px}.banner-content h1{font-size:48px;margin:8px 0}.banner-content p{font-size:19px;line-height:1.6}.banner-dots{position:absolute;z-index:3;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:8px}.banner-dots button{width:10px;height:10px;border:0;border-radius:50%;background:#ffffff88}.banner-dots button.active{width:26px;border-radius:10px;background:#fff}.app-bg{background:#f2f5f9}.app-top{display:flex;justify-content:space-between;align-items:center}.app-container{max-width:1080px}.app-hero{background:linear-gradient(120deg,var(--navy),#0b5792);color:#fff;padding:28px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;box-shadow:0 12px 30px #052e5b25}.app-hero h1{margin:5px 0 8px}.app-hero p{margin:0;color:#dbeafe}.app-stats .stat{border:0;box-shadow:0 8px 25px #0000000d}.app-title{font-size:18px;margin-top:28px}.app-menu{grid-template-columns:repeat(6,1fr)}.app-menu a{display:flex;flex-direction:column;gap:7px;align-items:center;border:1px solid #e7ebf0}.app-menu span{font-size:25px}.recent-order{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #edf0f3}.recent-order:last-child{border-bottom:0}.recent-order>div{display:flex;flex-direction:column;gap:5px}.status-pill{display:inline-flex;width:max-content;padding:4px 9px;border-radius:99px;background:#e2e8f0;font-size:11px;text-transform:capitalize;font-weight:800}.status-pending{background:#fff7d6;color:#7a5800}.status-confirmed{background:#dbeafe;color:#1d4ed8}.status-processing{background:#ede9fe;color:#6d28d9}.status-shipped{background:#cffafe;color:#0e7490}.status-delivered{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#991b1b}.order-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.tracking{display:flex;margin-top:30px;position:relative}.tracking:before{content:"";position:absolute;top:18px;left:8%;right:8%;height:3px;background:#e2e8f0}.track-step{position:relative;z-index:1;flex:1;text-align:center}.track-step span{display:flex;margin:auto;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#e2e8f0;font-weight:800}.track-step.done span{background:var(--green);color:#fff}.track-step small{display:block;margin-top:7px}.cancel-box{background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;margin-top:18px}.order-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.event-list>div{display:flex;gap:12px}.event-list>div>span{width:12px;height:12px;border-radius:50%;background:var(--green);margin-top:5px;box-shadow:0 0 0 4px #dcfce7}.event-list p{margin:0 0 18px}.sales-chart{height:240px;display:flex;align-items:flex-end;gap:10px;overflow-x:auto;padding:15px 5px 0}.sales-chart.compact{height:180px}.chart-col{min-width:44px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:5px}.chart-bar{width:70%;max-width:55px;min-width:18px;background:linear-gradient(180deg,var(--orange),#ff9b57);border-radius:7px 7px 2px 2px}.chart-value{font-size:10px;font-weight:800;color:#64748b}.chart-col small{font-size:10px;white-space:nowrap}
@media(max-width:900px){.app-menu{grid-template-columns:repeat(3,1fr)}.banner-content h1{font-size:38px}.banner-slider{height:380px}}
@media(max-width:520px){body{padding-bottom:0}.header{padding:12px}.brand b{font-size:22px}.account{width:100%;justify-content:space-between;margin-left:0}.topbar{font-size:11px}.nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.nav a{white-space:nowrap}.hero{min-height:320px;padding:28px 18px}.hero-art{display:none}.banner-slider{height:360px}.banner-slide{padding:28px 20px}.banner-content h1{font-size:31px}.banner-content p{font-size:15px}.section{padding:22px 12px}.products{gap:10px}.product-card{padding:9px}.product-card h3{font-size:13px}.product-img{height:145px}.app-container{padding:16px 12px}.app-hero{align-items:flex-start;flex-direction:column}.app-menu{grid-template-columns:repeat(3,1fr);gap:10px}.app-menu a{padding:15px 7px}.tracking{overflow-x:auto}.track-step{min-width:90px}.sales-chart{gap:6px}.chart-col{min-width:38px}.order-head{align-items:flex-start;flex-direction:column}.sidebar{position:relative}.main{padding:16px}.stats{gap:10px}.stat{padding:14px}.stat b{font-size:20px}}

/* v7 readability + phone-first responsive polish */\nbody{font-size:16px;line-height:1.55}.topbar{font-size:14px;line-height:1.45}.nav a{font-size:14px}.account{font-size:15px}.cat-card{font-size:16px}.cat-card span{font-size:14px}.product-card h3{font-size:15px;line-height:1.45}.stock{font-size:13px}.section h2{font-size:25px}.feature{font-size:15px}footer{font-size:15px}.copyright{font-size:13px}.form-row input,.form-row select,.form-row textarea{font-size:16px}.filters select,.filters input{font-size:15px}.brand-chips a{font-size:14px}.btn{font-size:14px}
@media(max-width:520px){body{font-size:17px}.topbar{font-size:13px;padding:9px 12px}.topbar span{display:block}.brand b{font-size:25px}.brand small{font-size:11px}.search input{font-size:16px;padding:14px}.account{font-size:14px}.nav a{font-size:14px;padding:12px 14px}.section h2{font-size:22px}.cat-card{font-size:16px;padding:17px 15px}.cat-card span{font-size:13px}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card h3{font-size:15px;min-height:auto}.price{font-size:19px}.stock{font-size:13px}.product-card .btn{font-size:13px;padding:10px 6px}.product-img{height:150px}.offer h2{font-size:22px}.feature{font-size:15px}.filters.open{display:grid}.filters{font-size:16px}.filters select,.filters input{font-size:16px;min-height:46px}.brand-chips{font-size:15px}.brand-chips a{font-size:14px;padding:8px 11px}footer{font-size:15px}.copyright{font-size:13px}}
@media(max-width:370px){body{font-size:16px}.products{grid-template-columns:1fr}.product-img{height:210px}}\n
/* v8 premium authentication + app-like mobile shell */
.auth-page{min-height:70vh;background:linear-gradient(180deg,#f4f7fb 0,#fff 100%);padding:34px 16px 60px}.auth-shell{max-width:560px;margin:auto}.auth-shell.auth-wide{max-width:820px}.auth-brand{text-align:center;margin-bottom:18px}.auth-logo{display:inline-block;min-width:0}.auth-logo b{font-size:32px}.auth-logo small{letter-spacing:.5px}.auth-brand>span{display:block;margin-top:10px;color:#64748b;font-weight:700}.auth-card{background:#fff;border:1px solid #dfe5ec;border-radius:18px;padding:30px;box-shadow:0 18px 50px #052e5b12}.auth-title{display:flex;gap:14px;align-items:flex-start;padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid #edf1f5}.auth-title h1{font-size:27px;line-height:1.2;margin:0 0 7px;color:var(--navy)}.auth-title p{margin:0;color:#64748b}.auth-icon{width:46px;height:46px;border-radius:12px;background:#fff2e9;display:flex;align-items:center;justify-content:center;font-size:22px}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth-card .form-row label{font-size:15px;color:#243247}.auth-card .form-row label b{color:#dc2626}.optional{font-weight:400;color:#64748b}.auth-card input,.auth-card select,.auth-card textarea{min-height:50px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:12px 14px;transition:.2s}.auth-card textarea{min-height:92px}.auth-card input:focus,.auth-card select:focus,.auth-card textarea:focus{outline:0;border-color:#0b5792;box-shadow:0 0 0 3px #0b579218}.form-section-title{display:flex;align-items:center;gap:10px;background:#f7f9fc;border:1px solid #e5eaf0;border-radius:10px;padding:13px 15px;margin:8px 0 16px}.form-section-title strong,.form-section-title small{display:block}.form-section-title small{color:#64748b;margin-top:2px}.location-status{font-size:13px;color:#2563eb;background:#eff6ff;padding:9px 12px;border-radius:8px;margin:-5px 0 16px}.location-status.error{background:#fff1f2;color:#be123c}.password-box{display:flex}.password-box input{border-radius:9px 0 0 9px}.password-box button{width:48px;border:1px solid #cbd5e1;border-left:0;border-radius:0 9px 9px 0;background:#f8fafc;cursor:pointer}.hint{color:#64748b}.auth-submit{width:100%;min-height:52px;border-radius:9px;font-size:16px;margin-top:8px}.auth-switch{text-align:center;color:#64748b;margin:18px 0 0}.auth-switch a{font-weight:800;color:var(--navy)}.auth-trust{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;color:#64748b;font-size:13px;margin-top:16px}.mobile-app-nav{display:none}
@media(max-width:700px){body{padding-bottom:72px}.topbar{display:none}.header{position:sticky;top:0;z-index:20;padding:10px 14px;border-bottom:1px solid #edf0f3;display:grid;grid-template-columns:auto 1fr auto;gap:10px}.brand{grid-column:1/3}.brand b{font-size:21px}.brand small{font-size:9px}.account{grid-column:3;grid-row:1;width:auto;align-items:center}.account a{display:none}.account a:last-child{display:block;font-size:0}.account a:last-child:before{content:'🛒';font-size:24px}.search{grid-column:1/4;grid-row:2;order:0}.search input{border-radius:24px 0 0 24px;background:#f1eef5;border:0}.search button{border-radius:0 24px 24px 0}.nav{display:none}.mobile-app-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -7px 20px #0001;height:66px;align-items:center;justify-content:space-around;padding-bottom:max(3px,env(safe-area-inset-bottom))}.mobile-app-nav a{flex:1;text-align:center;color:#64748b;font-size:11px}.mobile-app-nav span{display:block;font-size:23px;line-height:1.1}.mobile-app-nav small{font-size:11px}.mobile-app-nav a:first-child{color:#2288dd}.auth-page{padding:18px 12px 32px;background:#f7f8fb}.auth-card{border-radius:14px;padding:20px 16px;box-shadow:0 8px 28px #052e5b0c}.auth-logo b{font-size:28px}.auth-title h1{font-size:23px}.auth-title p{font-size:14px}.form-grid.two{grid-template-columns:1fr;gap:0}.auth-card .form-row{margin-bottom:15px}.auth-card .form-row label{font-size:16px}.auth-card input,.auth-card select,.auth-card textarea{font-size:16px;min-height:52px}.auth-trust{font-size:12px;gap:10px}.auth-brand>span{font-size:14px}}

/* v9 storefront: real product imagery + phone-first home */
.home-hero{min-height:420px;background:#fff6ec;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.35fr);align-items:stretch;overflow:hidden}.home-hero-copy{padding:52px 5% 48px 7%;display:flex;flex-direction:column;justify-content:center}.home-hero-copy h1{font-size:48px;line-height:1.08;color:var(--navy);margin:4px 0 18px;max-width:520px}.home-hero-copy p{font-size:19px;line-height:1.7;margin:0 0 22px;max-width:560px}.home-hero-image{min-height:420px;background:#fff}.home-hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.hero-contact{font-weight:800;color:var(--navy)}
.home-slider .banner-slide{background-position:center right;background-size:cover}.dark-copy{color:var(--text)}.dark-copy h1{color:var(--navy);max-width:570px}.dark-copy p{color:#34445c;max-width:540px}
.visual-cat{padding:12px;display:flex;align-items:center;gap:14px;min-height:135px;overflow:hidden}.visual-cat img{width:42%;height:105px;object-fit:contain;background:#f8fafc;border-radius:9px}.visual-cat>div{min-width:0}.visual-cat strong{display:block;line-height:1.25}.visual-cat span{margin-top:10px}
.brand-scroll{display:flex;gap:14px;overflow-x:auto;padding:3px 2px 10px;scrollbar-width:thin}.brand-card{flex:0 0 175px;border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fff;box-shadow:0 3px 14px #0000000b;display:flex;flex-direction:column;gap:5px}.brand-card img{width:100%;height:105px;object-fit:contain;background:#f8fafc;border-radius:9px}.brand-card strong{font-size:16px}.brand-card small{color:#64748b}
.product-img{overflow:hidden;background:#fff;border:1px solid #f0f1f3}.product-img img{transition:transform .25s ease}.product-card:hover .product-img img{transform:scale(1.035)}.product-brand{color:#64748b;min-height:20px}.image-placeholder{font-size:12px;color:#94a3b8;font-weight:800}.home-features .feature{display:flex;flex-direction:column;gap:5px}.home-features .feature small{font-weight:400;color:#64748b}
@media(max-width:900px){.home-hero{grid-template-columns:1fr 1.15fr;min-height:360px}.home-hero-copy{padding:34px 28px}.home-hero-copy h1{font-size:38px}.home-hero-image{min-height:360px}.visual-cat{min-height:120px}}
@media(max-width:700px){
  .home-hero{display:flex;flex-direction:column-reverse;min-height:0;background:#fff7ed;margin:0 0 8px}.home-hero-image{min-height:0;height:auto;aspect-ratio:16/8.2;background:#fff}.home-hero-image img{object-fit:cover;object-position:center}.home-hero-copy{padding:20px 18px 24px}.home-hero-copy .hero-badge{font-size:11px;margin-bottom:7px}.home-hero-copy h1{font-size:30px;line-height:1.12;margin:2px 0 10px}.home-hero-copy p{font-size:15px;line-height:1.55;margin-bottom:16px}.hero-actions .btn{padding:11px 16px}.hero-contact{font-size:14px}
  .home-slider{height:420px}.home-slider .banner-slide{align-items:flex-end;padding:0;background-position:center top;background-size:auto 56%;background-repeat:no-repeat;background-color:#fff7ed;background-image:var(--mobile-banner-bg)}.home-slider .banner-content{width:100%;max-width:none;background:linear-gradient(180deg,rgba(255,247,237,.75),#fff7ed 28%);padding:26px 18px 42px}.home-slider .banner-content h1{font-size:29px;line-height:1.12;margin:5px 0 9px}.home-slider .banner-content p{font-size:14px;line-height:1.5;margin:0 0 14px}.home-slider .banner-dots{bottom:14px}
  .category-section,.brands-section,.featured-section{padding-top:18px;padding-bottom:18px}.section-head h2{font-size:20px}.section-head a{font-size:13px}.home-categories{display:flex;overflow-x:auto;gap:10px;padding-bottom:8px;scroll-snap-type:x proximity}.home-categories .visual-cat{flex:0 0 150px;display:block;min-height:0;padding:9px;text-align:center;scroll-snap-align:start}.home-categories .visual-cat img{width:100%;height:105px}.home-categories .visual-cat strong{font-size:13px;margin-top:7px}.home-categories .visual-cat span{font-size:11px;margin-top:4px}
  .brand-card{flex-basis:135px;padding:9px}.brand-card img{height:85px}.brand-card strong{font-size:14px}.brand-card small{font-size:11px}
  .home-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-products .product-card{padding:8px;border-radius:11px}.home-products .product-img{height:158px}.home-products .product-card h3{font-size:13px;line-height:1.35;margin:7px 0 5px}.home-products .product-brand{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-products .price{font-size:17px}.home-products .stock{font-size:11px}.home-products .cart-btn{font-size:11px;padding:9px 4px;margin-top:7px}
  .home-offer{margin:8px 12px 18px;padding:18px;border-radius:12px;background:linear-gradient(115deg,var(--navy) 0 52%,var(--orange) 52%);display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.home-offer h2{font-size:17px;margin:0 0 5px}.home-offer p{font-size:11px;margin:0}.home-offer .btn{font-size:11px;padding:8px 10px}.home-features{grid-template-columns:repeat(2,1fr);padding:0 12px 24px;gap:8px}.home-features .feature{font-size:12px;padding:12px}.home-features .feature small{font-size:10px}
  footer{display:none}.copyright{display:none}
}
@media(max-width:370px){.home-products{grid-template-columns:repeat(2,minmax(0,1fr))}.home-products .product-img{height:135px}.home-categories .visual-cat{flex-basis:136px}.home-offer{grid-template-columns:1fr}}
