.recipe-ed{--rec-cream: #FEF8EC;--rec-brown: #4E322E;--rec-berry: #B5404C;--rec-accent: #CC6327;--rec-body: #5A4038;--rec-line: rgba(78, 50, 46, .14);background:var(--rec-cream);color:var(--rec-body)}.recipe-ed__hero-media{width:100%;max-height:520px;overflow:hidden}.recipe-ed__hero-img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width:749px){.recipe-ed__hero-img--desktop{display:none}}@media screen and (min-width:750px){.recipe-ed__hero-img--mobile{display:none}}.recipe-ed__head{padding:3.2rem 0 1rem;max-width:80rem}.recipe-ed__crumb{font-size:1.3rem;color:var(--rec-body);margin-bottom:1.6rem;opacity:.8}.recipe-ed__crumb a{color:var(--rec-brown);text-decoration:none}.recipe-ed__crumb a:hover{text-decoration:underline}.recipe-ed__crumb span{margin:0 .5rem}.recipe-ed__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:1.2rem;color:var(--rec-accent);font-weight:600;margin:0 0 .6rem}.recipe-ed__title{font-family:var(--font-heading-family);color:var(--rec-brown);font-size:4.4rem;line-height:1.08;margin:0 0 1.4rem;letter-spacing:-.01em}.recipe-ed__byline{display:flex;align-items:center;gap:.9rem;margin-bottom:1.6rem}.recipe-ed__avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}.recipe-ed__byline-text{font-size:1.4rem;color:var(--rec-body)}.recipe-ed__byline-text strong{color:var(--rec-brown)}.recipe-ed__intro{font-size:1.7rem;line-height:1.6;margin-bottom:2rem}.recipe-ed__intro p{margin:0 0 1rem}.recipe-ed__actions{display:flex;gap:1rem;margin-bottom:2.4rem}.recipe-ed__pill{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--rec-line);background:#fff;color:var(--rec-brown);border-radius:999px;padding:.9rem 1.8rem;font-size:1.35rem;cursor:pointer;transition:background var(--duration-default, .2s),border-color var(--duration-default, .2s)}.recipe-ed__pill:hover{background:var(--rec-cream);border-color:var(--rec-brown)}.recipe-ed__pill svg{width:1.5rem;height:1.5rem}.recipe-ed__stats{display:flex;flex-wrap:wrap;background:#fff;border:1px solid var(--rec-line);border-radius:14px;overflow:hidden;max-width:62rem}.recipe-ed__stat{flex:1 1 0;min-width:120px;padding:1.6rem 1rem;text-align:center;display:flex;flex-direction:column;gap:.5rem;border-left:1px solid var(--rec-line)}.recipe-ed__stat:first-child{border-left:0}.recipe-ed__stat-label{text-transform:uppercase;letter-spacing:.08em;font-size:1.1rem;color:var(--rec-accent);font-weight:600}.recipe-ed__stat-val{font-size:1.6rem;color:var(--rec-brown);font-weight:500}.recipe-ed__diet{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1.6rem;margin-top:2.4rem;max-width:62rem}.recipe-ed__diet-icon{width:92px;height:92px;object-fit:contain;padding:15px;background:var(--rec-brown);border-radius:50%}.recipe-ed__body{display:grid;grid-template-columns:1fr;gap:3.5rem;padding:3rem 0;max-width:80rem}.recipe-ed__h{font-family:var(--font-heading-family);color:var(--rec-brown);font-size:2.8rem;margin:0 0 1.6rem}.recipe-ed__ingredients ul{list-style:none;padding:0;margin:0}.recipe-ed__ingredients li{position:relative;padding:1.1rem 1rem 1.1rem 3.4rem;border-bottom:1px solid var(--rec-line);font-size:1.6rem;cursor:pointer;line-height:1.4;color:var(--rec-brown)}.recipe-ed__ingredients li:before{content:"";position:absolute;left:0;top:1.2rem;width:2rem;height:2rem;border:2px solid var(--rec-berry);border-radius:5px;transition:background .15s}.recipe-ed__ingredients li.is-checked{color:var(--rec-body);opacity:.55;text-decoration:line-through}.recipe-ed__ingredients li.is-checked:before{background:var(--rec-berry)}.recipe-ed__calc{font-size:1.3rem;color:var(--rec-accent);margin:0 0 1.6rem;font-weight:500}.recipe-ed__steps ol{list-style:none;counter-reset:step;padding:0;margin:0}.recipe-ed__steps li{position:relative;counter-increment:step;padding:0 0 1.8rem 4.6rem;font-size:1.6rem;line-height:1.6;color:var(--rec-brown)}.recipe-ed__steps li:before{content:counter(step);position:absolute;left:0;top:-.2rem;width:3.2rem;height:3.2rem;background:var(--rec-berry);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.recipe-ed__nutri-trigger{display:inline-flex;align-items:center;gap:.8rem;margin-top:2rem;border:1px solid var(--rec-line);background:#fff;color:var(--rec-brown);border-radius:12px;padding:1.3rem 1.8rem;font-size:1.5rem;font-weight:600;cursor:pointer;width:100%;justify-content:flex-start;transition:border-color var(--duration-default, .2s),background var(--duration-default, .2s)}.recipe-ed__nutri-trigger:hover{border-color:var(--rec-brown);background:var(--rec-cream)}.recipe-ed__nutri-icon{display:inline-flex;color:var(--rec-accent)}.recipe-ed__nutri-caret{margin-left:auto;color:var(--rec-accent);font-size:1.6rem}.recipe-ed__nutri-dialog{width:min(92vw,560px);max-height:90vh;padding:0;border:none;border-radius:16px;background:var(--rec-cream);color:var(--rec-body);box-shadow:0 24px 60px #4e322e59;overflow:hidden}.recipe-ed__nutri-dialog::backdrop{background:#2e1c1a8c}.recipe-ed__nutri-dialog:not([open]){display:none}.recipe-ed__nutri-dialog.is-fallback-open{display:block;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.recipe-ed__nutri-dialog-inner{position:relative;padding:2.4rem;max-height:90vh;overflow-y:auto}.recipe-ed__nutri-close{position:absolute;top:1.2rem;right:1.2rem;width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rec-line);background:#fff;color:var(--rec-brown);border-radius:50%;cursor:pointer;transition:background var(--duration-default, .2s)}.recipe-ed__nutri-close:hover{background:var(--rec-cream)}.recipe-ed__nutri-title{font-family:var(--font-heading-family);color:var(--rec-brown);font-size:2.2rem;margin:0 3.6rem 1.6rem 0}.recipe-ed__nutri-body img{display:block;width:100%;height:auto;border-radius:8px}body.recipe-nutri-locked{overflow:hidden}.recipe-ed__feature{background:#fff}.recipe-ed__feature-inner{display:grid;grid-template-columns:1fr;gap:2.4rem;padding:4rem 0;align-items:center}.recipe-ed__feature-media img{width:100%;height:auto;border-radius:14px;display:block}.recipe-ed__feature-text h2{font-family:var(--font-heading-family);color:var(--rec-brown);font-size:2.6rem;margin:0 0 1.2rem}.recipe-ed__feature-text p{font-size:1.6rem;line-height:1.6;margin:0 0 1.8rem}.recipe-ed__btn{display:inline-block;background:var(--rec-berry);color:#fff;text-decoration:none;padding:1.2rem 2.8rem;border-radius:999px;font-size:1.4rem;font-weight:600;transition:background var(--duration-default, .2s)}.recipe-ed__btn:hover{background:var(--rec-brown)}@media screen and (min-width:750px){.recipe-ed__title{font-size:5.6rem}.recipe-ed__body{grid-template-columns:1fr;gap:4rem;padding:4.5rem 0}.recipe-ed__feature-inner{grid-template-columns:1fr 1fr;gap:4rem}.recipe-ed__hero-media{max-height:560px}}@media print{.recipe-ed__hero-media{max-height:150px;width:auto;margin:0 0 1rem}.recipe-ed__hero-img{width:auto;max-width:220px;max-height:150px}.recipe-ed__crumb,.recipe-ed__actions,.recipe-ed__feature{display:none!important}.recipe-ed__head{padding-top:0}.recipe-ed__body{grid-template-columns:1fr;gap:2rem;padding:1rem 0}.recipe-ed__steps li:before,.recipe-ed__ingredients li:before,.recipe-ed__diet-icon{-webkit-print-color-adjust:exact;print-color-adjust:exact}.recipe-ed__steps li,.recipe-ed__ingredients li{break-inside:avoid}}.new-category-slider{padding:2rem 1rem;background:#fef8eb}.new-category-slider .category-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.new-category-slider .category-tab{background:#fff;border:2px solid #ddd;border-radius:30px;padding:.5rem 1.25rem;cursor:pointer;font-weight:700;color:#222;transition:all .3s ease}.new-category-slider .category-tab.active{background-color:#ffeacc;border-color:#f60;color:#000}.new-category-slider .tab-content{display:none}.new-category-slider .tab-content.active{display:block;width:100%;margin:auto;max-width:1500px}.new-category-slider .product-carousel{display:flex;overflow-x:hidden;gap:1rem;padding-bottom:1rem}.new-category-slider .product-card{padding:1rem;text-align:center}.new-category-slider .product-card select{margin:.75rem 0;padding:.4rem;width:250px}.new-category-slider .card-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;padding:20px;height:450px}.new-category-slider .card__media img{width:100%;border-bottom:1px solid #eee;max-width:230px;margin:auto}.new-category-slider .card__heading{font-size:1.8rem;font-weight:700;margin:.75rem 0;text-align:center}.new-category-slider .price__sale,.new-category-slider .price__regular{text-align:center;margin-bottom:.75rem;font-weight:700}.new-category-slider .badge-wrapper{position:absolute;top:8px;left:8px;background:#007fa3;color:#fff;padding:4px 8px;font-size:.75rem;font-weight:700;border-radius:4px;z-index:10}.new-category-slider .card__media,.card .media{position:static!important}.new-category-slider .card__media{position:relative;overflow:hidden}.new-category-slider .card__media img{width:100%;transition:opacity .3s ease}.new-category-slider .card__media .hover-image{position:absolute;top:0;left:0;opacity:0}.new-category-slider .card__media:hover .hover-image{opacity:1}.new-category-slider .card__media:hover .primary-image{opacity:0}.new-category-slider .star-rating{text-align:center;font-size:.85rem;margin-bottom:5px}.new-category-slider .product-price{text-align:center;font-size:1.5rem;margin:.5rem 0}.new-category-slider .compare-price{color:#888;margin-right:5px}.new-category-slider .sale-price{color:#000;font-weight:700}.new-category-slider .custom-category-slider{z-index:4444;margin:auto}.new-category-slider .custom-category-slider button{width:250px}.new-category-slider .product-image{max-width:100%;height:auto;transition:all .3s ease}.slick-prev,.slick-next{width:40px!important;height:40px!important;background-color:#4a002e!important;color:#fff!important;border-radius:50%!important;z-index:1000!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;box-shadow:0 0 15px #4a002e66!important;display:flex!important;justify-content:center!important;align-items:center!important;transition:background-color .3s ease,transform .3s ease!important}.slick-prev:hover,.slick-next:hover{background-color:#60003c!important;transform:translateY(-50%) scale(1.05)!important}.slick-prev:before,.slick-next:before{font-family:fontAwesome!important;font-size:16px!important;line-height:1!important;opacity:1!important;color:#fff!important}.slick-prev:before{content:"\f053"}.slick-next:before{content:"\f054"}.slick-prev{left:2px!important}.slick-next{right:2px!important}.category-tabs{display:flex;gap:12px;justify-content:center;padding:20px 0}.category-tab{padding:10px 20px;border-radius:9999px;border:2px solid #ccc;background-color:#f9f9f9;font-weight:700;cursor:pointer;transition:all .3s ease;color:#333}.category-tab.active{border-color:#f97316;background-color:#fff7ed;color:#000;box-shadow:0 0 0 2px #f97316 inset}.recipe-land{--rl-cream: #FEF8EC;--rl-brown: #4E322E;--rl-berry: #B5404C;--rl-accent: #CC6327;--rl-body: #5A4038;--rl-line: rgba(78, 50, 46, .14);background:var(--rl-cream);color:var(--rl-body)}.recipe-land__eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:1.2rem;color:var(--rl-accent);font-weight:600;margin:0 0 .8rem}.recipe-land__intro{text-align:center;padding:4.5rem 0 3.5rem;max-width:76rem}.recipe-land__intro-title{font-family:var(--font-heading-family);color:var(--rl-brown);font-size:3.2rem;line-height:1.15;margin:0 0 1.6rem;letter-spacing:-.01em}.recipe-land__intro-text{font-size:1.6rem;line-height:1.7}.recipe-land__intro-text p{margin:0 0 1rem}.recipe-land__intro-text p:last-child{margin-bottom:0}.recipe-land__feature{background:var(--rl-cream);padding:1rem 0 1.5rem}.recipe-land__feature-inner{display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:center;background:#fff;border:1px solid var(--rl-line);border-radius:18px;padding:2.4rem}.recipe-land__feature-media{overflow:hidden;border-radius:16px}.recipe-land__feature-img{width:100%;height:100%;object-fit:cover;display:block}.recipe-land__feature-title{font-family:var(--font-heading-family);color:var(--rl-brown);font-size:3rem;line-height:1.1;margin:0 0 1.4rem}.recipe-land__feature-body{font-size:1.6rem;line-height:1.6;margin-bottom:2rem}.recipe-land__feature-body p{margin:0 0 1rem}.recipe-land__btn{display:inline-block;background:var(--rl-berry);color:#fff;text-decoration:none;padding:1.2rem 3rem;border-radius:999px;font-size:1.4rem;font-weight:600;transition:background var(--duration-default, .2s)}.recipe-land__btn:hover{background:var(--rl-brown);color:#fff}.recipe-land__cats{padding:4.5rem 0 5rem}.recipe-land__cats-heading{font-family:var(--font-heading-family);color:var(--rl-brown);font-size:2.8rem;margin:0 0 2.8rem;text-align:center}.recipe-land__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:2rem}.recipe-land__tile{display:block}.recipe-land__tile-link{display:block;text-decoration:none;background:#fff;border:1px solid var(--rl-line);border-radius:16px;overflow:hidden;transition:transform var(--duration-default, .2s),box-shadow var(--duration-default, .2s)}.recipe-land__tile-link:hover{transform:translateY(-4px);box-shadow:0 14px 30px #4e322e29}.recipe-land__tile-media{display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--rl-cream)}.recipe-land__tile-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--duration-medium, .3s)}.recipe-land__tile-link:hover .recipe-land__tile-img{transform:scale(1.04)}.recipe-land__tile-cap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.6rem 1.8rem}.recipe-land__tile-heading{font-family:var(--font-heading-family);color:var(--rl-brown);font-size:1.9rem;line-height:1.2}.recipe-land__tile-arrow{flex:0 0 auto;width:2.8rem;height:2.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--rl-cream);color:var(--rl-berry);transition:background var(--duration-default, .2s),color var(--duration-default, .2s)}.recipe-land__tile-arrow svg{width:1.5rem;height:1.5rem}.recipe-land__tile-link:hover .recipe-land__tile-arrow{background:var(--rl-berry);color:#fff}@media screen and (min-width:750px){.recipe-land__intro{padding:6rem 0 4.5rem}.recipe-land__intro-title{font-size:4rem}.recipe-land__feature-inner{grid-template-columns:1fr 1fr;gap:4.5rem;padding:3.5rem}.recipe-land__feature-title{font-size:3.6rem}.recipe-land__grid{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media screen and (min-width:990px){.recipe-land__grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/153/compiled_assets/styles.css.map */
