:root{--kcCreamLight:#f6f2e8;--kcCreamMedium:#e5ddb9;--kcGreenDark:#203a14;--kcGreenMid:#528a39;--kcGreenLight:#71b651;--kcBrown:#75512f;--nwRed:#d03132;--psYellow:#f9d949;--wwGreen:#3a5f3e}body{color:var(--kcGreenDark);background-color:var(--kcCreamLight);font-family:Verdana,Geneva,Tahoma,sans-serif}.groceryList-module__4tFVEq__header{background-color:var(--kcGreenDark);color:var(--kcCreamLight);z-index:100;box-sizing:border-box;align-items:center;width:100%;height:60px;padding:4px 12px;display:flex;position:sticky;top:0}.groceryList-module__4tFVEq__kiwicart{flex:1;font-size:32px}.groceryList-module__4tFVEq__cartFab{z-index:150;background-color:var(--kcGreenMid);width:60px;height:60px;color:var(--kcCreamLight);cursor:pointer;padding-bottom:env(safe-area-inset-bottom,0px);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;transition:background-color .15s,transform .15s,box-shadow .15s;display:none;position:fixed;bottom:24px;right:20px;box-shadow:0 4px 16px #00000040}.groceryList-module__4tFVEq__cartFab:hover{background-color:var(--kcGreenLight);transform:scale(1.08);box-shadow:0 6px 20px #0000004d}.groceryList-module__4tFVEq__cartFab:active{transform:scale(.96)}.groceryList-module__4tFVEq__cartBadge{background:var(--kcCreamLight);color:var(--kcGreenDark);pointer-events:none;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:inline-flex;position:absolute;top:6px;right:6px}.groceryList-module__4tFVEq__layout{align-items:flex-start;gap:1rem;padding:1rem;display:flex}.groceryList-module__4tFVEq__sidebarCol{flex:1;min-width:0}.groceryList-module__4tFVEq__mainCol{flex:2;min-width:0}.groceryList-module__4tFVEq__panel{background-color:var(--kcCreamLight);border-radius:14px;flex-direction:column;margin:10px 14px;padding:24px;display:flex;box-shadow:0 2px 8px #00000029}.groceryList-module__4tFVEq__listHeader{flex-direction:column;flex:1;justify-content:space-between;gap:4px;display:flex}.groceryList-module__4tFVEq__listTitle{text-align:left;color:var(--kcGreenDark);font-weight:bolder}.groceryList-module__4tFVEq__listEmpty{text-align:left;align-items:center;gap:6px;font-size:.85rem;font-weight:lighter;display:flex}.groceryList-module__4tFVEq__itemsummary{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--kcGreenDark);background-color:#fff;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:0;margin-top:10px;font-size:.85rem;font-weight:lighter;display:flex}.groceryList-module__4tFVEq__itemcount,.groceryList-module__4tFVEq__itemcost{text-align:center;border:2px solid var(--kcCreamMedium);background:0 0;flex:1;padding:2px 12px}.groceryList-module__4tFVEq__itemcount{border-right:0;border-radius:10px 0 0 10px}.groceryList-module__4tFVEq__itemcost{border-left:0;border-radius:0 10px 10px 0}.groceryList-module__4tFVEq__itemlist{flex-direction:column;margin:10px 0 2px;padding:0;list-style:none;display:flex}.groceryList-module__4tFVEq__itemrow{border:1.5px solid var(--kcCreamMedium);color:var(--kcGreenDark);background-color:#fff;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.85rem;transition:box-shadow .15s,transform .15s;display:flex;box-shadow:0 1px 4px #00000014}.groceryList-module__4tFVEq__itemname{text-align:left;font-weight:700}.groceryList-module__4tFVEq__itemqty{flex-shrink:0;margin-left:8px}.groceryList-module__4tFVEq__itemlabel{cursor:pointer;align-items:center;gap:8px;display:flex}.groceryList-module__4tFVEq__itemCardGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-top:.75rem;padding:0;list-style:none;display:grid}.groceryList-module__4tFVEq__itemCard{border:1.5px solid var(--kcCreamMedium);background-color:#fff;border-radius:12px;flex-direction:column;transition:box-shadow .15s,transform .15s;display:flex;overflow:hidden;box-shadow:0 1px 4px #00000014}.groceryList-module__4tFVEq__itemCard:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000021}.groceryList-module__4tFVEq__itemCardImage{aspect-ratio:1;background-color:var(--kcCreamLight);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.groceryList-module__4tFVEq__itemCardImage img{object-fit:contain;width:100%;height:100%;padding:16px}.groceryList-module__4tFVEq__itemCardBody{flex-direction:column;flex:1;gap:6px;padding:10px 10px 6px;display:flex}.groceryList-module__4tFVEq__itemCardPrices{flex-direction:column;gap:2px;display:flex}.groceryList-module__4tFVEq__itemCardPrice{color:var(--kcGreenDark);justify-content:space-between;align-items:center;font-size:.72rem;display:flex}.groceryList-module__4tFVEq__itemCardStoreName{opacity:.75;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-weight:lighter;overflow:hidden}.groceryList-module__4tFVEq__itemCardPriceValue{color:var(--kcGreenMid);font-weight:700}.groceryList-module__4tFVEq__itemCardFooter{border-top:1px solid var(--kcCreamMedium);align-items:center;gap:6px;padding:8px 10px 10px;display:flex}.groceryList-module__4tFVEq__itemCardQtyInput{border:1px solid var(--kcCreamMedium);width:48px;color:var(--kcGreenDark);background:var(--kcCreamLight);text-align:center;border-radius:6px;padding:3px 6px;font-size:.82rem}.groceryList-module__4tFVEq__itemCardAddBtn{background-color:var(--kcGreenMid);color:var(--kcCreamLight);cursor:pointer;border:none;border-radius:6px;flex:1;padding:4px 8px;font-size:.8rem;font-weight:700;transition:background-color .12s}.groceryList-module__4tFVEq__itemCardAddBtn:hover{background-color:var(--kcGreenLight)}.groceryList-module__4tFVEq__drawerOverlay{z-index:200;opacity:0;pointer-events:none;background:#00000073;transition:opacity .25s;display:none;position:fixed;inset:0}.groceryList-module__4tFVEq__drawerOverlay.groceryList-module__4tFVEq__open{opacity:1;pointer-events:auto}.groceryList-module__4tFVEq__drawer{z-index:201;background:var(--kcCreamLight);pointer-events:none;max-height:85dvh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:20px 20px 0 0;transition:transform .3s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -4px 24px #0003}.groceryList-module__4tFVEq__drawer.groceryList-module__4tFVEq__open{pointer-events:auto;transform:translateY(0)}.groceryList-module__4tFVEq__drawerHandle{background:var(--kcCreamMedium);border-radius:2px;width:40px;height:4px;margin:12px auto 4px}.groceryList-module__4tFVEq__drawerHeader{justify-content:space-between;align-items:center;padding:4px 20px 8px;display:flex}.groceryList-module__4tFVEq__drawerTitle{color:var(--kcGreenDark);font-size:1rem;font-weight:bolder}.groceryList-module__4tFVEq__drawerCloseBtn{background:var(--kcCreamMedium);width:28px;height:28px;color:var(--kcGreenDark);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:flex}@media (max-width:640px){.groceryList-module__4tFVEq__cartFab{display:flex}.groceryList-module__4tFVEq__sidebarCol{display:none}.groceryList-module__4tFVEq__layout{flex-direction:column;padding:.5rem}.groceryList-module__4tFVEq__mainCol{flex:unset;width:100%;padding-bottom:90px}.groceryList-module__4tFVEq__panel{margin:6px 0;padding:14px}.groceryList-module__4tFVEq__itemCardGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.groceryList-module__4tFVEq__drawerOverlay,.groceryList-module__4tFVEq__drawer{display:block}}
.header-module__u7VJiG__header{background-color:var(--kcGreenDark);color:var(--kcCreamLight);justify-content:space-between;align-items:center;width:100%;height:60px;padding:4px;display:flex}.header-module__u7VJiG__logoContainer{align-items:center;gap:8px;display:flex}.header-module__u7VJiG__kiwicart{margin:0;font-family:Verdana,Helvetica Neue,Arial,Helvetica,Geneva,sans-serif;font-size:32px;font-weight:700}.header-module__u7VJiG__profileContainer{align-items:center;display:flex;position:relative}.header-module__u7VJiG__profileButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-right:16px;padding:0;transition:transform .2s;display:flex}.header-module__u7VJiG__profileButton:hover{transform:scale(1.1)}.header-module__u7VJiG__profileCircle{background-color:var(--kcGreenLight);width:40px;height:40px;color:var(--kcGreenDark);border:2px solid var(--kcCreamLight);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:background-color .2s;display:flex}.header-module__u7VJiG__profileButton:hover .header-module__u7VJiG__profileCircle{background-color:var(--kcGreenMid)}.header-module__u7VJiG__dropdown{background-color:var(--kcCreamLight);border:2px solid var(--kcGreenDark);z-index:1000;border-radius:8px;min-width:200px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 6px #203a1426}.header-module__u7VJiG__dropdownHeader{border-bottom:1px solid var(--kcGreenLight);color:var(--kcGreenDark);padding:12px 16px;font-size:14px;font-weight:700}.header-module__u7VJiG__dropdownItem{text-align:left;cursor:pointer;width:100%;color:var(--kcGreenDark);background:0 0;border:none;padding:12px 16px;font-family:inherit;font-size:14px;text-decoration:none;transition:background-color .2s;display:block}.header-module__u7VJiG__dropdownItem:hover{background-color:var(--kcCreamMedium)}.header-module__u7VJiG__dropdownItem:last-child{color:var(--nwRed)}.header-module__u7VJiG__dropdownItem:last-child:hover{background-color:#d031321a}
.signIn-module__XUqCyG__btnGoogle{background:var(--color-kcGreenDark);color:var(--color-kcCreamLight);border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:600;line-height:1;transition:transform .12s,background-color .12s;display:inline-flex}.signIn-module__XUqCyG__btnGoogle:hover{background:var(--color-kcGreenMid);transform:translateY(-2px)}.signIn-module__XUqCyG__btnGoogle:focus{box-shadow:0 0 0 4px var(--color-kcGreenLight);outline:none}.signIn-module__XUqCyG__icon{flex:0 0 1.25rem;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.75rem;line-height:1;display:inline-flex}
