.evge-recipe{--recipe-accent: #334fb4;--recipe-text: #1a1a1a;--recipe-text-muted: #666666;--recipe-border: #e5e5e5;--recipe-bg-light: #f5f7fd;--recipe-chip-bg: #f5f7fd}.evge-recipe__header{display:grid;grid-template-columns:1fr 40%;gap:40px;align-items:start;margin-bottom:50px}.evge-recipe__header-content{display:flex;flex-direction:column;gap:16px}.evge-recipe__kicker{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--recipe-accent)}.evge-recipe__title{font-size:2.5rem;font-weight:700;line-height:1.15;margin:0;color:var(--recipe-text)}.evge-recipe__subtitle{font-size:1.1rem;line-height:1.6;color:var(--recipe-text-muted);margin:0}.evge-recipe__chips{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.evge-recipe__chip{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:var(--recipe-chip-bg);padding:16px 20px;border-radius:12px;border:1px solid rgba(51,79,180,.1)}.evge-recipe__chip-icon{display:flex;align-items:center;color:var(--recipe-accent)}.evge-recipe__chip-icon svg{width:22px;height:22px}.evge-recipe__chip-label{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#334fb4d9}.evge-recipe__chip-value{font-size:1.4rem;font-weight:700;color:var(--recipe-text)}.evge-recipe__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.evge-recipe__tag{display:inline-block;background:var(--recipe-accent);color:#fff;padding:12px 24px;border-radius:25px;font-size:1.1rem;font-weight:600;letter-spacing:.02em}.evge-recipe__header-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px}.evge-recipe__image{width:100%;height:100%;object-fit:cover;border-radius:12px}.evge-recipe__image-placeholder{width:100%;height:100%;background:var(--recipe-bg-light);display:flex;align-items:center;justify-content:center;border-radius:12px}.evge-recipe__image-placeholder svg{width:40%;height:40%;opacity:.3}.evge-recipe__content{display:grid;grid-template-columns:1fr 3fr;gap:40px;margin-bottom:60px;padding-top:40px;border-top:1px solid var(--recipe-border)}.evge-recipe__section-title{font-size:1.75rem;font-weight:700;margin:0 0 24px;color:var(--recipe-text)}.evge-recipe__ingredients{background:var(--recipe-bg-light);padding:24px;border-radius:12px;height:fit-content;position:sticky;top:100px}.evge-recipe__ingredients-list{list-style:none;padding:0;margin:0}.evge-recipe__ingredients-list li{padding:12px 0;border-bottom:1px solid var(--recipe-border);font-size:1.1rem;line-height:1.5;color:var(--recipe-text)}.evge-recipe__ingredients-list li:last-child{border-bottom:none;padding-bottom:0}.evge-recipe__ingredients-list li:first-child{padding-top:0}.evge-recipe__method{min-width:0}.evge-recipe__method-content{font-size:1.2rem;line-height:1.8;color:var(--recipe-text)}.evge-recipe__method-content h2,.evge-recipe__method-content h3,.evge-recipe__method-content h4{margin-top:1.5em;margin-bottom:.5em}.evge-recipe__method-content p{margin-bottom:1.25em}.evge-recipe__method-content ol{counter-reset:step-counter;list-style:none;padding:0;margin:0}.evge-recipe__method-content ol li{counter-increment:step-counter;position:relative;padding-left:48px;margin-bottom:20px;min-height:32px}.evge-recipe__method-content ol li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:32px;height:32px;background:var(--recipe-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.evge-recipe__method-content ul{padding-left:20px;margin-bottom:1.25em}.evge-recipe__method-content ul li{margin-bottom:8px}.evge-recipe__method-content img{border-radius:8px;margin:16px 0;max-width:100%;height:auto}.evge-recipe__empty{color:var(--recipe-text-muted);font-size:.9rem;font-style:italic;margin:0}.evge-recipe__products{background:var(--recipe-bg-light);padding:40px;border-radius:16px;margin-bottom:40px}.evge-recipe__products-header{text-align:center;margin-bottom:32px}.evge-recipe__products-title{font-size:1.75rem;font-weight:700;margin:0 0 8px;color:var(--recipe-text)}.evge-recipe__products-subtitle{font-size:1rem;color:var(--recipe-text-muted);margin:0}.evge-recipe__products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.evge-recipe__product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:block}.evge-recipe__product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.evge-recipe__product-image{aspect-ratio:1 / 1;overflow:hidden}.evge-recipe__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.evge-recipe__product-card:hover .evge-recipe__product-image img{transform:scale(1.05)}.evge-recipe__product-placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.evge-recipe__product-placeholder svg{width:40%;opacity:.3}.evge-recipe__product-info{padding:16px;text-align:center}.evge-recipe__product-title{font-size:.95rem;font-weight:600;margin:0 0 6px;line-height:1.3;color:var(--recipe-text)}.evge-recipe__product-price{font-size:1rem;font-weight:700;color:var(--recipe-accent);margin:0}.evge-recipe__back{text-align:center;padding-top:24px;border-top:1px solid var(--recipe-border)}.evge-recipe__back-link{display:inline-flex;align-items:center;gap:8px;color:var(--recipe-text-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease}.evge-recipe__back-link:hover{color:var(--recipe-accent)}.evge-recipe__back-link svg{transition:transform .3s ease}.evge-recipe__back-link:hover svg{transform:translate(-4px)}@media (max-width: 990px){.evge-recipe__header{grid-template-columns:1fr;gap:30px}.evge-recipe__header-content{order:2}.evge-recipe__header-image{order:1;max-width:450px;margin:0 auto}.evge-recipe__title{font-size:2rem}.evge-recipe__content{grid-template-columns:1fr;gap:32px}.evge-recipe__ingredients{position:static}.evge-recipe__products{padding:32px 24px}}@media (max-width: 750px){.evge-recipe__title{font-size:1.75rem}.evge-recipe__chips{grid-template-columns:repeat(2,1fr);gap:10px}.evge-recipe__chip{padding:12px 16px}.evge-recipe__chip-value{font-size:1rem}.evge-recipe__section-title{font-size:1.15rem}.evge-recipe__products-title{font-size:1.35rem}.evge-recipe__products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.evge-recipe__product-info{padding:12px}.evge-recipe__product-title{font-size:.85rem}.evge-recipe__method-content ol li{padding-left:40px}.evge-recipe__method-content ol li:before{width:28px;height:28px;font-size:.8rem}}@media (max-width: 480px){.evge-recipe__header-image{aspect-ratio:4 / 3}.evge-recipe__products-grid{grid-template-columns:1fr;max-width:280px;margin:0 auto}.evge-recipe__chips{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-evge-recipe.css.map */
