.drink-recipe{background:var(--drink-recipe-bg, transparent);color:#202621}.drink-recipe__heading{max-width:1200px;margin:0 auto 32px}.drink-recipe__heading--has-bg{max-width:100%;margin-left:0;margin-right:0;aspect-ratio:var(--heading-aspect-ratio, 16 / 9);min-height:200px;position:relative;border-radius:0;overflow:hidden}.drink-recipe__heading--has-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--heading-bg-desktop);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0}.drink-recipe__heading--has-bg .drink-recipe__heading-panel{position:absolute;top:0;bottom:0;z-index:1;width:var(--heading-box-width, 60%);background-color:rgba(249,246,243,var(--heading-box-opacity, .85));border-radius:0;display:flex;flex-direction:column;justify-content:center;padding:28px 40px 32px}.drink-recipe__heading--align-left .drink-recipe__heading-panel{left:0;margin-right:0;border-radius:0}.drink-recipe__heading--align-right .drink-recipe__heading-panel{right:0;left:auto;margin-left:0;border-radius:0}.drink-recipe__heading-panel--align-left{text-align:left}.drink-recipe__heading-panel--align-right{text-align:right}.drink-recipe__heading-panel{background-color:#f9f6f3;border-radius:0;padding:28px 32px 32px;text-align:center}.drink-recipe.section{padding-top:72px;padding-bottom:72px}.drink-recipe__intro{max-width:900px;margin:24px auto 40px;padding:0 16px}.drink-recipe__outro{max-width:900px;margin:40px auto 32px;padding:0 16px}.drink-recipe__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1.1fr 1.2fr;gap:40px;align-items:stretch}.drink-recipe__panel{background-color:#f9f6f3;border-radius:0;padding:32px 28px;box-shadow:none}.drink-recipe__panel--ingredients,.drink-recipe__panel--preparation{position:relative;overflow:var(--drink-recipe-wave-overflow, hidden);display:flex;flex-direction:column}.drink-recipe__prep-time{margin-top:auto;padding-top:20px;opacity:.9;position:relative;z-index:1}.drink-recipe__panel-content{position:relative;z-index:1}.drink-recipe__wave.section-blid-wave{position:absolute;bottom:var(--drink-recipe-wave-offset-v, 0px);left:var(--drink-recipe-wave-offset-h, 0px);right:unset;top:unset;z-index:0;transform:scaleX(-1);pointer-events:none}.drink-recipe__panel--preparation .drink-recipe__wave.section-blid-wave{top:var(--drink-recipe-wave-offset-v, 0px);bottom:unset;left:unset;right:var(--drink-recipe-wave-offset-h, 0px)}.drink-recipe__wave.section-blid-wave img{width:100%;height:auto;max-width:var(--drink-recipe-wave-size, 200px);mix-blend-mode:darken;display:block;opacity:var(--drink-recipe-wave-opacity, 1)}.drink-recipe__panel--image{background:none;padding:0;box-shadow:none;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;align-self:stretch}.drink-recipe__eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:1rem;margin-bottom:8px}.drink-recipe__title{color:var(--drink-recipe-accent, #0e8ece);text-transform:uppercase;margin:0 0 24px;text-shadow:none}.drink-recipe__title svg{display:block;margin:12px auto 0;width:100%;max-width:44px}.drink-recipe__title svg path{fill:var(--drink-recipe-accent, #0e8ece)}.drink-recipe__subtitle{font-size:1.5rem;letter-spacing:0;text-transform:uppercase;text-shadow:none;margin-bottom:20px;position:relative;padding-bottom:10px;border-bottom:3px solid var(--drink-recipe-accent, #0e8ece);display:inline-block}.drink-recipe__list{list-style:none;padding:0;margin:0}.drink-recipe__list-item{display:flex;justify-content:space-between;gap:12px;font-size:18px;padding:6px 0}.drink-recipe__list-label{font-weight:400}.drink-recipe__steps{list-style:none;padding:0;margin:16px 0 0;counter-reset:step-counter}.drink-recipe__step{position:relative;padding-left:40px;margin-bottom:16px;font-size:.95rem}.drink-recipe__step:before{counter-increment:step-counter;content:counter(step-counter);position:absolute;left:0;top:2px;width:26px;height:26px;border-radius:999px;border:2px solid var(--drink-recipe-accent, #0e8ece);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.drink-recipe__image-card{background:none;border-radius:0;padding:0;display:flex;flex-direction:column;align-items:stretch;text-align:left;flex:1;min-height:0}.drink-recipe__image-wrapper{width:100%;flex:1;min-height:0;display:flex;flex-direction:column}.drink-recipe__image-wrapper .image{height:100%;min-height:0;flex:1}.drink-recipe__image-wrapper .image[class*=aspect-ratio]{aspect-ratio:unset}.drink-recipe__image-wrapper img{display:block;width:100%;height:100%;min-height:0;object-fit:cover}.drink-recipe__image-caption{margin-top:16px;text-transform:uppercase;letter-spacing:0;font-size:24px;color:#202621;text-align:center}.drink-recipe__cta-wrapper{margin-top:18px;--color-background-button: var(--drink-recipe-accent, #0e8ece);--color-background-button-hover: var(--drink-recipe-accent, #0e8ece)}.drink-recipe__cta-wrapper .btn{width:100%;justify-content:center}@media screen and (max-width:1024px){.drink-recipe.section{display:flex;flex-direction:column;padding-top:56px;padding-bottom:56px}.drink-recipe__heading{order:0;width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.drink-recipe__intro{order:1}.drink-recipe__inner{display:flex;flex-direction:column;gap:24px;order:2;width:100%;max-width:100%;margin-left:0;margin-right:0}.drink-recipe__panel{padding:24px 20px}.drink-recipe__panel--ingredients{order:-1}.drink-recipe__panel--image{order:0}.drink-recipe__panel--preparation{order:1}.drink-recipe__outro{order:3}}@media screen and (max-width:768px){.drink-recipe__heading--has-bg .drink-recipe__heading-panel{width:max(70%,var(--heading-box-width, 60%))}}@media screen and (max-width:640px){.drink-recipe__heading--has-bg{aspect-ratio:var(--heading-aspect-ratio-mobile, var(--heading-aspect-ratio, 16 / 9))}.drink-recipe__heading--has-bg:before{background-image:var(--heading-bg-mobile, var(--heading-bg-desktop))}.drink-recipe__heading--has-bg .drink-recipe__heading-panel{width:100%;border-radius:0;background-color:rgba(249,246,243,var(--heading-box-opacity-mobile, var(--heading-box-opacity, .85)))}.drink-recipe__heading--align-left .drink-recipe__heading-panel,.drink-recipe__heading--align-right .drink-recipe__heading-panel{border-radius:0}.drink-recipe.section{padding-left:16px;padding-right:16px}.drink-recipe__title{font-size:3rem!important}.drink-recipe__subtitle{font-size:1.5rem}.drink-recipe__list-item,.drink-recipe__step{font-size:1rem}.drink-recipe__image-caption{display:none}.drink-recipe__panel--image{padding:0}.drink-recipe__image-card{background-color:transparent;border-radius:0;padding:0;box-shadow:none;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:0;margin-bottom:24px}.drink-recipe__image-wrapper{width:100%}.drink-recipe__image-wrapper .image{border-radius:0}}@media screen and (min-width:641px)and (max-width:1024px){.drink-recipe__image-card{width:90vw;margin-left:calc(-45vw + 50%);margin-right:calc(-45vw + 50%)}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/section-drink-recipe.css.map */
