.recipe-article{display:block}.recipe-article__hero{max-width:92rem;margin:0 auto 3rem;padding:0 1.5rem}.recipe-article__hero-img{width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;border-radius:1.6rem;display:block}@media screen and (max-width:749px){.recipe-article__hero-img{aspect-ratio:4 / 3;border-radius:1.2rem}}.recipe-article__head{text-align:center;margin-bottom:3.2rem}.recipe-article__chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:1.2rem}.recipe-chip--static{cursor:default;font-size:1.2rem;text-transform:capitalize}.recipe-article__title{margin:0 auto 1.2rem;max-width:20ch;font-size:clamp(2.8rem,4vw,4.2rem);line-height:1.1;letter-spacing:.01rem;text-wrap:balance}.recipe-article__byline{display:flex;gap:.8rem 1.4rem;justify-content:center;align-items:center;flex-wrap:wrap;font-size:1.35rem;text-transform:uppercase;letter-spacing:.06rem;opacity:.65;margin-bottom:2rem}.recipe-article__byline>span+span:before{content:"\b7";margin-right:1.4rem;opacity:.6}.recipe-article__stats{display:flex;justify-content:center;align-items:start;flex-wrap:wrap;gap:1.2rem 3.6rem;margin:0 auto 2rem}.recipe-article__stat{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:7rem}.recipe-article__stat-value{font-size:2.4rem;font-weight:700;line-height:1;text-transform:capitalize}.recipe-article__stat-label{font-size:1.1rem;text-transform:uppercase;letter-spacing:.1rem;opacity:.55}.recipe-article__toolbar{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.recipe-article__tool{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.6rem;font:inherit;font-size:1.3rem;color:rgb(var(--color-foreground));background:transparent;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:4rem;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.recipe-article__tool:hover{border-color:rgb(var(--color-foreground))}.recipe-article__tool[aria-pressed=true]{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.recipe-article__body{margin-bottom:4rem}.recipe-article__h2{font-size:2.4rem;margin:0 0 1.6rem;padding-bottom:.8rem;border-bottom:.2rem solid rgba(var(--color-foreground),.15)}.recipe-article__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width:990px){.recipe-article__grid{grid-template-columns:minmax(26rem,32rem) 1fr;gap:5rem;align-items:start}}@media screen and (min-width:990px){.recipe-ingredients__inner{position:sticky;top:2rem}}.recipe-ingredient{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.1);cursor:pointer;font-size:1.5rem;line-height:1.4}.recipe-ingredient input{appearance:none;-webkit-appearance:none;flex:0 0 auto;width:2rem;height:2rem;margin-top:.1rem;border:.15rem solid rgba(var(--color-foreground),.4);border-radius:.5rem;background:transparent;cursor:pointer;position:relative;transition:background .15s ease,border-color .15s ease}.recipe-ingredient input:checked{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.recipe-ingredient input:checked:after{content:"";position:absolute;left:.55rem;top:.2rem;width:.5rem;height:.95rem;border:solid rgb(var(--color-background));border-width:0 .2rem .2rem 0;transform:rotate(45deg)}.recipe-ingredient input:checked+span{opacity:.4;text-decoration:line-through}.recipe-ingredients__subhead,.recipe-method__subhead{font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.06rem;opacity:.7;margin:1.6rem 0 .4rem}.recipe-ingredients__note{margin-top:1.4rem;font-size:1.3rem;font-style:italic;opacity:.7}.recipe-steps{list-style:none;margin:0;padding:0;counter-reset:step}.recipe-step{display:flex;gap:1.6rem;padding:1.8rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.recipe-step__num{flex:0 0 auto;width:3.4rem;height:3.4rem;display:grid;place-items:center;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.5rem;font-weight:700}.recipe-step__text{font-size:1.6rem;line-height:1.55;padding-top:.4rem}.recipe-cookmode-bar{position:sticky;top:0;z-index:6;display:flex;align-items:center;justify-content:center;gap:1.6rem;padding:1rem 1.6rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.4rem;transform:translateY(-100%);opacity:0;transition:transform .25s ease,opacity .25s ease}.recipe-cookmode-bar.is-visible{transform:translateY(0);opacity:1}.recipe-cookmode-bar__text{display:inline-flex;align-items:center;gap:.8rem}.recipe-cookmode-bar__exit{flex:0 0 auto;padding:.5rem 1.4rem;font:inherit;font-size:1.3rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:none;border-radius:4rem;cursor:pointer}.recipe-article.is-cook-mode .recipe-step{cursor:pointer}.recipe-article.is-cook-mode .recipe-step:hover{background:rgba(var(--color-foreground),.04);border-radius:1rem}.recipe-step.is-done{opacity:.5}.recipe-step.is-done .recipe-step__text{text-decoration:line-through}.recipe-step.is-done .recipe-step__num{background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:.2rem solid rgb(var(--color-foreground))}.recipe-step.is-done .recipe-step__num:after{content:"\2713"}.recipe-step.is-done .recipe-step__num-text{display:none}.recipe-article.is-cook-mode .recipe-step__num{background:transparent;color:rgb(var(--color-foreground));border:.2rem solid rgba(var(--color-foreground),.4)}.recipe-article.is-cook-mode .recipe-step.is-done .recipe-step__num{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.recipe-buy{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:3.5rem;padding:2rem 2.4rem;border-radius:1.6rem;background:rgba(var(--color-foreground),.06)}.recipe-buy__img{width:9rem;height:9rem;object-fit:contain;border-radius:1rem}.recipe-buy__info{flex:1 1 18rem}.recipe-buy__eyebrow{margin:0;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08rem;opacity:.6}.recipe-buy__title{margin:.2rem 0;font-size:1.9rem;font-weight:700}.recipe-buy__price{margin:0;font-size:1.5rem;opacity:.8}.recipe-buy__action{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;text-align:center}.recipe-buy__btn{white-space:nowrap}.recipe-buy__link{font-size:1.3rem;color:rgb(var(--color-foreground));opacity:.75}.recipe-buy__btn.is-added{opacity:.85}.recipe-buybar{position:fixed;left:0;right:0;bottom:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1rem 1.6rem;background:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.15);box-shadow:0 -.4rem 1.6rem #00000014;transform:translateY(100%);transition:transform .25s ease}.recipe-buybar.is-visible{transform:translateY(0)}.recipe-buybar__info{display:flex;flex-direction:column;line-height:1.2;min-width:0}.recipe-buybar__title{font-size:1.4rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipe-buybar__price{font-size:1.3rem;opacity:.75}.recipe-buybar__btn{flex:0 0 auto}@media screen and (min-width:750px){.recipe-buybar{display:none}}.recipe-related{margin-top:1rem;margin-bottom:4rem}.recipe-related__title{text-align:center;border-bottom:none}.recipe-cta{margin-top:2rem;padding:4.5rem 0;background:rgba(var(--color-foreground),.06);text-align:center}.recipe-cta__eyebrow{margin:0 0 .8rem;font-size:1.2rem;text-transform:uppercase;letter-spacing:.12rem;opacity:.6}.recipe-cta__title{margin:0 0 1rem;font-size:clamp(2.2rem,3vw,3rem)}.recipe-cta__text{margin:0 auto 2.2rem;max-width:46rem;opacity:.8;line-height:1.5}.recipe-article.is-cook-mode .recipe-step__text{font-size:1.9rem}@media print{.shopify-section-group-header-group,.shopify-section-group-footer-group,.header-wrapper,.section-header,.footer,.utility-bar,.announcement-bar,cart-notification,.recipe-article__hero,.recipe-article__toolbar,.recipe-cookmode-bar,.recipe-buy,.recipe-buybar,.recipe-related,.recipe-article__chips,.article-template__back,.article-template__comment-wrapper{display:none!important}html,body{background:#fff!important;color:#000!important}.recipe-article__head{text-align:left;margin-bottom:1.2rem}.recipe-article__title{max-width:none;font-size:22pt;margin:0 0 .4rem}.recipe-article__byline{justify-content:flex-start;color:#000!important;opacity:1}.recipe-article__stats{border-color:#000!important}.recipe-article__stat+.recipe-article__stat{border-left-color:#000!important}.recipe-article__grid{display:grid!important;grid-template-columns:1fr 2fr!important;gap:2rem!important}.recipe-ingredients__inner{position:static!important}.recipe-article__h2{border-bottom:1pt solid #000!important}.recipe-ingredient,.recipe-step{break-inside:avoid;page-break-inside:avoid;border-color:#0003!important}.recipe-ingredient input{border-color:#000!important}.recipe-step__num{background:#fff!important;color:#000!important;border:1.5pt solid #000!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-recipe-article.css.map */
