.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}@property --product-carousel-previous-edge-opacity{syntax: "<number>"; inherits: false; initial-value: 1;}@property --product-carousel-next-edge-opacity{syntax: "<number>"; inherits: false; initial-value: 1;}.product-carousel__container__UhsG2{width:100%;min-width:0;color:var(--color-primary);font-family:var(--font-family)}.product-carousel__header__ytZZD{margin-bottom:20px}.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__viewport-container__YUerb{position:relative;width:100%;min-width:0}.product-carousel__viewport-container__YUerb[data-edge-fade]>.product-carousel__viewport__WrTe8{--product-carousel-previous-edge-opacity: 1;--product-carousel-next-edge-opacity: 1;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,var(--product-carousel-previous-edge-opacity)) 0,#000 32px,#000 calc(100% - 32px),rgba(0,0,0,var(--product-carousel-next-edge-opacity)) 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,var(--product-carousel-previous-edge-opacity)) 0,#000 32px,#000 calc(100% - 32px),rgba(0,0,0,var(--product-carousel-next-edge-opacity)));transition:--product-carousel-previous-edge-opacity .16s ease,--product-carousel-next-edge-opacity .16s ease}.product-carousel__viewport-container__YUerb[data-edge-fade-previous]>.product-carousel__viewport__WrTe8:has(>.swiper-wrapper>.product-carousel__slide__D7Mwj:first-child.swiper-slide-visible:not(.swiper-slide-fully-visible),>.swiper-wrapper>.product-carousel__slide__D7Mwj:not(.swiper-slide-visible)+.product-carousel__slide__D7Mwj.swiper-slide-visible:not(.swiper-slide-fully-visible)){--product-carousel-previous-edge-opacity: 0}.product-carousel__viewport-container__YUerb[data-edge-fade-next]>.product-carousel__viewport__WrTe8:has(>.swiper-wrapper>.product-carousel__slide__D7Mwj:last-child.swiper-slide-visible:not(.swiper-slide-fully-visible),>.swiper-wrapper>.product-carousel__slide__D7Mwj.swiper-slide-visible:not(.swiper-slide-fully-visible)+.product-carousel__slide__D7Mwj:not(.swiper-slide-visible)){--product-carousel-next-edge-opacity: 0}.product-carousel__controls__5e9ki{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:none;pointer-events:none}.product-carousel__controls-visible__1RJtM{display:block}.product-carousel__control__J5BsV{position:absolute;top:50%;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:40px;height:40px;padding:0;color:var(--color-primary);background:var(--color-bg-primary);border:.625px solid var(--color-border-secondary);border-radius:50%;box-shadow:0 21px 3px #0000,0 14px 2.5px #00000003,0 8px 2.5px #0000000d,0 3px 1.5px #00000014,0 1px 1px #0000001a;cursor:pointer;opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1);transition:background-color .2s ease,border-color .2s ease,display .16s,opacity .16s ease,transform .16s ease;transition-behavior:allow-discrete}.product-carousel__control__J5BsV:hover:not(:disabled){background:var(--color-bg-secondary)}.product-carousel__control__J5BsV:focus-visible{outline:2px solid var(--color-border-outline);outline-offset:2px}.product-carousel__control__J5BsV[hidden]{display:none;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.9)}.product-carousel__previous-control__9v5ar{left:12px}.product-carousel__next-control__8F2kg{right:12px}.product-carousel__control-icon__kqdJu{display:block;flex:0 0 auto;width:30px;height:30px;pointer-events:none}.product-carousel__previous-control-icon__gxyN8{transform:rotate(180deg)}@media (prefers-reduced-motion: reduce){.product-carousel__viewport-container__YUerb[data-edge-fade]>.product-carousel__viewport__WrTe8{transition:none}.product-carousel__control__J5BsV{transition:background-color .2s ease,border-color .2s ease}}.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 (max-width: 767px){.product-carousel__viewport-container__YUerb[data-edge-fade=responsive]>.product-carousel__viewport__WrTe8{-webkit-mask-image:none;mask-image:none}}@media only screen and (min-width: 768px){.product-carousel__controls__5e9ki{display:block}.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}}.product-show-all-card__container__JqNdV{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:14px;overflow:hidden;color:var(--color-primary);background:var(--color-bg-primary);border:1px solid var(--color-border-secondary);border-radius:12px}.product-show-all-card__content__nsa45,.product-show-all-card__details__9DFJ0{display:flex;align-items:center;min-width:0}.product-show-all-card__details__9DFJ0{flex-direction:column}.product-show-all-card__image-group__o1jdG{display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-show-all-card__image-frame__RZbVl{flex-shrink:0;overflow:hidden;background:var(--color-bg-primary);border:1px solid rgba(0,0,0,.16)}.product-show-all-card__image-frame__RZbVl:nth-child(1){transform:translate(40%)}.product-show-all-card__image-frame__RZbVl:nth-child(2){z-index:1;border-color:var(--color-border-secondary)}.product-show-all-card__image-frame__RZbVl:nth-child(3){transform:translate(-40%)}.product-show-all-card__image__FqnWk{display:block;width:100%;height:100%;object-fit:cover;border:1px solid var(--color-white);border-radius:inherit}.product-show-all-card__intro__76kgU{display:-webkit-box;margin:0;overflow:hidden;font-family:var(--font-family);font-weight:600;text-align:center;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-show-all-card__button__HyEIc{flex-shrink:0;box-shadow:0 1px 2px #1018280d}.product-show-all-card__large__ztk1B .product-show-all-card__content__nsa45{flex-direction:column}.product-show-all-card__large__ztk1B .product-show-all-card__content__nsa45,.product-show-all-card__large__ztk1B .product-show-all-card__details__9DFJ0{gap:19px}.product-show-all-card__large__ztk1B .product-show-all-card__image-frame__RZbVl{width:54px;height:54px;border-radius:11px}.product-show-all-card__large__ztk1B .product-show-all-card__image-frame__RZbVl:nth-child(2){width:75px;height:75px;border-width:2px}.product-show-all-card__large__ztk1B .product-show-all-card__intro__76kgU{width:155px;font-size:16px;line-height:19px}.product-show-all-card__small__86n5R .product-show-all-card__content__nsa45{gap:19px}.product-show-all-card__small__86n5R .product-show-all-card__details__9DFJ0{flex:0 0 120px;gap:8px}.product-show-all-card__small__86n5R .product-show-all-card__image-group__o1jdG{width:88px;height:44px}.product-show-all-card__small__86n5R .product-show-all-card__image-frame__RZbVl{width:34px;height:34px;border-radius:6px}.product-show-all-card__small__86n5R .product-show-all-card__image-frame__RZbVl:nth-child(2){width:44px;height:44px}.product-show-all-card__small__86n5R .product-show-all-card__intro__76kgU{width:112px;font-size:14px;line-height:17px}.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}}.active-badge-list__container__Fy210{display:flex;flex-wrap:wrap;gap:8px;max-width:100%}.active-badge-list__badge__aOamf{display:flex;max-width:100%;align-items:center;padding:0 12px 0 16px;border-radius:8px;background:#f4f4f4;color:#182230;font:400 16px/40px var(--font-family);white-space:nowrap}.active-badge-list__label__A3noA{min-width:0;overflow:hidden;text-overflow:ellipsis}.active-badge-list__label-disabled__aF9m7{opacity:.5}.active-badge-list__remove__FA3Yk{position:relative;flex:0 0 20px;width:20px;height:20px;margin-left:8px;background:none}.active-badge-list__remove__FA3Yk:disabled{cursor:not-allowed;opacity:.5}.active-badge-list__remove-icon__PGKR8:before,.active-badge-list__remove-icon__PGKR8:after{content:"";position:absolute;top:50%;left:50%;width:11px;height:1px;border-radius:1px;background:#182230}.active-badge-list__remove-icon__PGKR8:before{transform:translate(-50%,-50%) rotate(45deg)}.active-badge-list__remove-icon__PGKR8:after{transform:translate(-50%,-50%) rotate(-45deg)}.product-active-filter-list__list__kOQTi{margin-right:15px;margin-top:0}@media only screen and (min-width: 1024px){.product-active-filter-list__list__kOQTi{margin-top:0;flex:1 1 260px;padding-top:5px}}.filter-accordion__container__XG7VP{border-top:1px solid #d0d5dd}@media only screen and (min-width: 1025px){.filter-accordion__container__XG7VP:first-child{border-top:none}}.filter-accordion__container__XG7VP .filter-accordion__title__zDNnp{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font:500 18px/28px var(--font-family);color:#344054;cursor:pointer}.filter-accordion__container__XG7VP .filter-accordion__arrow-active__0eaNS{transform:rotate(180deg)}.filter-accordion__container__XG7VP .filter-accordion__body__o9j2C{padding-bottom:20px}.filter-badge__button__qaWIZ{padding:0 19px;border:solid 1px #d0d5dd;border-radius:8px;background:#fff;color:#344054;font:400 16px/38px var(--font-family);transition:all .4s}.filter-badge__button__qaWIZ:hover{transform:scale(1.1)}.filter-badge__button__qaWIZ:disabled{cursor:not-allowed;opacity:.5;transform:none}.filter-badge__button__qaWIZ.filter-badge__button-active__jt94U{border-color:#087443;background:#087443;color:#fff}.filter-badge-container__container__E96Wa{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.filter-checkbox__label__kbaVg{display:flex;align-items:center;padding:8px 0}.filter-checkbox__checkbox__lLJGw{margin-right:8px}.filter-checkbox__checkbox__lLJGw[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;font:inherit;color:currentColor;width:20px;height:20px;border:2px solid #767676;border-radius:4px;display:grid;place-content:center}.filter-checkbox__checkbox__lLJGw[type=checkbox]:before{content:"";display:none;width:12px;height:12px;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background-color:#fff}.filter-checkbox__checkbox__lLJGw[type=checkbox]:checked{background-color:#007050;border-color:#007050}.filter-checkbox__checkbox__lLJGw[type=checkbox]:checked:before{display:block}.filter-checkbox__checkbox__lLJGw[type=checkbox]:disabled{--form-control-color: var(--form-control-disabled);color:#767676;cursor:not-allowed}.filter-checkbox__checkbox--small__I2zph[type=checkbox]{width:16px;height:16px;border:1px solid #d0d5dd}.filter-checkbox__checkbox--small__I2zph[type=checkbox]:checked{border-color:#099250;background:#099250}.filter-checkbox__checkbox--small__I2zph[type=checkbox]:checked:before{clip-path:polygon(15% 46%,41% 63%,82% 15%,92% 23%,44% 81%,9% 57%)}.filter-checkbox__label-disabled__VC7yK{cursor:not-allowed;opacity:.5}.filter-checkbox__item-nested__VQsiN{font-size:14px;line-height:20px}.filter-checkbox-container__container__YWgP3{font:400 16px/24px var(--font-family);color:#344054}.filter-checkbox-container__list__sVfUG{margin:0;padding:0;list-style:none}.filter-checkbox-container__list-nested__lJv1X{margin-left:24px}.filter-checkbox-container__show-more__9oo3L{background:none;font:600 16px/40px var(--font-family);color:var(--brand-700)}.filter-checkbox-container__show-more__9oo3L:hover{color:#344054}.filter-link-list__list__XdxX8{display:grid;gap:16px}@media only screen and (min-width: 414px){.filter-link-list__list__XdxX8{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px){.filter-link-list__list__XdxX8{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 1024px){.filter-link-list__list__XdxX8{grid-template-columns:repeat(1,1fr);gap:5px}}.filter-link-list__link__LlhoR{display:flex;align-items:center;min-height:60px;border:solid 1px #e1e1e1;border-radius:16px;color:#344054;padding:0 8px 0 0;transition:all .4s}.filter-link-list__link__LlhoR:hover,.filter-link-list__link__LlhoR:focus,.filter-link-list__link__LlhoR.filter-link-list__link-active__JeiCF{border-color:#007050;color:#007050;text-decoration:none}@media only screen and (min-width: 1024px){.filter-link-list__link__LlhoR{border:none;border-radius:0}}.filter-link-list__image__cynt6{width:50px;height:50px;border-radius:14px 0 0 14px}.filter-link-list__title__TPyW0{flex-grow:1;margin:0 10px;font:500 16px/1.2 var(--font-family)}.filter-link-list__arrow__JISDi{min-width:15px;width:15px;height:13px}@media only screen and (min-width: 1024px){.filter-link-list__arrow__JISDi{min-width:13px;width:13px;height:11px}}.modal__container__7VdjH{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10451;display:flex;align-items:center;justify-content:center;font-family:Karla,sans-serif;pointer-events:auto}.modal__overlay__A0nYv{position:absolute;top:0;right:0;bottom:0;left:0;background:#45434340}.modal__panel__FBCv8{position:relative;z-index:1;width:min(92vw,490px);max-height:92vh;overflow:auto;background:#fff;border-radius:8px;box-shadow:0 4px 8px #00000047}.modal__fullscreen__9EUGm{align-items:stretch;justify-content:stretch}.modal__fullscreen__9EUGm .modal__panel__FBCv8{width:100%;max-width:none;height:100%;max-height:none;border-radius:0}@media only screen and (min-width: 1024px){.filter-modal__container__bMKgl{display:none}}.filter-modal__panel__FyONJ{display:flex;flex-direction:column;overflow:hidden;background:#fff}.filter-modal__header__1WBOb{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:24px}.filter-modal__title__qDpZk{margin:0;color:#182230;font:500 24px/32px var(--font-family)}.filter-modal__close__XUrmU{position:relative;width:32px;height:32px;background:none}.filter-modal__close-icon__bedCC:before,.filter-modal__close-icon__bedCC:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;border-radius:1px;background:#344054}.filter-modal__close-icon__bedCC:before{transform:translate(-50%,-50%) rotate(45deg)}.filter-modal__close-icon__bedCC:after{transform:translate(-50%,-50%) rotate(-45deg)}.filter-modal__content__8kKFg{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0 24px}.filter-modal__actions__xtGC0{display:flex;flex:0 0 auto;gap:24px;border-top:solid 1px #d0d5dd;background:#fff;padding:16px 24px}@media only screen and (max-width: 600px){.filter-modal__actions__xtGC0{gap:16px}}.filter-modal__button__iKHtg{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;border:1px solid #007050;border-radius:34px;background-color:#007050;color:#fff;font:500 20px/66px var(--font-family);padding:0 10px}.filter-modal__button__iKHtg:disabled{cursor:not-allowed;opacity:.5}.filter-modal__button__iKHtg.filter-modal__hollow-button__2s08e{border-color:#d0d5dd;background:#fff;color:#344054}.filter-modal__button__iKHtg.filter-modal__loading-button__fm99a{opacity:.8}@media only screen and (max-width: 600px){.filter-modal__button__iKHtg{width:auto;flex-grow:1;border-radius:28px;font-size:18px;line-height:54px}.filter-modal__button__iKHtg:nth-child(1){flex-grow:2}}.filter-modal__button-spinner__DUS1t{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:filter-modal__spinner__ojhVH .75s linear infinite}.filter-modal__button-label__cQEu7.filter-modal__mobile-label__sEF2j{display:none}@media only screen and (max-width: 600px){.filter-modal__button-label__cQEu7.filter-modal__desktop-label__K3r5G{display:none}.filter-modal__button-label__cQEu7.filter-modal__mobile-label__sEF2j{display:inline}}@keyframes filter-modal__spinner__ojhVH{to{transform:rotate(360deg)}}.filter-search__container__8C9kL{position:relative;display:flex;gap:12px;width:100%}.filter-search__input-wrapper__6gQkv{position:relative;flex:1 1 auto;min-width:0}.filter-search__button__xBttm{position:absolute;display:flex;justify-content:center;align-items:center;width:48px;height:46px;color:#344054;background:transparent;border:none;padding:0 0 0 5px}.filter-search__button__xBttm:disabled{cursor:not-allowed;opacity:.5}.filter-search__icon__L1ZP7{display:block;width:18px;height:18px}.filter-search__button-hidden__0m6J0{display:none}.filter-search__input__ddwUk,.filter-search__input__ddwUk[type=text]{font:400 16px/24px Inter,sans-serif;width:100%;height:auto;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:10px 14px 10px 48px}.filter-search__input__ddwUk:focus,.filter-search__input__ddwUk[type=text]:focus{outline:none;border-color:var(--color-border-brand-solid);box-shadow:0 1px 2px #1018280d,0 0 0 4px var(--brand-50)}.filter-search__input__ddwUk::placeholder,.filter-search__input__ddwUk[type=text]::placeholder{color:#767676}.filter-search__input__ddwUk:disabled,.filter-search__input__ddwUk[type=text]:disabled{cursor:not-allowed;opacity:.5}.filter-search__input-with-search-button__hkxBd,.filter-search__input-with-search-button__hkxBd[type=text]{line-height:28px;border-color:var(--color-border-primary);border-radius:24px;padding-right:92px;padding-left:16px}.filter-search__clear-button__0sjpy,.filter-search__search-button__pkGMT{border:solid 1px var(--color-border-primary);border-radius:8px;background:var(--color-white);color:var(--color-secondary);font:600 16px/1.5 var(--font-family);padding:10px 16px;transition:all .4s}.filter-search__clear-button__0sjpy:hover,.filter-search__search-button__pkGMT:hover{background:var(--color-bg-tertiary)}.filter-search__clear-button__0sjpy:disabled,.filter-search__search-button__pkGMT:disabled{cursor:not-allowed;opacity:.5}.filter-search__search-button__pkGMT{position:absolute;top:50%;right:10px;transform:translateY(-50%);border-color:#17b26a;border-radius:24px;background-color:#007050;color:#fff;font:600 14px/20px Inter,sans-serif;padding:8px 12px}.filter-search__search-button__pkGMT:hover{background-color:#00573f}.select__container__gWPkr{position:relative;width:100%;color:var(--color-secondary)}.select__disabled__9SUq8{cursor:no-drop;opacity:.5}.select__box__0ML1l{width:100%;height:auto;padding:10px 34px 10px 14px;border:1px solid var(--color-border-primary);border-radius:8px;background:var(--color-white);color:var(--color-secondary);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left;font:400 16px/24px var(--font-family)}.select__box__0ML1l:focus,.select__box__0ML1l.select__box-active__OhqaV{outline:none;border-color:var(--color-border-brand-solid);box-shadow:0 1px 2px #1018280d,0 0 0 4px var(--brand-50)}.select__hidden-select__mr3UW{position:absolute;top:100%;left:0;z-index:-1;width:100%;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;pointer-events:none}.select__hidden-select__mr3UW:focus{box-shadow:none}.select__arrow__j37yV{position:absolute;top:50%;right:12px;width:13px;height:8px;transform:translateY(-50%);pointer-events:none}.select__dropdown__BPkyy{position:absolute;top:calc(100% + 4px);left:0;z-index:2;display:flex;flex-direction:column;gap:2px;width:100%;max-height:330px;margin:0;padding:4px 5px;overflow-y:auto;border:solid 1px var(--color-border-primary);border-radius:8px;background:var(--color-white);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.select__option__t7JW5{border:solid 1px transparent;border-radius:4px;background:none;color:var(--color-primary);cursor:pointer;font:400 16px/1.5 var(--font-family);padding:10px 10px 10px 8px;text-align:left}.select__option__t7JW5:hover,.select__option__t7JW5:focus,.select__option__t7JW5.select__option-selected__Rryee{outline:none;border:solid 1px var(--color-bg-secondary);background:var(--color-bg-secondary)}.select__option__t7JW5:focus{border-color:var(--color-border-brand-solid);box-shadow:0 1px 2px #1018280d,0 0 0 4px var(--brand-50)}.select__option-disabled__KY4fy{border-color:transparent;background:none;color:var(--color-tertiary, var(--color-secondary));cursor:not-allowed}.select__option-disabled__KY4fy:hover,.select__option-disabled__KY4fy:focus{border-color:transparent;background:none;box-shadow:none}.select__option-content__8VaE0{display:flex;flex-direction:column;gap:2px}.select__option-title__rEAvA{font-weight:500}.select__option-description__m36kk{color:var(--color-tertiary, var(--color-secondary));font-size:13px;line-height:1.2}.product-filter-panel__container__fvsyb,.product-filter-panel__main__a1sJv{width:100%}.row-filter-list__container__fZNkB{padding:11px 0;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:16px;width:100%;overflow-x:auto}.row-filter-list__button__zzYH1{border:solid 1px #d0d5dd;display:flex;padding:8px 20px;border-radius:8px;justify-content:center;align-items:center;gap:10px;font:400 16px/24px var(--font-family);color:#344054;background:#fff;white-space:nowrap}.row-filter-list__button__zzYH1:disabled{cursor:not-allowed;opacity:.5}.row-filter-list__button__zzYH1.row-filter-list__button-active__ib9nj{border-color:#087443;background-color:#edfcf2}.row-filter-list__button-icon__wvUwQ{width:18px;height:14px}.product-filter-mobile-bar__container__TfjLB{margin-bottom:5px}@media only screen and (min-width: 1024px){.product-filter-mobile-bar__container__TfjLB{display:none}}.product-filter-sidebar__button-desktop__5VMX1{display:none;align-items:center;border-bottom:solid 1px #475467;background:none;color:#475467;font:500 14px/22px var(--font-family);padding:5px 0;transition:color .4s}.product-filter-sidebar__button-desktop__5VMX1:hover{color:#00573f}.product-filter-sidebar__button-desktop__5VMX1:disabled{cursor:not-allowed;opacity:.5}@media only screen and (min-width: 1024px){.product-filter-sidebar__button-desktop__5VMX1{display:flex}}.product-filter-sidebar__button-desktop-icon__DkG5Q{width:12px;height:12px;margin-right:7px}.product-filter-sidebar__filters-panel__uGmDO{display:none}@media only screen and (min-width: 1024px){.product-filter-sidebar__filters-panel__uGmDO{display:block}}.product-filter-sidebar__filters-panel__uGmDO[hidden]{display:none}.product-filter-sidebar__filters-reset__1R7Bn{width:100%;margin-top:24px;border:1px solid #d0d5dd;border-radius:24px;background:#fff;color:#344054;font:500 16px/48px var(--font-family);padding:0 10px}.product-filter-sidebar__filters-reset__1R7Bn:disabled{cursor:not-allowed;opacity:.5}.product-listing-layout__container__oFJNf{display:flex;flex-direction:column;padding-bottom:30px;width:100%}@media only screen and (min-width: 1024px){.product-listing-layout__container__oFJNf{display:grid;grid-template-areas:"filters active-filters" "filters main";grid-template-columns:288px calc(100% - 336px);grid-template-rows:auto 1fr;row-gap:24px;column-gap:48px}}@media only screen and (min-width: 1024px){.product-listing-layout__no-filters__JLpqT{grid-template-columns:auto 1fr;grid-template-areas:"filters active-filters" "main main"}}.product-listing-layout__no-results__i58rI .empty-section{min-height:310px}.product-listing-layout__no-results__i58rI .product-listing-layout__main__p05GV{width:100%;margin:0 auto}@media only screen and (min-width: 1440px){.product-listing-layout__no-results__i58rI .product-listing-layout__main__p05GV{max-width:60%;margin-bottom:35px}}.product-listing-layout__filters__DS1LZ{grid-area:filters}@media only screen and (max-width: 1024px){.product-listing-layout__filters__DS1LZ{display:contents}}@media only screen and (min-width: 768px){.product-listing-layout__filters__DS1LZ{margin-bottom:5px}}.product-listing-layout__active-filters__2soCp{grid-area:active-filters;display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:4px;min-height:27px;flex-direction:column}@media only screen and (min-width: 1024px){.product-listing-layout__active-filters__2soCp{align-items:flex-start;margin-bottom:0;flex-direction:row}}.product-listing-layout__main__p05GV{grid-area:main}.product-listing-result-count__container__UJYpo{display:flex;gap:12px;align-items:center;margin-left:auto;padding:6px 0;font:500 14px var(--font-family);color:#182230;white-space:nowrap}@media only screen and (min-width: 768px){.product-listing-result-count__container__UJYpo{font:500 16px/50px var(--font-family)}}@media only screen and (min-width: 1024px){.product-listing-result-count__container__UJYpo{font:500 18px/50px var(--font-family);padding:0}}.product-listing-result-count__print-button__kKvCZ{border:solid 1px var(--color-border-primary);border-radius:8px;display:flex;justify-content:center;align-items:center;width:46px;height:46px;transition:all .4s;color:var(--color-secondary)}.product-listing-result-count__print-button__kKvCZ:hover,.product-listing-result-count__print-button__kKvCZ:focus{border-color:var(--color-border-primary);background:var(--color-bg-tertiary)}.product-listing-result-count__print-icon__cwuPN{width:20px;height:20px}.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--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}}
