.ItemDialog-module__aqDFUG__overlay{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1e491b73;background:lab(27.0195% -23.4309 22.5027/.45);position:fixed;inset:0}.ItemDialog-module__aqDFUG__panel{z-index:101;background:var(--surface-page);flex-direction:column;display:flex;position:fixed;inset:0}@media (min-width:1024px){.ItemDialog-module__aqDFUG__panel{border-radius:var(--radius-xl);width:min(960px,92vw);max-height:88dvh;box-shadow:var(--shadow-float);inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,-50%)}}.ItemDialog-module__aqDFUG__topBar{z-index:2;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-page);flex:none;display:flex;position:sticky;top:0}.ItemDialog-module__aqDFUG__topTitle{text-align:center;font:var(--text-body-strong);color:var(--text-heading);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.ItemDialog-module__aqDFUG__scroll{-webkit-overflow-scrolling:touch;flex:auto;overflow-y:auto}@media (min-width:1024px){.ItemDialog-module__aqDFUG__split{gap:var(--space-6);padding:0 var(--space-6) var(--space-6);grid-template-columns:420px 1fr;align-items:start;display:grid}}.ItemDialog-module__aqDFUG__art{aspect-ratio:4/3;background:linear-gradient(140deg, var(--green-100), var(--green-200));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.ItemDialog-module__aqDFUG__art{border-radius:var(--radius-lg);aspect-ratio:1;top:var(--space-4);position:sticky}}.ItemDialog-module__aqDFUG__artImage{object-fit:cover}.ItemDialog-module__aqDFUG__artIcon{color:var(--green-400);font-size:96px}.ItemDialog-module__aqDFUG__head{padding:var(--space-5) var(--screen-pad) 0}@media (min-width:1024px){.ItemDialog-module__aqDFUG__head{padding:0}}.ItemDialog-module__aqDFUG__name{font:var(--text-display);color:var(--text-heading);font-size:28px}.ItemDialog-module__aqDFUG__price{margin-top:var(--space-2);font:var(--text-h3);color:var(--text-heading)}.ItemDialog-module__aqDFUG__servings{font:var(--text-caption);color:var(--text-muted);margin-top:2px}.ItemDialog-module__aqDFUG__badges{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.ItemDialog-module__aqDFUG__description{margin-top:var(--space-3);font:var(--text-body-md);color:var(--text-body)}.ItemDialog-module__aqDFUG__group{padding:var(--space-6) var(--screen-pad) 0}@media (min-width:1024px){.ItemDialog-module__aqDFUG__group{padding:var(--space-6) 0 0}}.ItemDialog-module__aqDFUG__groupHead{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.ItemDialog-module__aqDFUG__groupName{font:var(--text-h3);color:var(--text-heading)}.ItemDialog-module__aqDFUG__groupRule{font:var(--text-caption);color:var(--text-muted)}.ItemDialog-module__aqDFUG__groupRequired{border-radius:var(--radius-pill);background:var(--surface-sunken);color:var(--text-body);font:700 12px/1.5 var(--font-body);padding:2px 8px;display:inline-block}.ItemDialog-module__aqDFUG__groupInvalid{background:var(--danger-surface);color:var(--danger-ink)}.ItemDialog-module__aqDFUG__option{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) 0;border:none;border-bottom:1px solid var(--border-soft);text-align:left;cursor:pointer;background:0 0;display:flex}.ItemDialog-module__aqDFUG__optionDisabled{opacity:.5;cursor:not-allowed}.ItemDialog-module__aqDFUG__optionText{flex:auto;min-width:0}.ItemDialog-module__aqDFUG__optionName{font:var(--text-body-md);color:var(--text-heading);display:block}.ItemDialog-module__aqDFUG__optionNote{font:var(--text-caption);color:var(--green-700);margin-top:1px;display:block}.ItemDialog-module__aqDFUG__optionPrice{font:var(--text-body-md);color:var(--text-muted);flex:none}.ItemDialog-module__aqDFUG__details{padding:var(--space-6) var(--screen-pad) var(--space-4)}@media (min-width:1024px){.ItemDialog-module__aqDFUG__details{padding:var(--space-6) 0 0}}.ItemDialog-module__aqDFUG__detailsTitle{font:var(--text-h3);color:var(--text-heading);margin-bottom:var(--space-2)}.ItemDialog-module__aqDFUG__detailsBody{font:var(--text-body-md);color:var(--text-body)}.ItemDialog-module__aqDFUG__allergenNote{margin-top:var(--space-3);font:var(--text-caption);color:var(--text-muted);display:block}.ItemDialog-module__aqDFUG__pairs{gap:var(--space-3);margin-top:var(--space-4);display:grid}@media (min-width:768px){.ItemDialog-module__aqDFUG__pairs{grid-template-columns:repeat(2,1fr)}}.ItemDialog-module__aqDFUG__pair{align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border-soft);border-radius:var(--radius-md);text-align:left;cursor:pointer;transition:border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);background:0 0;display:flex}.ItemDialog-module__aqDFUG__pair:hover{border-color:var(--green-200);background:var(--surface-tint)}.ItemDialog-module__aqDFUG__pairArt{border-radius:var(--radius-sm);background:linear-gradient(140deg, var(--green-100), var(--green-200));width:56px;height:56px;color:var(--green-400);flex:none;justify-content:center;align-items:center;display:flex}.ItemDialog-module__aqDFUG__pairName{font:var(--text-body-strong);color:var(--text-heading);display:block}.ItemDialog-module__aqDFUG__pairPrice{font:var(--text-caption);color:var(--text-muted);margin-top:1px;display:block}.ItemDialog-module__aqDFUG__footer{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--screen-pad) calc(var(--space-3) + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border-soft);background:var(--surface-page);flex:none;display:flex}@media (min-width:1024px){.ItemDialog-module__aqDFUG__footer{padding:var(--space-4) var(--space-6)}}.ItemDialog-module__aqDFUG__footerCta{flex:auto}.ItemDialog-module__aqDFUG__note{width:100%;min-height:84px;padding:var(--space-3) var(--space-4);border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface-sunken);font:var(--text-body-md);color:var(--text-heading);resize:vertical;display:block}.ItemDialog-module__aqDFUG__note::placeholder{color:var(--text-muted)}.ItemDialog-module__aqDFUG__note:focus{outline:2px solid var(--brand);outline-offset:0;background:var(--surface-card)}.ItemDialog-module__aqDFUG__noteHint{font:var(--text-caption);color:var(--text-muted);margin-top:6px;display:block}.ItemDialog-module__aqDFUG__srOnly{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.store-module__ji0kVG__showMobile{display:contents}.store-module__ji0kVG__showDesktop{display:none}@media (min-width:1024px){.store-module__ji0kVG__showMobile{display:none}.store-module__ji0kVG__showDesktop{display:contents}}.store-module__ji0kVG__page{padding:0 var(--screen-pad)}@media (min-width:1024px){.store-module__ji0kVG__page{padding:0}}.store-module__ji0kVG__hero{aspect-ratio:16/9;background:linear-gradient(140deg, var(--green-100), var(--green-300));margin:0 calc(var(--screen-pad) * -1);justify-content:center;align-items:center;display:flex;position:relative}.store-module__ji0kVG__heroIcon{color:var(--green-500);opacity:.75;font-size:96px}.store-module__ji0kVG__heroImage{object-fit:cover}.store-module__ji0kVG__heroControls{inset:var(--space-3) var(--space-3) auto;justify-content:space-between;gap:var(--space-2);display:flex;position:absolute}.store-module__ji0kVG__heroControlsRight{gap:var(--space-2);display:flex}@media (min-width:1024px){.store-module__ji0kVG__hero{margin:var(--space-5) 0 0;border-radius:var(--radius-lg);aspect-ratio:32/9;overflow:hidden}.store-module__ji0kVG__heroIcon{font-size:120px}}.store-module__ji0kVG__summary{padding:var(--space-5) 0 var(--space-4)}.store-module__ji0kVG__name{font:var(--text-display);color:var(--text-heading)}.store-module__ji0kVG__metaRow{margin-top:var(--space-2);font:var(--text-body-md);color:var(--text-body);flex-wrap:wrap;align-items:center;gap:6px;display:flex}.store-module__ji0kVG__metaMuted{color:var(--text-muted)}.store-module__ji0kVG__address{margin-top:var(--space-1);font:var(--text-caption);color:var(--text-muted)}.store-module__ji0kVG__hoursLink{margin-top:var(--space-2);cursor:pointer;font:var(--text-caption);color:var(--text-link);background:0 0;border:none;align-items:center;gap:4px;padding:0;display:inline-flex}.store-module__ji0kVG__highlight{margin-top:var(--space-3);border-radius:var(--radius-sm);background:var(--success-surface);color:var(--success-ink);font:700 13px/1.35 var(--font-body);padding:5px 10px;display:inline-block}.store-module__ji0kVG__fulfillment{align-items:center;gap:var(--space-3);padding-bottom:var(--space-4);flex-wrap:wrap;display:flex}.store-module__ji0kVG__feeBox{border:1px solid var(--border-soft);border-radius:var(--radius-md);margin-bottom:var(--space-5);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.store-module__ji0kVG__feeCell{padding:var(--space-3) var(--space-4);text-align:center}.store-module__ji0kVG__feeCell+.store-module__ji0kVG__feeCell{border-left:1px solid var(--border-soft)}.store-module__ji0kVG__feeValue{font:var(--text-body-strong);color:var(--text-heading);display:block}.store-module__ji0kVG__feeLabel{font:var(--text-caption);color:var(--text-muted);align-items:center;gap:4px;margin-top:2px;display:inline-flex}.store-module__ji0kVG__feeInline{align-items:center;gap:var(--space-6);padding-left:var(--space-6);border-left:1px solid var(--border-soft);margin-left:auto;display:none}@media (min-width:1024px){.store-module__ji0kVG__feeInline{display:flex}}.store-module__ji0kVG__pickupPanel{gap:var(--space-4);margin-bottom:var(--space-5);display:grid}@media (min-width:768px){.store-module__ji0kVG__pickupPanel{grid-template-columns:220px 1fr;align-items:stretch}}.store-module__ji0kVG__pickupInfo{flex-direction:column;justify-content:center;gap:2px;display:flex}.store-module__ji0kVG__pickupLabel{font:var(--text-caption);color:var(--text-muted)}.store-module__ji0kVG__pickupAddress{font:var(--text-body-strong);color:var(--text-link);text-underline-offset:2px;text-decoration:underline}.store-module__ji0kVG__pickupMeta{font:var(--text-caption);color:var(--text-muted)}.store-module__ji0kVG__pickupMap{height:180px}@media (min-width:768px){.store-module__ji0kVG__pickupMap{height:200px}}.store-module__ji0kVG__offers{gap:var(--space-3);scroll-snap-type:x mandatory;margin:0 calc(var(--screen-pad) * -1);padding:0 var(--screen-pad) var(--space-2);scrollbar-width:none;grid-auto-columns:82%;grid-auto-flow:column;display:grid;overflow-x:auto}.store-module__ji0kVG__offers::-webkit-scrollbar{display:none}.store-module__ji0kVG__offers>*{scroll-snap-align:start}@media (min-width:1024px){.store-module__ji0kVG__offers{gap:var(--space-4);grid-template-columns:repeat(2,1fr);grid-auto-columns:auto;grid-auto-flow:row;margin:0;padding:0;overflow:visible}}.store-module__ji0kVG__offer{min-height:104px;padding:var(--space-4);border-radius:var(--radius-md);flex-direction:column;gap:4px;display:flex;position:relative;overflow:hidden}.store-module__ji0kVG__offerBrand{background:var(--surface-tint);border:1px solid var(--green-200)}.store-module__ji0kVG__offerInk{background:linear-gradient(140deg, var(--green-800), var(--ink));color:#fff}.store-module__ji0kVG__offerTitle{font:var(--text-body-strong);color:var(--green-900);max-width:26ch}.store-module__ji0kVG__offerInk .store-module__ji0kVG__offerTitle{color:#fff}.store-module__ji0kVG__offerBody{font:var(--text-caption);color:var(--text-muted);max-width:30ch}.store-module__ji0kVG__offerInk .store-module__ji0kVG__offerBody{color:#fffc;color:lab(100% 0 0/.8)}.store-module__ji0kVG__offerArt{color:var(--green-300);opacity:.5;pointer-events:none;font-size:76px;position:absolute;bottom:-10px;right:-8px}.store-module__ji0kVG__offerInk .store-module__ji0kVG__offerArt{color:#fff;opacity:.14}@media (min-width:1024px){.store-module__ji0kVG__body{gap:var(--space-8);padding-top:var(--space-6);grid-template-columns:232px 1fr;align-items:start;display:grid}}.store-module__ji0kVG__sidebar{position:sticky;top:88px}.store-module__ji0kVG__sidebarTitle{font:var(--text-h3);color:var(--text-heading)}.store-module__ji0kVG__sidebarHours{margin:2px 0 var(--space-3);font:var(--text-caption);color:var(--text-muted);display:block}.store-module__ji0kVG__sidebarLink{padding:var(--space-3);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font:var(--text-body-strong);color:var(--text-body);transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);border-left:3px solid #0000;text-decoration:none;display:block}.store-module__ji0kVG__sidebarLink:hover{background:var(--surface-tint);color:var(--green-800)}.store-module__ji0kVG__sidebarLinkActive{background:var(--surface-tint);border-left-color:var(--brand);color:var(--green-800)}.store-module__ji0kVG__section{padding-top:var(--space-8);scroll-margin-top:96px}.store-module__ji0kVG__sectionTitle{font:var(--text-h2);color:var(--text-heading)}.store-module__ji0kVG__sectionNote{font:var(--text-caption);color:var(--text-muted);margin-top:2px;display:block}.store-module__ji0kVG__items{gap:var(--space-3);margin-top:var(--space-4);display:grid}@media (min-width:1024px){.store-module__ji0kVG__items{gap:var(--space-4);grid-template-columns:repeat(2,1fr)}}.store-module__ji0kVG__item{align-items:flex-start;gap:var(--space-3);width:100%;padding:var(--space-3) 0;border:none;border-bottom:1px solid var(--border-soft);text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease-out);background:0 0;display:flex;position:relative}@media (min-width:1024px){.store-module__ji0kVG__item{padding:var(--space-4);border:1px solid var(--border-soft);border-radius:var(--radius-md)}.store-module__ji0kVG__item:hover{background:var(--surface-tint);border-color:var(--green-200)}}.store-module__ji0kVG__itemUnavailable{opacity:.55;cursor:not-allowed}.store-module__ji0kVG__itemText{flex:auto;min-width:0}.store-module__ji0kVG__itemName{font:var(--text-body-strong);color:var(--text-heading);display:block}.store-module__ji0kVG__itemPrice{font:var(--text-body-md);color:var(--text-body);margin-top:3px;display:block}.store-module__ji0kVG__itemDesc{-webkit-line-clamp:2;line-clamp:2;font:var(--text-caption);color:var(--text-muted);-webkit-box-orient:vertical;margin-top:4px;display:-webkit-box;overflow:hidden}.store-module__ji0kVG__itemBadges{align-items:center;gap:var(--space-2);margin-top:6px;display:flex}.store-module__ji0kVG__itemLikes{font:700 12px/1 var(--font-body);color:var(--success-ink);align-items:center;gap:4px;display:inline-flex}.store-module__ji0kVG__itemTag{font:700 12px/1 var(--font-body);color:var(--green-700)}.store-module__ji0kVG__itemArt{border-radius:var(--radius-md);background:linear-gradient(140deg, var(--green-100), var(--green-200));flex:none;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}.store-module__ji0kVG__itemArtImage{object-fit:cover;border-radius:var(--radius-md)}.store-module__ji0kVG__itemArtIcon{color:var(--green-400);font-size:40px}.store-module__ji0kVG__itemAdd{position:absolute;bottom:-10px;right:-10px}.store-module__ji0kVG__soldOut{inset:auto 0 var(--space-3) 0;font:700 12px/1 var(--font-body);color:var(--danger-ink);position:absolute}.store-module__ji0kVG__titleRow{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.store-module__ji0kVG__menuSearch{flex:260px;max-width:420px}.store-module__ji0kVG__noMatches{align-items:flex-start;gap:var(--space-2);padding:var(--space-8) 0;flex-direction:column;display:flex}.store-module__ji0kVG__noMatchesTitle{font:var(--text-body-strong);color:var(--text-heading)}.store-module__ji0kVG__noMatchesReset{cursor:pointer;font:var(--text-body-strong);color:var(--green-700);background:0 0;border:none;padding:0;text-decoration:underline}.store-module__ji0kVG__srOnly{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.store-module__ji0kVG__overflowWrap{position:relative}.store-module__ji0kVG__overflowMenu{top:calc(100% + var(--space-2));z-index:5;width:260px;padding:var(--space-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-float);position:absolute;right:0}.store-module__ji0kVG__overflowItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);border-radius:var(--radius-md);text-align:left;cursor:pointer;color:var(--text-heading);background:0 0;border:none;display:flex}.store-module__ji0kVG__overflowItem+.store-module__ji0kVG__overflowItem{border-top:1px solid var(--border-soft);border-radius:0 0 var(--radius-md) var(--radius-md)}.store-module__ji0kVG__overflowItem:hover{background:var(--surface-tint)}.store-module__ji0kVG__overflowIcon{color:var(--green-700);flex:none}.store-module__ji0kVG__overflowText{gap:1px;min-width:0;display:grid}.store-module__ji0kVG__overflowLabel{font:var(--text-body-strong);color:var(--text-heading)}.store-module__ji0kVG__overflowNote{font:var(--text-caption);color:var(--text-muted)}
.groupOrder-module__fkGKsW__inviteActions{gap:var(--space-2);padding-bottom:var(--space-4);border-bottom:1px solid var(--border-soft);display:flex}.groupOrder-module__fkGKsW__qrFrame{padding:var(--space-5);margin:var(--space-5) auto 0;border-radius:var(--radius-lg);border:1px solid var(--border-soft);background:#fff;justify-content:center;align-items:center;display:flex}.groupOrder-module__fkGKsW__qrHint{margin-top:var(--space-3);text-align:center;font:var(--text-caption);color:var(--text-muted);display:block}.groupOrder-module__fkGKsW__deadlineFields{gap:var(--space-3);display:grid}.groupOrder-module__fkGKsW__deadlineQuestion{font:var(--text-body-md);color:var(--text-muted);margin-bottom:var(--space-4)}.groupOrder-module__fkGKsW__choiceList{margin-top:var(--space-5);border-top:1px solid var(--border-soft)}.groupOrder-module__fkGKsW__choice{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4) 0;border:none;border-bottom:1px solid var(--border-soft);text-align:left;cursor:pointer;background:0 0;display:flex}.groupOrder-module__fkGKsW__choiceIcon{color:var(--green-700);flex:none}.groupOrder-module__fkGKsW__choiceText{flex:auto;min-width:0}.groupOrder-module__fkGKsW__choiceLabel{font:var(--text-body-strong);color:var(--text-heading);display:block}.groupOrder-module__fkGKsW__choiceNote{font:var(--text-caption);color:var(--text-muted);margin-top:2px;display:block}.groupOrder-module__fkGKsW__limitField{padding:0 0 var(--space-4);border-bottom:1px solid var(--border-soft)}.groupOrder-module__fkGKsW__menuWrap{position:relative}.groupOrder-module__fkGKsW__menu{top:calc(100% + var(--space-2));z-index:5;min-width:216px;padding:var(--space-2);border-radius:var(--radius-md);background:var(--surface-card);border:1px solid var(--border-soft);box-shadow:var(--shadow-float);position:absolute;right:0}.groupOrder-module__fkGKsW__menuItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);border-radius:var(--radius-sm);text-align:left;cursor:pointer;font:var(--text-body-strong);color:var(--text-heading);transition:background var(--dur-fast) var(--ease-out);background:0 0;border:none;display:flex}.groupOrder-module__fkGKsW__menuItem:hover{background:var(--surface-tint)}.groupOrder-module__fkGKsW__menuItemDanger{color:var(--danger-ink)}.groupOrder-module__fkGKsW__menuItemDanger:hover{background:var(--danger-surface)}
.GroupOrderDialog-module__cYcOVa__art{padding:var(--space-6) var(--space-5);background:linear-gradient(140deg, var(--green-100), var(--green-200));border-radius:var(--radius-xl) var(--radius-xl) 0 0;justify-content:center;align-items:flex-end;gap:var(--space-3);min-height:132px;margin:-24px -24px 0;display:flex;position:relative}.GroupOrderDialog-module__cYcOVa__artIcon{color:var(--green-500)}.GroupOrderDialog-module__cYcOVa__artIconSmall{color:var(--green-400)}.GroupOrderDialog-module__cYcOVa__close{top:var(--space-3);left:var(--space-3);position:absolute}.GroupOrderDialog-module__cYcOVa__title{align-items:center;gap:var(--space-2);display:flex}.GroupOrderDialog-module__cYcOVa__titleText{font:var(--text-h2);color:var(--text-heading)}.GroupOrderDialog-module__cYcOVa__meta{font:var(--text-body-md);color:var(--text-muted);margin-top:2px}.GroupOrderDialog-module__cYcOVa__metaStrong{color:var(--text-heading);font-weight:700}.GroupOrderDialog-module__cYcOVa__rows{border-top:1px solid var(--border-soft)}.GroupOrderDialog-module__cYcOVa__row{align-items:center;gap:var(--space-3);padding:var(--space-4) 0;border-bottom:1px solid var(--border-soft);display:flex}.GroupOrderDialog-module__cYcOVa__rowIcon{color:var(--green-700);flex:none}.GroupOrderDialog-module__cYcOVa__rowText{flex:auto;min-width:0}.GroupOrderDialog-module__cYcOVa__rowLabel{font:var(--text-body-strong);color:var(--text-heading);display:block}.GroupOrderDialog-module__cYcOVa__rowValue{font:var(--text-caption);color:var(--text-muted);margin-top:1px;display:block}
