.gr-crumbs{background:var(--gr-cream);padding:18px var(--gr-gutter);border-bottom:1px solid var(--gr-line-dark);font-family:var(--gr-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gr-muted)}.gr-crumbs a{color:var(--gr-muted)}.gr-crumbs strong{color:var(--gr-deep);font-weight:400}.gr-jump{background:var(--gr-cream);border-bottom:1px solid var(--gr-line-dark);padding:0 var(--gr-gutter)}.gr-jump__inner{max-width:var(--gr-max);margin:0 auto;display:flex;gap:clamp(16px,3vw,32px);overflow-x:auto}.gr-jump a{color:var(--gr-muted);font-family:var(--gr-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:16px 0;min-height:44px;display:flex;align-items:center;white-space:nowrap;border-bottom:2px solid transparent}.gr-jump a:hover{color:var(--gr-deep);border-color:var(--gr-green)}.gr-pdp{background:var(--gr-cream);padding:clamp(28px,4vw,56px) var(--gr-gutter) clamp(48px,6vw,80px)}.gr-pdp__grid{max-width:var(--gr-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:clamp(32px,4vw,64px);align-items:start}.gr-gallery__stage{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:#12261a0f;margin-bottom:14px}.gr-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0}.gr-gallery__slide[hidden]{display:none}.gr-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block}.gr-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:22px;border:1px solid var(--gr-line-dark);background:#fff4daeb;color:var(--gr-deep);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.gr-gallery__arrow:hover{background:var(--gr-cream)}.gr-gallery__arrow--prev{left:12px}.gr-gallery__arrow--next{right:12px}.gr-gallery__counter{position:absolute;left:14px;bottom:14px;margin:0;background:#0a4223d9;color:var(--gr-cream);font-family:var(--gr-mono);font-size:11px;letter-spacing:.08em;border-radius:6px;padding:6px 10px}.gr-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px}.gr-gallery__thumb{min-height:44px;padding:0;border:1px solid var(--gr-line-dark);background:var(--gr-white);border-radius:10px;cursor:pointer;overflow:hidden;aspect-ratio:1 / 1}.gr-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.gr-gallery__thumb[aria-selected=true]{border:2px solid var(--gr-deep)}.gr-buybox{position:sticky;top:96px}@media(max-width:999px){.gr-buybox{position:static}}.gr-buybox h1{font-family:var(--gr-display);font-weight:600;font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.015em;margin:0 0 10px;color:var(--gr-deep)}.gr-buybox__desc{font-size:18px;line-height:1.6;margin:0 0 24px;color:var(--gr-ink);max-width:32em;text-wrap:pretty}.gr-statgrid{list-style:none;margin:0 0 28px;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:1px;background:var(--gr-line-dark);border:1px solid var(--gr-line-dark);border-radius:12px;overflow:hidden}.gr-statgrid li{background:var(--gr-cream);padding:14px 16px}.gr-statgrid b{display:block;font-family:var(--gr-display);font-weight:600;font-size:22px;color:var(--gr-deep);line-height:1}.gr-statgrid span{font-family:var(--gr-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted)}.gr-plans{display:grid;gap:12px;margin-bottom:22px}.gr-plan{border:1px solid rgba(18,38,26,.24);background:var(--gr-white);border-radius:14px;padding:18px 20px;cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:44px;width:100%}.gr-plan[aria-checked=true]{border:2px solid var(--gr-deep)}.gr-plan__name{display:block;font-family:var(--gr-display);font-weight:600;font-size:18px;color:var(--gr-deep)}.gr-plan__meta{font-family:var(--gr-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted)}.gr-plan__price{font-family:var(--gr-display);font-weight:600;font-size:22px;color:var(--gr-deep);white-space:nowrap}.gr-atc{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:16px}.gr-qty{display:flex;align-items:center;border:1px solid rgba(18,38,26,.24);border-radius:999px;height:58px;background:var(--gr-white)}.gr-qty button{width:52px;height:56px;background:transparent;border:none;cursor:pointer;font-size:20px;color:var(--gr-deep)}.gr-qty button:first-child{border-radius:999px 0 0 999px}.gr-qty button:last-child{border-radius:0 999px 999px 0}.gr-qty input{width:44px;min-width:32px;text-align:center;font-family:var(--gr-mono);font-size:16px;color:var(--gr-ink);border:none;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.gr-qty input::-webkit-outer-spin-button,.gr-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gr-atc__submit{flex:1 1 220px}.gr-form-error{margin:0 0 16px;font-size:15px;line-height:1.5;color:#8a2a12;background:#fdece7;border:1px solid #e5b4a6;border-radius:10px;padding:12px 14px}.gr-form-error[hidden]{display:none}.gr-reassure{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:1px;background:var(--gr-line-dark);border-top:1px solid var(--gr-line-dark);border-bottom:1px solid var(--gr-line-dark)}.gr-reassure li{background:var(--gr-cream);padding:12px 0;font-size:15px;line-height:1.5;color:var(--gr-ink)}.gr-nutrition-btn{width:100%;background:transparent;border:1px solid rgba(18,38,26,.24);border-radius:12px;min-height:52px;padding:14px 18px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;font-weight:700;font-size:16px;color:var(--gr-deep);margin-bottom:26px}.gr-nutrition-btn:hover{border-color:var(--gr-deep);background:#0a42230d}.gr-buybox .gr-acc__btn{font-size:18px;padding:18px 0}.gr-buybox .gr-acc__panel{padding-bottom:22px;font-size:16px;max-width:46em}.gr-soldout{font-family:var(--gr-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--gr-muted);margin:0 0 18px}.gr-ingredients{background:var(--gr-white);padding:clamp(56px,7vw,96px) var(--gr-gutter)}.gr-ingredients__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:clamp(28px,3vw,44px)}.gr-ingredients__head .gr-h2{margin:0;max-width:14em;font-size:clamp(30px,4vw,48px)}.gr-ingredients__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1px;background:var(--gr-line-dark);border:1px solid var(--gr-line-dark);border-radius:14px;overflow:hidden}.gr-ingredients__item{background:var(--gr-white);padding:clamp(22px,2.4vw,30px)}.gr-ingredients__n{font-family:var(--gr-mono);font-size:11px;letter-spacing:.14em;color:var(--gr-green);margin:0 0 16px}.gr-ingredients__item h3{font-family:var(--gr-display);font-weight:600;font-size:21px;line-height:1.15;margin:0 0 10px;color:var(--gr-deep)}.gr-ingredients__item p{font-size:16px;line-height:1.6;margin:0;color:var(--gr-muted);text-wrap:pretty}.gr-ingredients__note{font-family:var(--gr-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted);margin:20px 0 0}.gr-sticky{position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--gr-cream);border-top:1px solid var(--gr-line-dark);padding:12px var(--gr-gutter);padding-bottom:calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:16px;justify-content:space-between;box-shadow:0 -6px 24px #12261a1a;transform:translateY(110%);transition:transform .2s ease}.gr-sticky[data-visible=true]{transform:translateY(0)}.gr-sticky__info{min-width:0}.gr-sticky__title{margin:0;font-family:var(--gr-display);font-weight:600;font-size:16px;color:var(--gr-deep);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gr-sticky__meta{margin:0;font-family:var(--gr-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted)}.gr-sticky__btn{min-height:52px;padding:0 26px;font-size:16px;flex:0 0 auto}.gr-cart[hidden],.gr-modal[hidden]{display:none}.gr-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end}.gr-cart__scrim,.gr-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a422380;animation:gr-fade .18s ease;border:none;padding:0;cursor:pointer}.gr-cart__panel{position:relative;width:min(440px,100%);background:var(--gr-cream);height:100%;display:flex;flex-direction:column;animation:gr-slide-in .22s ease}.gr-cart__head,.gr-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--gr-line-dark)}.gr-cart__head h2,.gr-modal__head h2{font-family:var(--gr-display);font-weight:600;font-size:22px;margin:0;color:var(--gr-deep)}.gr-close{background:transparent;border:1px solid rgba(18,38,26,.24);border-radius:10px;height:44px;width:44px;font-size:20px;color:var(--gr-deep);cursor:pointer;flex:0 0 auto}.gr-close--light{border-color:#fff4da66;color:var(--gr-cream)}.gr-cart__body{flex:1 1 auto;overflow-y:auto;padding:20px}.gr-cart__empty{text-align:center;padding:48px 12px}.gr-cart__empty h3{font-family:var(--gr-display);font-weight:600;font-size:22px;color:var(--gr-deep);margin:0 0 10px}.gr-cart__empty p{font-size:16px;line-height:1.6;color:var(--gr-muted);margin:0 0 26px}.gr-cart__line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--gr-line-dark)}.gr-cart__thumb{flex:0 0 76px;height:76px;border-radius:10px;overflow:hidden;background:#12261a14}.gr-cart__thumb img{width:100%;height:100%;object-fit:cover;display:block}.gr-cart__lineinfo{flex:1 1 auto;min-width:0}.gr-cart__linetitle{margin:0 0 4px;font-family:var(--gr-display);font-weight:600;font-size:16px;color:var(--gr-deep)}.gr-cart__lineopt{margin:0 0 10px;font-family:var(--gr-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--gr-muted)}.gr-cart__linerow{display:flex;align-items:center;justify-content:space-between;gap:10px}.gr-cart__qty{display:flex;align-items:center;border:1px solid rgba(18,38,26,.24);border-radius:999px;background:var(--gr-white)}.gr-cart__qty button{width:44px;height:40px;background:transparent;border:none;cursor:pointer;font-size:18px;color:var(--gr-deep)}.gr-cart__qty span{min-width:24px;text-align:center;font-family:var(--gr-mono);font-size:14px}.gr-cart__linetotal{font-family:var(--gr-display);font-weight:600;font-size:17px;color:var(--gr-deep)}.gr-cart__remove{margin-top:8px;background:transparent;border:none;padding:6px 0;cursor:pointer;font-family:var(--gr-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted);text-decoration:underline;min-height:44px}.gr-cart__foot{border-top:1px solid var(--gr-line-dark);padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.gr-cart__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.gr-cart__subtotal dt{font-family:var(--gr-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--gr-muted);margin:0}.gr-cart__subtotal dd{font-family:var(--gr-display);font-weight:600;font-size:24px;color:var(--gr-deep);margin:0}.gr-cart__note{margin:0 0 16px;font-size:13px;color:var(--gr-muted)}.gr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:16px}.gr-modal__panel{position:relative;background:var(--gr-cream);border-radius:16px;width:min(680px,100%);max-height:86vh;display:flex;flex-direction:column;overflow:hidden}.gr-modal__body{overflow-y:auto;padding:22px}.gr-nip{margin:0;display:grid;gap:1px;background:var(--gr-line-dark);border-top:1px solid var(--gr-line-dark);border-bottom:1px solid var(--gr-line-dark)}.gr-nip__row{background:var(--gr-cream);display:flex;justify-content:space-between;gap:16px;padding:14px 0}.gr-nip__row dt{font-family:var(--gr-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted);margin:0}.gr-nip__row dd{margin:0;font-weight:700;color:var(--gr-ink)}.gr-modal__note{margin:18px 0 0;font-size:14px;line-height:1.6;color:var(--gr-muted)}.gr-purchase .shopify-payment-button{margin-top:12px}.gr-purchase .shopify-payment-button__button--unbranded{background:var(--gr-deep);color:var(--gr-cream);border-radius:999px;min-height:58px;font-family:var(--gr-body);font-weight:900;font-size:17px}.gr-purchase .shopify-payment-button__button--unbranded:hover:not([disabled]){background:var(--gr-green)}.gr-purchase .shopify-payment-button__more-options{font-family:var(--gr-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted);margin-top:10px;min-height:44px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/grummies-product.css.map */
