:root{--ff-bg-off-white: #fffaf5;--ff-bg-off-white-50: #fef9f6;--ff-surface: #ffffff;--ff-text: #1b1c1e;--ff-text-grey: #656565;--ff-text-soft: #8a8a8a;--ff-border: #eeeeee;--ff-border-soft: #e6e6e6;--ff-border-dark: #d0d5dd;--ff-yellow: #fece00;--ff-yellow-900: #ffd44e;--ff-yellow-bg: #ffefd2;--ff-peach: #ffd6ba;--ff-orange: #ff7518;--ff-green: #569556;--ff-green-soft: #e3f6d9;--ff-red: #e23744;--ff-red-soft: rgba(226, 55, 68, .18);--ff-step-current: #ffe9a8;--ff-step-gray: #d6d6d6;--ff-step-text-gray: #99a0a8;--ff-purple: #4f3350;--ff-font-body: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ff-font-heading: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ff-radius-sm: 8px;--ff-radius-md: 12px;--ff-radius-lg: 16px;--ff-radius-xl: 24px;--ff-radius-pill: 64px;--ff-fs-h6: 20px;--ff-lh-h6: 28px;--ff-fs-text-lg: 18px;--ff-lh-text-lg: 28px;--ff-fs-text-md: 16px;--ff-lh-text-md: 24px;--ff-fs-text-sm: 14px;--ff-lh-text-sm: 20px;--ff-fs-text-xs: 12px;--ff-lh-text-xs: 18px;--ff-shadow-card: 0 1px 4px rgba(0, 0, 0, .06);--ff-shadow-btn: 0 2px 8px rgba(0, 0, 0, .08);--ff-shadow-pop: 0 8px 32px rgba(0, 0, 0, .12);--ff-shadow-drawer: -8px 0 32px rgba(0, 0, 0, .16);--ff-page-max: 480px;--ff-header-max: 1440px;--ff-drawer-max: 520px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--ff-font-body);font-size:16px;line-height:1.5;color:var(--ff-text);background:var(--ff-bg-off-white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p,ul,ol,figure{margin:0;padding:0}ul,ol{list-style:none}img,svg{display:block;max-width:100%;height:auto}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}input,button,select,textarea{font:inherit}.ff-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}body.ff-no-scroll{overflow:hidden}html.ff-scroll-lock-pad body{padding-right:var(--ff-scrollbar-pad, 0px)}.ff-announcement{background:var(--ff-purple);color:#fff;text-align:center;padding:8px 16px;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:0}.ff-announcement strong{color:#fff}.ff-announcement strong{font-weight:700}@media(max-width:575px){.ff-announcement{font-size:13px;padding:4px 12px}}.ff-site-header{width:100%;background:var(--ff-bg-off-white-50);border-bottom:1px solid transparent;position:relative;z-index:50}.ff-site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:26px 80px;max-width:var(--ff-header-max);margin:0 auto}@media(max-width:1200px){.ff-site-header__inner{padding:26px 40px}}@media(max-width:575px){.ff-site-header__inner{padding:16px}}.ff-site-header__left{display:flex;align-items:center}.ff-site-header__logo{position:relative;width:211px;height:34px;margin-right:48px;display:flex}.ff-site-header__logo img{width:100%;height:100%;object-fit:contain}@media(max-width:991px){.ff-site-header__logo{width:122px;height:22px;margin-right:0;margin-left:3px}}@media(max-width:360px){.ff-site-header__logo{width:90px}}.ff-site-header__menu{display:flex}.ff-site-header__menu ul{display:flex;gap:32px;align-items:center}.ff-site-header__menu a{font-family:var(--ff-font-body);font-weight:400;font-size:16px;line-height:24px;color:var(--ff-text);transition:color .2s}.ff-site-header__menu a:hover{color:var(--ff-yellow)}@media(max-width:991px){.ff-site-header__menu{display:none}}.ff-site-header__right{display:flex;align-items:center}.ff-site-header__btns{display:flex;gap:16px}@media(max-width:575px){.ff-site-header__btns{gap:8px}}.ff-site-header__btn{font-family:var(--ff-font-body);font-weight:600;font-size:16px;line-height:24px;color:var(--ff-text);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:.71px solid #eeeeee;padding:5px 15.5px;height:40px;border-radius:72px;gap:6px;box-shadow:0 1.29px 12.88px #00000014;background:var(--ff-surface);transition:background-color .2s,border-color .2s,color .2s}.ff-site-header__btn:hover{background:var(--ff-surface);border-color:#f0e4af}.ff-site-header__btn--primary{background:var(--ff-purple);color:#fff;padding:4px 20px;gap:5px;box-shadow:0 1.83px 18.28px #00000014;border:.71px solid var(--ff-purple);text-transform:none}.ff-site-header__btn--primary:hover{background:#633859;color:#fff;border-color:#633859}.ff-site-header__btn--primary svg{display:none}@media(max-width:991px){.ff-site-header__btn--icon{display:none}}@media(max-width:575px){.ff-site-header__btn{font-size:14px;padding:5px 12px;height:36px}.ff-site-header__btn svg{width:15px}}.ff-site-header__burger{display:none;position:relative;width:28px;height:28px;margin-left:13px;cursor:pointer}@media(max-width:991px){.ff-site-header__burger{display:block}}.ff-site-header__burger span{width:23px;height:2.5px;background:var(--ff-text);border-radius:5px;position:absolute;left:3.5px;transition:all .2s}.ff-site-header__burger span:nth-child(1){top:6px}.ff-site-header__burger span:nth-child(2){top:12.5px}.ff-site-header__burger span:nth-child(3){top:19.5px}.ff-site-header__burger.is-active span:nth-child(1){top:12.5px;transform:rotate(45deg)}.ff-site-header__burger.is-active span:nth-child(2){opacity:0}.ff-site-header__burger.is-active span:nth-child(3){top:12.5px;transform:rotate(-45deg)}.ff-mobile-menu{display:none;opacity:0;visibility:hidden;position:fixed;top:0;left:-100vw;width:100%;height:100vh;z-index:9999;transition:left .5s cubic-bezier(.77,0,.175,1),opacity .3s,visibility .3s}.ff-mobile-menu.is-active{opacity:1;visibility:visible;left:0;display:block}@media(max-width:991px){.ff-mobile-menu{display:block}}.ff-mobile-menu__inner{background:var(--ff-bg-off-white);max-width:88.2%;height:100%;border-radius:0 24px 24px 0;padding:68px 24px 24px;overflow-y:auto;position:relative}.ff-mobile-menu__close{position:absolute;top:18px;right:18px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}.ff-mobile-menu__list{display:flex;flex-direction:column;gap:12px;padding:0 16px}.ff-mobile-menu__list a{font-family:var(--ff-font-body);font-weight:600;font-size:24px;line-height:1.3;color:var(--ff-text);padding:6px 0}.ff-mobile-menu__bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#1b1c1e80;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.ff-mobile-menu__bg.is-active{opacity:1;visibility:visible}.ff-flow-header{background:#faeee1;position:relative}.ff-flow-header__wave{position:absolute;left:0;right:0;top:100%;width:100%;height:auto;display:block;pointer-events:none;z-index:1}.ff-flow-header__bar{display:flex;align-items:flex-start;justify-content:space-between;padding:25px 9px 14px;gap:12px;max-width:var(--ff-header-max);margin:0 auto}.ff-flow-header__back{display:inline-flex;align-items:center;gap:0;font-size:15px;font-weight:700;color:#5a5851;flex:0 0 auto}.ff-flow-header__back-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.ff-flow-header__back-icon svg{width:24px;height:24px}.ff-flow-header__logo{flex:0 0 auto}.ff-flow-header__logo img{width:auto}.ff-flow-header__nav{flex:0 0 60px;display:flex;justify-content:flex-end}.ff-flow-header__cart{flex:0 0 auto;position:relative;width:auto;height:auto;margin-right:6px;margin-top:4px;margin-left:35px;display:inline-flex;align-items:center;justify-content:center;color:var(--ff-text);border-radius:50%;text-decoration:none;transition:background-color .15s}.ff-flow-header__cart:hover{background:#0000000d}.ff-flow-header__cart-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:var(--ff-green);border:1.5px solid #ffffff;box-sizing:content-box;pointer-events:none}.ff-stepper{display:flex;align-items:center;padding:0 15px 24px;max-width:var(--ff-page-max);margin:0 auto}.ff-step{flex:1;display:flex;align-items:center;gap:4px;height:24px}.ff-step:last-child{flex:0 0 24px}.ff-step:before{content:attr(data-num);flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#ffffff80;display:inline-flex;align-items:center;justify-content:center;font-family:var(--ff-font-body);font-weight:400;font-size:14px;line-height:1;color:#a3a19b}.ff-step.is-done:before,.ff-step.is-active:before{background:var(--ff-yellow);color:var(--ff-text)}.ff-step:not(:last-child):after{content:"";flex:1;height:2px;margin-right:3px;background:#ffffff80}.ff-step.is-done:not(:last-child):after{background:var(--ff-yellow)}.ff-page{max-width:338px;margin:0 auto;padding:0 20px 50px;text-align:center;position:relative;z-index:2}.ff-page--with-sticky{max-width:var(--ff-page-max);padding:0 16px 106px;text-align:left}.ff-page__heading{font-family:var(--ff-font-heading);font-weight:600;font-size:20px;line-height:28px;letter-spacing:0;margin:56px 0 32px;color:var(--ff-text);text-align:center}@media(min-width:992px){.ff-page__heading{margin-top:112px}}.ff-page__lead{font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text-grey);margin-bottom:20px;text-align:center}.ff-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 28px;border-radius:var(--ff-radius-pill);font-family:var(--ff-font-body);font-weight:600;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;cursor:pointer;position:relative;transition:filter .2s,transform .08s,opacity .2s;box-shadow:0 2px 8px #00000014}.ff-btn:hover{filter:brightness(.96)}.ff-btn:before{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid #000;border-bottom-color:transparent;border-radius:50%;opacity:0;z-index:3;animation:ffBtnSpin .5s infinite linear}.ff-btn.is-loading,.ff-btn.loading{color:transparent;pointer-events:none}.ff-btn.is-loading>*,.ff-btn.loading>*{opacity:0}.ff-btn.is-loading:before,.ff-btn.loading:before{opacity:1}@keyframes ffBtnSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ff-btn--yellow{background:var(--ff-yellow-900);color:#000;border:1px solid var(--ff-yellow-900)}.ff-btn--ghost{background:transparent;color:var(--ff-text);box-shadow:none}.ff-btn--full{width:100%}.ff-btn[disabled],.ff-btn.is-disabled{opacity:.5;pointer-events:none}.ff-actions{position:fixed;left:0;right:0;bottom:0;padding:16px;background:linear-gradient(to bottom,transparent,var(--ff-bg-off-white) 30%);pointer-events:none;z-index:20}.ff-actions__inner{max-width:var(--ff-page-max);margin:0 auto;pointer-events:auto}.ff-actions__inner .ff-btn.is-hidden{display:none}.ff-postcode-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:152px 16px 48px;margin:0 auto;position:relative;background-color:#fffaf5}.ff-postcode-section__heading{font-family:var(--ff-font-heading);font-weight:700;font-size:20px;line-height:1.4;letter-spacing:-.01em;color:var(--ff-text);margin-bottom:8px}.ff-postcode-section__sub{font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-lg);line-height:var(--ff-lh-text-lg);letter-spacing:0;color:var(--ff-text-grey);margin-bottom:48px;min-height:28px}.ff-postcode-form{width:100%;max-width:380px;display:flex;flex-direction:column;gap:12px;padding:0 30px}.ff-postcode-form .ff-btn{margin-top:10px;height:50px}.ff-suburb-field{position:relative;background:var(--ff-surface);border:1px solid var(--ff-border-dark);border-radius:100px;height:48px;display:flex;align-items:center;padding:0 18px;box-shadow:0 1px 2px #1018280d;transition:border-color .2s}.ff-suburb-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text-grey);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ff-suburb-field input::placeholder{color:var(--ff-text-grey)}.ff-suburb-field input:focus,.ff-suburb-field input:focus-visible{outline:0;box-shadow:none}.ff-suburb-field__check{display:none;width:20px;height:20px;color:var(--ff-green);flex:0 0 20px;margin-right:-6px}[data-state=validated] .ff-suburb-field{border-color:var(--ff-green)}.ff-suburb-field--error{border-color:var(--ff-red)}[data-state=validated] .ff-suburb-field__check{display:inline-flex}[data-state=initial] .ff-state-validated,[data-state=initial] .ff-state-no-delivery,[data-state=validated] .ff-state-initial,[data-state=validated] .ff-state-no-delivery,[data-state=no-delivery] .ff-state-initial,[data-state=no-delivery] .ff-state-validated{display:none!important}.ff-fruit-deco{position:relative;margin:32px auto 0;text-align:center;width:100%;max-width:360px}.ff-fruit-deco--initial img{width:96px;height:auto;display:inline-block}.ff-fruit-deco--validated{position:absolute;right:0;bottom:40px;margin:0;width:100%;max-width:232px}.ff-fruit-deco--validated img{width:100%;max-width:340px;height:auto;display:inline-block}.ff-postcode-section{min-height:500px;height:100vh}.ff-fruit-deco--initial{position:absolute;right:24px;bottom:48px;width:auto;max-width:none;margin:0}@media(min-width:992px){.ff-postcode-section{height:100vh}.ff-fruit-deco--initial,.ff-fruit-deco--validated{right:50%;margin-right:-164px}}.ff-counters{display:flex;flex-direction:column;gap:17px;margin-bottom:32px}.ff-selector{position:relative;background:var(--ff-surface);border:1px solid #fff;border-radius:12px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 1.29px 12.88px #00000014;text-align:left}.ff-selector__title{font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text);margin-left:10px}.ff-qty{display:inline-flex;align-items:center;border:1px solid #F3F3F3;border-radius:8px;background:var(--ff-surface);overflow:hidden;height:40px}.ff-qty__btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--ff-text-grey);transition:background-color .15s}.ff-qty__btn:hover:not(:disabled){background:var(--ff-bg-off-white-50)}.ff-qty__btn:disabled{opacity:.4;cursor:not-allowed}.ff-qty__value{width:21px;min-width:21px;text-align:center;font-size:15px;font-weight:500;color:var(--ff-text-grey);height:100%;line-height:40px;border:0;padding:0;background:transparent;font-family:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ff-qty__value:focus,.ff-qty__value:focus-visible{outline:0;box-shadow:none}.ff-qty__value::-webkit-outer-spin-button,.ff-qty__value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ff-options{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.ff-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:23px;background:var(--ff-surface);border:1px solid var(--ff-border-soft);border-radius:12px;cursor:pointer;transition:border-color .2s;width:100%;text-align:left;box-shadow:var(--ff-shadow-card)}.ff-option:hover{border-color:var(--ff-text-grey)}.ff-option.is-selected{border-color:var(--ff-green)}.ff-option__title{font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text)}.ff-option__check{flex:initial;width:16px;height:16px;border:1px solid #569556;border-radius:4px;background:transparent;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s}.ff-option__check svg{display:none}.ff-option.is-selected .ff-option__check svg{display:block}.ff-order-greeting{font-family:var(--ff-font-heading);font-weight:600;font-size:var(--ff-fs-h6);line-height:var(--ff-lh-h6);letter-spacing:0;text-align:center;color:var(--ff-text);margin:56px 0 32px}.ff-order-greeting em{font-style:normal;color:inherit;font-weight:inherit}@media(min-width:992px){.ff-order-greeting{margin-top:112px}}.ff-box-card{position:relative;background:var(--ff-surface);border-radius:var(--ff-radius-md);margin-bottom:32px;box-shadow:0 1.29px 12.88px #00000014;overflow:hidden;border:1px solid #f0e7e1}.ff-box-card__remove{position:absolute;top:3px;right:4px;z-index:2;width:28px;height:28px;background:transparent;border:0;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--ff-text);cursor:pointer;transition:opacity .15s}.ff-box-card__remove:hover{opacity:.6}.ff-box-card__media{width:100%;aspect-ratio:359 / 174;background:transparent;overflow:hidden}.ff-box-card__media img{width:100%;height:100%;object-fit:contain;background:transparent}.ff-box-card__body{display:flex;flex-direction:column;gap:0;padding:14px 22px 16px}.ff-box-card__head{display:flex;flex-direction:column}.ff-box-card__title{font-family:var(--ff-font-heading);font-weight:600;font-size:var(--ff-fs-h6);line-height:var(--ff-lh-h6);letter-spacing:0;color:var(--ff-text);margin-right:-2px}.ff-box-card__priceblock{display:flex;flex-direction:column;gap:0;margin-top:2px}.ff-box-card__price{font-family:var(--ff-font-body);font-weight:700;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text)}.ff-box-card__sub{font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text-grey)}.ff-box-card__edit-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#edeee5;border-radius:var(--ff-radius-pill);border:0;font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-sm);line-height:var(--ff-lh-text-sm);letter-spacing:0;color:var(--ff-text);width:100%;cursor:pointer;margin-top:8px;transition:background-color .15s}.ff-box-card__edit-chip:hover{background:var(--ff-purple);color:#fff}.ff-box-card__sizes{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.ff-size-tag{flex:1;min-width:0;height:40px;padding:14px 16px;border-radius:13px;border:none;background:#edeee5;font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-sm);line-height:var(--ff-lh-text-sm);letter-spacing:0;color:var(--ff-text);cursor:pointer;box-shadow:0 1.29px 12.88px #00000014;transition:background-color .18s,color .18s;display:inline-flex;align-items:center;justify-content:center}.ff-size-tag.is-active,.ff-size-tag:hover{background:var(--ff-purple);color:#fff}.ff-box-card__deliver-row{display:flex;gap:8px;margin-top:8px}.ff-box-card__deliver-tag{flex:1;height:40px;padding:14px 8px;border-radius:13px;border:1px solid rgba(228,218,212,.5);background:#edeee5;font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-sm);line-height:var(--ff-lh-text-sm);letter-spacing:0;color:var(--ff-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1.29px 12.88px #00000014}.ff-box-card__deliver-tag.is-active,.ff-box-card__deliver-tag:hover{background:var(--ff-purple);color:#fff;border-color:var(--ff-purple)}.ff-savings-row{background:#ffd8d6;text-align:left;padding:7px 24px;margin:0;font-family:var(--ff-font-body);font-weight:600;font-size:var(--ff-fs-text-xs);line-height:var(--ff-lh-text-xs);letter-spacing:0;color:var(--ff-text)}.ff-sticky-bottom{position:fixed;left:0;right:0;bottom:0;background:var(--ff-bg-off-white-50);border-top:1px solid #e4dad4;padding:8px 0 0;z-index:25}.ff-sticky-bottom__inner{max-width:var(--ff-page-max);margin:0 auto;display:flex;flex-direction:column}.ff-sticky-bottom__subtotal{display:flex;justify-content:space-between;align-items:center;padding:0 20px;font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-lg);line-height:var(--ff-lh-text-lg);letter-spacing:0;color:var(--ff-text)}.ff-sticky-bottom__total{font-weight:400}.ff-sticky-bottom__actions{padding:13px 16px;display:flex;flex-direction:column;gap:16px}.ff-sticky-bottom .ff-btn--yellow{height:44px;padding:10px 18px;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;font-weight:600}.ff-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999999999;visibility:hidden;pointer-events:none;transition:visibility 0s linear .45s}.ff-drawer.is-open{visibility:visible;pointer-events:auto;transition:visibility 0s linear 0s}.ff-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#06161c33;opacity:0;transition:opacity .4s cubic-bezier(.22,1,.36,1);will-change:opacity}.ff-drawer.is-open .ff-drawer__overlay{opacity:1}.ff-drawer__panel{position:absolute;top:0;right:0;width:100%;max-width:374px;height:100%;background:#fff;transform:translate3d(100%,0,0);transition:transform .45s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;overflow:hidden;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;contain:layout paint}.ff-drawer.is-open .ff-drawer__panel{transform:translateZ(0)}@media(min-width:992px){.ff-drawer__panel{max-width:490px}}@media(max-width:991px){.ff-drawer__panel{width:calc(100% - 16px);max-width:374px}}@media(prefers-reduced-motion:reduce){.ff-drawer,.ff-drawer__overlay,.ff-drawer__panel{transition-duration:.01s}}.ff-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 18px;flex:0 0 auto;background:#fff}.ff-drawer__title{font-family:var(--ff-font-heading);font-weight:600;font-size:24px;line-height:28px;letter-spacing:-.02em;color:var(--ff-text)}.ff-drawer__close{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:0;flex:initial;cursor:pointer;transition:color .15s;color:var(--ff-text)}.ff-drawer__close>svg{width:15px;height:15px;transition:color .15s}.ff-drawer__close:hover svg{color:var(--ff-yellow)}.ff-drawer__tabs{display:flex;gap:8px;padding:0 16px 16px;background:#fff;overflow-x:auto;scrollbar-width:none;flex:0 0 auto}.ff-drawer__tabs::-webkit-scrollbar{display:none}.ff-drawer__tab{flex:0 0 auto;padding:7px 11px;border-radius:6px;background:#fff;border:1px solid #E4DAD480;font-family:var(--ff-font-body);font-size:16px;font-weight:400;line-height:24px;white-space:nowrap;cursor:pointer;color:#1b1c1e;transition:background-color .15s,color .15s,border-color .15s}.ff-drawer__tab.is-active{background:#569556;color:#fff;border-color:#569556}.ff-drawer__tab:hover:not(.is-active){background:#569556;color:#fff;border-color:#569556}.ff-drawer__body{flex:1 1 auto;overflow-y:auto;padding:0 16px 16px}.ff-drawer__panel-pane{display:none}.ff-drawer__panel-pane.is-active{display:block}.ff-drawer__footer{flex:0 0 auto;padding:0 16px 14px;background:var(--ff-surface)}.ff-drawer__footer .ff-btn{height:44px}.ff-drawer__search{position:relative;background:var(--ff-surface);border:1px solid var(--ff-border-dark);border-radius:64px;height:44px;display:flex;align-items:center;padding:0 16px;gap:8px;box-shadow:0 1px 2px #1018280a;margin-bottom:14px}.ff-drawer__search input{flex:1;border:0;outline:0;background:transparent;font-size:14px}.ff-drawer__search-icon{color:var(--ff-text-grey);flex:0 0 18px}.ff-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.ff-chip{padding:6px 14px;border-radius:var(--ff-radius-sm);background:var(--ff-surface);border:1px solid var(--ff-border);font-size:13px;font-weight:500;cursor:pointer;color:var(--ff-text)}.ff-chip.is-active{background:var(--ff-green);color:#fff;border-color:var(--ff-green)}.ff-chip-row--pill .ff-chip{border-radius:64px;padding:5px 12px;font-size:12px}.ff-chip-row--pill .ff-chip.is-active{background:var(--ff-text);color:#fff;border-color:var(--ff-text)}.ff-section-heading{font-family:var(--ff-font-heading);font-weight:700;font-size:18px;margin:8px 0}.ff-section-sub{font-size:13px;color:var(--ff-text-grey);margin-bottom:12px}.ff-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(min-width:600px){.ff-product-grid{grid-template-columns:repeat(3,1fr);gap:14px}}.ff-card-product{position:relative;background:var(--ff-surface);border-radius:var(--ff-radius-lg);overflow:hidden;box-shadow:var(--ff-shadow-card);display:flex;flex-direction:column}.ff-card-product__media{position:relative;aspect-ratio:1 / 1;background:var(--ff-bg-off-white-50);overflow:hidden}.ff-card-product__media img{width:100%;height:100%;object-fit:cover}.ff-card-product__add{position:absolute;right:8px;bottom:8px;width:36px;height:36px;border-radius:50%;background:var(--ff-surface);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f;font-size:18px;font-weight:600;color:var(--ff-text);cursor:pointer;transition:background-color .2s,transform .15s}.ff-card-product__add:active{transform:scale(.94)}.ff-card-product__body{padding:10px 12px 14px;display:flex;flex-direction:column;gap:3px}.ff-card-product__price-row{display:flex;align-items:baseline;gap:6px}.ff-card-product__price{font-weight:600;font-size:15px}.ff-card-product__price--compare{font-size:12px;color:var(--ff-text-grey);text-decoration:line-through;font-weight:400}.ff-card-product__title{font-weight:600;font-size:13px;line-height:1.3}.ff-card-product__sub{font-size:11px;color:var(--ff-text-grey)}.ff-card-product__badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px}.ff-badge{padding:3px 8px;border-radius:999px;font-size:10px;font-weight:600;line-height:1.4}.ff-badge--save{background:var(--ff-red-soft);color:var(--ff-text)}.ff-badge--rescued{background:var(--ff-green-soft);color:var(--ff-green)}.ff-excl-list{display:flex;flex-direction:column;background:var(--ff-surface);border-radius:var(--ff-radius-md);border:1px solid var(--ff-border);overflow:hidden}.ff-excl-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--ff-border)}.ff-excl-item:last-child{border-bottom:0}.ff-excl-item__media{width:40px;height:40px;border-radius:4px;background:var(--ff-bg-off-white-50);flex:0 0 40px;overflow:hidden}.ff-excl-item__media img{width:100%;height:100%;object-fit:cover}.ff-excl-item__body{flex:1;min-width:0}.ff-excl-item__name{font-size:14px;font-weight:500}.ff-excl-item__sub{font-size:11px;color:var(--ff-text-grey)}.ff-excl-item__action{padding:6px 16px;border-radius:64px;background:var(--ff-yellow-900);border:1px solid var(--ff-yellow-900);font-size:12px;font-weight:600;cursor:pointer;color:var(--ff-text);flex:0 0 auto}.ff-excl-item__action.is-removed{background:var(--ff-bg-off-white-50);border-color:var(--ff-border);color:var(--ff-text-grey)}.ff-excl-info{background:var(--ff-yellow-bg);border-radius:var(--ff-radius-md);padding:12px 14px;font-size:13px;color:var(--ff-text);margin-bottom:14px;line-height:1.5}.ff-excl-info strong{font-weight:700}.ff-drawer__box-summary{font-family:var(--ff-font-body);font-size:14px;line-height:20px;color:var(--ff-text-grey);margin:0 0 14px}.ff-drawer__box-summary strong{color:var(--ff-text);font-weight:600}.ff-excl-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ff-excl-head .ff-section-heading{margin:0}.ff-excl-limit{font-size:12px;color:var(--ff-text-grey);font-weight:500}.ff-drawer-box-head{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 0 8px}.ff-drawer-box-head__media{width:100%;height:auto;margin:6px 0 24px;display:flex;align-items:center;justify-content:center}.ff-drawer-box-head__media img{width:100%;height:auto;aspect-ratio:342 / 176;object-fit:contain;display:block}.ff-drawer-box-head__title{font-family:var(--ff-font-heading);font-weight:600;font-size:24px;line-height:28px;letter-spacing:-.02em;color:#000;text-align:left;align-self:stretch;margin:0 0 8px}.ff-drawer-box-head__price{font-family:var(--ff-font-body);font-weight:600;font-size:20px;line-height:24px;letter-spacing:0;color:#1b1c1e;text-align:left;align-self:stretch;margin:0 0 4px}.ff-drawer-box-head__sub{font-family:var(--ff-font-body);font-weight:400;font-size:18px;line-height:28px;letter-spacing:0;color:var(--ff-text-grey);text-align:left;align-self:stretch}.ff-size-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 24px}.ff-size-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:10px 12px 12px;border-radius:13px;border:1px solid #e6e0da;background:#fff;box-shadow:0 1.29px 12.88px #00000014;cursor:pointer;text-align:left;transition:background-color .15s,color .15s,border-color .15s}.ff-size-box.is-active,.ff-size-box:hover{background:var(--ff-purple);color:#fff;border-color:var(--ff-purple)}.ff-size-box__name{font-family:var(--ff-font-body);font-weight:600;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;margin-bottom:-4px}.ff-size-box__feeds{font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-sm);line-height:var(--ff-lh-text-sm);letter-spacing:0;opacity:1;color:var(--ff-text-grey)}.ff-size-box.is-active .ff-size-box__feeds,.ff-size-box:hover .ff-size-box__feeds{color:#d5d5d5}.ff-incl-title{font-family:var(--ff-font-heading);font-weight:600;font-size:var(--ff-fs-h6);line-height:var(--ff-lh-h6);letter-spacing:0;color:var(--ff-text);margin:0 0 18px;padding-top:22px;border-top:1px solid #E4DAD4}.ff-incl-list{display:flex;flex-direction:column;gap:8px}.ff-incl-item{display:flex;align-items:center;gap:15px}.ff-incl-item:last-child{border-bottom:0}.ff-incl-item__icon{width:44px;height:44px;flex:initial;display:flex;align-items:center;justify-content:center;background:transparent;transition:background-color .2s,box-shadow .2s}.ff-incl-item__icon img{width:100%;height:100%;object-fit:contain}#drawer-meat .ff-incl-item__icon{padding:0;overflow:hidden}#drawer-meat .ff-incl-item__icon img{object-fit:cover;border-radius:6px}.ff-incl-item__name{flex:1;font-family:var(--ff-font-body);font-weight:600;font-size:14px;line-height:17.42px;letter-spacing:0;vertical-align:middle;color:var(--ff-text)}.ff-incl-item__qty{font-family:var(--ff-font-body);font-weight:600;font-size:12.6px;line-height:16.2px;letter-spacing:0;color:#1b1c1e}.ff-incl-item__swap{padding:6.5px 12px;border-radius:999px;background:#fff;border:.9px solid #EEEEEE;box-shadow:0 1.03px 10.31px #00000014;font-family:var(--ff-font-body);font-size:12.6px;line-height:16.2px;letter-spacing:0;font-weight:600;color:var(--ff-text);cursor:pointer;transition:background-color .15s}.ff-incl-item__swap:hover{background:var(--ff-yellow)}.ff-how-it-works{border-top:1px solid #e9e5e0;margin-top:22px;padding-top:18px}.ff-how-it-works__title{font-family:var(--ff-font-heading);font-weight:600;font-size:var(--ff-fs-h6);line-height:var(--ff-lh-h6);letter-spacing:0;color:var(--ff-text);margin:0 0 15px}.ff-how-it-works__body{font-family:var(--ff-font-body);font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;color:#656565;margin:0}.ff-carrot-deco{display:flex;justify-content:flex-end;padding:30px 0 6px}.ff-carrot-deco img{width:190px;height:auto}.ff-free-from{border-top:1px solid #e9e5e0;margin-top:22px;padding-top:18px}.ff-free-from__title{font-family:var(--ff-font-heading);font-weight:600;font-size:var(--ff-fs-h6);line-height:var(--ff-lh-h6);letter-spacing:0;margin:0 0 14px}.ff-free-from__body{font-family:var(--ff-font-body);font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;color:#656565;margin:0 0 8px}.ff-excl-section-title{font-family:var(--ff-font-heading);font-weight:600;font-size:var(--ff-fs-h6);line-height:var(--ff-lh-h6);letter-spacing:0;color:var(--ff-text);margin:22px 0 18px;padding-top:18px;border-top:1px solid #e9e5e0}.ff-excl-select-box{border-radius:0;position:relative;overflow:visible;background:transparent;transition:border-radius .3s}.ff-excl-fold-btn{background:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:64px;width:100%;cursor:pointer;height:48px;padding:7.5px 18px 7.5px 22px;border:1px solid #eeeeee;font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text-grey);transition:border-radius .3s,border-color .3s}.ff-excl-fold__chevron{transition:transform .3s;flex:0 0 22px}.ff-excl-select-box.is-open .ff-excl-fold__chevron{transform:rotate(180deg)}.ff-excl-fold-drop{height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;transition:height .3s,padding-top .3s,margin-top .3s;border:0 solid #EEEEEE;border-radius:8px;background:#fff;margin-top:0;padding-top:0}.ff-excl-select-box.is-open .ff-excl-fold-drop{height:269px;border-width:1px;margin-top:6px;padding-top:8px}.ff-excl-row{display:flex;align-items:center;gap:12px;padding:8px 15px;cursor:pointer}.ff-excl-row input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid #d5d5d5;border-radius:4px;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px;position:relative;margin:2px 0 0;transition:all .2s}.ff-excl-row input[type=checkbox]:disabled{border-color:var(--ff-red);cursor:not-allowed}.ff-excl-row:has(input[type=checkbox]:disabled){cursor:not-allowed}.ff-excl-row input[type=checkbox]:checked{border-color:var(--ff-yellow);background:var(--ff-yellow)}.ff-excl-row input[type=checkbox]:checked:after{content:"";width:10px;height:8px;background:no-repeat center / 10px 8px url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.83301 0.832031L3.33301 6.33203L0.833008 3.83203' stroke='%231B1C1E' stroke-width='1.6666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.ff-excl-row__name{font-family:var(--ff-font-body);font-weight:400;font-size:var(--ff-fs-text-sm);line-height:var(--ff-lh-text-sm);letter-spacing:0;color:var(--ff-text-grey)}.ff-excl-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.ff-excl-chip-row:empty{display:none}.ff-excl-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:50px;background:var(--ff-yellow);font-family:var(--ff-font-body);font-weight:400;font-size:12px;line-height:18px;letter-spacing:0;color:var(--ff-text);border:0;cursor:pointer;transition:background-color .2s}.ff-excl-chip:hover{background:#fedd4d}.ff-excl-chip__close{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.ff-swap-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999999999;visibility:hidden;pointer-events:none;transition:visibility 0s linear .25s}.ff-swap-modal.is-open{visibility:visible;pointer-events:auto;transition:visibility 0s linear 0s}.ff-swap-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1b1c1e80;opacity:0;transition:opacity .25s}.ff-swap-modal.is-open .ff-swap-modal__overlay{opacity:1}.ff-swap-modal__panel{position:absolute;top:50%;left:50%;width:100%;max-width:520px;max-height:524px;background:#fff;border-radius:8px;box-shadow:0 20px 60px #0000002e;transform:translate(-50%,-50%) scale(1);opacity:0;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s;display:flex;flex-direction:column;overflow:hidden}.ff-swap-modal.is-open .ff-swap-modal__panel{transform:translate(-50%,-50%) scale(1);opacity:1}@media(max-width:575px){.ff-swap-modal__panel{width:calc(100% - 32px);max-width:none;max-height:568px}.ff-swap-modal__overlay{display:block!important}.ff-swap-modal.is-open .ff-swap-modal__overlay{opacity:1;background:#1b1c1e99}}.ff-swap-modal__head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px}.ff-swap-modal__title{font-family:var(--ff-font-heading);font-weight:600;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md);letter-spacing:0;color:var(--ff-text);display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin:0}.ff-swap-modal__title-main{color:var(--ff-text);white-space:nowrap}.ff-swap-modal__title-sub{color:var(--ff-text-grey);font-weight:400;font-size:var(--ff-fs-text-md);line-height:var(--ff-lh-text-md)}.ff-swap-modal__title-sub:empty{display:none}.ff-swap-modal__close{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:#1b1c1e;cursor:pointer;padding:0}.ff-swap-modal__close:hover svg{color:var(--ff-yellow)}.ff-swap-modal__list{flex:1;overflow-y:auto;padding:5px 20px 16px;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:#EAECF0 transparent}.ff-swap-modal__list::-webkit-scrollbar{width:8px}.ff-swap-modal__list::-webkit-scrollbar-track{background:transparent}.ff-swap-modal__list::-webkit-scrollbar-thumb{background:#eaecf0;border-radius:8px}.ff-swap-modal__row{display:flex;align-items:center;gap:11px;padding:8px 0;border:0;border-bottom:1px solid #f1eeea;background:transparent;cursor:pointer;text-align:left;width:100%;font-family:inherit;transition:background .15s}.ff-swap-modal__row:last-child{border-bottom:0}.ff-swap-modal__row:hover{background:#fafaf7}.ff-swap-modal__row-icon{width:40px;height:40px;flex:initial;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;padding:0}.ff-swap-modal__row-icon img{width:100%;height:100%;object-fit:cover}.ff-swap-modal__row-name{flex:1;font-family:var(--ff-font-body);font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#1b1c1e}.ff-swap-modal__select{padding:6.5px 14.5px;border-radius:57.6px;background:#fece00;border:.9px solid #FECE00;font-family:var(--ff-font-body);font-weight:600;font-size:12.6px;line-height:16.2px;letter-spacing:0;color:#1b1c1e;display:inline-flex;align-items:center;justify-content:center;margin-right:4px;transition:background-color .15s,border-color .15s}.ff-swap-modal__row:hover .ff-swap-modal__select{background:var(--ff-yellow-900);border-color:var(--ff-yellow-900)}.ff-swap-modal__row.swap-animation .ff-swap-modal__row-icon{animation:ffSwapMediaHighlight 1.5s ease}@keyframes ffSwapMediaHighlight{0%{box-shadow:0 0 #fedd4d00;background-color:#fff8e0}30%{box-shadow:0 0 0 4px #fedd4d;background-color:#fff4c2}to{box-shadow:0 0 #fedd4d00;background-color:#fff8e0}}.ff-incl-item.is-swapped .ff-incl-item__icon{box-shadow:0 0 0 1px #fedd4d}.ff-swap-head{display:flex;align-items:center;justify-content:space-between;padding:0 0 10px;margin-bottom:10px;border-bottom:1px solid var(--ff-border)}.ff-swap-head__title{font-weight:600;font-size:14px}.ff-swap-head__title em{font-style:normal;color:var(--ff-green);font-weight:700}.ff-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ff-bg-off-white);z-index:90;display:none;flex-direction:column;padding:0}.ff-loading-overlay.is-active{display:flex}.ff-loading-overlay__inner{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;max-width:var(--ff-page-max);margin:0 auto}.ff-loading-overlay__title{font-family:var(--ff-font-body);font-weight:600;font-size:20px;line-height:28px;letter-spacing:0;text-align:center;margin:34px 0 15px}.ff-loading-overlay__sub{font-family:var(--ff-font-body);font-weight:400;font-size:18px;line-height:28px;letter-spacing:0;text-align:center;color:var(--ff-text-grey);margin-bottom:28px}.ff-loading-overlay__art{position:relative;margin-top:18px;padding-left:60px;align-self:center;display:inline-flex;justify-content:center}.ff-loading-overlay__fruit{width:168px;height:auto;overflow:visible}.ff-loading-overlay__bubble{position:absolute;top:28px;left:6px;width:116px;height:auto;transform-origin:center center;transform:rotate(-15deg);animation:ffYummyBeat 1.6s ease-in-out infinite}@keyframes ffYummyBeat{0%{transform:rotate(-15deg) scale(1)}14%{transform:rotate(-15deg) scale(1.12)}28%{transform:rotate(-15deg) scale(1)}42%{transform:rotate(-15deg) scale(1.12)}70%{transform:rotate(-15deg) scale(1)}to{transform:rotate(-15deg) scale(1)}}@media(prefers-reduced-motion:reduce){.ff-loading-overlay__fruit,.ff-loading-overlay__bubble{animation:none}}.ff-divider{height:1px;background:var(--ff-border);margin:16px 0}.ff-note{font-size:12px;color:var(--ff-text-grey);text-align:center;margin-top:8px}.ff-note a{text-decoration:underline}.announcement-bar{background-color:#4f3350;width:100%;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;padding:6px 0}.announcement-bar p{font-family:Lexend,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:1.5;letter-spacing:0;color:#fff;text-decoration:none;margin:0}.announcement-bar .marquee-track{display:inline-flex;animation:marquee-scroll var(--marquee-duration, 20s) linear infinite}.announcement-bar .marquee-item{display:inline-flex;align-items:center;white-space:nowrap;padding-right:80px}@media(max-width:575px){.announcement-bar .marquee-item{padding-right:40px}}.announcement-bar .marquee-item img{height:18px;width:30px;object-fit:contain;vertical-align:middle}.announcement-bar .marquee-item a{color:#fff;transition:all .3s}.announcement-bar .marquee-item a:hover{color:#fece00}.announcement-bar+.header-wrap{margin-top:36px}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{position:absolute;left:0;top:0;width:100%;display:block;padding:0;margin:0;z-index:999;border-bottom:1px solid transparent;transition:margin-top .7s cubic-bezier(.77,0,.175,1),border .3s,transform .7s cubic-bezier(.77,0,.175,1)}.header .header-wrap{background-color:var(--bg-color)}.header.sticky{border-color:#eee}.header:after{content:"";background-color:transparent;width:100%;height:1px;left:0;bottom:0;transition:all .2s}.header header{display:flex;padding:26px 80px;justify-content:space-between;transition:border-color .3s,padding .3s;max-width:1440px;margin:0 auto;align-items:center}.header header ul,.header header li,.header header ol{list-style:none;margin:0;padding:0}.header header ul:before,.header header li:before,.header header ol:before{content:none}@media(max-width:1200px){.header header{padding:26px 40px}}@media(max-width:575px){.header header{padding:20px 16px}}.header header .header-burger{display:none}@media(max-width:991px){.header header .header-burger{display:block;position:relative;width:28px;height:28px;margin-left:13px}.header header .header-burger.active span:first-child{top:12.5px;transform:rotate(45deg)}.header header .header-burger.active span:nth-child(2){opacity:0}.header header .header-burger.active span:nth-child(3){top:12.5px;transform:rotate(-45deg)}}.header header .header-burger span{width:23px;height:2.5px;background-color:#000;border-radius:5px;position:absolute;transition:all .2s;left:3.5px}.header header .header-burger span:first-child{top:6px}.header header .header-burger span:nth-child(2){top:12.5px}.header header .header-burger span:last-child{top:19.5px}.header header .header-left{display:flex;align-items:center}.header header .header-left .header-logo{position:relative;width:211px;height:34px;margin-right:48px;display:flex}@media(max-width:991px){.header header .header-left .header-logo{width:91px;height:18px;margin-right:0;margin-left:3px}}.header header .header-left .header-logo a img{width:100%;max-width:none;margin-top:6px}@media(max-width:991px){.header header .header-left .header-logo a img{display:none;width:122px;height:auto;margin-top:0}}@media(max-width:360px){.header header .header-left .header-logo a img{width:80px}}.header header .header-left .header-logo a img:last-child{display:none}@media(max-width:991px){.header header .header-left .header-logo a img:last-child{display:block}}.header header .header-right{display:flex;align-items:center}@media(max-width:991px){.header header .header-menu{display:none}}.header header .header-menu .menu{display:flex;gap:32px}.header header .header-menu .menu a{font-family:Lexend,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;text-decoration:none;color:var(--link-color);transition:all .2s}@media(min-width:1200px){.header header .header-menu .menu a:hover{color:var(--link_hover-color)}}.header header .header-btns{display:flex;gap:16px}@media(max-width:991px){.header header .header-btns{display:none}}@media(max-width:575px){.header header .header-btns{gap:8px}}.header header .header-btns .btn{font-family:Lexend,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;text-transform:capitalize;color:#1b1c1e;display:flex;border:.71px solid #eeeeee;align-items:center;justify-content:center;text-decoration:none;padding:5px 15.5px;height:40px;border-radius:72px;box-shadow:0 1.29px 12.88px #00000014}@media(max-width:360px){.header header .header-btns .btn{font-size:13px;line-height:1.4615384615;height:31px;border:.5px solid #eeeeee;padding:5px 11.3px}}@media(max-width:575px){.header header .header-btns .btn svg{width:15px}}.header header .header-btns .btn:last-child{gap:5px;box-shadow:0 1.83px 18.28px #00000014;background-color:#4f3350;color:#fff;padding:4px 20px}.header header .header-btns .btn:last-child svg{display:none}@media(min-width:1200px){.header header .header-btns .btn:last-child:hover{background-color:#633859}}.header header .header-btns .btn:first-child{background-color:#fff;gap:6px;box-shadow:0 1.42px 2.84px #1018280d;color:#1b1c1e}@media(max-width:991px){.header header .header-btns .btn:first-child{display:none}}@media(max-width:575px){.header header .header-btns .btn:first-child{gap:4px;padding:5px 12px}.header header .header-btns .btn:first-child svg{width:15px}}@media(max-width:365px){.header header .header-btns .btn:first-child{padding:5px 8px}}@media(min-width:1200px){.header header .header-btns .btn:first-child:hover{background-color:#fff;border-color:#f0e4af}}.header .header-mobile-menu{display:none;opacity:0;visibility:hidden;position:fixed}@media(max-width:991px){.header .header-mobile-menu{display:block;width:100%;height:var(--topbar-height, 100vh);top:0;left:-100vw;z-index:9;transition:all .7s cubic-bezier(.77,0,.175,1)}.header .header-mobile-menu.is-active{opacity:1;left:0;visibility:visible}.header .header-mobile-menu.is-active+.header-mobile-bg{opacity:1;visibility:visible}.header .header-mobile-menu{padding:0}}.header .header-mobile-menu .icon-close{position:absolute;left:40px;top:36px;width:44px;height:44px;align-items:center;justify-content:center;display:flex}@media(max-width:991px){.header .header-mobile-menu .icon-close{top:18px;left:auto;right:calc(16px + 11.7948717949%);width:36px;height:36px}}.header .header-mobile-menu .menu-inner{display:flex;flex-direction:column;height:100%}@media(max-width:991px){.header .header-mobile-menu .menu-inner{background-color:#fffaf5;max-width:88.2051282051%;border-radius:0 24px 24px 0;padding:68px 0 0;position:relative;overflow:hidden;transform:translateZ(0)}.header .header-mobile-menu .menu-inner .menu-inner--logo{position:absolute;left:40px;top:26px;max-width:91px}}@media(max-width:575px){.header .header-mobile-menu .menu-inner .menu-inner--logo{left:18px;max-width:95px}}.header .header-mobile-menu .menu-inner-content{overflow:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;display:flex;flex-direction:column}.header .header-mobile-menu .menu-inner-content::-webkit-scrollbar{display:none}.header .header-mobile-menu .menu-inner-content .menu{display:flex;flex-direction:column;align-items:center}@media(max-width:991px){.header .header-mobile-menu .menu-inner-content .menu{align-items:flex-start;padding:0 40px}}@media(max-width:575px){.header .header-mobile-menu .menu-inner-content .menu{padding-left:16px;padding-right:16px}}.header .header-mobile-menu .menu-inner-content .menu li{margin-bottom:15px}@media(max-width:991px){.header .header-mobile-menu .menu-inner-content .menu li{padding:6px 0;margin-bottom:0}}.header .header-mobile-menu .menu-inner-content .menu li:last-child{margin-bottom:0}.header .header-mobile-menu .menu-inner-content .menu a{font-family:Lexend,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1.5;letter-spacing:0;text-decoration:none;color:#1b1c1e;transition:all .2s}@media(max-width:991px){.header .header-mobile-menu .menu-inner-content .menu a{font-size:36px;line-height:40px;letter-spacing:0;font-family:Lexend,sans-serif;font-weight:500;font-style:normal;color:#1b1c1e}}.header .header-mobile-menu .menu-inner-content .menu-wave-line{display:flex}.header .header-mobile-menu .menu-inner-content .menu-wave-line svg{width:100%;height:auto}.header .header-mobile-menu .menu-inner-accordions{padding:16px 40px 14.5348837209%;background-color:#ffefd2}@media(max-width:575px){.header .header-mobile-menu .menu-inner-accordions{padding-left:16px;padding-right:16px}}.header .header-mobile-menu .menu-inner-accordions .menu-inner--account-link{padding:17px 0;border-top:1px solid #f6e6c9}.header .header-mobile-menu .menu-inner-accordions .menu-inner--account-link a{display:flex;justify-content:space-between;text-decoration:none;font-family:Lexend,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:24px;letter-spacing:0;vertical-align:middle;color:#1b1c1e}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list{padding:17px 0;border-top:1px solid #f6e6c9}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list:last-child{border-bottom:none}@media(min-width:1200px){.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list:hover h3:before,.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list:hover h3:after{background-color:#fece00}}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list.active h3{margin-bottom:18px}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list.active h3:after{transform:rotate(0)}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list h3{font-size:16px;line-height:24px;letter-spacing:0;position:relative;font-family:Lexend,sans-serif;font-weight:600;font-style:normal;color:#1b1c1e;transition:all .3s;cursor:pointer;margin:0}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list h3:after{content:"";position:absolute;width:13px;height:2px;border-radius:2px;transition:all .3s;right:6px;background-color:#1b1c1e;transform:rotate(90deg);top:12px}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list h3:before{content:"";position:absolute;width:13px;height:2px;border-radius:2px;top:12px;right:6px;background-color:#1b1c1e;transition:all .3s}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop{display:none}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop ul li{margin-top:8px;position:relative;color:#656565}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop ul li:first-child{margin-top:0}.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop p,.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop li,.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop a{font-family:Lexend,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#656565;text-decoration:none;letter-spacing:0}@media(min-width:575px){.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop p,.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop li,.header .header-mobile-menu .menu-inner-accordions .accordion-lists .list .list-drop a{font-size:18px;line-height:28px}}.header .header-mobile-menu .menu-inner-accordions+.menu-wave-line{margin-top:-14.5348837209%;margin-bottom:-2px}.header .header-mobile-menu .menu-inner-links{display:flex;flex-direction:column;padding:7px 40px 21px;background-color:#ffd6ba;position:relative;flex:1}@media(max-width:575px){.header .header-mobile-menu .menu-inner-links{padding-left:16px;padding-right:16px}}.header .header-mobile-menu .menu-inner-links>a{font-family:Lexend,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:18px;letter-spacing:0;color:#1b1c1e;margin-bottom:16px;opacity:.8;text-decoration:none}.header .header-mobile-menu .menu-inner-links .menu-link{font-family:Lexend,sans-serif;font-weight:400;font-style:normal;display:flex;align-items:center;font-size:14px;line-height:18px;letter-spacing:0;color:#1b1c1e;margin-bottom:16px;opacity:.8;text-decoration:none;gap:4px}.header .header-mobile-menu .menu-inner-links .list{display:flex;align-items:center;gap:23px}.header .header-mobile-menu .menu-inner-links .list .list-item{display:flex;flex-shrink:0}.header .header-mobile-menu .menu-inner-links .list .list-item .list-link{display:flex;align-items:center;justify-content:center;font-size:32px;line-height:normal;letter-spacing:0;text-decoration:none;color:#1b1c1e;transition:all .2s;opacity:.8;width:24px;height:24px}@media(max-width:991px){.header .header-mobile-bg{display:block!important;position:fixed;transition:all .7s cubic-bezier(.77,0,.175,1);background-color:#1b1c1eb3;left:0;width:100vw;height:100vh;pointer-events:none;top:0;visibility:hidden;opacity:0}}html.overflow-hidden--menu,body.overflow-hidden--menu{overflow:hidden}body:has(>.header):not(.gradient){padding-top:110px}@media(max-width:991px){body:has(>.header):not(.gradient){padding-top:90px}}@media(max-width:575px){body:has(>.header):not(.gradient){padding-top:70px}}@media(min-width:1200px)and (hover:hover){.template-search__header .header__icon--cart.ff-no-hover-bg:hover{background-color:transparent;border-color:transparent;transition:none}}.ff-incl-locked{display:none}.ff-incl-wrap{position:relative}html.ff-portal-swap-enabled.ff-swap-locked .ff-incl-list{pointer-events:none}html.ff-portal-swap-enabled.ff-swap-locked .ff-incl-locked{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background-color:#fef9f6cc;padding:0 16px;overflow-y:auto}.ff-incl-locked .content{max-width:382px;margin:94px auto 0;background-color:#f9f2e7;padding:24px;border-radius:16px;height:auto}@media(max-width:575px){.ff-incl-locked .content{margin-top:86px}}.ff-incl-locked .content h2{font-family:Lexend,sans-serif;font-weight:600;font-size:20px;line-height:28px;letter-spacing:0;color:#1b1c1e}.ff-incl-locked .content p{font-family:Lexend,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;margin-top:8px;color:#656565}.ff-rescue-locked-block,.ff-cart-locked-block{display:none}html.ff-portal-swap-enabled.ff-swap-locked .ff-rescue-locked-block,html.ff-portal-swap-enabled.ff-swap-locked .ff-cart-locked-block{display:block}html.ff-portal-swap-enabled.ff-swap-locked .collection-item.fruit-and-veg .box-attributes-text{display:none}
/*# sourceMappingURL=/cdn/shop/t/93/assets/new-flow.css.map */
