@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Readex+Pro:wght@400;600);.recipe-hero{background:#160e00;position:relative}.recipe-hero__bg{display:block;position:absolute;left:0;top:0;right:0;bottom:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;transition:.2s cubic-bezier(.22,1,.36,1);transition-duration:1s;transform:translateY(10px);opacity:0}.recipe-hero--mounted .recipe-hero__bg{transform:translateY(0);opacity:1}.recipe-hero__bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#120b00,rgba(18,11,0,0)),linear-gradient(0deg,rgba(18,11,0,.2),rgba(18,11,0,.2));transition:.2s cubic-bezier(.22,1,.36,1)}.recipe-hero__inner{padding:152px 0 80px;min-height:468px}@media(min-width:1328px){.recipe-hero__inner{min-height:532px;padding:232px 0 120px}}.recipe-hero__title{margin-bottom:32px;position:relative;top:-20px;opacity:0;transition:.2s cubic-bezier(.22,1,.36,1);transition-duration:1.5s;transition-delay:0s}.recipe-hero--mounted .recipe-hero__title{top:0;opacity:1}@media(min-width:1200px){.recipe-hero__title{margin-bottom:24px}}.recipe-hero__form-wrapper{position:relative;top:-20px;opacity:0;transition:.2s cubic-bezier(.22,1,.36,1);transition-duration:1.5s;transition-delay:.1s}.recipe-hero--mounted .recipe-hero__form-wrapper{top:0;opacity:1}.recipe-hero-labels{position:relative;top:-20px;opacity:0;transition:.2s cubic-bezier(.22,1,.36,1);transition-duration:1.5s;transition-delay:.2s;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.recipe-hero--mounted .recipe-hero-labels{top:0;opacity:1}.recipe-hero-labels__title{color:#fff;text-transform:uppercase;font-size:.6875rem;margin-bottom:4px;font-weight:600;flex:0 0 100%;letter-spacing:.02em}@media(min-width:1024px){.recipe-hero-labels__title{margin-bottom:0;flex:0 0 auto;margin-right:24px}}.recipe-hero .header__search-field{flex:0 0 calc(100% - 48px);color:#120b00;background-color:#fff;height:48px}.recipe-hero .header__search-field::placeholder{color:#b8b6b3;opacity:1}.recipe-hero .header__search-field:-ms-input-placeholder{color:#b8b6b3;opacity:1}.recipe-hero .header__search-field::-ms-input-placeholder{color:#b8b6b3;opacity:1}.recipe-hero .header__search{margin-bottom:25px}.recipe-hero .header__form{display:flex;flex-direction:row}.recipe-hero .header__search-icon{position:relative;background:#dd8900;cursor:pointer;flex:0 0 48px;height:48px;width:48px;right:0}.recipe-hero .header__search-icon:hover{background-color:#583700}.recipe-hero .header__search-icon svg *{fill:#fff}@media(min-width:1200px){.recipe-hero .header__search-icon{flex:0 0 130px;height:48px;width:130px}}.recipe-hero .header__search-icon-text{display:none;color:#fff;font-size:1rem}@media(min-width:1200px){.recipe-hero .header__search-icon-text{display:block}}