.recipe-index__header{max-width:82rem;margin:0 auto 3rem;text-align:center}.recipe-index__header .title--primary{margin-bottom:1rem}.recipe-index__intro{max-width:68rem;margin:0 auto 2.2rem;color:rgba(var(--color-foreground),.72);font-size:1.7rem;line-height:1.55}.recipe-index__search{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:68rem;margin:0 auto 2rem;border:.1rem solid rgba(var(--color-foreground),.22);border-radius:999px;overflow:hidden;background:rgb(var(--color-background))}.recipe-index__search:focus-within{outline:.2rem solid rgba(var(--color-foreground),.7);outline-offset:.2rem}.recipe-index__search-input{min-width:0;min-height:5rem;padding:0 2rem;border:0;background:transparent;color:rgb(var(--color-foreground));font:inherit}.recipe-index__search-input:focus{outline:none}.recipe-index__search-button{min-height:5rem;padding:0 2.2rem;border:0;background:#213c32;color:#fff;cursor:pointer;font:inherit;font-weight:600}.recipe-index__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.recipe-index__filter{padding:.8rem 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:999px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;font:inherit}.recipe-index__filter:hover,.recipe-index__filter:focus-visible,.recipe-index__filter.is-active{border-color:#213c32;background:#213c32;color:#fff}.recipe-index__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem}.recipe-index__more-wrap{margin-top:3.5rem;text-align:center}.recipe-index__more[hidden],.recipe-index__empty[hidden],[data-recipe-card][hidden]{display:none}.recipe-index__empty{margin:4rem 0;text-align:center;font-size:1.8rem}.recipe-index-card{min-width:0;height:100%}.recipe-index-card__link{display:flex;flex-direction:column;height:100%;overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.13);border-radius:1.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.recipe-index-card__link:hover,.recipe-index-card__link:focus-visible{transform:translateY(-.4rem);box-shadow:0 1.2rem 3rem #213c3221}.recipe-index-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#e8ede9}.recipe-index-card__image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.recipe-index-card__link:hover .recipe-index-card__image{transform:scale(1.025)}.recipe-index-card__placeholder{display:grid;place-content:center;width:100%;height:100%;padding:2rem;background:radial-gradient(circle at 18% 18%,rgba(198,154,91,.24),transparent 32%),linear-gradient(145deg,#27493d,#17352c);color:#fff;text-align:center}.recipe-index-card__placeholder span{margin:0;color:#e8c38e;font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase}.recipe-index-card__content{display:flex;flex:1;flex-direction:column;padding:2rem}.recipe-index-card__category{margin:0 0 .8rem;color:#9b423c;font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.recipe-index-card__title{margin:0 0 1.8rem;font-family:var(--font-heading-family);font-size:clamp(2.2rem,2.4vw,3rem);line-height:1.08}.recipe-index-card__read{display:inline-flex;align-items:center;gap:.7rem;margin-top:auto;font-weight:600}@media screen and (max-width:989px){.recipe-index__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.recipe-index__header{margin-bottom:2.4rem;text-align:left}.recipe-index__search{grid-template-columns:1fr;border-radius:1.2rem}.recipe-index__search-button{width:100%}.recipe-index__filters{justify-content:flex-start;flex-wrap:nowrap;margin-inline:-1.5rem;padding-inline:1.5rem;overflow-x:auto;scrollbar-width:thin}.recipe-index__filter{flex:0 0 auto}.recipe-index__grid{grid-template-columns:1fr;gap:1.8rem}}@media print{.recipe-index__search,.recipe-index__filters,.recipe-index__more-wrap{display:none}}.recipe-app{--recipe-ink: #20342c;--recipe-muted: #66736d;--recipe-paper: #f5f1e8;--recipe-surface: #fffdf8;--recipe-accent: #a64b40;--recipe-line: rgba(32, 52, 44, .14);color:var(--recipe-ink);padding:clamp(2rem,4vw,4.5rem) 0 clamp(4rem,8vw,8rem)}.recipe-app__shell{max-width:128rem}.recipe-app__back{align-items:center;color:var(--recipe-ink);display:inline-flex;font-size:1.4rem;gap:.8rem;margin-bottom:2.4rem;text-decoration:none}.recipe-app__back:hover{color:var(--recipe-accent)}.recipe-app__hero{align-items:stretch;background:var(--recipe-paper);border-radius:2.4rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(34rem,.9fr);min-height:56rem;overflow:hidden}.recipe-app__image-wrap{background:#e6e0d5;min-height:42rem;overflow:hidden;position:relative}.recipe-app__image{height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;position:absolute;width:100%}.recipe-app__image-placeholder{align-items:center;color:var(--recipe-muted);display:flex;height:100%;justify-content:center;min-height:42rem;padding:2rem;text-align:center}.recipe-app__intro{align-self:center;padding:clamp(3.2rem,6vw,7rem)}.recipe-app__eyebrow,.recipe-app__section-kicker{color:var(--recipe-accent);font-size:1.2rem;font-weight:700;letter-spacing:.16em;margin:0 0 1rem;text-transform:uppercase}.recipe-app__title{color:var(--recipe-ink);font-size:clamp(3.6rem,5vw,6.6rem);letter-spacing:-.035em;line-height:.98;margin:0;text-wrap:balance}.recipe-app__description{color:var(--recipe-muted);font-size:1.7rem;line-height:1.65;margin:2.4rem 0 0;max-width:54rem}.recipe-app__facts{border-top:.1rem solid var(--recipe-line);display:grid;gap:1.6rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:3.2rem 0 0;padding-top:2.4rem}.recipe-app__fact dt{color:var(--recipe-muted);font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.recipe-app__fact dd{font-size:1.6rem;font-weight:700;margin:.5rem 0 0}.recipe-app__body{display:grid;gap:clamp(3rem,6vw,8rem);grid-template-columns:minmax(28rem,.72fr) minmax(0,1.28fr);padding:clamp(5rem,8vw,9rem) clamp(0rem,2vw,2rem)}.recipe-app__body h2,.recipe-app__shop h2{color:var(--recipe-ink);font-size:clamp(2.8rem,3.3vw,4.2rem);letter-spacing:-.025em;margin:0}.recipe-app__ingredients{align-self:start;background:var(--recipe-surface);border:.1rem solid var(--recipe-line);border-radius:2rem;padding:clamp(2.8rem,4vw,4.4rem);position:sticky;top:2rem}.recipe-app__ingredient-list{list-style:none;margin:2.4rem 0 0;padding:0}.recipe-app__ingredient{border-top:.1rem solid var(--recipe-line);font-size:1.6rem;line-height:1.5;padding:1.35rem 0}.recipe-app__ingredient--heading{border-top:0;color:var(--recipe-accent);font-size:1.35rem;font-weight:700;letter-spacing:.08em;padding-bottom:.4rem;padding-top:2rem;text-transform:uppercase}.recipe-app__method-list{counter-reset:recipe-step;list-style:none;margin:2.4rem 0 0;padding:0}.recipe-app__step{border-top:.1rem solid var(--recipe-line);counter-increment:recipe-step;display:grid;font-size:1.7rem;gap:2rem;grid-template-columns:4.8rem minmax(0,1fr);line-height:1.65;padding:2.5rem 0}.recipe-app__step:before{align-items:center;background:var(--recipe-ink);border-radius:50%;color:#fff;content:counter(recipe-step);display:flex;font-size:1.4rem;font-weight:700;height:4.2rem;justify-content:center;width:4.2rem}.recipe-app__step--heading{border-top:0;color:var(--recipe-accent);counter-increment:none;display:block;font-size:1.5rem;font-weight:700;letter-spacing:.08em;padding-bottom:0;text-transform:uppercase}.recipe-app__step--heading:before{display:none}.recipe-app__shop{background:var(--recipe-paper);border-radius:2.4rem;padding:clamp(3rem,6vw,7rem)}.recipe-app__shop-heading{align-items:end;display:flex;gap:4rem;justify-content:space-between}.recipe-app__shop-heading>p{color:var(--recipe-muted);font-size:1.6rem;line-height:1.55;margin:0;max-width:50rem}.recipe-app__products{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3.2rem}.recipe-app__product{background:var(--recipe-surface);border:.1rem solid transparent;border-radius:1.8rem;display:flex;flex-direction:column;overflow:hidden;transition:border-color .16s ease,transform .16s ease}.recipe-app__product:has(input[type=checkbox]:checked){border-color:var(--recipe-accent);transform:translateY(-.2rem)}.recipe-app__product-image-wrap{aspect-ratio:4 / 3;background:#ece7dd;overflow:hidden}.recipe-app__product-image{height:100%;object-fit:cover;width:100%}.recipe-app__product-content{display:flex;flex:1;flex-direction:column;padding:2rem}.recipe-app__product-choice{align-items:start;cursor:pointer;display:grid;gap:1rem;grid-template-columns:2rem minmax(0,1fr)}.recipe-app__product-choice input{accent-color:var(--recipe-accent);height:1.8rem;margin:.3rem 0 0;width:1.8rem}.recipe-app__product-title{color:var(--recipe-ink);font-size:1.7rem;font-weight:700;line-height:1.35}.recipe-app__product-price{color:var(--recipe-accent);display:block;font-size:1.5rem;font-weight:700;margin-top:.5rem}.recipe-app__variant{background:#fff;border:.1rem solid var(--recipe-line);border-radius:.8rem;color:var(--recipe-ink);font:inherit;margin-top:1.8rem;min-height:4.4rem;padding:0 1.2rem;width:100%}.recipe-app__quantity{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:1.8rem}.recipe-app__quantity-label{color:var(--recipe-muted);font-size:1.3rem;font-weight:700}.recipe-app__quantity-controls{align-items:center;border:.1rem solid var(--recipe-line);border-radius:999px;display:flex;overflow:hidden}.recipe-app__quantity-button{background:transparent;border:0;color:var(--recipe-ink);cursor:pointer;font-size:2rem;height:3.8rem;width:3.8rem}.recipe-app__quantity-input{-webkit-appearance:textfield;appearance:textfield;background:transparent;border:0;color:var(--recipe-ink);font:inherit;font-weight:700;text-align:center;width:3.5rem}.recipe-app__quantity-input::-webkit-inner-spin-button,.recipe-app__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.recipe-app__shop-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.6rem;margin-top:3rem}.recipe-app__add{min-width:min(100%,30rem)}.recipe-app__status{color:var(--recipe-muted);font-size:1.4rem;margin:0}.recipe-app__view-bag{color:var(--recipe-ink);font-size:1.4rem;font-weight:700;text-decoration:underline}.recipe-app__empty-products,.recipe-app__noscript{color:var(--recipe-muted);font-size:1.6rem;margin-top:2.4rem}@media screen and (max-width:989px){.recipe-app__hero{grid-template-columns:1fr}.recipe-app__image-wrap{min-height:46rem}.recipe-app__body{grid-template-columns:1fr}.recipe-app__ingredients{position:static}.recipe-app__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.recipe-app{padding-top:1.6rem}.recipe-app__hero,.recipe-app__shop{border-radius:1.6rem}.recipe-app__hero{min-height:0}.recipe-app__image-wrap,.recipe-app__image-placeholder{min-height:32rem}.recipe-app__intro{padding:3.2rem 2.2rem}.recipe-app__facts{gap:1rem}.recipe-app__body{padding:4.5rem 0}.recipe-app__shop{padding:3.2rem 2rem}.recipe-app__shop-heading{align-items:start;flex-direction:column;gap:1.4rem}.recipe-app__products{grid-template-columns:1fr}.recipe-app__step{gap:1.2rem;grid-template-columns:4.4rem minmax(0,1fr)}.recipe-app__add{width:100%}}.recipe-preview{--rp-ink: #213c32;--rp-muted: #66736d;--rp-paper: #f6efe6;--rp-cream: #fffdf8;--rp-accent: #9b423c;--rp-gold: #c69a5b;--rp-line: rgba(33, 60, 50, .16);color:var(--rp-ink);padding:clamp(1.5rem,3vw,3rem) 0 clamp(4rem,6vw,6rem)}.shopify-section:has([class*=ai-shop-ingredients-]){display:none}html:has(.recipe-preview){scroll-behavior:smooth}body:has(.recipe-preview) .section-header{position:relative!important;top:auto!important;transform:none!important}.recipe-preview__shell{max-width:128rem}.recipe-preview__back{align-items:center;color:var(--rp-ink);display:inline-flex;font-size:1.4rem;gap:.8rem;margin-bottom:2.4rem;text-decoration:none}.recipe-preview__hero{background:var(--rp-paper);border-radius:2.4rem;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(34rem,.85fr);min-height:50rem;overflow:hidden}.recipe-preview__media{background:#e4ddd2;min-height:48rem;overflow:hidden}.recipe-preview__image{height:100%;object-fit:cover;width:100%}.recipe-preview__intro{align-self:center;padding:clamp(3.2rem,5vw,5.5rem)}.recipe-preview__eyebrow,.recipe-preview__kicker{color:var(--rp-accent);font-size:1.2rem;font-weight:700;letter-spacing:.16em;margin:0 0 1rem;text-transform:uppercase}.recipe-preview h1{color:var(--rp-ink);font-size:clamp(3.8rem,5vw,6.6rem);letter-spacing:-.04em;line-height:1;margin:0;text-wrap:balance}.recipe-preview__summary{color:var(--rp-muted);font-size:1.7rem;line-height:1.65;margin:2.4rem 0 0}.recipe-preview__facts{border-top:.1rem solid var(--rp-line);display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:3.2rem 0 0;padding-top:2.4rem}.recipe-preview__facts dt{color:var(--rp-muted);font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.recipe-preview__facts dd{font-size:1.55rem;font-weight:700;margin:.5rem 0 0}.recipe-preview__jump{align-items:center;background:var(--rp-ink);border-radius:999px;color:#fff;display:inline-flex;font-size:1.45rem;font-weight:700;gap:1rem;margin-top:2.6rem;padding:1.2rem 1.8rem;text-decoration:none;transition:background-color .16s ease,transform .16s ease}.recipe-preview__jump:hover{background:var(--rp-accent);transform:translateY(-.1rem)}.recipe-preview__jump:focus-visible{outline:.2rem solid var(--rp-accent);outline-offset:.3rem}.recipe-preview__recipe{display:grid;gap:clamp(3.2rem,5vw,6rem);grid-template-columns:minmax(28rem,.72fr) minmax(0,1.28fr);padding:clamp(4rem,5vw,6.5rem) clamp(0rem,2vw,2rem)}.recipe-preview__recipe h2,.recipe-preview__shop h2{color:var(--rp-ink);font-size:clamp(3rem,3.5vw,4.4rem);letter-spacing:-.03em;margin:0}.recipe-preview__ingredients{align-self:start;background:var(--rp-cream);border:.1rem solid var(--rp-line);border-radius:2rem;padding:clamp(2.8rem,4vw,4.4rem);position:sticky;top:2rem}.recipe-preview__ingredients h3{color:var(--rp-accent);font-size:1.35rem;letter-spacing:.08em;margin:3rem 0 .8rem;text-transform:uppercase}.recipe-preview__ingredients ul{list-style:none;margin:0;padding:0}.recipe-preview__ingredients li{border-top:.1rem solid var(--rp-line);font-size:1.6rem;line-height:1.5;padding:1.25rem 0}.recipe-preview__method ol{list-style:none;margin:2.4rem 0 0;padding:0}.recipe-preview__method li{border-top:.1rem solid var(--rp-line);display:grid;gap:2rem;grid-template-columns:4.8rem minmax(0,1fr);padding:2.5rem 0}.recipe-preview__method li>span{align-items:center;background:var(--rp-ink);border-radius:50%;color:#fff;display:flex;font-size:1.4rem;font-weight:700;height:4.2rem;justify-content:center;width:4.2rem}.recipe-preview__method p{font-size:1.75rem;line-height:1.65;margin:0}.recipe-preview__shop{background:var(--rp-paper);scroll-margin-top:2rem;border-radius:2.4rem;padding:clamp(3rem,6vw,7rem)}.recipe-preview__shop-copy{align-items:end;display:flex;gap:4rem;justify-content:space-between}.recipe-preview__shop-copy p{color:var(--rp-muted);font-size:1.6rem;line-height:1.55;margin:1rem 0 0;max-width:56rem}.recipe-preview__serving-note{border-left:.3rem solid var(--rp-gold);padding-left:1.6rem}.recipe-preview__products{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3.2rem}.recipe-preview__product{background:var(--rp-cream);border:.1rem solid transparent;border-radius:1.8rem;display:flex;flex-direction:column;overflow:hidden;transition:border-color .16s ease,transform .16s ease}.recipe-preview__product-media{aspect-ratio:4 / 3;background:#e9e3d9;overflow:hidden;position:relative}.recipe-preview__product-image{height:100%;object-fit:cover;width:100%}.recipe-preview__recommended{background:var(--rp-ink);border-radius:999px;color:#fff;font-size:1.1rem;font-weight:700;left:1.4rem;letter-spacing:.06em;padding:.7rem 1.1rem;position:absolute;text-transform:uppercase;top:1.4rem}.recipe-preview__product-content{display:flex;flex:1;flex-direction:column;padding:2rem}.recipe-preview__choice{display:block}.recipe-preview__choice strong{color:var(--rp-ink);display:block;font-size:1.7rem;line-height:1.35}.recipe-preview__choice small{color:var(--rp-accent);display:block;font-size:1.5rem;font-weight:700;margin-top:.5rem}.recipe-preview__quantity{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:2rem}.recipe-preview__quantity>span{color:var(--rp-muted);font-size:1.3rem;font-weight:700}.recipe-preview__stepper{align-items:center;border:.1rem solid var(--rp-line);border-radius:999px;display:flex;overflow:hidden}.recipe-preview__stepper button{background:transparent;border:0;color:var(--rp-ink);cursor:pointer;font-size:2rem;height:3.8rem;width:3.8rem}.recipe-preview__stepper input{-webkit-appearance:textfield;appearance:textfield;background:transparent;border:0;color:var(--rp-ink);font:inherit;font-weight:700;text-align:center;width:3.5rem}.recipe-preview__stepper input::-webkit-inner-spin-button,.recipe-preview__stepper input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.recipe-preview__card-actions{margin-top:1.8rem}.recipe-preview__add{width:100%}.recipe-preview__card-actions p{color:var(--rp-muted);font-size:1.3rem;margin:1rem 0 0;min-height:2rem}.recipe-preview__card-actions a{color:var(--rp-ink);display:inline-block;font-size:1.3rem;font-weight:700;margin-top:.4rem;text-decoration:underline}@media(prefers-reduced-motion:reduce){html:has(.recipe-preview){scroll-behavior:auto}}@media screen and (max-width:989px){.recipe-preview__hero,.recipe-preview__recipe{grid-template-columns:1fr}.recipe-preview__ingredients{position:static}.recipe-preview__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.recipe-preview__hero,.recipe-preview__shop{border-radius:1.6rem}.recipe-preview__media{min-height:34rem}.recipe-preview__intro{padding:3.2rem 2.2rem}.recipe-preview__recipe{padding:3.5rem 0}.recipe-preview__shop{padding:3.2rem 2rem}.recipe-preview__shop-copy{align-items:start;flex-direction:column;gap:1.4rem}.recipe-preview__products{grid-template-columns:1fr}.recipe-preview__add{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/16/compiled_assets/styles.css.map */
