*,:before,:after{box-sizing:border-box}html{width:100%;min-width:0;max-width:100%;margin:0;padding:0;overflow-x:hidden}body{background:#f6f8f6;width:100%;min-width:320px;max-width:100%;min-height:100vh;margin:0;padding:0;display:block;overflow-x:hidden}#root{width:100%;min-width:0;max-width:100%;min-height:100vh;margin:0;padding:0;display:block;overflow-x:clip}button,input,select,textarea{font:inherit}img,svg,video,canvas{max-width:100%}:root{color:#17211b;--kk-green:#138a3d;--kk-green-dark:#0e6f31;--kk-green-soft:#eaf7ee;--kk-border:#dfe8e1;--kk-muted:#66736b;--kk-shadow:0 10px 30px #16382214;background:#f6f8f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#17211b;background:#f6f8f6;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.home-page{min-height:100vh;padding-bottom:140px}.kk-header{z-index:30;border-bottom:1px solid var(--kk-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;justify-content:space-between;align-items:center;gap:20px;padding:16px clamp(16px,4vw,56px);display:flex;position:sticky;top:0}.kk-brand h1{color:var(--kk-green);margin:0;font-size:clamp(24px,3vw,34px)}.kk-brand p{color:var(--kk-muted);margin:3px 0 0;font-size:14px}.cart-summary{color:#fff;background:var(--kk-green);min-height:46px;box-shadow:var(--kk-shadow);border:0;border-radius:12px;align-items:center;gap:9px;padding:10px 16px;display:flex}.search-bar{z-index:25;gap:10px;max-width:1180px;margin:18px auto;padding:0 20px;display:flex;position:sticky;top:79px}.search-bar input{border:1px solid var(--kk-border);background:#fff;border-radius:14px;outline:none;flex:1;min-width:0;height:50px;padding:0 16px}.search-bar input:focus{border-color:var(--kk-green);box-shadow:0 0 0 4px #138a3d1a}.search-button,.clear-button,.error-box button,.empty-products button{border:1px solid var(--kk-green);border-radius:12px;min-height:48px;padding:0 18px;font-weight:700}.search-button,.error-box button,.empty-products button{color:#fff;background:var(--kk-green)}.clear-button{color:var(--kk-green);background:#fff}.hero-banner{color:#fff;max-width:1180px;min-height:300px;box-shadow:var(--kk-shadow);background:radial-gradient(circle at 85% 20%,#fff3,#0000 24%),linear-gradient(135deg,#0d7432,#1eaa52);border-radius:28px;grid-template-columns:1.4fr .8fr;align-items:center;gap:30px;margin:22px auto;padding:clamp(28px,5vw,62px);display:grid;position:relative;overflow:hidden}.hero-content{z-index:2;position:relative}.hero-badge{color:#0d7432;background:#e5ffec;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800;display:inline-block}.hero-content h2{max-width:650px;margin:18px 0 10px;font-size:clamp(34px,6vw,66px);line-height:1.02}.hero-content p{color:#ffffffe6;max-width:650px;margin:0;font-size:clamp(16px,2vw,20px);line-height:1.6}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:25px;display:flex}.hero-primary-button{min-height:48px;color:var(--kk-green-dark);background:#fff;border:0;border-radius:12px;padding:0 22px;font-weight:800}.hero-tagline{font-weight:800}.hero-visual{min-height:210px;position:relative}.hero-grocery-bag{font-size:130px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.hero-floating-item{background:#ffffffe6;border-radius:50%;place-items:center;width:54px;height:54px;font-size:30px;display:grid;position:absolute}.item-one{top:5%;left:5%}.item-two{top:10%;right:6%}.item-three{bottom:10%;left:10%}.item-four{bottom:4%;right:5%}.category-section,.products-section{max-width:1180px;margin:28px auto;padding:0 20px}.section-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.section-heading h2{margin:0;font-size:clamp(22px,3vw,30px)}.section-heading p{color:var(--kk-muted);margin:4px 0 0}.category-clear-button{color:var(--kk-green);background:0 0;border:0;font-weight:700}.category-slider{gap:12px;padding:4px 2px 12px;display:flex;overflow-x:auto}.category-card{border:1px solid var(--kk-border);background:#fff;border-radius:999px;flex:none;align-items:center;gap:9px;min-height:48px;padding:10px 15px;transition:all .2s;display:flex}.category-card:hover,.category-card.active{border-color:var(--kk-green);color:#fff;background:var(--kk-green);transform:translateY(-1px)}.category-icon{font-size:20px}.category-name{white-space:nowrap;font-weight:700}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--kk-border);background:#fff;border-radius:18px;transition:all .2s;overflow:hidden;box-shadow:0 7px 22px #1638220f}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #1638221f}.product-image-wrap{aspect-ratio:1/.82;background:linear-gradient(#f1fbf4,#fff);place-items:center;display:grid;position:relative}.product-image{object-fit:contain;width:100%;height:100%;padding:16px}.discount-badge{z-index:2;color:#fff;background:#e23d28;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:800;position:absolute;top:10px;left:10px}.product-card-body{padding:15px}.delivery-time{color:var(--kk-green-dark);background:var(--kk-green-soft);border-radius:6px;margin-bottom:8px;padding:4px 7px;font-size:11px;font-weight:800;display:inline-block}.product-card h3{min-height:44px;margin:0;font-size:17px}.product-name-hi,.variant-label{color:var(--kk-muted);margin:5px 0 0;font-size:13px}.product-price-row{justify-content:space-between;align-items:end;gap:12px;margin-top:14px;display:flex}.product-price-row strong{font-size:18px}.mrp{color:#8b958f;margin-top:2px;font-size:13px;text-decoration:line-through;display:block}.add-button{border:1px solid var(--kk-green);min-width:78px;height:38px;color:var(--kk-green);background:#fff;border-radius:10px;font-weight:800}.add-button:hover{color:#fff;background:var(--kk-green)}.quantity-control{color:#fff;background:var(--kk-green);border-radius:10px;align-items:center;display:flex;overflow:hidden}.quantity-control button{color:#fff;background:0 0;border:0;width:36px;height:38px;font-size:20px}.quantity-control span{text-align:center;min-width:28px;font-weight:800}.loading-box,.error-box,.empty-products{text-align:center;border:1px solid var(--kk-border);background:#fff;border-radius:18px;padding:42px 20px}.error-box{color:#c62828}.error-box p,.empty-products p{color:var(--kk-muted)}.empty-products-icon{font-size:48px}.cart-footer{z-index:35;color:#fff;background:#123d24;border-radius:18px;align-items:center;gap:22px;width:min(760px,100% - 28px);padding:14px 18px;display:flex;position:fixed;bottom:96px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #00000040}.cart-footer-details{flex-direction:column;display:flex}.cart-footer-details span,.cart-footer-total span{color:#ffffffbf;font-size:12px}.cart-footer-total{flex-direction:column;margin-left:auto;display:flex}.cart-footer button{color:#123d24;background:#fff;border:0;border-radius:10px;min-height:44px;padding:0 18px;font-weight:800}.bottom-navigation{z-index:1000;width:min(92%,760px);padding:8px 6px calc(8px + env(safe-area-inset-bottom));border:1px solid var(--kk-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:16px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 30px #00000024}.bottom-nav-item{color:#66736b;background:0 0;border:0;border-radius:10px;flex-direction:column;align-items:center;gap:3px;padding:6px;display:flex}.bottom-nav-item span{font-size:11px}.bottom-nav-item.active{color:var(--kk-green);background:var(--kk-green-soft)}@media (width<=980px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-banner{grid-template-columns:1fr}.hero-visual{display:none}}@media (width<=720px){.home-page{padding-bottom:150px}.kk-header{padding:12px 14px}.kk-brand h1{font-size:24px}.kk-brand p{font-size:12px}.cart-summary{padding:9px 11px;font-size:12px}.search-bar{margin:10px auto 14px;padding:0 12px;top:68px}.search-bar input{height:46px}.search-button{padding:0 13px}.clear-button{display:none}.hero-banner{border-radius:22px;min-height:240px;margin:14px 12px 24px;padding:28px 22px}.hero-content h2{font-size:38px}.category-section,.products-section{margin:24px auto;padding:0 12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card-body{padding:12px}.product-card h3{min-height:40px;font-size:15px}.add-button{min-width:62px}.cart-footer{gap:10px;padding:12px;bottom:75px}.cart-footer-details span{display:none}}@media (width<=430px){.cart-summary strong{display:none}.hero-content h2{font-size:32px}.hero-actions{flex-direction:column;align-items:flex-start}.product-grid{gap:9px}.product-card h3{font-size:14px}.product-price-row{gap:6px}.product-price-row strong{font-size:15px}.add-button{min-width:54px;height:34px;font-size:12px}.quantity-control button{width:30px;height:34px}.cart-footer{width:calc(100% - 18px)}}.product-top-badges{z-index:3;flex-direction:column;gap:6px;display:flex;position:absolute;top:10px;left:10px}.best-seller-badge,.best-value-badge{color:#fff;border-radius:7px;width:fit-content;padding:5px 8px;font-size:10px;font-weight:800}.best-seller-badge{background:#7b1fa2}.best-value-badge{background:#ef6c00}.wishlist-button{z-index:4;color:#4b5550;background:#fffffff0;border:1px solid #dfe8e1;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;line-height:1;display:grid;position:absolute;top:10px;right:10px;box-shadow:0 5px 14px #1638221a}.wishlist-button:hover,.wishlist-button.active{color:#d32f2f;background:#fff5f5;border-color:#ffcdd2}.product-meta-row,.product-info-row,.product-price-section,.product-action-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.product-meta-row{margin-bottom:8px}.product-brand{letter-spacing:.04em;color:var(--kk-green);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin:0 0 5px;font-size:11px;font-weight:800;overflow:hidden}.food-type{border:1.5px solid;place-items:center;width:18px;height:18px;display:grid}.food-type span{border-radius:50%;width:8px;height:8px}.food-type.veg{border-color:#178a3d}.food-type.veg span{background:#178a3d}.food-type.non-veg{border-color:#b71c1c}.food-type.non-veg span{background:#b71c1c}.product-info-row{align-items:flex-start;margin-top:9px}.product-info-row .variant-label{margin:0}.rating-badge{color:#fff;background:#178a3d;border-radius:7px;flex:none;padding:4px 7px;font-size:11px;font-weight:800}.rating-badge small{font-size:9px;font-weight:600}.product-price-section{align-items:flex-end;margin-top:14px}.product-prices{flex-direction:column;display:flex}.product-prices strong{font-size:19px}.saving-text{color:#178a3d;font-size:12px;font-weight:800}.product-action-row{justify-content:flex-end;margin-top:14px}.product-action-row .add-button{width:100%;min-height:40px}.product-action-row .quantity-control{justify-content:space-between;width:100%}@media (width<=720px){.wishlist-button{width:34px;height:34px;font-size:21px}.product-top-badges{top:8px;left:8px}.discount-badge,.best-seller-badge,.best-value-badge{font-size:9px}.product-prices strong{font-size:16px}.saving-text{font-size:10px}.bottom-navigation{flex-wrap:nowrap!important;grid-template-rows:1fr!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;align-items:stretch!important;gap:2px!important;padding:7px 5px!important;display:grid!important}.bottom-nav-item{gap:2px!important;width:100%!important;min-width:0!important;padding:5px 1px!important;overflow:visible!important}.bottom-nav-item>span:last-child{white-space:nowrap;max-width:100%;font-size:9px!important;line-height:1.1!important}.bottom-nav-item svg{width:19px!important;height:19px!important}}.profile-header-button{color:#138a3d;cursor:pointer;background:#fff;border:1px solid #d7e5da;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:20px;display:inline-flex;box-shadow:0 4px 12px #00000014}@media (width<=720px){.bottom-navigation{grid-template-rows:1fr!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;padding:7px 8px!important;display:grid!important}.bottom-nav-item>span:last-child{font-size:10px!important}.profile-header-button{flex-basis:40px;width:40px;height:40px;font-size:19px}}.bottom-navigation{grid-template-columns:repeat(4,minmax(0,1fr))!important}.profile-header-button{color:#171717;cursor:pointer;background:#fff;border:1px solid #dfe3e6;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex;box-shadow:0 3px 10px #0000000f}.profile-header-button:hover{background:#f6f7f8}@media (width<=720px){.bottom-navigation{grid-template-rows:1fr!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;padding:7px 8px!important;display:grid!important}.bottom-nav-item>span:last-child{font-size:10px!important}.profile-header-button{flex-basis:40px;width:40px;height:40px}}.orders-page-mobile{width:100%;min-width:0}.order-card-mobile,.order-card-mobile *{min-width:0}.order-card-mobile{max-width:100%;overflow:hidden}.order-card-mobile p,.order-card-mobile div,.order-card-mobile span,.order-card-mobile strong{overflow-wrap:anywhere}@media (width<=720px){html,body{max-width:100%;overflow-x:hidden}.orders-page-mobile{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:14px 12px 96px!important;overflow-x:hidden!important}.order-card-mobile{width:100%!important;max-width:100%!important;padding:16px 14px!important}.order-item-row-mobile{grid-template-columns:52px minmax(0,1fr)!important;gap:9px!important;width:100%!important;max-width:100%!important}.order-item-row-mobile>div:first-child{width:52px!important;height:52px!important}.order-item-row-mobile>div:nth-child(2){overflow-wrap:anywhere!important;min-width:0!important}.order-item-row-mobile>div:last-child{text-align:left!important;white-space:normal!important;grid-column:2!important}.order-actions-mobile{grid-template-columns:minmax(0,1fr)!important;width:100%!important}.order-actions-mobile>button{width:100%!important;min-width:0!important}}@media (width<=430px){.orders-page-mobile{padding-left:10px!important;padding-right:10px!important}.order-card-mobile{border-radius:12px!important;padding:14px 12px!important}}@media (width<=760px){.home-page [aria-roledescription=carousel]{margin:8px auto 12px!important;padding-left:10px!important;padding-right:10px!important}.home-page [aria-roledescription=carousel]>div:first-child{border-radius:17px!important;grid-template-columns:minmax(0,1fr) 92px!important;align-items:center!important;gap:8px!important;min-height:0!important;padding:14px 14px 22px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child{min-width:0!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child>span:first-child{padding:4px 8px!important;font-size:10px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child h2{margin:8px 0 5px!important;font-size:22px!important;line-height:1.1!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child p{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:12px!important;line-height:1.4!important;display:-webkit-box!important;overflow:hidden!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child>div{gap:6px!important;margin-top:9px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child button{border-radius:9px!important;padding:8px 11px!important;font-size:12px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child>div>span{font-size:11px!important;line-height:1.2!important}.home-page [aria-roledescription=carousel]>div:first-child>div:nth-child(2){min-height:96px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:nth-child(2)>div:first-child{border-radius:18px!important;width:76px!important;height:76px!important;font-size:40px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:nth-child(2)>span{border-radius:10px!important;width:30px!important;height:30px!important;font-size:16px!important}.home-page [aria-roledescription=carousel]>div:first-child>button{width:28px!important;height:28px!important;font-size:16px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:last-child{bottom:7px!important}.home-page [aria-roledescription=carousel]+div{margin-top:8px!important}}@media (width<=430px){.home-page [aria-roledescription=carousel]>div:first-child{grid-template-columns:minmax(0,1fr) 84px!important;padding:12px 12px 20px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:first-child h2{font-size:20px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:nth-child(2){min-height:84px!important}.home-page [aria-roledescription=carousel]>div:first-child>div:nth-child(2)>div:first-child{width:68px!important;height:68px!important;font-size:36px!important}}@media (width<=760px){.kk-filter-bar{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-left:10px;background:#fff!important;border:1px solid #dfe8e1!important;border-radius:14px!important;flex-wrap:nowrap!important;grid-template-columns:none!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;margin:10px 0 14px!important;padding:8px 10px!important;display:flex!important;overflow:auto hidden!important;box-shadow:0 4px 14px #1638220d!important}.kk-filter-bar::-webkit-scrollbar{display:none}.kk-filter-bar>label,.kk-filter-bar>button{scroll-snap-align:start}.kk-filter-bar>label{white-space:nowrap!important;background:#f8fbf9!important;border:1px solid #d8e4db!important;border-radius:999px!important;flex:none!important;align-items:center!important;gap:6px!important;min-width:max-content!important;min-height:40px!important;margin:0!important;padding:6px 10px!important;display:flex!important}.kk-filter-bar>label>span{color:#17231b!important;white-space:nowrap!important;margin:0!important;padding:0!important;font-size:11px!important;font-weight:800!important;line-height:1.15!important;display:inline-block!important}.kk-filter-bar>label:first-child{min-width:132px!important}.kk-filter-bar>label:nth-child(2){min-width:128px!important}.kk-filter-bar>label:nth-child(3){min-width:154px!important}.kk-filter-bar>label:nth-child(4){min-width:126px!important}.kk-filter-bar>label select{width:auto!important;min-width:68px!important;max-width:92px!important;height:28px!important;box-shadow:none!important;color:#466c53!important;background-color:#0000!important;border:0!important;border-radius:0!important;outline:0!important;margin:0!important;padding:0 20px 0 3px!important;font-size:11px!important;font-weight:600!important;line-height:1!important}.kk-filter-bar>label:first-child select{max-width:82px!important}.kk-filter-bar>label:nth-child(2) select{max-width:78px!important}.kk-filter-bar>label:nth-child(4) select{max-width:76px!important}.kk-filter-bar>label input[type=range]{width:72px!important;min-width:72px!important;margin:0!important;padding:0!important}.kk-filter-bar>button{white-space:nowrap!important;border-radius:999px!important;flex:none!important;align-self:center!important;min-width:96px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0 12px!important;font-size:11px!important;font-weight:800!important}}@media (width<=430px){.kk-filter-bar{gap:7px!important;padding:7px 8px!important}.kk-filter-bar>label{min-height:38px!important;padding:5px 9px!important}.kk-filter-bar>label>span,.kk-filter-bar>label select,.kk-filter-bar>button{font-size:10.5px!important}.kk-filter-bar>label:first-child{min-width:126px!important}.kk-filter-bar>label:nth-child(2){min-width:122px!important}.kk-filter-bar>label:nth-child(3){min-width:148px!important}.kk-filter-bar>label:nth-child(4){min-width:120px!important}.kk-filter-bar>button{min-width:92px!important;height:38px!important;min-height:38px!important}}@media (width<=760px){html,body,#root,.home-page{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.home-page{min-width:0!important}.home-page>*{max-width:100%}.kk-header{gap:8px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important;overflow:hidden!important}.kk-header>*{min-width:0!important}.kk-brand{flex:auto!important;min-width:0!important}.kk-brand h1,.kk-brand p{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.cart-summary{white-space:nowrap!important;flex:0 auto!important;gap:5px!important;min-width:0!important;max-width:118px!important;padding-left:9px!important;padding-right:9px!important;overflow:hidden!important}.cart-summary>span,.cart-summary>strong{white-space:nowrap!important;min-width:0!important}.profile-header-button{flex:0 0 40px!important;width:40px!important;min-width:40px!important;max-width:40px!important}.search-bar{gap:8px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:12px!important;padding-right:12px!important;overflow:visible!important}.search-bar>input{flex:1 1 0!important;width:0!important;min-width:0!important}.search-button{flex:none!important;min-width:72px!important;padding-left:11px!important;padding-right:11px!important}.voice-button{flex:0 0 48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;padding-left:0!important;padding-right:0!important}.category-section,.products-section{width:100%!important;min-width:0!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;overflow-x:hidden!important}.category-slider{-webkit-overflow-scrolling:touch;width:100%!important;min-width:0!important;max-width:100%!important;overflow:auto hidden!important}.home-page [aria-roledescription=carousel]{width:calc(100% - 20px)!important;min-width:0!important;max-width:calc(100% - 20px)!important;overflow:hidden!important}.home-page [aria-roledescription=carousel]>div:first-child{width:100%!important;min-width:0!important;max-width:100%!important}.home-page [aria-roledescription=carousel]>div:first-child>*{min-width:0!important}.kk-filter-bar{overscroll-behavior-x:contain;width:100%!important;min-width:0!important;max-width:100%!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.product-grid>*,.product-card,.product-image-wrap,.product-card-body{width:100%!important;min-width:0!important;max-width:100%!important}.product-card,.product-card-body{overflow:hidden!important}.product-meta-row,.product-info-row,.product-price-section,.product-action-row{width:100%!important;min-width:0!important;max-width:100%!important}.product-info-row .variant-label{text-overflow:ellipsis!important;white-space:nowrap!important;flex:auto!important;min-width:0!important;overflow:hidden!important}.rating-badge{text-overflow:ellipsis!important;white-space:nowrap!important;flex:none!important;max-width:58px!important;padding-left:5px!important;padding-right:5px!important;font-size:9px!important;overflow:hidden!important}.rating-badge small{display:none!important}.product-brand,.product-card h3,.product-name-hi,.variant-label,.product-prices,.saving-text{min-width:0!important}.product-price-section{gap:5px!important}.product-prices{flex:auto!important;overflow:hidden!important}.product-prices strong,.mrp{white-space:nowrap!important}.saving-text{text-overflow:ellipsis!important;white-space:nowrap!important;flex:none!important;max-width:54px!important;font-size:9px!important;overflow:hidden!important}.product-action-row .add-button,.product-action-row .quantity-control{width:100%!important;min-width:0!important;max-width:100%!important}.bottom-navigation{width:calc(100% - 16px)!important;max-width:760px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}}@media (width<=430px){.kk-header{gap:7px!important;padding-left:10px!important;padding-right:10px!important}.kk-brand h1{font-size:22px!important}.kk-brand p{font-size:10px!important}.cart-summary{max-width:94px!important;padding-left:8px!important;padding-right:8px!important}.search-bar{gap:6px!important;padding-left:10px!important;padding-right:10px!important}.search-button{min-width:68px!important;padding-left:9px!important;padding-right:9px!important}.voice-button{flex-basis:44px!important;width:44px!important;min-width:44px!important;max-width:44px!important}.category-section,.products-section{padding-left:10px!important;padding-right:10px!important}.product-grid{gap:7px!important}.product-card-body{padding-left:10px!important;padding-right:10px!important}.product-card h3{font-size:13px!important}.product-prices strong{font-size:15px!important}.wishlist-button{right:7px!important}.discount-badge{left:7px!important}.bottom-navigation{width:calc(100% - 12px)!important}}html,body,#root{width:100%;min-width:0;max-width:100%;margin:0;padding:0}html,body{overflow-x:hidden}#root{min-height:100vh;overflow-x:clip}@media (width<=760px){.home-page{width:100%!important;min-width:0!important;max-width:100vw!important;margin:0!important;overflow-x:clip!important}.kk-header{align-items:center!important;justify-content:initial!important;grid-template-columns:minmax(0,1fr) auto 40px!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:100vw!important;margin:0!important;padding:12px 10px!important;display:grid!important;overflow:hidden!important}.kk-header>*{min-width:0!important}.kk-brand{width:100%!important;min-width:0!important}.cart-summary{justify-self:end!important;gap:4px!important;width:auto!important;min-width:78px!important;max-width:96px!important;padding:8px!important}.cart-summary strong{display:none!important}.profile-header-button{justify-self:end!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important}.search-bar{grid-template-columns:minmax(0,1fr) 72px 44px!important;align-items:stretch!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:100vw!important;margin:10px 0 12px!important;padding:0 10px!important;display:grid!important;overflow:hidden!important}.search-bar>input{width:100%!important;min-width:0!important;max-width:100%!important}.search-button{width:72px!important;min-width:72px!important;max-width:72px!important;padding:0!important}.voice-button{width:44px!important;min-width:44px!important;max-width:44px!important;padding:0!important}.category-section,.products-section{width:100%!important;min-width:0!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important;padding-left:10px!important;padding-right:10px!important;overflow:hidden!important}.category-slider{max-width:100%!important}.kk-filter-bar{width:100%!important;max-width:100%!important;overflow:auto hidden!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;display:grid!important;overflow:hidden!important}.product-grid>article,.product-card{width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important}.product-card *,.product-card-body *,.product-info-row *,.product-price-section *{min-width:0}.product-image-wrap{width:100%!important;max-width:100%!important}.rating-badge{max-width:52px!important}.rating-badge small{display:none!important}.saving-text{max-width:48px!important}.bottom-navigation{width:calc(100vw - 12px)!important;max-width:760px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}}@media (width<=430px){.kk-header{grid-template-columns:minmax(0,1fr) 82px 38px!important;gap:6px!important;padding-left:9px!important;padding-right:9px!important}.profile-header-button{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important}.cart-summary{min-width:76px!important;max-width:82px!important;font-size:11px!important}.search-bar{grid-template-columns:minmax(0,1fr) 68px 42px!important;gap:5px!important;padding-left:9px!important;padding-right:9px!important}.search-button{width:68px!important;min-width:68px!important;max-width:68px!important}.voice-button{width:42px!important;min-width:42px!important;max-width:42px!important}.category-section,.products-section{padding-left:8px!important;padding-right:8px!important}.product-grid{gap:7px!important}.product-card-body{padding-left:9px!important;padding-right:9px!important}}
