*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#f26522;--primary-dark:#d4541a;--primary-light:#fef3ec;--accent:#f26522;--accent-dark:#d4541a;--accent-light:#fff4ed;--dark:#1f1f1f;--gray-900:#1a1a1a;--gray-700:#333;--gray-600:#4a4a4a;--gray-500:#666;--gray-400:#999;--gray-300:#d4d5d9;--gray-200:#e8e8e8;--gray-100:#f4f4f5;--gray-50:#f8f8f8;--white:#fff;--success:#22c55e;--danger:#e23744;--radius:12px;--radius-sm:8px;--shadow:0 1px 4px #00000014;--shadow-md:0 2px 8px #0000001a;--shadow-lg:0 4px 16px #0000001f;--transition:all .2s ease}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--gray-50);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.splash-screen{z-index:9999;background:var(--white);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-content{text-align:center}.splash-logo{width:120px;height:auto;margin:0 auto 2rem;animation:1.5s ease-in-out infinite pulse}.splash-loader{justify-content:center;margin-bottom:1rem;display:flex}.splash-spinner{border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.splash-text{color:var(--gray-500);font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.location-select-screen{background:var(--gray-50);padding:1rem}.location-select-modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:2rem}.location-modal-logo{width:80px;height:auto;margin:0 auto 1.25rem;display:block}.location-select-modal h2{text-align:center;color:var(--dark);margin-bottom:.4rem;font-size:1.25rem;font-weight:800}.location-modal-sub{text-align:center;color:var(--gray-500);margin-bottom:1.5rem;font-size:.85rem}.location-search-box{margin-bottom:1rem;position:relative}.location-search-icon{color:var(--primary);font-size:1rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.location-search-input{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;transition:var(--transition);outline:none;padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem}.location-search-input:focus{border-color:var(--primary)}.location-list{max-height:320px;overflow-y:auto}.location-list-item{border-radius:var(--radius-sm);text-align:left;width:100%;transition:var(--transition);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.85rem .75rem;display:flex}.location-list-item:hover{background:var(--gray-50)}.location-list-item.active{background:var(--primary-light)}.location-list-icon{background:var(--primary-light);width:36px;height:36px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.location-list-info{flex:1;min-width:0}.location-list-area{color:var(--dark);font-size:.9rem;font-weight:600;display:block}.location-list-detail{color:var(--gray-400);font-size:.75rem;display:block}.location-list-time{color:var(--primary);background:var(--primary-light);border-radius:4px;flex-shrink:0;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.location-no-results{text-align:center;color:var(--gray-400);padding:2rem;font-size:.9rem}.modal-overlay{z-index:5000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);border-radius:var(--radius);flex-direction:column;width:100%;max-width:420px;max-height:80vh;padding:1.5rem;animation:.25s slideUp;display:flex;overflow:hidden}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal-header h3{font-size:1.1rem;font-weight:700}.modal-close{width:32px;height:32px;color:var(--gray-500);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--gray-100);color:var(--dark)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{z-index:1000;background:var(--white);box-shadow:var(--shadow);position:sticky;top:0}.top-bar{background:var(--primary);padding:.6rem 0}.top-bar-content{align-items:center;gap:1rem;display:flex}.navbar-brand{flex-shrink:0}.brand-logo{object-fit:contain;width:auto;height:44px}.delivery-info{cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;flex-shrink:0;align-items:center;gap:.75rem;padding:.3rem .5rem;display:flex}.delivery-info:hover{background:#ffffff26}.delivery-time{flex-direction:column;display:flex}.delivery-label{text-transform:uppercase;color:#ffffffbf;font-size:.65rem;font-weight:700}.delivery-minutes{color:var(--white);font-size:.95rem;font-weight:800}.location-btn-inner{align-items:center;gap:.4rem;display:flex}.location-icon{color:var(--white);font-size:1rem}.location-text{text-align:left;flex-direction:column;display:flex}.location-main{color:var(--white);white-space:nowrap;font-size:.8rem;font-weight:700}.location-sub{color:#ffffffb3;font-size:.65rem}.location-chevron{color:var(--white);font-size:.85rem}.header-search{flex:1;max-width:480px;position:relative}.search-form{align-items:center;display:flex;position:relative}.search-icon{color:var(--gray-400);font-size:1rem;position:absolute;left:12px}.header-search-input{border-radius:var(--radius-sm);background:var(--white);border:none;outline:none;width:100%;padding:.6rem 1rem .6rem 2.4rem;font-size:.85rem}.header-search-input:focus{box-shadow:0 0 0 2px var(--primary-dark)}.search-dropdown{background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);z-index:200;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden}.search-result-item{transition:var(--transition);align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.search-result-item:hover{background:var(--gray-50)}.search-result-item img{object-fit:cover;border-radius:6px;width:40px;height:40px}.search-result-name{font-size:.83rem;font-weight:500;display:block}.search-result-price{color:var(--primary);font-size:.78rem;font-weight:700}.search-view-all{text-align:center;color:var(--primary);border-top:1px solid var(--gray-200);padding:.7rem 1rem;font-size:.82rem;font-weight:600;display:block}.search-view-all:hover{background:var(--primary-light)}.cart-widget{flex-shrink:0}.cart-widget-inner{background:var(--white);color:var(--primary);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.cart-widget-inner svg{font-size:1.1rem}.desktop-nav{background:var(--white);border-bottom:1px solid var(--gray-200);padding:.4rem 0}.navbar-content{align-items:center;display:flex}.navbar-links{gap:.25rem;display:flex}.navbar-links a{color:var(--gray-600);border-radius:var(--radius-sm);transition:var(--transition);padding:.45rem .9rem;font-size:.85rem;font-weight:500}.navbar-links a:hover{color:var(--primary);background:var(--primary-light)}.navbar-links a.active{color:var(--primary);background:var(--primary-light);font-weight:600}.bottom-nav{z-index:1000;background:var(--white);border-top:1px solid var(--gray-200);padding:.4rem 0 env(safe-area-inset-bottom,.4rem);grid-template-columns:repeat(5,1fr);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000f}.bottom-nav-item{color:var(--gray-500);transition:var(--transition);flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 0;font-size:.65rem;display:flex;position:relative}.bottom-nav-item svg{font-size:1.3rem}.bottom-nav-item.active,.bottom-nav-item.active svg{color:var(--primary)}.cart-nav-item{position:relative}.bottom-cart-badge{background:var(--primary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.55rem;font-weight:800;display:flex;position:absolute;top:2px;right:calc(50% - 16px)}.btn{border-radius:var(--radius-sm);transition:var(--transition);cursor:pointer;border:2px solid #0000;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark)}.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:var(--gray-700)}.btn-outline{border-color:var(--gray-300);color:var(--gray-600);background:var(--white)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.hero-banner{background:linear-gradient(135deg,#fff0e6 0%,#ffe0cc 100%);padding:2.5rem 0}.hero-banner-content{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.hero-text-block h1{color:var(--dark);margin-bottom:.75rem;font-size:2.25rem;font-weight:900;line-height:1.2}.hero-text-block .highlight{color:var(--primary)}.hero-text-block p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1rem}.hero-banner-image img{object-fit:cover;border-radius:var(--radius);width:100%;height:260px}.hero-stats,.hero-stat,.hero-stat-icon{display:none}.load-more-wrap{text-align:center;margin-top:1.5rem}.load-more-btn{border-color:var(--gray-300);color:var(--gray-600)}.load-more-btn:hover{border-color:var(--primary);color:var(--primary)}.features-strip{display:none}.features-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.feature-item{align-items:center;gap:.6rem;display:flex}.feature-icon{color:var(--primary);flex-shrink:0;font-size:1.4rem}.feature-item strong{color:var(--dark);font-size:.8rem;display:block}.feature-item span{color:var(--gray-500);font-size:.7rem}.section{padding:1.5rem 0}.home-section{margin-bottom:1.5rem}.blinkit-layout{grid-template-columns:200px 1fr;gap:0;max-width:1200px;margin:0 auto;display:grid}.home-sidebar{background:var(--white);border-right:1px solid var(--gray-200);height:calc(100vh - 95px);padding:1rem 0;position:sticky;top:95px;overflow-y:auto}.sidebar-group{margin-bottom:.5rem}.sidebar-group-title{text-transform:uppercase;color:var(--gray-400);letter-spacing:.5px;padding:.6rem 1rem .3rem;font-size:.7rem;font-weight:700}.sidebar-cat-btn{cursor:pointer;text-align:left;width:100%;color:var(--gray-600);transition:var(--transition);background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.78rem;display:flex}.sidebar-cat-btn:hover{background:var(--gray-50);color:var(--dark)}.sidebar-cat-btn.active{background:var(--primary-light);color:var(--primary);border-left-color:var(--primary);font-weight:600}.sidebar-cat-icon{font-size:1.1rem}.sidebar-cat-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.home-main{min-width:0;padding:1rem 1.25rem}.mobile-category-scroll{-webkit-overflow-scrolling:touch;gap:.4rem;margin-bottom:1rem;padding-bottom:.75rem;display:none;overflow-x:auto}.mobile-category-scroll::-webkit-scrollbar{display:none}.cat-pill{border:1px solid var(--gray-300);background:var(--white);color:var(--gray-600);cursor:pointer;white-space:nowrap;transition:var(--transition);border-radius:20px;flex-shrink:0;padding:.4rem .75rem;font-size:.7rem;font-weight:500}.cat-pill.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.cat-group-section{margin-bottom:2rem}.cat-group-title{color:var(--dark);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.cat-group-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;display:grid}.cat-group-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.cat-group-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.cat-group-icon{font-size:1.5rem}.cat-group-info h4{margin-bottom:.1rem;font-size:.85rem;font-weight:600}.cat-group-info span{color:var(--gray-400);font-size:.7rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header h2{color:var(--dark);font-size:1.2rem;font-weight:800}.view-all-link{color:var(--primary);font-size:.85rem;font-weight:600}.view-all-link:hover{text-decoration:underline}.page-title{color:var(--dark);margin:1.25rem 0;font-size:1.5rem;font-weight:800}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;display:grid}.category-card{border-radius:var(--radius);background:var(--white);border:1px solid var(--gray-200);transition:var(--transition);flex-direction:column;align-items:center;gap:.4rem;padding:1rem .5rem;display:flex}.category-card:hover{border-color:var(--primary);background:var(--primary-light);transform:translateY(-2px)}.category-icon{font-size:1.75rem}.category-name{color:var(--gray-700);text-align:center;font-size:.72rem;font-weight:600}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-badge{background:var(--primary);color:var(--white);z-index:2;letter-spacing:.3px;border-radius:4px;padding:.2rem .55rem;font-size:.65rem;font-weight:800;position:absolute;top:10px;left:10px}.product-image-link{background:var(--gray-50);display:block;overflow:hidden}.product-image{object-fit:cover;width:100%;height:190px;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.04)}.product-info{flex-direction:column;flex:1;padding:.85rem;display:flex}.product-delivery-tag{color:var(--primary);text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:.3rem;margin-bottom:.4rem;font-size:.62rem;font-weight:700;display:flex}.delivery-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:5px;height:5px}.product-name{color:var(--dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.2rem;font-size:.88rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-unit{color:var(--gray-400);margin-bottom:.6rem;font-size:.7rem;display:block}.product-price-row{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-prices{flex-direction:column;gap:.1rem;display:flex}.product-price{color:var(--dark);font-size:1rem;font-weight:800;line-height:1}.product-original-price{color:var(--gray-400);font-size:.72rem;text-decoration:line-through}.add-btn{border:2px solid var(--primary);color:var(--primary);background:var(--white);cursor:pointer;letter-spacing:.5px;border-radius:7px;flex-shrink:0;padding:.45rem .95rem;font-size:.75rem;font-weight:800;transition:all .18s}.add-btn:hover,.add-btn.added{background:var(--primary);color:var(--white)}.qty-control{border:2px solid var(--primary);border-radius:7px;flex-shrink:0;align-items:center;display:flex;overflow:hidden}.qty-btn{background:var(--primary);width:28px;height:28px;color:var(--white);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:.8rem;transition:background .15s;display:flex}.qty-btn:hover{background:var(--primary-dark)}.qty-value{text-align:center;width:26px;color:var(--primary);background:var(--white);font-size:.8rem;font-weight:800}.promo-strip{background:var(--primary);border-radius:var(--radius);margin:.5rem 0;padding:1.25rem 0}.promo-strip-content{justify-content:space-between;align-items:center;display:flex}.promo-text h3{color:var(--white);margin-bottom:.2rem;font-size:1.1rem}.promo-text p{color:#fffc;font-size:.85rem}.shop-page{padding:1rem 0 3rem}.shop-layout{grid-template-columns:200px 1fr;align-items:start;gap:1.25rem;display:grid}.shop-sidebar{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem;position:sticky;top:110px}.sidebar-title{margin-bottom:.75rem;font-size:.9rem;font-weight:700}.sidebar-categories{list-style:none}.sidebar-categories li{margin-bottom:.2rem}.sidebar-categories button{text-align:left;width:100%;color:var(--gray-600);transition:var(--transition);border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .6rem;font-size:.8rem;display:flex}.sidebar-categories button:hover{background:var(--gray-100)}.sidebar-categories button.active{background:var(--primary-light);color:var(--primary);font-weight:600}.shop-main{min-width:0}.shop-topbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.shop-search-input{border:1px solid var(--gray-300);border-radius:var(--radius-sm);outline:none;flex:1;min-width:180px;padding:.6rem .85rem;font-size:.85rem}.shop-search-input:focus{border-color:var(--primary)}.shop-sort-select{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;outline:none;padding:.6rem .85rem;font-size:.8rem}.results-count{color:var(--gray-500);margin-left:auto;font-size:.8rem}.no-results{text-align:center;color:var(--gray-400);padding:3rem 0}.product-detail-page{padding:1rem 0 3rem}.breadcrumb{color:var(--gray-400);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.75rem;display:flex}.breadcrumb a:hover{color:var(--primary)}.product-detail-grid{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:grid}.product-detail-image{border-radius:var(--radius);background:var(--gray-100);position:relative;overflow:hidden}.product-detail-image img{object-fit:cover;width:100%;height:380px}.discount-badge{background:var(--primary);color:var(--white);border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:800;position:absolute;top:10px;left:10px}.detail-tag{margin-bottom:.5rem;font-size:.7rem}.product-detail-info h1{margin-bottom:.4rem;font-size:1.35rem;font-weight:800}.product-detail-category{color:var(--gray-500);margin-bottom:1rem;font-size:.8rem;display:block}.product-detail-price{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.current-price{color:var(--dark);font-size:1.5rem;font-weight:900}.original-price{color:var(--gray-400);font-size:1rem;text-decoration:line-through}.save-badge{background:var(--primary-light);color:var(--primary);border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.product-detail-description{color:var(--gray-600);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.product-detail-actions{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.quantity-selector{border:1.5px solid var(--gray-300);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.quantity-selector button{width:34px;height:34px;color:var(--gray-600);transition:var(--transition);justify-content:center;align-items:center;font-size:1rem;display:flex}.quantity-selector button:hover{background:var(--gray-100);color:var(--primary)}.quantity-selector span{text-align:center;width:36px;font-size:.9rem;font-weight:700}.add-to-cart-main{flex:1;justify-content:center;padding:.7rem 1.5rem}.add-to-cart-main.added{background:var(--success)}.product-meta{border-top:1px solid var(--gray-200);padding-top:1rem}.meta-item{color:var(--gray-600);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.meta-icon{color:var(--primary);font-size:.95rem}.meta-label{color:var(--gray-700);font-weight:600}.in-stock{color:var(--success);font-weight:600}.related-products{padding-top:1.5rem}.not-found{text-align:center;padding:4rem 0}.not-found h2{margin-bottom:.5rem}.not-found p{color:var(--gray-500);margin-bottom:1.5rem}.cart-page{padding:1rem 0 3rem}.cart-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.cart-header h1{font-size:1.4rem;font-weight:800}.cart-item-count{background:var(--gray-100);color:var(--gray-500);border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.cart-layout{grid-template-columns:1fr 320px;align-items:start;gap:1.25rem;display:grid}.cart-items{flex-direction:column;gap:.6rem;display:flex}.cart-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);align-items:center;gap:.85rem;padding:.85rem;display:flex}.cart-item-image img{object-fit:cover;border-radius:var(--radius-sm);width:60px;height:60px}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{margin-bottom:.15rem;font-size:.85rem;font-weight:600}.cart-item-category{color:var(--gray-400);font-size:.7rem;display:block}.cart-item-price{color:var(--primary);margin-top:.15rem;font-size:.85rem;font-weight:700;display:block}.cart-item-actions{align-items:center;gap:.85rem;display:flex}.cart-item-total{text-align:right;min-width:55px;font-size:.95rem;font-weight:800}.remove-btn{color:var(--gray-400);transition:var(--transition);padding:.25rem;font-size:1rem}.remove-btn:hover{color:var(--danger)}.cart-summary{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;position:sticky;top:110px}.cart-summary h3{margin-bottom:1rem;font-size:1rem;font-weight:700}.summary-row{color:var(--gray-600);justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.total-row{color:var(--dark);font-size:1.05rem;font-weight:800}.summary-divider{background:var(--gray-200);height:1px;margin:.6rem 0}.free-tag{color:var(--primary);font-weight:700}.free-shipping-note{color:var(--gray-500);margin-bottom:.4rem;font-size:.75rem}.checkout-btn{justify-content:center;width:100%;margin-top:1rem}.clear-btn{justify-content:center;width:100%;margin-top:.4rem;font-size:.8rem}.continue-shopping{text-align:center;color:var(--primary);margin-top:.6rem;font-size:.8rem;font-weight:600;display:block}.empty-cart{text-align:center;padding:4rem 0}.empty-cart-icon{color:var(--gray-300);margin-bottom:.75rem;font-size:3rem}.empty-cart h2{margin-bottom:.4rem}.empty-cart p{color:var(--gray-500);margin-bottom:1.25rem}.categories-page{padding-bottom:3rem}.categories-list{flex-direction:column;gap:2rem;display:flex}.category-section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.category-section-title{align-items:center;gap:.5rem;display:flex}.category-icon-lg{font-size:1.3rem}.category-section-header h2{font-size:1.1rem;font-weight:700}.category-count{color:var(--gray-400);font-size:.75rem}.category-products-row{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;display:grid}.category-product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:var(--transition);overflow:hidden}.category-product-card:hover{box-shadow:var(--shadow-md)}.category-product-card img{object-fit:cover;width:100%;height:130px}.category-product-info{padding:.6rem}.category-product-info h4{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.2rem;font-size:.75rem;font-weight:600;display:-webkit-box;overflow:hidden}.category-product-meta{justify-content:space-between;align-items:center;display:flex}.category-product-price{color:var(--primary);font-size:.85rem;font-weight:800}.category-product-unit{color:var(--gray-400);font-size:.65rem}.about-page{padding-bottom:3rem}.about-section{margin-bottom:2.5rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.about-text h2{margin-bottom:.75rem;font-size:1.3rem;font-weight:800}.about-text p{color:var(--gray-600);margin-bottom:.6rem;font-size:.9rem;line-height:1.7}.about-image img{object-fit:cover;border-radius:var(--radius);width:100%;height:260px}.about-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:2.5rem;display:grid}.stat-card{text-align:center;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.25rem}.stat-icon{color:var(--primary);margin-bottom:.4rem;font-size:1.5rem}.stat-card h3{color:var(--primary);margin-bottom:.15rem;font-size:1.5rem;font-weight:900}.stat-card p{color:var(--gray-500);font-size:.8rem}.text-center{text-align:center;margin-bottom:1.25rem;font-size:1.3rem;font-weight:800}.values-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.value-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.25rem}.value-icon{margin-bottom:.4rem;font-size:1.5rem;display:block}.value-card h3{margin-bottom:.3rem;font-size:.95rem;font-weight:700}.value-card p{color:var(--gray-600);font-size:.85rem}.coverage-grid{grid-template-columns:repeat(5,1fr);gap:.6rem;display:grid}.coverage-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--gray-700);align-items:center;gap:.35rem;padding:.6rem .75rem;font-size:.8rem;font-weight:500;display:flex}.coverage-item svg{color:var(--primary);font-size:.85rem}.contact-page{padding-bottom:3rem}.contact-grid{grid-template-columns:1fr 1.3fr;gap:2rem;display:grid}.contact-info h2{margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.contact-info>p{color:var(--gray-600);margin-bottom:1.25rem;font-size:.85rem}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-item{align-items:flex-start;gap:.65rem;display:flex}.contact-icon{color:var(--primary);margin-top:.2rem;font-size:1rem}.contact-item h4{margin-bottom:.1rem;font-size:.8rem;font-weight:700}.contact-item p{color:var(--gray-600);font-size:.8rem}.contact-note{color:var(--primary);font-size:.7rem;font-weight:600}.contact-form-wrapper{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.25rem}.contact-form-wrapper h2{margin-bottom:1rem;font-size:1.15rem;font-weight:700}.contact-form{flex-direction:column;gap:.85rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-group{flex-direction:column;gap:.25rem;display:flex}.form-group label{color:var(--gray-700);font-size:.75rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--gray-300);transition:var(--transition);resize:vertical;background:var(--white);border-radius:6px;outline:none;padding:.6rem .75rem;font-size:.85rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary)}.success-message{background:var(--primary-light);color:var(--primary);border-radius:6px;margin-bottom:.6rem;padding:.65rem .85rem;font-size:.85rem;font-weight:600}.footer{background:var(--gray-900);color:var(--gray-300);margin-top:1.5rem;padding:2.5rem 0 0}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;display:grid}.footer-brand-logo{margin-bottom:.75rem}.footer-logo{filter:brightness(0)invert();width:auto;height:68px}.footer-brand p{color:var(--gray-400);font-size:.8rem;line-height:1.6}.footer-address{margin-top:.75rem}.footer-address p{color:var(--gray-400);margin-bottom:.25rem;font-size:.75rem}.footer-links h4{color:var(--white);margin-bottom:.85rem;font-size:.85rem;font-weight:700}.footer-links a{color:var(--gray-400);transition:var(--transition);margin-bottom:.5rem;font-size:.8rem;display:block}.footer-bottom{color:var(--gray-500);justify-content:space-between;align-items:center;padding:1rem 0;font-size:.75rem;display:flex}.footer-bottom-links{gap:1.25rem;display:flex}.footer-bottom-links a{color:var(--gray-500);transition:var(--transition)}.footer-bottom-links a:hover{color:var(--white)}@media (width<=1024px){.blinkit-layout{grid-template-columns:170px 1fr}.top-bar-content{flex-wrap:wrap;gap:.6rem}.header-search{flex-basis:100%;order:5;max-width:100%}.hero-banner-content{text-align:center;grid-template-columns:1fr}.hero-banner-image{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid,.cart-layout,.about-grid{grid-template-columns:1fr}.about-stats,.footer-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.shop-layout{grid-template-columns:170px 1fr}.coverage-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.bottom-nav{display:grid}.desktop-nav{display:none}.main-content{padding-bottom:65px}.footer{margin-bottom:65px}.home-sidebar{display:none}.blinkit-layout{grid-template-columns:1fr}.mobile-category-scroll{display:flex}.home-main{padding:.75rem}.delivery-info,.cart-widget{display:none}.top-bar-content{flex-wrap:nowrap;gap:.5rem}.header-search{order:unset;flex-basis:auto}.brand-logo{height:34px}.shop-layout{grid-template-columns:1fr}.shop-sidebar{display:none}.hero-text-block h1{font-size:1.6rem}.hero-banner{padding:1.5rem 0}.features-grid{grid-template-columns:1fr 1fr;gap:.5rem}.feature-item{gap:.4rem}.feature-icon{font-size:1.1rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.product-image{height:140px}.cart-item{flex-wrap:wrap}.cart-item-actions{justify-content:space-between;width:100%;margin-top:.4rem}.values-grid,.form-row{grid-template-columns:1fr}.promo-strip-content{text-align:center;flex-direction:column;gap:.75rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.coverage-grid{grid-template-columns:repeat(2,1fr)}.section-header h2{font-size:1rem}.page-title{margin:.75rem 0;font-size:1.25rem}.cat-group-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.product-image{height:130px}.product-info{padding:.6rem}.product-name{font-size:.78rem}.product-price{font-size:.88rem}.add-btn{padding:.35rem .7rem;font-size:.7rem}.shop-topbar{flex-direction:column;align-items:stretch}.results-count{margin-left:0}.about-stats{grid-template-columns:1fr 1fr}.stat-card{padding:.85rem}.stat-card h3{font-size:1.2rem}.hero-text-block h1{font-size:1.3rem}.location-select-modal{padding:1.25rem .85rem}.cat-group-grid{grid-template-columns:1fr 1fr}}.hero-tag{display:none}.hero-btns{flex-wrap:wrap;gap:.75rem;display:flex}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.inline-promo{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.inline-promo-text h3{color:var(--white);margin-bottom:.15rem;font-size:.95rem}.inline-promo-text p{color:#fffc;font-size:.8rem}.toast{z-index:6000;border-radius:var(--radius-sm);background:var(--dark);color:var(--white);box-shadow:var(--shadow-lg);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:500;animation:.3s slideUp;display:flex;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}.toast-success{background:var(--primary)}.toast-icon{font-size:1rem}.toast-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:.2rem}.mobile-category-scroll{scrollbar-width:none;-ms-overflow-style:none}.footer-links a:hover{color:var(--primary)}@media (width<=768px){.inline-promo{text-align:center;flex-direction:column;gap:.75rem;padding:1rem}.hero-btns{justify-content:center}.toast{bottom:75px;left:1rem;right:1rem;transform:none}}.lang-switcher{border-radius:6px;flex-shrink:0;gap:2px;display:flex;overflow:hidden}.lang-switcher button{cursor:pointer;color:var(--white);transition:var(--transition);background:#fff3;border:none;padding:.35rem .55rem;font-size:.65rem;font-weight:700}.lang-switcher button.active{background:var(--white);color:var(--primary)}.lang-switcher button:hover:not(.active){background:#ffffff59}[dir=rtl] .hero-banner-content,[dir=rtl] .product-price-row,[dir=rtl] .breadcrumb{direction:rtl}[dir=rtl] .sidebar-cat-btn{text-align:right;border-left:none;border-right:3px solid #0000}[dir=rtl] .sidebar-cat-btn.active{border-right-color:var(--primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.category-card,.cat-group-card{transition:transform .2s,box-shadow .2s,border-color .2s}.cat-group-card:hover{transform:translateY(-2px)}.add-btn,.qty-control{transition:all .2s}.cart-item{animation:.3s both fadeInUp}.bottom-nav-item.active:before{content:"";background:var(--primary);border-radius:0 0 2px 2px;height:2px;position:absolute;top:0;left:25%;right:25%}@media (width<=768px){.lang-switcher{order:3}}.section-title-group{align-items:center;gap:.5rem;display:flex}.section-title-icon{color:var(--primary);font-size:1.2rem}.used-badge-label{background:var(--gray-700);color:var(--white);letter-spacing:.5px;border-radius:4px;padding:.15rem .45rem;font-size:.6rem;font-weight:800}.iphone-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.payment-section{border-top:1px solid var(--gray-200);margin-top:1.25rem;padding-top:1.25rem}.payment-title{color:var(--dark);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.payment-lock-icon{color:var(--primary);font-size:.95rem}.payment-methods{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.payment-method-btn{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;text-align:left;transition:var(--transition);align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex;position:relative}.payment-method-btn:hover,.payment-method-btn.selected{border-color:var(--primary);background:var(--primary-light)}.payment-method-btn.coming-soon{opacity:.75}.payment-logo-wrap{border:1px solid;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:32px;display:flex;overflow:hidden}.payment-logo-img{object-fit:contain;width:100%;height:100%;padding:3px}.payment-fallback{border-radius:5px;justify-content:center;align-items:center;width:100%;height:100%;font-size:.65rem;font-weight:800}.payment-method-info{flex:1;min-width:0}.payment-method-name{color:var(--dark);font-size:.82rem;font-weight:700;display:block}.payment-method-desc{color:var(--gray-500);font-size:.7rem;display:block}.coming-soon-tag{background:var(--gray-200);color:var(--gray-600);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.payment-check{color:var(--primary);flex-shrink:0;font-size:1rem}.checkout-btn:disabled{background:var(--gray-300);cursor:not-allowed;box-shadow:none;transform:none}.payment-confirm-modal{background:var(--white);border-radius:var(--radius);text-align:center;width:100%;max-width:380px;padding:2rem}.payment-confirm-icon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.4rem;display:flex}.payment-confirm-icon.success{color:#166534;background:#dcfce7}.payment-confirm-icon.coming{color:#92400e;background:#fef3c7}.payment-confirm-modal h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.payment-confirm-modal p{color:var(--gray-600);margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.payment-confirm-actions{justify-content:center;gap:.75rem;display:flex}@media (width<=480px){.iphone-grid{grid-template-columns:repeat(2,1fr)}.payment-confirm-actions{flex-direction:column}}.cart-summary-items{margin-bottom:.75rem}.cart-summary-row-item{color:var(--gray-600);align-items:center;gap:.5rem;padding:.25rem 0;font-size:.78rem;display:flex}.cart-summary-item-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.cart-summary-item-qty{color:var(--gray-400);flex-shrink:0;font-size:.72rem}.cart-summary-item-price{color:var(--dark);flex-shrink:0;font-weight:600}.cart-item-unit{color:var(--gray-400);font-size:.7rem;display:block}.checkout-page{padding:1.25rem 0 4rem}.checkout-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.checkout-back-btn{color:var(--gray-600);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;align-items:center;gap:.4rem;padding:.35rem .6rem;font-size:.85rem;display:flex}.checkout-back-btn:hover{background:var(--gray-100);color:var(--dark)}.checkout-header h1{flex:1;font-size:1.4rem;font-weight:800}.checkout-steps{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.checkout-step{color:var(--gray-400);font-weight:500}.checkout-step.active{color:var(--primary);font-weight:700}.checkout-step-sep{color:var(--gray-300)}.checkout-layout{grid-template-columns:1fr 360px;align-items:start;gap:1.5rem;display:grid}.checkout-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem}.checkout-card-title{color:var(--dark);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.checkout-form{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.checkout-location-pill{background:var(--primary-light);border:1px solid var(--primary);border-radius:var(--radius-sm);color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.6rem .85rem;font-size:.82rem;display:flex}.checkout-location-pill svg{flex-shrink:0}.checkout-location-pill span{flex:1}.checkout-eta{background:var(--primary);color:var(--white);border-radius:4px;flex-shrink:0;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.checkout-next-btn{justify-content:center;width:100%;padding:.85rem;font-size:.95rem}.checkout-next-btn:disabled{background:var(--gray-300);cursor:not-allowed}.payment-methods-grid{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.pay-method-card{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;text-align:left;transition:var(--transition);align-items:center;gap:.85rem;padding:.75rem .9rem;display:flex;position:relative}.pay-method-card:hover{border-color:var(--gray-400);background:var(--gray-50)}.pay-method-card.selected{border-color:var(--primary);background:var(--primary-light)}.pay-method-card.soon{opacity:.72}.pay-method-logo{flex-shrink:0;width:80px;height:32px}.pay-svg{border-radius:6px;width:80px;height:32px;display:block}.pay-method-info{flex:1;min-width:0}.pay-method-name{color:var(--dark);font-size:.85rem;font-weight:700;display:block}.pay-method-desc{color:var(--gray-500);font-size:.72rem;display:block}.pay-soon-badge{background:var(--gray-200);color:var(--gray-600);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.15rem .45rem;font-size:.6rem;font-weight:700}.pay-selected-dot{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pay-selected-dot span{border-radius:50%;width:10px;height:10px;display:block}.pay-coming-note{color:var(--gray-500);text-align:center;border-radius:var(--radius-sm);background:#fef9c3;border:1px solid #fde047;margin-top:.6rem;padding:.6rem;font-size:.8rem}.checkout-items{flex-direction:column;gap:.6rem;max-height:260px;margin-bottom:1rem;display:flex;overflow-y:auto}.checkout-item{align-items:center;gap:.75rem;display:flex}.checkout-item-img{flex-shrink:0;position:relative}.checkout-item-img img{object-fit:cover;border:1px solid var(--gray-200);border-radius:8px;width:48px;height:48px}.checkout-qty-badge{background:var(--primary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}.checkout-item-info{flex:1;min-width:0}.checkout-item-name{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;display:block;overflow:hidden}.checkout-item-unit{color:var(--gray-400);font-size:.68rem}.checkout-item-price{flex-shrink:0;font-size:.85rem;font-weight:700}.checkout-summary-rows{margin-top:.5rem}.selected-pay-pill{border-radius:var(--radius-sm);border:1.5px solid;justify-content:space-between;align-items:center;margin-top:1rem;padding:.6rem .85rem;font-size:.82rem;display:flex}.checkout-success-screen{justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex}.checkout-success-box{background:var(--white);border-radius:var(--radius);text-align:center;width:100%;max-width:380px;box-shadow:var(--shadow-lg);padding:3rem 2rem}.success-circle{background:linear-gradient(135deg, var(--primary), var(--primary-dark));width:72px;height:72px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.8rem;display:flex}.checkout-success-box h2{margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.checkout-success-box p{color:var(--gray-600);margin-bottom:.25rem;font-size:.9rem}.success-eta{background:var(--primary-light);color:var(--primary);border-radius:20px;margin-top:.75rem;padding:.35rem .85rem;font-size:.85rem;font-weight:600;display:inline-block}@media (width<=768px){.checkout-layout{grid-template-columns:1fr}.checkout-right{order:-1}.checkout-items{max-height:180px}.payment-methods-grid .pay-method-logo,.pay-svg{width:64px}}@media (width<=480px){.checkout-header{gap:.5rem}.checkout-steps{font-size:.72rem}.checkout-card{padding:1rem}}
