:root{--recipe-brand: #7c2e38;--recipe-brand-dark: #672530;--recipe-ink: #2b2b2b;--recipe-ink-soft: #5e574e;--recipe-line: #e6ddd9;--recipe-line-soft: #f1e9e6;--recipe-bg-soft: #f9f3f2;--recipe-bg-chip: #f7ecec;--recipe-radius: 14px;--recipe-radius-sm: 8px;--recipe-gap: 16px;--recipe-maxw: 880px;--recipe-shadow: 0 6px 24px rgba(80, 30, 40, .1);--recipe-shadow-sm: 0 2px 10px rgba(80, 30, 40, .07);--recipe-leader: #cfc6c0}.recipe{box-sizing:border-box;width:100%;max-width:var(--recipe-maxw);margin:0 auto;color:var(--recipe-ink);font-size:16px;line-height:1.85;letter-spacing:.01em;text-align:left;-webkit-text-size-adjust:100%}.recipe__heading,.recipe__related-title,.recipe__related-head{text-align:left}.recipe *,.recipe *:before,.recipe *:after{box-sizing:border-box}.recipe>section{margin:0 0 44px}.recipe>section:last-of-type{margin-bottom:24px}.recipe__heading{position:relative;margin:0 0 18px;padding:0 0 10px 16px;font-size:21px;font-weight:700;line-height:1.45;letter-spacing:.02em;color:var(--recipe-ink)}.recipe__heading:before{content:"";position:absolute;left:0;top:1px;bottom:12px;width:5px;border-radius:3px;background:var(--recipe-brand)}.recipe__hero{margin-bottom:28px}.recipe__hero-main{position:relative;width:100%;border-radius:var(--recipe-radius);overflow:hidden;background:var(--recipe-line-soft)}.recipe__hero-main.is-height-animating{transition:height .36s cubic-bezier(.22,.61,.36,1)}.recipe__hero-img,.recipe__hero-video{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain;margin:0 auto}.recipe__hero-img:not([hidden]),.recipe__hero-video:not([hidden]){animation:recipeHeroSlideNext .34s cubic-bezier(.22,.61,.36,1) both;will-change:opacity,transform}.recipe__hero-main[data-hero-direction=prev] .recipe__hero-img:not([hidden]),.recipe__hero-main[data-hero-direction=prev] .recipe__hero-video:not([hidden]){animation-name:recipeHeroSlidePrev}@keyframes recipeHeroSlideNext{0%{opacity:.01;transform:translate(14px) scale(.992)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes recipeHeroSlidePrev{0%{opacity:.01;transform:translate(-14px) scale(.992)}to{opacity:1;transform:translate(0) scale(1)}}.recipe__hero-img[hidden],.recipe__hero-video[hidden]{display:none}.recipe__hero-video{background:#000}.recipe__hero-main{touch-action:pan-y}.recipe__hero-nav{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#ffffffe0;color:var(--recipe-brand-dark);box-shadow:0 2px 10px #1c12142e;cursor:pointer;transform:translateY(-50%);transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.recipe__hero-nav:hover{background:#fff;box-shadow:0 4px 14px #1c121438;transform:translateY(-50%) scale(1.04)}.recipe__hero-nav:active{transform:translateY(-50%) scale(.96)}.recipe__hero-nav:focus-visible{outline:2px solid var(--recipe-brand);outline-offset:2px}.recipe__hero-nav:before{content:"";display:block;width:11px;height:11px;border-top:2px solid currentColor;border-right:2px solid currentColor}.recipe__hero-nav--prev{left:12px}.recipe__hero-nav--next{right:12px}.recipe__hero-nav--prev:before{transform:rotate(-135deg);margin-left:4px}.recipe__hero-nav--next:before{transform:rotate(45deg);margin-right:4px}.recipe__hero-thumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:12px 0 0;padding:0;list-style:none}.recipe__hero-thumb{margin:0;padding:0}.recipe__hero-thumb-btn{display:block;width:60px;height:60px;padding:0;border:2px solid transparent;border-radius:var(--recipe-radius-sm);background:none;cursor:pointer;overflow:hidden;opacity:.65;transition:border-color .18s ease,opacity .18s ease,transform .18s ease}.recipe__hero-thumb-btn:hover{opacity:1;transform:translateY(-1px)}.recipe__hero-thumb-btn:focus-visible{outline:2px solid var(--recipe-brand);outline-offset:2px}.recipe__hero-thumb-btn.is-active{border-color:var(--recipe-brand);opacity:1}.recipe__hero-thumb-img,.recipe__hero-thumb-video{display:block;width:100%;height:100%;object-fit:cover}.recipe__hero-thumb-video{pointer-events:none;background:#000}.recipe__hero-thumb-btn--video{position:relative;background:var(--recipe-ink)}.recipe__hero-thumb-btn--video:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;background:#0000008c;z-index:1}.recipe__hero-thumb-btn--video:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-38%,-50%);width:0;height:0;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #fff;z-index:2}.recipe__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px;padding:8px;border-radius:var(--recipe-radius);background:var(--recipe-bg-soft);border:1px solid var(--recipe-line)}.recipe__meta-item{flex:1 1 0;min-width:100px;display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;padding:11px 16px;border-radius:10px;background:#fff;border:1px solid var(--recipe-line);line-height:1.3}.recipe__meta-label{font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--recipe-brand-dark)}.recipe__meta-value{font-size:16px;font-weight:700;color:var(--recipe-ink)}.recipe__meta-stars{font-size:17px;letter-spacing:3px;color:var(--recipe-brand);line-height:1;white-space:nowrap}@media(max-width:520px){.recipe__hero-nav{width:34px;height:34px}.recipe__hero-nav--prev{left:8px}.recipe__hero-nav--next{right:8px}.recipe__meta{gap:7px;padding:7px}.recipe__meta-item{padding:10px 12px}.recipe__meta-stars{font-size:15px;letter-spacing:1px}}@media(prefers-reduced-motion:reduce){.recipe__hero-main.is-height-animating{transition:none}.recipe__hero-img:not([hidden]),.recipe__hero-video:not([hidden]){animation:none}.recipe__hero-nav,.recipe__hero-thumb-btn{transition:none}}.recipe__tools{margin-bottom:44px}.recipe__tools--top{margin-top:8px}.recipe__tools .related_products{padding-bottom:0;margin-top:16px}.recipe__tools .related_products .product-list:before,.recipe__tools .related_products .product-list:after{content:none}.recipe__tools .product-block{border:1px solid var(--recipe-line);border-radius:12px;padding:12px;background:#fff;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.recipe__tools .product-block:hover{box-shadow:var(--recipe-shadow);border-color:#e3c7cb;transform:translateY(-2px)}.recipe__tools .related_products .product-list .product-block{margin:0;padding:12px}.recipe__tools--top .related_products .product-list .product-block{padding:12px 14px}.recipe__tools .product-block .labels{position:absolute;top:10px;left:10px;z-index:3;margin:0}.recipe__tools .product-block .product-label{margin:0}.recipe__tools .product-block__inner>div[style*=height]{display:none!important}.recipe__tools .product-block .cc-quick-buy-btn-container,.recipe__tools .product-block .cc-swatches,.recipe__tools .product-block .themed-product-reviews{display:none}.recipe__tools .product-block .image .image__first,.recipe__tools .product-block .image .rimage-outer-wrapper,.recipe__tools .product-block .image .rimage-wrapper{width:100%!important;height:100%!important;padding:0!important;max-width:none!important}.recipe__tools .product-block .image .rimage__image,.recipe__tools .product-block .image img{object-fit:cover}.recipe__tools .product-block .image{border-radius:var(--recipe-radius-sm);overflow:hidden;background:var(--recipe-line-soft)}.recipe__tools .product-block .image img{width:100%;height:auto;display:block;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--recipe-radius-sm);background:var(--recipe-line-soft)}.recipe__tools .product-block .caption{margin-top:10px}.recipe__tools .product-block .caption .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13.5px;font-weight:600;line-height:1.5;color:var(--recipe-ink)}.recipe__tools .product-block .caption .price{display:block;margin-top:2px;padding-top:0!important;font-size:16px;font-weight:700;color:var(--recipe-ink)}.recipe__tools .product-block.on-sale .caption .price{color:var(--recipe-brand-dark)}.recipe__tools .product-block .caption .price .was-price{color:var(--recipe-ink-soft);font-weight:400;margin-left:6px}.recipe__tools .product-block .opinew-stars-plugin-product-list{margin-top:4px;font-size:12.5px;color:var(--recipe-brand)}.recipe__tools .related_products .product-list.is-carousel{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:16px;scrollbar-width:none;position:relative}.recipe__tools .related_products .product-list.is-carousel::-webkit-scrollbar{width:0;height:0;display:none}.recipe__tools .related_products .product-list.is-carousel>.product-block{flex:0 0 auto;width:46%!important;max-width:220px;scroll-snap-align:start}.recipe__tools .related_products .product-list.is-carousel.is-draggable{cursor:grab}.recipe__tools .related_products .product-list.is-carousel.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}@media(min-width:768px){.recipe__tools .related_products .product-list.is-carousel>.product-block{width:30%!important}}@media(min-width:1024px){.recipe__tools .related_products .product-list.is-carousel>.product-block{width:23%!important}}.recipe__tools--top .related_products .product-list{grid-template-columns:1fr;gap:12px}.recipe__tools--top .product-block{padding:12px 14px}.recipe__tools--top .product-block:hover{transform:none}.recipe__tools--top .product-block__inner{display:flex;align-items:center;gap:16px}.recipe__tools--top .product-block__inner>.labels:empty{display:none}.recipe__tools--top .related_products .product-list .product-block .image{flex:0 0 auto;width:92px;height:92px;padding-top:0}.recipe__tools--top .related_products .product-list .product-block .image img{width:100%;height:100%;object-fit:cover}.recipe__tools--top .related_products .product-list .product-block .image .image__first,.recipe__tools--top .related_products .product-list .product-block .image .rimage-outer-wrapper,.recipe__tools--top .related_products .product-list .product-block .image .rimage-wrapper{width:100%!important;height:100%!important;padding:0!important;max-width:none!important}.recipe__tools--top .product-block .caption{margin-top:0;flex:1 1 auto;min-width:0}.recipe__tools--top .product-block .caption .title{-webkit-line-clamp:2;font-size:15px;font-weight:700;line-height:1.55}.recipe__tools--top .product-block .caption .price,.recipe__tools--top .product-block .opinew-stars-plugin-product-list{display:none}.recipe__tools--top .related_products .product-list.is-carousel>.product-block{width:100%!important;max-width:none}@media(min-width:768px){.recipe__tools--top .related_products .product-list.is-carousel>.product-block{width:calc(50% - 8px)!important;max-width:none}.recipe__tools--top .related_products .product-list .product-block .image{width:104px;height:104px;padding-top:0}}.recipe__tools-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.recipe__tools-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:var(--recipe-line);cursor:pointer;transition:background .15s ease,transform .15s ease}.recipe__tools-dot:hover{background:#cdbdbf}.recipe__tools-dot.is-active{background:var(--recipe-brand);transform:scale(1.2)}.recipe__description-body{color:var(--recipe-ink-soft)}.recipe__description-p{margin:0 0 .9em}.recipe__description-p:last-child{margin-bottom:0}.recipe__description-links{margin:14px 0 0;padding:0;list-style:none}.recipe__description-link-item{margin:5px 0 0}.recipe__description-link{color:var(--recipe-brand-dark);font-weight:600;text-decoration:underline;text-underline-offset:3px}.recipe__description-link:hover{text-decoration-thickness:2px}.recipe__byline{display:flex;flex-wrap:wrap;gap:8px 20px;margin:16px 0 0;padding-top:14px;border-top:1px solid var(--recipe-line-soft);font-size:13px;line-height:1.5;color:var(--recipe-ink-soft)}.recipe__byline-item{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.recipe__byline-role{flex:0 0 auto;align-self:center;font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--recipe-brand);border:1px solid var(--recipe-line);border-radius:4px;padding:1px 8px;background:#fff}.recipe__byline-name{font-weight:700;color:var(--recipe-ink);text-decoration:none}a.recipe__byline-name{color:var(--recipe-brand-dark)}a.recipe__byline-name:hover{text-decoration:underline}.recipe__byline-title{color:var(--recipe-ink-soft);font-size:12.5px}.recipe__byline-title:before{content:"\ff08"}.recipe__byline-title:after{content:"\ff09"}.recipe__ingredient-group{margin:0 0 24px}.recipe__ingredient-group:last-child{margin-bottom:0}.recipe__ingredient-group--section{margin-bottom:10px}.recipe__ingredient-group-title{display:inline-block;margin:0 0 8px;padding:3px 11px;font-size:13px;font-weight:700;line-height:1.6;color:var(--recipe-brand);border:1.5px solid var(--recipe-brand);border-radius:5px;background:#fff}.recipe__ingredient-group-title--section{display:block;margin-bottom:4px;padding:0;color:var(--recipe-ink);border:0;border-radius:0;background:transparent;font-size:15px}.recipe__ingredient-list{margin:0;padding:0;list-style:none}.recipe__ingredient-group:has(.recipe__ingredient-group-title) .recipe__ingredient-list{margin-left:11px;padding-left:16px;border-left:2px solid var(--recipe-line)}.recipe__ingredient{margin:0;border-bottom:1px solid var(--recipe-line);transition:background .12s ease}.recipe__ingredient:first-child{border-top:1px solid var(--recipe-line)}.recipe__ingredient:hover{background:var(--recipe-bg-soft)}.recipe__ingredient-label{display:flex;align-items:baseline;gap:12px;margin:0;padding:12px 8px;cursor:pointer;-webkit-user-select:none;user-select:none}.recipe__ingredient-check{flex:0 0 auto;width:22px!important;height:22px!important;min-height:0;margin:0;padding:0;align-self:center;accent-color:var(--recipe-brand);cursor:pointer}.recipe__ingredient-name{flex:1 1 auto;min-width:0;display:flex;align-items:baseline;text-transform:none!important}.recipe__ingredient-name:after{content:none}.recipe__ingredient-qty{flex:0 0 auto;color:var(--recipe-ink-soft);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:15px;text-transform:none!important}.recipe__ingredient-label:has(.recipe__ingredient-check:checked){color:#a59c90}.recipe__ingredient-label:has(.recipe__ingredient-check:checked) .recipe__ingredient-name{text-decoration:line-through}.recipe__ingredient-label:has(.recipe__ingredient-check:checked) .recipe__ingredient-qty{color:#bcb4a8}.recipe__step-list{margin:0;padding:0;list-style:none}.recipe__step-section{margin:2px 0 14px 50px;padding:0;list-style:none}.recipe__step-section-title{display:inline-block;margin:0;padding:4px 10px;border:1px solid var(--recipe-line);border-radius:4px;background:var(--recipe-bg-chip);color:var(--recipe-brand-dark);font-size:14px;font-weight:700;line-height:1.5;letter-spacing:0}.recipe__step{position:relative;display:grid;grid-template-columns:34px 1fr;grid-template-areas:"num body";column-gap:16px;row-gap:10px;padding:0 0 26px;margin:0}.recipe__step:has(.recipe__step-media){grid-template-columns:34px 104px 1fr;grid-template-areas:"num media body"}.recipe__step:last-child{padding-bottom:0}.recipe__step:not(:last-child):before{content:"";position:absolute;left:16px;top:34px;bottom:-2px;width:2px;background:var(--recipe-line)}.recipe__step-num{position:relative;z-index:1;grid-area:num;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--recipe-brand);color:#fff;font-weight:700;font-size:15px;line-height:1;box-shadow:0 2px 6px #7c2e384d}.recipe__step-body{grid-area:body;padding-top:4px;min-width:0}.recipe__step-media{--recipe-step-media-h: 104px;grid-area:media;position:relative;display:block;width:104px}.recipe__step-img,.recipe__step-video{display:block;width:104px;height:104px;object-fit:cover;border-radius:var(--recipe-radius-sm);background:var(--recipe-line-soft)}.recipe__step-video{background:#000}.recipe__step-media{cursor:zoom-in}.recipe__step-play{position:absolute;top:calc(var(--recipe-step-media-h) / 2);left:50%;transform:translate(-50%,-50%);pointer-events:none;width:34px;height:34px;border-radius:50%;background:#7c2e38db;box-shadow:0 2px 8px #00000042;display:flex;align-items:center;justify-content:center}.recipe__step-play:before{content:"";margin-left:3px;border-style:solid;border-width:6px 0 6px 11px;border-color:transparent transparent transparent #fff}.recipe__step-zoom-hint{display:block;margin-top:5px;font-size:11px;line-height:1.35;color:var(--recipe-ink-soft);text-align:center;white-space:nowrap}.recipe__step-zoom-hint-sp{display:none}@media(max-width:767px){.recipe__step-section{margin-left:50px}.recipe__step-zoom-hint-pc{display:none}.recipe__step-zoom-hint-sp{display:inline}}.recipe__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px;background:#1c1214db}.recipe__lightbox.is-open{display:flex}.recipe__lightbox-stage{position:relative;max-width:min(1000px,96vw);max-height:92vh;display:inline-flex;flex-direction:column;align-items:flex-end}.recipe__lightbox-media{display:block;max-width:100%;max-height:calc(92vh - 52px);border-radius:6px;background:#000}img.recipe__lightbox-media{background:var(--recipe-line-soft)}.recipe__lightbox-close{position:relative;flex:0 0 auto;width:44px!important;height:44px!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0 0 8px;border:0!important;border-radius:50%!important;background:#fff!important;color:var(--recipe-ink)!important;cursor:pointer;display:flex!important;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000004d;line-height:1;-webkit-appearance:none;appearance:none}.recipe__lightbox-close svg{width:20px!important;height:20px!important;display:block;stroke:var(--recipe-ink)}@media(max-width:520px){.recipe__lightbox{padding:16px}.recipe__lightbox-close{margin-bottom:6px}}.recipe__step-point{margin:12px 0 0;padding:12px 14px;background:var(--recipe-bg-chip);border:1px solid #ecd6d8;border-radius:var(--recipe-radius-sm)}.recipe__step-point-label{display:inline-flex;align-items:center;gap:6px;margin:0 0 4px;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--recipe-brand)}.recipe__step-point-label:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--recipe-brand)}.recipe__step-point-body{margin:0;font-size:14px;line-height:1.7;color:var(--recipe-ink-soft)}.recipe__points{padding:22px;border-radius:var(--recipe-radius);background:var(--recipe-bg-chip);border:1px solid #ecd6d8}.recipe__points .recipe__heading{color:var(--recipe-brand);border-bottom-color:#e3c7cb}.recipe__point-list{margin:0;padding:0;list-style:none}.recipe__point{position:relative;margin:0 0 12px;padding-left:24px;line-height:1.8}.recipe__point:last-child{margin-bottom:0}.recipe__point:before{content:"";position:absolute;left:4px;top:.7em;width:9px;height:9px;border-radius:50%;background:var(--recipe-brand)}.recipe__faq-list{margin:0;padding:0;list-style:none}.recipe__faq-item{margin:0 0 12px;border:1px solid var(--recipe-line);border-radius:var(--recipe-radius-sm);overflow:hidden;background:#fff;transition:box-shadow .2s ease,border-color .2s ease}.recipe__faq-item:last-child{margin-bottom:0}.recipe__faq-details{width:100%}.recipe__faq-details[open]{border-color:#e3c7cb;box-shadow:var(--recipe-shadow-sm)}.recipe__faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;cursor:pointer;font-weight:700;font-size:15.5px;list-style:none;background:#fff;transition:background .15s ease}.recipe__faq-q::-webkit-details-marker{display:none}.recipe__faq-q:hover,.recipe__faq-details[open] .recipe__faq-q{background:var(--recipe-bg-soft)}.recipe__faq-q:focus-visible{outline:2px solid var(--recipe-brand);outline-offset:-2px}.recipe__faq-q-text{flex:1 1 auto}.recipe__faq-icon{flex:0 0 auto;position:relative;width:16px;height:16px}.recipe__faq-icon:before,.recipe__faq-icon:after{content:"";position:absolute;background:var(--recipe-brand);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.recipe__faq-icon:before{top:7px;left:0;width:16px;height:2px}.recipe__faq-icon:after{top:0;left:7px;width:2px;height:16px}.recipe__faq-details[open] .recipe__faq-icon:after{transform:scaleY(0);opacity:0}.recipe__faq-a{padding:14px 18px 18px;color:var(--recipe-ink-soft);border-top:1px solid var(--recipe-line-soft);background:#fff}.recipe__related{width:100%;max-width:var(--recipe-maxw);margin:8px auto 0;padding:0 0 8px}.recipe__related-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 18px}.recipe__related-title{margin:0;font-size:19px;font-weight:700;color:var(--recipe-ink);letter-spacing:.02em}.recipe__related-link{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:13px;font-weight:600;color:var(--recipe-brand);text-decoration:none}.recipe__related-link:after{content:"\203a";font-size:17px;line-height:1}.recipe__related-link:hover{color:var(--recipe-brand-dark)}.recipe__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.recipe__related-card{display:block;text-decoration:none;color:inherit}.recipe__related-img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px;background:var(--recipe-line-soft);transition:filter .2s ease}.recipe__related-card:hover .recipe__related-img{filter:brightness(.96)}.recipe__related-name{margin:9px 2px 0;font-size:13.5px;font-weight:600;line-height:1.5;color:var(--recipe-ink)}.recipe__related-card:hover .recipe__related-name{color:var(--recipe-brand)}.recipe__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin:0 0 14px}.recipe__action{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;font-size:13.5px;font-weight:600;color:var(--recipe-brand-dark);background:#fff;border:1px solid var(--recipe-line);border-radius:999px;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease}.recipe__action:hover{background:var(--recipe-bg-soft);border-color:#e3c7cb}.recipe__action-icon{width:16px;height:16px;flex:0 0 auto;color:var(--recipe-brand)}.recipe__allergen{margin:18px 0 0;padding:12px 14px;font-size:13px;line-height:1.7;color:var(--recipe-ink-soft);background:var(--recipe-bg-soft);border:1px solid var(--recipe-line);border-radius:var(--recipe-radius-sm)}.recipe__allergen-label{font-weight:700;color:var(--recipe-brand-dark);margin-right:8px}.recipe__tools .product-block .recipe__tool-cta{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-top:10px;padding:8px 16px;width:100%;font-size:13px;font-weight:700;color:#fff;background:var(--recipe-brand);border-radius:999px;text-decoration:none;transition:background .15s ease}.recipe__tools .product-block .recipe__tool-cta:after{content:"\203a";font-size:15px;line-height:1}.recipe__tools .product-block .recipe__tool-cta:hover{background:var(--recipe-brand-dark)}@media print{.recipe__actions{display:none}}.recipe__tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0 0}.recipe__tags-label{font-size:12px;font-weight:700;color:var(--recipe-ink-soft);margin-right:4px}.recipe__tag{display:inline-flex;align-items:center;padding:5px 12px;font-size:12.5px;font-weight:600;color:var(--recipe-brand-dark);background:var(--recipe-bg-chip);border:1px solid #ecd6d8;border-radius:999px;text-decoration:none;transition:background .15s ease,border-color .15s ease}.recipe__tag:before{content:"#";margin-right:3px;color:var(--recipe-brand);font-weight:700}.recipe__tag:hover{background:#f2dfe1;border-color:#e3c7cb}.recipe__tools--top .product-block{position:relative;cursor:pointer;transition:background .15s ease,border-color .15s ease}.recipe__tools--top .product-block:hover{background:var(--recipe-bg-soft);border-color:#e3c7cb}.recipe__tools--top .recipe__tool-cardlink{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.recipe__tools--top .recipe__tool-cardlink:focus-visible{outline:2px solid var(--recipe-brand);outline-offset:2px}.recipe__tools--bottom .product-block{position:relative;cursor:pointer;transition:background .15s ease,border-color .15s ease}.recipe__tools--bottom .product-block:hover{background:var(--recipe-bg-soft);border-color:#e3c7cb}.recipe__tools--bottom .recipe__tool-cardlink{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.recipe__tools--bottom .recipe__tool-cardlink:focus-visible{outline:2px solid var(--recipe-brand);outline-offset:2px}.recipe__tools--bottom .recipe__tool-cta{position:relative;z-index:2}.recipe__tools--bottom .related_products .product-list:not(.is-carousel){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:768px){.recipe__tools--bottom .related_products .product-list:not(.is-carousel){grid-template-columns:repeat(4,minmax(0,1fr))}}.recipe__tools .related_products .product-list:not(.is-carousel)>.product-block{width:auto!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important}@media(min-width:768px){.recipe__hero-thumb-btn{width:80px;height:80px}.recipe__heading{font-size:23px}.recipe__step:has(.recipe__step-media){grid-template-columns:34px 150px 1fr;grid-template-areas:"num media body";column-gap:20px}.recipe__step-media{--recipe-step-media-h: 112px;width:150px;align-self:start}.recipe__step-img,.recipe__step-video{width:150px;height:112px}.recipe__related-grid{grid-template-columns:repeat(4,1fr);gap:18px}.recipe__related-title{font-size:21px}}@media(min-width:1024px){.recipe__hero-thumb-btn{width:92px;height:92px}}@media print{.recipe__hero-thumbs,.recipe__tools{display:none}.recipe__faq-details{display:block}.recipe__faq-a{display:block!important}}.recipe__tools .related_products .product-block{display:block!important;grid-row:auto!important;grid-template-rows:none!important;border:1px solid var(--recipe-line)!important;background:#fff!important;margin-bottom:0!important}.recipe__tools .related_products .product-list .product-block,.recipe__tools .related_products .product-list.grid--uniform .product-block{border-bottom:1px solid var(--recipe-line)!important;padding-bottom:12px!important}.recipe__tools .related_products .product-block .product-block__inner{display:block!important}.recipe__tools--top .related_products .product-block .product-block__inner{display:flex!important;align-items:center;gap:16px}.recipe__tools .related_products .product-block .labels,.recipe__tools .related_products .product-block .image,.recipe__tools .related_products .product-block .cc-swatches,.recipe__tools .related_products .product-block .caption,.recipe__tools .related_products .product-block .opinew-stars-plugin-product-list,.recipe__tools .related_products .product-block .jdgm-preview-badge{grid-row:auto!important;margin-bottom:0!important}.recipe__tools .product-block .labels,.recipe__tools .product-block .product-marquee{display:none!important}.recipe__tools--bottom .related_products .product-block{display:flex!important;flex-direction:column}.recipe__tools--bottom .product-block .recipe__tool-cta{margin-top:auto}.recipe__tools .product-block .jdgm-preview-badge{margin-top:6px;font-size:12.5px}.recipe__tools .jdgm-prev-badge{display:inline-flex!important;align-items:center;gap:4px;white-space:nowrap}.recipe__tools .jdgm-prev-badge__text{display:none!important}.recipe__tools .jdgm-prev-badge[data-number-of-reviews]:after{content:"(" attr(data-number-of-reviews) ")";font-size:12.5px;color:var(--recipe-ink-soft);white-space:nowrap}.recipe__tools.recipe__tools--top .jdgm-prev-badge,.recipe__tools.recipe__tools--top .jdgm-preview-badge,.recipe__tools.recipe__tools--top .opinew-stars-plugin-product-list{display:none!important}.recipe__tools--bottom .product-block__inner{margin-bottom:12px}
/*# sourceMappingURL=/cdn/shop/t/29/assets/recipe.css.map */
