.recipe{--rz-ink: #123528;--rz-ink-dark: #002e12;--rz-text: #5b6b62;--rz-muted: #8a978f;--rz-surface: #f7f6f3;--rz-line: #e4e2db;--rz-hair: #ececea;--rz-control-line: #dedbd4;--rz-lime: #bee746;--rz-lime-pale: #f4f8ec;--rz-r-card: 14px;--rz-r-img: 12px;--rz-r-ctrl: 10px;--rz-sticky-top: 24px;font-family:var(--font-body-family);color:var(--rz-ink)}.recipe__wrap{max-width:var(--site-center, 1440px);margin-inline:auto;padding-inline:var(--site-side-spacing, 1rem)}.recipe h2,.recipe h3{font-family:var(--font-heading-family, Georgia, serif)}.recipe-hero{padding-block:18px 0}@media screen and (min-width:1024px){.recipe-hero{padding-block:34px 0}.recipe-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;grid-template-areas:"top media" "body media";column-gap:48px;align-items:start}.recipe-hero__top{grid-area:top}.recipe-hero__media{grid-area:media}.recipe-hero__body{grid-area:body}}@media screen and (min-width:1280px){.recipe-hero__grid{grid-template-columns:minmax(0,1fr) 500px;column-gap:56px}}.recipe-hero__title{margin:16px 0 0;font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(1.75rem,3.2vw,2.75rem);font-weight:600;line-height:1.07;letter-spacing:-.015em;color:var(--rz-ink);text-wrap:pretty}.recipe-hero__chips{display:flex;flex-wrap:wrap;gap:6px}.recipe-tag{display:inline-flex;align-items:center;height:26px;padding:0 11px;border-radius:999px;border:1px solid var(--rz-line);background:#fff;color:var(--rz-ink);font-size:11px;font-weight:600;letter-spacing:.03em;text-decoration:none;transition:border-color .15s ease}@media screen and (min-width:768px){.recipe-tag{height:28px;padding:0 13px;font-size:11.5px}}.recipe-tag:hover{border-color:var(--rz-ink);color:var(--rz-ink)}.recipe-facts{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:16px}.recipe-fact{display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 11px;border-radius:var(--rz-r-ctrl);background:var(--rz-lime)}@media screen and (min-width:768px){.recipe-fact{gap:5px;padding:0 13px}}.recipe-fact__value{font-family:var(--font-body-family);font-size:15.5px;font-weight:800;line-height:1;color:var(--rz-ink)}@media screen and (min-width:768px){.recipe-fact__value{font-size:16px}}.recipe-fact__unit{font-size:11px;font-weight:700;line-height:1;color:var(--rz-ink);opacity:.78}@media screen and (min-width:768px){.recipe-fact__unit{font-size:11.5px}}.recipe-facts__note{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rz-muted);margin-left:4px}.recipe-hero__media{margin-top:20px;margin-inline:calc(var(--site-side-spacing, 1rem) * -1)}.recipe-hero__shot img,.recipe-hero__shot .svg{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.recipe-hero__dots{display:none}.recipe-hero__media--two{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:var(--site-side-spacing, 1rem);scrollbar-width:none;-webkit-overflow-scrolling:touch}.recipe-hero__media--two::-webkit-scrollbar{display:none}.recipe-hero__media--two .recipe-hero__shot{flex:0 0 88%;scroll-snap-align:center;border-radius:var(--rz-r-img);overflow:hidden;border:1px solid var(--rz-line);background:var(--rz-surface)}@media screen and (min-width:1024px){.recipe-hero__media,.recipe-hero__media--two{display:block;position:relative;margin-top:0;margin-inline:0;padding-inline:0;overflow:hidden;border-radius:var(--rz-r-img);border:1px solid var(--rz-line);background:var(--rz-surface)}.recipe-hero__media--two .recipe-hero__shot{flex:none;border:0;border-radius:0}.recipe-hero__shot--alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .4s ease}.recipe-hero__media--two{contain:paint}.recipe-hero__media--two:hover .recipe-hero__shot--alt,.recipe-hero__media--two:focus-within .recipe-hero__shot--alt{opacity:1}.recipe-hero__dots{position:absolute;right:12px;bottom:12px;display:flex;gap:5px}.recipe-hero__dots i{width:6px;height:6px;border-radius:999px;background:#fff;box-shadow:0 0 0 1px #0000002e;opacity:.5;transition:opacity .25s ease}.recipe-hero__dots i:first-child{opacity:1}.recipe-hero__media--two:hover .recipe-hero__dots i:first-child{opacity:.5}.recipe-hero__media--two:hover .recipe-hero__dots i:last-child{opacity:1}}.recipe-hero__body{margin-top:20px}@media screen and (min-width:1024px){.recipe-hero__body{margin-top:22px}}.recipe-hero__content{max-width:64ch;font-size:15px;line-height:1.72;color:var(--rz-text)}@media screen and (min-width:768px){.recipe-hero__content{font-size:15.5px}}.recipe-hero__content p,.recipe-hero__content ul,.recipe-hero__content ol,.recipe-hero__content h2,.recipe-hero__content h3{margin:0 0 13px}.recipe-hero__content>*:last-child,.recipe-more__body>*:last-child{margin-bottom:0}.recipe-hero__content strong{color:var(--rz-ink)}.recipe-hero__content a{color:var(--rz-ink);font-weight:600;text-decoration:none;border-bottom:2px solid var(--rz-lime);padding-bottom:1px}.recipe-hero__content ul,.recipe-hero__content ol{padding-left:20px}.recipe-hero__content ul{list-style:disc}.recipe-hero__content ol{list-style:decimal}.recipe-more__toggle{display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;font-weight:700;color:var(--rz-ink);list-style:none;padding:4px 0}.recipe-more__toggle::-webkit-details-marker{display:none}.recipe-more__toggle:hover{text-decoration:underline;text-underline-offset:3px}.recipe-more__toggle svg{transition:transform .2s ease}.recipe-more[open] .recipe-more__toggle svg{transform:rotate(180deg)}.recipe-more__close,.recipe-more[open] .recipe-more__open{display:none}.recipe-more[open] .recipe-more__close{display:inline}.recipe-more__body{padding-top:12px}.recipe-more__body p,.recipe-more__body ul,.recipe-more__body ol{margin:0 0 13px}.recipe-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px}.recipe-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:var(--rz-r-img);font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;border:0;transition:background-color .2s ease,color .2s ease}.recipe-btn--primary{height:52px;padding:0 26px;background:var(--rz-ink);color:#fff}.recipe-btn--primary:hover{background:var(--rz-ink-dark);color:#fff}.recipe-actions .recipe-btn--primary{flex:1 1 100%}@media screen and (min-width:480px){.recipe-actions .recipe-btn--primary{flex:0 0 auto}}.recipe-actions__rule{display:none}@media screen and (min-width:480px){.recipe-actions__rule{display:block;width:1px;height:28px;background:var(--rz-hair);margin:0 4px}}.recipe-share__links{display:flex;align-items:center;gap:8px}.recipe-share__link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--rz-line);border-radius:var(--rz-r-ctrl);background:#fff;color:var(--rz-text);cursor:pointer;transition:border-color .2s ease,color .2s ease}.recipe-share__link:hover{border-color:var(--rz-ink);color:var(--rz-ink)}@media screen and (min-width:1024px){.recipe-share__link{width:48px;height:48px}}.recipe-nav{display:flex;align-items:stretch;gap:22px;margin-top:26px;border-top:1px solid var(--rz-hair);border-bottom:1px solid var(--rz-hair);overflow-x:auto;scrollbar-width:none}.recipe-nav::-webkit-scrollbar{display:none}@media screen and (min-width:1024px){.recipe-nav{gap:32px;margin-top:34px}}.recipe-nav__link{display:inline-flex;align-items:center;white-space:nowrap;height:46px;margin-bottom:-1px;border-bottom:2px solid transparent;font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--rz-muted);text-decoration:none;transition:color .15s ease,border-color .15s ease}.recipe-nav__link:hover,.recipe-nav__link:focus-visible{color:var(--rz-ink);border-bottom-color:var(--rz-ink)}@media screen and (min-width:1024px){.recipe-nav__link{height:48px;font-size:12.5px}}.recipe-body{padding-block:26px 0}@media screen and (min-width:1024px){.recipe-body{display:grid;grid-template-columns:360px minmax(0,1fr);gap:48px;align-items:start;padding-block:44px 0}}@media screen and (min-width:1280px){.recipe-body{grid-template-columns:380px minmax(0,1fr);gap:56px}}.recipe-body [id]{scroll-margin-top:24px}.recipe-ingredients__card{background:#fff;border:1px solid var(--rz-line);border-radius:var(--rz-r-card);overflow:hidden}.recipe-ingredients__head{padding:16px 18px 13px;border-bottom:1px solid var(--rz-hair)}@media screen and (min-width:1024px){.recipe-ingredients__head{padding:18px 20px 14px}}.recipe-ingredients__title{margin:0;font-size:20px;font-weight:600;line-height:1.1;color:var(--rz-ink)}@media screen and (min-width:1024px){.recipe-ingredients__title{font-size:21px}}.recipe-ingredient-group{padding:14px 0 6px;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--rz-muted)}.recipe-ingredient-group:first-child{padding-top:10px}.recipe-ingredient-group+.recipe-ingredient{padding-top:4px}.recipe-ingredients__list{list-style:none;margin:0;padding:2px 18px 8px}@media screen and (min-width:1024px){.recipe-ingredients__list{padding-inline:20px}}.recipe-ingredient{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid var(--rz-hair);font-size:13.5px;line-height:1.45;color:var(--rz-text)}.recipe-ingredient--shop{padding-block:9px}.recipe-ingredient:last-child{border-bottom:0}.recipe-ingredient__check{flex:0 0 18px;width:18px;height:18px;padding:0;border:1.5px solid var(--rz-control-line);border-radius:6px;background:#fff;color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.recipe-ingredient__check:hover{border-color:var(--rz-ink)}.recipe-ingredient.is-checked .recipe-ingredient__check{background:var(--rz-ink);border-color:var(--rz-ink);color:var(--rz-lime)}.recipe-ingredient.is-checked{opacity:.45}.recipe-ingredient.is-checked .recipe-ingredient__text{text-decoration:line-through}.recipe-ingredient__text{flex:1;min-width:0}.recipe-ingredient__text a{color:var(--rz-ink);font-weight:600;text-decoration:none}.recipe-ingredient__text a:hover{text-decoration:underline;text-underline-offset:2px}.recipe-ingredient__text p{margin:0}.recipe-ingredients__raw{padding:14px 18px 18px;font-size:13.5px;line-height:1.6;color:var(--rz-text)}.recipe-ingredients__raw h2{display:none}.recipe-ingredients__raw a{color:var(--rz-ink);font-weight:600;text-decoration:underline;text-underline-offset:2px}.recipe-shop{background:var(--rz-surface);border-top:1px solid var(--rz-line);padding:14px 18px 16px}@media screen and (min-width:1024px){.recipe-shop{padding:15px 20px 17px}}.recipe-shop__label{display:block;font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--rz-muted);margin-bottom:10px}.recipe-shop__row{display:flex;align-items:center;gap:10px;padding:7px 0;text-decoration:none;color:inherit}.recipe-shop__thumb{flex:0 0 34px;width:34px;height:34px;border-radius:8px;overflow:hidden;border:1px solid var(--rz-line);background:#fff}.recipe-shop__thumb img{display:block;width:100%;height:100%;object-fit:cover}.recipe-shop__name{flex:1;min-width:0;font-size:12.5px;font-weight:600;line-height:1.3;color:var(--rz-ink)}.recipe-shop__row:hover .recipe-shop__name{text-decoration:underline;text-underline-offset:2px}.recipe-shop__price{flex:0 0 auto;font-size:12.5px;font-weight:700;color:var(--rz-ink);white-space:nowrap}.recipe-shop__cta{display:flex;width:100%;height:46px;margin-top:10px;padding:0 16px;font-size:13.5px;text-align:center}.recipe-shop__cta-spinner{display:none;width:15px;height:15px;margin-left:9px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:999px;animation:recipe-spin .7s linear infinite}.recipe-shop__cta.is-loading{pointer-events:none}.recipe-shop__cta.is-loading .recipe-shop__cta-text{opacity:.6}.recipe-shop__cta.is-loading .recipe-shop__cta-spinner{display:block}@keyframes recipe-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.recipe-shop__cta-spinner{animation-duration:2s}}.recipe-shop__row--sold-out .recipe-shop__thumb,.recipe-shop__row--sold-out .recipe-shop__name{opacity:.55}.recipe-shop__price--sold-out{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rz-muted)}.recipe-steps{margin-top:30px}@media screen and (min-width:1024px){.recipe-steps{margin-top:0}}.recipe-steps h2{margin:0 0 20px;font-size:28px;font-weight:600;line-height:1.1;color:var(--rz-ink)}@media screen and (min-width:768px){.recipe-steps h2{font-size:32px;margin-bottom:24px}}.recipe-steps ol{list-style:none;margin:0;padding:0;counter-reset:recipe-step;max-width:64ch}.recipe-steps ol>li{counter-increment:recipe-step;position:relative;padding:5px 0 22px 48px;font-size:15px;line-height:1.75;color:var(--rz-ink)}.recipe-steps ol>li:before{content:counter(recipe-step);position:absolute;left:0;top:0;width:34px;height:34px;border-radius:999px;background:var(--rz-ink);color:var(--rz-lime);display:flex;align-items:center;justify-content:center;font-family:var(--font-body-family);font-size:14px;font-weight:800}.recipe-steps ol>li:after{content:"";position:absolute;left:16.5px;top:40px;bottom:0;width:1px;background:var(--rz-hair)}.recipe-steps ol>li:last-child{padding-bottom:0}.recipe-steps ol>li:last-child:after{display:none}.recipe-steps ul{list-style:disc;padding-left:20px;margin:0 0 16px;max-width:64ch}.recipe-steps p{margin:0 0 14px;font-size:15px;line-height:1.75;max-width:64ch;color:var(--rz-text)}.recipe-steps a{color:var(--rz-ink);font-weight:600;text-decoration:underline;text-underline-offset:2px}@media screen and (min-width:768px){.recipe-steps ol>li{padding:7px 0 26px 58px;font-size:15.5px;line-height:1.8}.recipe-steps ol>li:before{width:38px;height:38px;font-size:15px}.recipe-steps ol>li:after{left:18.5px;top:44px}}.recipe-figure{margin:26px 0 0}@media screen and (min-width:768px){.recipe-figure{margin-top:32px;padding-left:58px;max-width:578px}}.recipe-figure img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--rz-r-img);border:1px solid var(--rz-line)}.recipe-note{margin-top:24px;background:var(--rz-ink);border-radius:var(--rz-r-card);padding:20px;display:flex;gap:12px;align-items:flex-start;max-width:64ch}@media screen and (min-width:768px){.recipe-note{margin-top:32px;padding:22px 24px}}.recipe-note__icon{flex:0 0 18px;margin-top:2px}.recipe-note__label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff9;margin-bottom:6px}.recipe-note__text{font-size:.875rem;line-height:1.6;color:#ffffffd9}.recipe-note__text>*{margin:0 0 10px}.recipe-note__text>*:last-child{margin-bottom:0}.recipe-note__text a{color:#fff;text-decoration:underline}.recipe-nutrition{margin-top:40px;padding-block:0 8px;scroll-margin-top:24px}@media screen and (min-width:1024px){.recipe-nutrition{margin-top:72px}}.recipe-nutrition__title{margin:0 0 16px;font-size:28px;font-weight:600;line-height:1.1;color:var(--rz-ink)}@media screen and (min-width:1024px){.recipe-nutrition__title{font-size:32px;margin-bottom:22px}}.recipe-nutrition__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem}@media screen and (min-width:768px){.recipe-nutrition__grid{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);max-width:980px}.recipe-nutrition__grid--single{grid-template-columns:minmax(0,1fr);max-width:520px}}.recipe-keto{background:var(--color-primary, #00441a);border-radius:var(--rz-r-card);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.recipe-keto__label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9fcfae;margin-bottom:1.25rem}.recipe-keto__ring{position:relative;width:130px;height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.recipe-keto__ring svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.recipe-keto__value{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;font-family:var(--font-body-family)}.recipe-keto__number{font-size:1.85rem;font-weight:800;color:#fff;line-height:1.1}.recipe-keto__number span{font-size:.55em;margin-left:2px}.recipe-keto__per{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-top:2px}.recipe-keto__heading{margin:0 0 .5rem;font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;color:#fff}.recipe-keto__desc{margin:0;font-size:.85rem;color:#cfe8d8;font-weight:500;line-height:1.5}.recipe-keto__desc strong{color:#fff}.recipe-keto__foot{margin:1.25rem 0 0;font-size:.75rem;color:#9fcfae;line-height:1.4}.recipe-table{background:#fff;border:1px solid var(--rz-line);border-radius:var(--rz-r-card);padding:1.5rem 1.25rem}@media screen and (min-width:768px){.recipe-table{padding:1.75rem 1.5rem}}.recipe-table__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.recipe-table__title{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body-family);font-size:1rem;font-weight:700;color:var(--rz-ink)}.recipe-table__title svg{flex-shrink:0}.recipe-switch{display:flex;gap:3px;padding:3px;background:var(--rz-surface);border:1px solid var(--rz-line);border-radius:var(--rz-r-ctrl)}.recipe-switch button{font-size:.7rem;font-weight:600;letter-spacing:.02em;padding:.45rem .7rem;border-radius:8px;border:0;background:transparent;color:var(--rz-text);cursor:pointer;transition:background-color .15s ease,color .15s ease;white-space:nowrap}.recipe-switch__per-100{background:var(--rz-ink);color:#fff;font-weight:700}body.nutrition-per-portion .recipe-switch__per-100{background:transparent;color:var(--rz-text);font-weight:600}body.nutrition-per-portion .recipe-switch__per-portion{background:var(--rz-ink);color:#fff;font-weight:700}.recipe-table__rows{display:flex;flex-direction:column}.recipe-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--rz-hair);font-size:.875rem}.recipe-row:last-child{border-bottom:none}.recipe-row__label{color:var(--rz-text)}.recipe-row__value{font-weight:700;color:var(--rz-ink);white-space:nowrap;margin-left:1rem;font-variant-numeric:tabular-nums}body.template-article-recipe [id*=featured_blog_slider]{--rz-ink: #123528;--rz-ink-dark: #002e12;--rz-line: #e4e2db;--rz-surface: #f7f6f3;--rz-lime: #bee746;padding-block:38px 100px}body.template-article-recipe [id*=featured_blog_slider] h2{font-family:var(--font-heading-family, Georgia, serif);font-size:26px;font-weight:600;line-height:1.15;letter-spacing:-.01em;color:var(--rz-ink);text-align:left}@media screen and (min-width:1024px){body.template-article-recipe [id*=featured_blog_slider] h2{font-size:30px}}body.template-article-recipe [id*=featured_blog_slider] .card{display:flex;flex-direction:column;height:100%}body.template-article-recipe [id*=featured_blog_slider] .card__media{display:block;aspect-ratio:4 / 3;border-radius:var(--rz-r-img, 12px);overflow:hidden;border:1px solid var(--rz-line);background:var(--rz-surface)}body.template-article-recipe [id*=featured_blog_slider] .card__media a{display:block;width:100%;height:100%}body.template-article-recipe [id*=featured_blog_slider] .card__media img{width:100%;height:100%;object-fit:cover}body.template-article-recipe [id*=featured_blog_slider] .card__tags{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 9px}body.template-article-recipe [id*=featured_blog_slider] .ctag{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;border:1px solid var(--rz-line);background:#fff;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--rz-ink);text-decoration:none;transition:border-color .15s ease}body.template-article-recipe [id*=featured_blog_slider] .ctag:hover{border-color:var(--rz-ink)}body.template-article-recipe [id*=featured_blog_slider] .card__title{margin:0 0 10px;font-family:var(--font-body-family);font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.005em}body.template-article-recipe [id*=featured_blog_slider] .card__title a{color:var(--rz-ink);text-decoration:none}body.template-article-recipe [id*=featured_blog_slider] .card:hover .card__title a,body.template-article-recipe [id*=featured_blog_slider] .card:focus-within .card__title a{text-decoration:underline;text-decoration-color:var(--rz-lime);text-decoration-thickness:2.5px;text-underline-offset:4px}body.template-article-recipe [id*=featured_blog_slider] ul.nutri{display:flex;flex-wrap:wrap;gap:6px;margin:auto 0 0;padding:0;list-style:none}body.template-article-recipe [id*=featured_blog_slider] ul.nutri li{display:inline-flex;align-items:center;gap:4px;height:26px;padding:0 10px;border-radius:999px;background:var(--rz-lime);font-size:12px;line-height:1;color:var(--rz-ink)}body.template-article-recipe [id*=featured_blog_slider] ul.nutri b{font-weight:700;font-size:12.5px}body.template-article-recipe [id*=featured_blog_slider] ul.nutri .u{font-weight:600;opacity:.72}body.template-article-recipe [id*=featured_blog_slider] .swiper-button-prev,body.template-article-recipe [id*=featured_blog_slider] .swiper-button-next{width:40px;height:40px;border:1px solid var(--rz-line);border-radius:var(--rz-r-ctrl, 10px);color:#5b6b62;background:#fff;transition:border-color .15s ease,color .15s ease}body.template-article-recipe [id*=featured_blog_slider] .swiper-button-prev:hover,body.template-article-recipe [id*=featured_blog_slider] .swiper-button-next:hover{border-color:var(--rz-ink);color:var(--rz-ink)}body.template-article-recipe [id*=featured_blog_slider] .swiper-button-disabled{opacity:.35}body.template-article-recipe [id*=featured_blog_slider] .container__footer{margin-top:18px}body.template-article-recipe [id*=featured_blog_slider] .button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;height:52px;padding:0 28px;border:0;border-radius:var(--rz-r-img, 12px);background:var(--rz-ink);color:#fff;font-size:15px;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s ease}body.template-article-recipe [id*=featured_blog_slider] .button:hover,body.template-article-recipe [id*=featured_blog_slider] .button:focus-visible{background:var(--rz-ink-dark);color:#fff}@media print{.recipe-nav,.recipe-actions,.recipe-share__links,.recipe-hero__media,.recipe-shop{display:none!important}.recipe-ingredients--sticky{position:static}.recipe-ingredient__check,.recipe-ingredient__thumb,.recipe-ingredient__go{display:none!important}.recipe-keto,.recipe-note{background:#fff;border:1px solid var(--rz-ink)}.recipe-keto__label,.recipe-keto__number,.recipe-keto__per,.recipe-keto__heading,.recipe-keto__desc,.recipe-keto__foot,.recipe-note__label,.recipe-note__text{color:var(--rz-ink)!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/section-main-recipe.css.map */
