:root{--ff-cream: #FBF3EA;--ff-espresso: #3A2A1E;--ff-bottle: #2F3B1F;--ff-terracotta: #C1601E}.ff-offer__cta{position:relative}.ff-offer__cta.is-loading{cursor:wait;pointer-events:none}.ff-offer__cta-spinner{display:inline-flex;align-items:center;justify-content:center;color:#fff}.ff-offer__cta-spinner[hidden]{display:none!important}.ff-offer__cta-spinner svg{display:block;animation:ff-cta-spin .7s linear infinite}.ff-offer__cta-body[hidden]{display:none!important}.ff-offer__cta-error{margin:.5rem 0 0;padding:0;font-family:var(--font-body-family, "DM Sans", system-ui, sans-serif);font-size:.8125rem;font-weight:600;line-height:1.35;color:#b42318;text-align:center}.ff-offer__cta-error[hidden]{display:none!important}@keyframes ff-cta-spin{to{transform:rotate(360deg)}}.ff-cart-drawer.cart-drawer{--ff-cream: #FBF3EA;--ff-espresso: #3A2A1E;--ff-bottle: #2F3B1F;--ff-excellent: #008A5E;--ff-terracotta: #C1601E;--drawer-content-max-height: calc(100dvh - .35rem) ;--drawer-body-padding: .85rem 1rem;--drawer-footer-padding: .75rem 1rem calc(.85rem + env(safe-area-inset-bottom, 0px)) ;color:var(--ff-espresso);font-family:var(--font-body-family, "DM Sans", system-ui, sans-serif)}@media screen and (max-width:699px){.ff-cart-drawer.cart-drawer{--drawer-content-max-height: calc(100dvh - .8rem - env(safe-area-inset-bottom, 0px)) ;padding:.4rem;bottom:0;top:auto}.ff-cart-drawer::part(content){border-radius:18px;height:var(--drawer-content-max-height);max-height:var(--drawer-content-max-height)}}@media screen and (min-width:700px){.ff-cart-drawer.cart-drawer{--drawer-body-padding: 1rem 1.15rem;--drawer-footer-padding: .85rem 1.15rem 1.1rem;--drawer-content-max-height: none}.ff-cart-drawer::part(content){border-radius:18px 0 0 18px}}.ff-cart-drawer::part(content){background:var(--ff-cream);overflow:visible;clip-path:none}.ff-cart-drawer::part(body){background:var(--ff-cream);overflow-y:auto;overscroll-behavior-y:contain}.ff-cart-drawer::part(footer){background:var(--ff-cream);border-top:1px solid color-mix(in srgb,var(--ff-espresso) 8%,transparent);box-shadow:none}.ff-cart-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:color-mix(in srgb,var(--ff-espresso) 6%,#ffffff);color:var(--ff-espresso);font-size:1.35rem;line-height:1;cursor:pointer;flex-shrink:0}.ff-cart-drawer__close:hover,.ff-cart-drawer__close:focus-visible{background:#fff}.ff-cart-drawer__inner{display:flex;flex-direction:column;gap:.65rem;padding-bottom:.15rem;width:100%}.ff-cart-drawer__top{display:flex;flex-direction:column;gap:.55rem}.ff-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ff-cart-drawer__title-row{display:flex;align-items:center;gap:.45rem;min-width:0}.ff-cart-drawer__title{margin:0;font-family:var(--font-heading, "Playfair Display", Georgia, serif);font-size:1.2rem;font-weight:700;line-height:1.15;color:var(--ff-espresso)}.ff-cart-drawer__count{background:var(--ff-terracotta)!important;color:#fff!important}.ff-cart-drawer__rating{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .4rem;min-width:0}.ff-cart-drawer__stars{display:inline-flex;align-items:center;gap:.05rem;color:var(--ff-terracotta);flex-shrink:0}.ff-cart-drawer__star{display:block}.ff-cart-drawer__avatars{display:inline-flex;align-items:center;flex-shrink:0}.ff-cart-drawer__avatar{display:block;width:22px;height:22px;border-radius:50%;overflow:hidden;border:1.5px solid #ffffff;background:color-mix(in srgb,var(--ff-cream) 60%,#ffffff);margin-left:-6px;box-sizing:border-box}.ff-cart-drawer__avatar:first-child{margin-left:0}.ff-cart-drawer__avatar-img{display:block;width:100%;height:100%;object-fit:cover}.ff-cart-drawer__avatar-ph{display:block;width:100%;height:100%;background:color-mix(in srgb,var(--ff-terracotta) 22%,var(--ff-cream))}.ff-cart-drawer__rating-text{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.2rem .3rem;min-width:0;font-size:.6875rem;font-weight:600;line-height:1.25;color:var(--ff-espresso)}.ff-cart-drawer__rating-excellent{color:var(--ff-excellent, #008A5E);font-weight:700}.ff-cart-drawer__rating-sep{opacity:.35}.ff-cart-drawer__rating-reviews{color:var(--ff-espresso);text-decoration:underline;text-underline-offset:2px}.ff-cart-drawer__stock{display:inline-flex;align-items:center;gap:.45rem;margin:0;padding:.35rem .65rem;border-radius:999px;background:color-mix(in srgb,var(--ff-terracotta) 10%,#ffffff);border:1px solid color-mix(in srgb,var(--ff-terracotta) 22%,transparent);width:fit-content;max-width:100%}.ff-cart-drawer__stock-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:#e53935;box-shadow:0 0 color-mix(in srgb,#e53935 45%,transparent);animation:ff-stock-pulse 1.8s ease-out infinite}.ff-cart-drawer__stock-text{font-size:.75rem;font-weight:600;line-height:1.25;color:var(--ff-espresso)}.ff-cart-drawer__stock-count{font-weight:800;color:#e53935;font-variant-numeric:tabular-nums}@keyframes ff-stock-pulse{0%{box-shadow:0 0 color-mix(in srgb,#e53935 40%,transparent)}70%{box-shadow:0 0 0 6px transparent}to{box-shadow:0 0 0 0 transparent}}.ff-cart-drawer__body{display:flex;flex-direction:column;gap:.75rem}.ff-cart-drawer__line-items>*+*{margin-top:.65rem;padding-top:.65rem;border-top:1px solid color-mix(in srgb,var(--ff-espresso) 8%,transparent)}.ff-cart-drawer .line-item,.ff-cart-drawer .line-item a,.ff-cart-drawer .line-item p{color:var(--ff-espresso)}.ff-cart-drawer .line-item{--product-list-image-size: 3.75rem}.ff-cart-drawer .quantity-input{border-radius:10px;border-color:color-mix(in srgb,var(--ff-espresso) 18%,transparent);background:#fff}.ff-cart-drawer__rec-title{margin:0;font-size:.875rem;font-weight:700;color:var(--ff-espresso)}.ff-cart-drawer__empty{text-align:center;padding:2rem 1.25rem}.ff-cart-drawer__empty-icon{position:relative;display:inline-flex;margin-bottom:1rem;color:var(--ff-espresso)}.ff-cart-drawer__empty-title{margin:0 0 1rem;font-family:var(--font-heading, "Playfair Display", Georgia, serif);font-size:1.25rem;font-weight:700;color:var(--ff-espresso)}.ff-cart-drawer__empty-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.35rem;border-radius:12px;background:var(--ff-terracotta);color:#fff!important;font-weight:700;text-decoration:none!important}.ff-cart-drawer__empty-cta:hover{background:color-mix(in srgb,var(--ff-terracotta) 88%,#000000)}.ff-cart-drawer__footer{display:flex;flex-direction:column;gap:.55rem;width:100%}.ff-cart-drawer__promo{display:flex;flex-direction:column;gap:.4rem;width:100%}.ff-cart-drawer__promo-label{font-size:.75rem;font-weight:600;letter-spacing:.02em;color:color-mix(in srgb,var(--ff-espresso) 72%,transparent)}.ff-cart-drawer__promo-row{display:flex;gap:.4rem;width:100%}.ff-cart-drawer__promo-input{flex:1 1 auto;min-width:0;height:42px;padding:0 .85rem;border:1px solid color-mix(in srgb,var(--ff-espresso) 18%,transparent);border-radius:10px;background:#fff;color:var(--ff-espresso);font-family:inherit;font-size:.875rem;font-weight:500}.ff-cart-drawer__promo-input:focus{outline:2px solid color-mix(in srgb,var(--ff-terracotta) 55%,transparent);outline-offset:1px}.ff-cart-drawer__promo-btn{flex:0 0 auto;height:42px;padding:0 .95rem;border:none;border-radius:10px;background:var(--ff-espresso);color:#fff;font-family:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.02em;cursor:pointer}.ff-cart-drawer__promo-btn:hover{background:color-mix(in srgb,var(--ff-espresso) 88%,#000000)}.ff-cart-drawer__promo-msg{margin:0;font-size:.75rem;font-weight:500;color:var(--ff-bottle)}.ff-cart-drawer__promo-msg.is-error{color:#8a3b1a}.ff-cart-drawer__promo-codes{display:flex;flex-wrap:wrap;gap:.35rem}.ff-cart-drawer__promo-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .35rem .2rem .55rem;border-radius:10px;background:color-mix(in srgb,var(--ff-bottle) 10%,#ffffff);color:var(--ff-bottle);font-size:.75rem;font-weight:700;letter-spacing:.02em}.ff-cart-drawer__promo-remove{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:none;border-radius:8px;background:transparent;color:inherit;font-size:1rem;line-height:1;cursor:pointer}.ff-cart-drawer__discounts{display:flex;flex-wrap:wrap;gap:.35rem}.ff-cart-drawer__discount{background:color-mix(in srgb,var(--ff-bottle) 10%,#ffffff);color:var(--ff-bottle);border-radius:10px;font-size:.75rem}.ff-cart-drawer__totals{display:flex;flex-direction:column;gap:.2rem}.ff-cart-drawer__meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.ff-cart-drawer__meta-label{font-size:.9375rem;font-weight:600;color:var(--ff-espresso)}.ff-cart-drawer__meta-value{font-size:.9375rem;font-weight:700;color:var(--ff-espresso)}.ff-cart-drawer__meta-value--free{letter-spacing:.02em}.ff-cart-drawer__meta-row--total .ff-cart-drawer__meta-label,.ff-cart-drawer__meta-row--total .ff-cart-drawer__meta-value{font-size:1.05rem}.ff-cart-drawer__guarantee{display:flex;align-items:center;justify-content:center;gap:.35rem;margin:0;padding:0;border:none;background:none;font-size:.75rem;font-weight:600;line-height:1.3;color:var(--ff-excellent, #008A5E);text-align:center}.ff-cart-drawer__guarantee-check{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.85em;font-weight:700;color:var(--ff-excellent, #008A5E)}.ff-cart-drawer__pay{display:flex;flex-direction:column;gap:.55rem;margin:0}.ff-cart-drawer__checkout-form{display:block;width:100%;margin:0}.ff-cart-drawer__wallets{display:block;width:100%}.ff-cart-drawer__pay>p:not(.ff-cart-drawer__guarantee):not(.ff-cart-drawer__one-tap),.ff-cart-drawer__wallets>p,.ff-cart-drawer #shopify-buyer-consent,.ff-cart-drawer__wallets #shopify-buyer-consent{display:none!important;height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;visibility:hidden!important;font-size:0!important;line-height:0!important}.ff-cart-drawer__wallets shopify-accelerated-checkout-cart,.ff-cart-drawer__wallets shopify-accelerated-checkout,.ff-cart-drawer shopify-accelerated-checkout-cart,.ff-cart-drawer shopify-accelerated-checkout{display:block;width:100%;box-sizing:border-box;overflow:visible;--shopify-accelerated-checkout-button-block-size: 44px;--shopify-accelerated-checkout-button-inline-size: 110px;--shopify-accelerated-checkout-button-border-radius: 22px;--shopify-accelerated-checkout-button-box-shadow: none;--shopify-accelerated-checkout-inline-alignment: space-between;--shopify-accelerated-checkout-row-gap: 8px;--shopify-accelerated-checkout-skeleton-background-color: #e8e0d6;--shopify-accelerated-checkout-skeleton-animation-duration: .6s}.ff-cart-drawer__one-tap{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin:.05rem 0 0;padding:0;border:none;background:none;font-size:.75rem;font-weight:600;letter-spacing:.01em;text-align:center;color:color-mix(in srgb,var(--ff-espresso) 68%,transparent);line-height:1.3}.ff-cart-drawer__one-tap-arrow{flex-shrink:0;display:block;color:var(--ff-espresso);opacity:.55}.ff-cart-drawer__one-tap-label{flex-shrink:1;min-width:0}.ff-cart-drawer__checkout-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;min-height:40px;padding:.55rem .85rem;border:none;border-radius:10px;background:var(--ff-espresso);color:#fff;font-family:inherit;font-size:.875rem;font-weight:700;line-height:1.2;cursor:pointer;box-sizing:border-box;transition:background .15s ease,filter .15s ease}.ff-cart-drawer__checkout-btn:hover,.ff-cart-drawer__checkout-btn:focus-visible{background:color-mix(in srgb,var(--ff-espresso) 88%,#000000);color:#fff;filter:none}.ff-cart-drawer__checkout-lock{display:inline-flex;align-items:center;color:inherit}.ff-cart-drawer__checkout-lock svg{width:13px;height:13px}@media(min-width:700px){.ff-cart-drawer__title{font-size:1.3rem}.ff-cart-drawer__rating-text{font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/flush-flow-cart-drawer.css.map */
