@layer ui-kit{.Tooltip-module__Z5BEFW__floating{font-family:var(--root-typography-font-family);font-size:var(--root-typography-small-font-size);font-weight:var(--root-typography-paragraph-font-weight);line-height:var(--root-typography-small-line-height);word-break:break-word;box-sizing:border-box}.Tooltip-module__Z5BEFW__baseRender{color:var(--root-color-white);background-color:var(--root-color-black);border-radius:4px;padding:2px 4px}.Tooltip-module__Z5BEFW__error{background-color:var(--root-color-red-900)}}
@layer ui-kit{.Ellipsis-module__2YK4lG__ellipsis{white-space:nowrap;text-overflow:ellipsis;min-width:0;text-decoration:none;overflow:hidden}.Ellipsis-module__2YK4lG__multiline{line-clamp:var(--lines);-webkit-line-clamp:var(--lines);-ms-line-clamp:var(--lines);white-space:normal;-ms-flex-direction:column;display:-webkit-box;overflow:hidden}@property --lines{syntax:"<number>";inherits:false;initial-value:1}}
@layer ui-kit{.Heading-module__RhhNUq__heading{font-family:var(--root-typography-font-family), serif;font-weight:var(--root-typography-heading-font-weight);margin-top:0;margin-bottom:0}.Heading-module__RhhNUq__heading:first-letter{text-transform:uppercase}.Heading-module__RhhNUq__headingSizeXSmall{font-size:var(--root-typography-heading-xsmall-font-size);line-height:var(--root-typography-heading-xsmall-line-height)}.Heading-module__RhhNUq__headingSizeSmall{font-size:var(--root-typography-heading-small-font-size);line-height:var(--root-typography-heading-small-line-height)}.Heading-module__RhhNUq__headingSizeMedium{font-size:var(--root-typography-heading-medium-font-size);line-height:var(--root-typography-heading-medium-line-height)}.Heading-module__RhhNUq__headingSizeLarge{font-size:var(--root-typography-heading-large-font-size);line-height:var(--root-typography-heading-large-line-height)}}
@layer ui-kit{.Typography-module__iXk0xq__paragraph{font-family:var(--root-typography-font-family), serif;font-weight:var(--root-typography-paragraph-font-weight);margin-top:0;margin-bottom:0}.Typography-module__iXk0xq__label{font-family:var(--root-typography-font-family), serif;font-weight:var(--root-typography-label-font-weight);margin-top:0;margin-bottom:0}.Typography-module__iXk0xq__xsmall{font-size:var(--root-typography-xsmall-font-size);line-height:var(--root-typography-xsmall-line-height)}.Typography-module__iXk0xq__small{font-size:var(--root-typography-small-font-size);line-height:var(--root-typography-small-line-height)}.Typography-module__iXk0xq__medium{font-size:var(--root-typography-medium-font-size);line-height:var(--root-typography-medium-line-height)}.Typography-module__iXk0xq__large{font-size:var(--root-typography-large-font-size);line-height:var(--root-typography-large-line-height)}}
@layer ui-kit{.styles-module__YvHliW__icon{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;direction:ltr;flex-shrink:0;width:1em;height:1em;font-family:Material Symbols Outlined,serif;font-style:normal;font-weight:400;line-height:1;display:inline-block;overflow:hidden}.styles-module__YvHliW__fill{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}}
.styles-module__e1SqdG__root{grid-template-columns:repeat(auto-fill, minmax(var(--min-width,216px), 1fr));row-gap:20px;display:grid}@supports (grid-template-rows:subgrid){.styles-module__e1SqdG__root{grid-template-rows:repeat(4,auto)}}.styles-module__e1SqdG__singleRow{scrollbar-gutter:stable;grid-auto-flow:column;margin:0 -20px;padding:0 20px 210px;overflow-x:auto}.styles-module__e1SqdG__moreIndicator{display:none}
.styles-module__5fPSiW__card{--border-color:var(--root-color-gray-200);--transition-duration:.2s;--transition:var(--transition-duration) ease;--box-padding:8px;--box-shadow:0 6px 16px 0 #00000012, 0 1px 6px 0 #0000000a, 0 4px 24px 0 #00000026;--content-padding:8px;isolation:isolate;color:var(--root-color-black);box-sizing:border-box;transition:box-shadow var(--transition);background-color:var(--root-color-background-primary);z-index:0;border-bottom:none;flex-shrink:0;grid-row:span 4;gap:0;display:grid;position:relative}.styles-module__5fPSiW__inPreview{background-color:var(--root-color-gray-100)}.styles-module__5fPSiW__card:hover{z-index:1;transition:box-shadow var(--transition);box-shadow:var(--box-shadow)}.styles-module__5fPSiW__mainContent{background-color:inherit;border:1px solid var(--border-color);border-bottom:none;border-radius:2px;grid-row:span 4;grid-template-rows:auto 100px 1fr auto;height:100%;display:grid;position:relative}.styles-module__5fPSiW__mainContent:after{content:"";z-index:1;background-color:inherit;height:7px;display:block;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}@supports (grid-template-columns:subgrid){.styles-module__5fPSiW__card,.styles-module__5fPSiW__mainContent{grid-template-rows:subgrid}}.styles-module__5fPSiW__inHoverVisibilityOnly{pointer-events:initial;opacity:0;transition:opacity var(--transition)}.styles-module__5fPSiW__card:hover .styles-module__5fPSiW__inHoverVisibilityOnly{opacity:1}.styles-module__5fPSiW__contentSection{padding:var(--content-padding);box-sizing:border-box}.styles-module__5fPSiW__contentSection:empty{display:none}.styles-module__5fPSiW__cardHeader{border-bottom:none}.styles-module__5fPSiW__ellipsis{word-break:break-word;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.styles-module__5fPSiW__articleName{cursor:pointer}.styles-module__5fPSiW__actionsWrapper{border-bottom:1px solid var(--border-color);padding-bottom:var(--content-padding)}.styles-module__5fPSiW__mainActions{transition:padding-bottom var(--transition);border-top:none;justify-content:space-between;align-items:flex-start;gap:8px;padding-top:0;padding-bottom:0;display:flex}.styles-module__5fPSiW__mainActions>*{flex-shrink:0}.styles-module__5fPSiW__addToCart{margin-left:auto}.styles-module__5fPSiW__additionalInfo{--AdditionalInfo-transition-deley:0s;width:100%;transition:transform var(--transition), box-shadow var(--transition);transform-origin:top;background-color:inherit;z-index:-1;border:1px solid var(--border-color);border-top:none;flex-direction:column;justify-content:flex-start;padding:8px;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.styles-module__5fPSiW__divider{height:1px;margin-left:calc(-1 * var(--box-padding));margin-right:calc(-1 * var(--box-padding));background-color:var(--border-color);display:block}.styles-module__5fPSiW__card:hover .styles-module__5fPSiW__additionalInfo{box-shadow:var(--box-shadow);transform:translateY(100%)}.styles-module__5fPSiW__addedToCartTag{text-align:right;align-self:flex-end;padding-top:0;padding-bottom:0}.styles-module__5fPSiW__prices{border-bottom:none;padding-bottom:0}
.OfferTag-module__cBkVVq__offerTag{cursor:help;background-color:var(--root-color-green-800)!important;color:var(--root-color-white)!important}
.NewTag-module__efeIhG__newOffer{cursor:help}
.RecipeCategories-module__ULoFRW__firstCategory{width:auto;display:inline-block}.RecipeCategories-module__ULoFRW__additionalCategories{cursor:help;display:inline-block}