.product-card-template-small{display:flex;align-items:center;font:500 12px/1.33 var(--font-family);position:relative;width:100%;background:var(--color-white);border:solid 1px var(--color-border-secondary);border-radius:16px;box-sizing:border-box;height:142px;padding:16px}.product-card-template-small__inner{width:100%;height:100%;min-height:108px;display:flex;align-items:flex-start;font-weight:500;color:var(--color-secondary)}.product-card-template-small__left-section{width:82px;min-width:82px;margin:0 8px 0 -8px}.product-card-template-small__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:3px;margin-left:-4px}.product-card-template-small__badge{display:flex;align-items:center;gap:5px;padding:2px 6px;font-size:10px;line-height:11px;border:solid 1px #007050;border-radius:6px;background:#007050;color:#fff;min-height:20px;max-width:70px}.product-card-template-small__badge--hollow{background:#fff;color:#007050}.product-card-template-small__badge-icon{min-width:15px;width:15px;height:15px}.product-card-template-small__image-link{display:block;width:82px;margin:auto;transition:opacity .4s}.product-card-template-small__image-link:hover{opacity:.7}.product-card-template-small__image{width:82px;height:82px;object-fit:contain}.product-card-template-small__main{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:4px}.product-card-template-small__main .product-card-labels__item{display:block;line-height:1.3}.product-card-template-small__main-top{display:grid;grid-template-areas:"farm menu" "title price";gap:3px 10px;width:100%}.product-card-template-small__farm{grid-area:farm;font:600 11px/14px var(--font-family);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card-template-small__farm-link{color:#007050;transition:opacity .4s}.product-card-template-small__farm-link:hover{opacity:.7;text-decoration:none}.product-card-template-small__menu{grid-area:menu;text-align:right}.product-card-template-small__menu>*{margin-top:-6px}.product-card-template-small__title{grid-area:title;font-size:16px;line-height:20px;max-height:40px;color:#344054;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;position:relative;overflow:hidden;text-overflow:ellipsis;transition:color .4s}.product-card-template-small__title:hover{color:#007050;text-decoration:none}.product-card-template-small__price{grid-area:price;font-weight:600;font-size:16px;line-height:20px;text-align:right}.product-card-template-small__unit{border:solid 1px var(--color-border-primary);border-radius:6px;font-size:12px;line-height:16px;padding:1px 6px;display:inline-block}.product-card-template-small__id{font-size:12px;line-height:16px;color:var(--color-secondary);text-transform:uppercase}.product-card-template-small .product-card-notify__overlay{display:none}.product-card-template-small .product-card-notify__button--alternative{top:auto;left:auto;right:16px;bottom:16px;width:95px;height:40px;line-height:1.2;transform:none;margin:0;padding:0}@media only screen and (min-width: 768px){.product-card-template-small .product-card-notify__button--alternative{right:0}}.product-card-template-small__trigger{position:absolute;right:16px;bottom:12px;width:28px;height:28px;border:solid 1px #099250;border-radius:50%;color:#087443;background:#fff;transition:all .4s;display:flex;align-items:center;justify-content:center;pointer-events:auto}.product-card-template-small__trigger:hover{background-color:#087443;color:#fff;border-color:#fff}.product-card-template-small__trigger--active{background:#087443;color:#fff}.product-card-template-small__trigger--active:hover{background:#fff;color:#087443}.product-card-template-small__trigger+.product-card-notify__button--alternative{right:62px}@media only screen and (min-width: 768px){.product-card-template-small__trigger+.product-card-notify__button--alternative{right:46px}}.product-card-template-small__trigger-icon{width:12px;height:12px;position:relative;display:block;pointer-events:none}.product-card-template-small__trigger-icon--close{transform:rotate(45deg)}.product-card-template-small__unit-id{border:solid 1px #d0d5dd;border-radius:6px;font-size:10px;line-height:18px;padding:0 5px;display:inline-block}.product-card-template-small__id-clickable{font-size:10px;line-height:12px;color:var(--color-quaternary);text-transform:uppercase;background-color:#fff0;display:inline-flex;width:min-content;border:1px solid transparent;white-space:nowrap}.product-card-template-small__id-clickable:hover{color:#007050;text-decoration:underline}.product-card-template-small .product-card-add-to-cart__max-quantity{padding:5px 12px;bottom:56px}@media only screen and (min-width: 768px){.product-card-template-small .product-card-add-to-cart__max-quantity{bottom:50px}}.product-card-template-small--placeholder [class*=__mask]{display:block;flex-shrink:0;border-radius:6px;background:var(--color-bg-quaternary)}.product-card-template-small--placeholder .product-card-template-small__left-section{display:flex;flex-direction:column;align-items:center}.product-card-template-small--placeholder .product-card-template-small__image-link{display:flex;justify-content:center;width:100%}.product-card-template-small--placeholder .product-card-template-small__main{align-items:flex-start}.product-card-template-small--placeholder .product-card-template-small__right-section{justify-content:space-between}.product-card-template-small--placeholder .product-card-template-small__mask--image{width:82px;height:82px;border-radius:12px}.product-card-template-small--placeholder .product-card-template-small__mask--farm{width:78px;height:14px}.product-card-template-small--placeholder .product-card-template-small__mask--title{width:132px;height:20px}.product-card-template-small--placeholder .product-card-template-small__mask--unit{width:46px;height:19px;border-radius:999px}.product-card-template-small--placeholder .product-card-template-small__id-wrapper{margin-top:0}.product-card-template-small--placeholder .product-card-template-small__mask--id{width:34px;height:13px}.product-card-template-small--placeholder .product-card-template-small__mask--price{width:52px;height:20px}.product-card-template-small--placeholder .product-card-template-small__mask--action{width:28px;height:28px;border:none;border-radius:50%}.product-card-template-small--placeholder .product-card-template-small__card-action{height:0;margin-top:0}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.product-carousel__container__UhsG2{width:100%;min-width:0;color:var(--color-primary);font-family:var(--font-family)}.product-carousel__header__ytZZD{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.product-carousel__header__ytZZD:empty{display:none}.product-carousel__header__ytZZD:has(>.product-carousel__controls__5e9ki:only-child){display:none}.product-carousel__header__ytZZD:has(>.product-carousel__controls-visible__1RJtM:only-child){display:flex}.product-carousel__title__LHoJt{min-width:0;margin:0;color:var(--color-primary);font:500 24px/32px var(--font-family)}.product-carousel__title-skeleton__trQov{display:block;width:min(240px,60vw);height:32px;background:var(--color-bg-quaternary);border-radius:4px}.product-carousel__controls__5e9ki{display:none;flex:0 0 auto;align-items:center;gap:14px;margin-left:auto}.product-carousel__controls-visible__1RJtM{display:flex}.product-carousel__control__J5BsV{position:relative;display:none;flex:0 0 auto;align-items:center;justify-content:center;box-sizing:border-box;width:40px;height:40px;padding:0;color:var(--white);background:var(--gray-800);border:.8px solid transparent;border-radius:20px;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.product-carousel__control__J5BsV:hover:not(:disabled){background:var(--gray-900)}.product-carousel__control__J5BsV:focus-visible{outline:2px solid var(--color-border-outline);outline-offset:2px}.product-carousel__control__J5BsV:disabled{color:var(--gray-900);background:transparent;border-color:var(--gray-900);cursor:default;opacity:.2}.product-carousel__controls-visible__1RJtM .product-carousel__control__J5BsV{display:inline-flex}.product-carousel__control-icon__kqdJu{position:absolute;top:0;right:0;bottom:0;left:0;display:block;pointer-events:none}.product-carousel__control-icon__kqdJu:before,.product-carousel__control-icon__kqdJu:after{position:absolute;top:50%;left:50%;width:18px;height:2px;background:currentColor;border-radius:1px;transform:translate(-50%,-50%);content:""}.product-carousel__control-icon__kqdJu:after{width:12px;height:12px;background:none;border-top:3px solid currentColor;border-right:3px solid currentColor;border-radius:1px;transform:translate(-28%,-50%) rotate(45deg)}.product-carousel__control-skeleton__LhYSw:disabled{color:transparent;background:var(--color-bg-quaternary);border-color:transparent;opacity:1}.product-carousel__previous-control-icon__gxyN8{transform:rotate(180deg)}.product-carousel__viewport__WrTe8{width:100%;min-width:0;overflow:hidden}.product-carousel__viewport__WrTe8 .swiper-wrapper{align-items:stretch}.product-carousel__slide__D7Mwj{display:flex;flex-shrink:0;box-sizing:border-box;height:auto;min-width:0}.product-carousel__slide__D7Mwj>*{width:100%;min-width:0}.product-carousel__slide-large__QDkvx{width:211px}.product-carousel__slide-small__qCn61{width:325px}@media only screen and (min-width: 768px){.product-carousel__header__ytZZD:has(>.product-carousel__controls__5e9ki:only-child){display:flex}.product-carousel__controls__5e9ki{gap:24px;display:flex}.product-carousel__control__J5BsV{display:inline-flex}.product-carousel__header__ytZZD{margin-bottom:16px}.product-carousel__title__LHoJt{font-size:36px;line-height:44px}.product-carousel__title-skeleton__trQov{width:min(320px,60vw);height:36px}.product-carousel__slide-small__qCn61{width:375px}}.cms-card{border-radius:16px;height:370px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--white);background-color:#007050;background-size:cover;overflow:hidden}.cms-card__content{padding:20px 16px}.cms-card__title{font:600 40px/40px var(--font-family);margin-bottom:15px}.cms-card__button{display:inline-block;text-align:center;color:#182230;background:#fff;border:solid 1px #fff;padding:0;border-radius:24px;width:178px;max-width:100%;font:600 16px/38px var(--font-family)}.cms-card__button:hover{color:#fff;background:#182230;text-decoration:none}.cms-card--alternative{display:block;background-color:#182230;justify-content:flex-start}.cms-card--alternative:is(a):hover{text-decoration:none;color:var(--gray-300)}.cms-card--alternative .cms-card__content{padding:20px;border-radius:16px 16px 0 0}.cms-card--alternative .cms-card__content--overlay{background:var(--color-bg-overlay-3)}.cms-card--alternative .cms-card__title{font:500 12px/1.5 var(--font-family);margin-bottom:4px}.cms-card--alternative .cms-card__text-line-1,.cms-card--alternative .cms-card__text-line-2,.cms-card--alternative .cms-card__text-line-3{font:700 16px/1.5 var(--font-family)}.cms-card--alternative .cms-card__text-line-3{color:#00ffb6}.flexible-dy-large-carousel{background:transparent;border:0;padding:0}.flexible-dy-large-carousel--placement-empty-cart,.flexible-dy-large-carousel--placement-before-cart,.flexible-dy-large-carousel--placement-cart-header-bottom,.flexible-dy-large-carousel--placement-cart-controls-bottom,.flexible-dy-large-carousel--placement-before-cart-products,.flexible-dy-large-carousel--placement-after-cart-products,.flexible-dy-large-carousel--placement-after-cart,.flexible-dy-large-carousel--placement-inside-cart-before-item{padding:20px 0}.flexible-dy-large-carousel--placement-empty-cart{margin-left:-1px;width:calc(100% + 2px);background:var(--color-white)}.flexible-dy-large-carousel--placement-page-bottom,.flexible-dy-large-carousel--placement-inside-cart-after-item{padding:20px}.flexible-dy-large-carousel--placement-page-top{margin-bottom:0;padding:20px 0;margin-left:-1px;width:calc(100% + 2px);background:var(--color-white)}@media only screen and (min-width: 768px){.flexible-dy-large-carousel--placement-page-top{padding:30px 0}}.dy-cart-widget{padding:24px 0;border-top:1px solid var(--color-border-secondary);border-bottom:1px solid var(--color-border-secondary)}.dy-cart-widget__header{margin-bottom:16px}.dy-cart-widget__title{font:600 20px/30px Karla,sans-serif;min-height:30px;margin:0;color:#344054}.dy-cart-widget__slide{width:280px}@media only screen and (min-width: 768px){.dy-cart-widget__slide{width:322px}}.dy-cart-widget:has(.dy-cart-widget__next-button:disabled) .dy-cart-widget__viewport{mask-image:none;-webkit-mask-image:none}.dy-cart-widget--on-white{background:var(--color-white)}.dy-cart-widget--placement-page-top{border-top:none;border-bottom:none;margin-left:-1px;width:calc(100% + 2px);background:#fff}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-page-top{padding:16px 0}.smartshop-grid .dy-cart-widget--placement-page-top{padding-left:0;padding-right:0}}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-page-bottom{border-bottom:none;padding-left:24px;padding-right:24px}}.dy-cart-widget--placement-empty-cart{border-top:none;border-bottom:none;margin-left:-1px;width:calc(100% + 2px);background:#fff}.dy-cart-widget--placement-before-cart{border-top:none}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-before-cart{margin-inline:-24px;width:calc(100% + 48px);padding-inline:24px;border-bottom:6px solid var(--color-border-secondary)}}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-cart-header-bottom{border-top:none}}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-cart-controls-bottom{border-bottom:none}}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-before-cart-products{border-bottom:none}}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-after-cart-products{border-bottom:none;border-top:none;padding-bottom:0}}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-after-cart{border-bottom:none;padding-bottom:0}}.dy-cart-widget--placement-inside-cart-before-item,.dy-cart-widget--placement-inside-cart-after-item,.dy-cart-widget--placement-inside-purchase-history-after-item,.dy-cart-widget--placement-inside-shopping-list-after-item{background:var(--color-bg-secondary);padding:16px 24px}@media only screen and (min-width: 1024px){.dy-cart-widget--placement-inside-cart-before-item,.dy-cart-widget--placement-inside-cart-after-item,.dy-cart-widget--placement-inside-purchase-history-after-item,.dy-cart-widget--placement-inside-shopping-list-after-item{border-top:none;border-bottom:none;margin:0}}.dy-cart-widget--placement-before-smartshop-products,.dy-cart-widget--placement-after-smartshop-products,.dy-cart-widget--placement-empty-purchase-history,.dy-cart-widget--placement-empty-shopping-list{border-top:none;border-bottom:none;padding-bottom:0}@media only screen and (min-width: 1024px){.smartshop-grid .dy-cart-widget--placement-page-top .dy-cart-widget__viewport,.smartshop-grid .dy-cart-widget--placement-empty-purchase-history .dy-cart-widget__viewport,.smartshop-grid .dy-cart-widget--placement-empty-shopping-list .dy-cart-widget__viewport,.smartshop-grid .dy-cart-widget--placement-before-smartshop-products .dy-cart-widget__viewport,.smartshop-grid .dy-cart-widget--placement-after-smartshop-products .dy-cart-widget__viewport{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.dy-cart-widget--flexible-category{background:var(--color-white);padding:24px 0}@media only screen and (min-width: 768px){.dy-cart-widget--flexible-category{padding:24px 0}}
