.pf-cart-drawer.cart-drawer__dialog{--pf-cart-brand: var(--flateria-brand, #63afa4);--pf-cart-action: var(--flateria-brand-dark, #164f4a);--pf-cart-action-hover: var(--flateria-brand-deep, #103a37);--pf-cart-surface: var(--flateria-surface, #f7f4ee);--pf-cart-surface-alt: var(--flateria-surface-alt, #eee9e1);--pf-cart-surface-raised: var(--flateria-surface-raised, #fff);--pf-cart-heading: var(--flateria-text-strong, #103a37);--pf-cart-text: var(--flateria-text, #202523);--pf-cart-muted: var(--flateria-text-muted, #66716d);--pf-cart-divider: color-mix(in srgb, var(--pf-cart-brand) 24%, transparent);width:min(480px,100vw);max-width:100vw;background:var(--pf-cart-surface);color:var(--pf-cart-text)}.pf-cart-drawer cart-items-component{display:flex;flex-direction:column;height:100%;min-height:0}.pf-cart-drawer .cart-drawer__content{height:auto;min-height:0;flex:1;background:var(--pf-cart-surface)}.pf-cart-drawer .cart-drawer__header{min-height:72px;padding:18px 24px;border-bottom:1px solid var(--pf-cart-divider);color:var(--pf-cart-heading)}.pf-cart-drawer .cart-drawer__heading{color:var(--pf-cart-heading);font-size:26px;font-weight:750;line-height:1.1;letter-spacing:-.035em}.pf-cart-drawer .cart-drawer__heading .cart-bubble{margin-inline-start:3px;background:var(--pf-cart-action);color:var(--flateria-white, #fff)}.pf-cart-drawer .cart-drawer__close-button{width:42px;height:42px;margin-right:-8px;border-radius:50%;color:var(--pf-cart-heading)}.pf-cart-drawer .cart-drawer__close-button:hover{background:color-mix(in srgb,var(--pf-cart-action-hover) 8%,transparent)}.pf-cart-drawer .cart-drawer__items{flex:0 0 auto;overflow:visible;padding:20px 24px 8px}.pf-cart-drawer .cart-items__table-row{grid-template-columns:84px minmax(0,1fr);grid-template-areas:"media details" "media price" "media quantity" "media error";gap:6px 15px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--pf-cart-divider)}.pf-cart-drawer .cart-items__media-container{border-radius:6px;background:var(--pf-cart-surface-alt)}.pf-cart-drawer .cart-items__media-image{object-fit:cover}.pf-cart-drawer .cart-items__details,.pf-cart-drawer .cart-items__quantity,.pf-cart-drawer .cart-items__price{min-width:0}.pf-cart-drawer .cart-items__title{color:var(--pf-cart-heading);font-size:17px;font-weight:700;line-height:1.25;letter-spacing:-.015em}.pf-cart-drawer .cart-items__details{color:var(--pf-cart-muted);font-size:13px;line-height:1.4}.pf-cart-drawer .cart-items__price{text-align:start;color:var(--pf-cart-action);font-size:15px;font-weight:700;line-height:1.25}.pf-cart-drawer .cart-items__price .compare-at-price,.pf-cart-drawer .cart-items__details .compare-at-price{margin-inline-start:5px;color:var(--pf-cart-muted);font-weight:500}.pf-cart-drawer .cart-items__quantity-controls{gap:6px}.pf-cart-drawer .cart-items__quantity{margin-top:2px}.pf-cart-drawer .cart-items__quantity .quantity-selector{min-height:36px;border:1px solid color-mix(in srgb,var(--pf-cart-brand) 46%,transparent);border-radius:5px;background:var(--pf-cart-surface-raised);color:var(--pf-cart-heading)}.pf-cart-drawer .cart-items__quantity .quantity-selector>:is(button,input){color:var(--pf-cart-heading)}.pf-cart-drawer .cart-items__remove{width:38px;height:38px;color:color-mix(in srgb,var(--pf-cart-action) 68%,transparent)}.pf-cart-drawer .cart-items__remove:hover{color:var(--pf-cart-action-hover)}.pf-cart-drawer .cart-drawer__summary{align-items:stretch;flex-shrink:0;gap:16px;margin-top:0;padding:22px 24px calc(24px + env(safe-area-inset-bottom));border-top:0;border-radius:18px 18px 0 0;background:var(--pf-cart-surface);box-shadow:0 -8px 24px color-mix(in srgb,var(--pf-cart-action-hover) 7%,transparent);color:var(--pf-cart-heading);-webkit-mask-image:none;mask-image:none}.pf-cart-drawer .cart-totals{gap:14px;margin:0;padding:0;border:0}.pf-cart-drawer .cart-totals__original-container,.pf-cart-drawer .cart-totals__container{gap:8px}.pf-cart-drawer .cart-totals__item,.pf-cart-drawer .cart-discounts__item{line-height:1.35}.pf-cart-drawer .cart-totals__original{color:var(--pf-cart-muted);font-size:14px}.pf-cart-drawer .cart-discounts{display:grid;gap:7px;padding:10px 12px;border-radius:6px;border:1px solid var(--pf-cart-divider);background:color-mix(in srgb,var(--flateria-brand-light, #dceeea) 58%,transparent);color:var(--pf-cart-heading);font-size:13px;font-weight:650}.pf-cart-drawer .cart-discounts__label svg{color:var(--pf-cart-action)}.pf-cart-drawer .cart-totals__container{padding-top:14px;border-top:1px solid var(--pf-cart-divider)}.pf-cart-drawer .cart-totals__tax-note{color:rgb(var(--color-foreground-rgb) / .68);font-size:12px;line-height:1.4}.pf-cart-drawer .cart-totals__total{color:var(--pf-cart-heading);font-size:19px;font-weight:750;letter-spacing:-.02em}.pf-cart-drawer .cart-totals__total-value{color:var(--pf-cart-heading);font-size:22px;font-weight:750}.pf-cart-drawer .cart__checkout-button{width:100%;min-height:56px;border:0;border-radius:5px;background:var(--pf-cart-action);box-shadow:none;color:var(--flateria-white, #fff);font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.pf-cart-drawer .cart__checkout-button:hover{background:var(--pf-cart-action-hover);color:var(--flateria-white, #fff)}.pf-cart-drawer .cart__checkout-button:focus-visible{outline:3px solid var(--pf-cart-brand);outline-offset:3px}.pf-cart-drawer .cart__checkout-button:before,.pf-cart-drawer .cart__checkout-button:after{content:none}.pf-cart-progress{min-height:70px;box-sizing:border-box;margin:14px 24px 0;padding:13px 14px 14px;border:1px solid color-mix(in srgb,var(--pf-cart-brand) 38%,transparent);border-radius:8px;background:var(--flateria-brand-light, #dceeea);color:var(--pf-cart-action)}.pf-cart-progress__message{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 10px;font-size:13px;font-weight:600;line-height:1.35;text-align:center}.pf-cart-progress__message strong{font-weight:800}.pf-cart-progress__icon{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center}.pf-cart-progress__icon svg{width:22px;height:22px}.pf-cart-progress__status{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.pf-cart-progress__track{height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--pf-cart-brand) 22%,transparent)}.pf-cart-progress__bar{display:block;width:100%;height:100%;border-radius:inherit;background:var(--pf-cart-brand)}.pf-cart-progress__value{color:var(--pf-cart-action);font-size:11px;font-weight:750;line-height:1}.pf-cart-upsells{display:block;min-height:40px;padding:14px 24px 22px;border-top:1px solid var(--pf-cart-divider)}.pf-cart-upsells[hidden],.pf-cart-upsells.hidden{display:none}.pf-cart-upsells__heading{margin:0 0 13px;color:var(--pf-cart-heading);font-size:18px;font-weight:750;letter-spacing:-.02em}.pf-cart-upsells__list{display:grid;gap:10px}.pf-cart-upsell{display:grid;grid-template-columns:64px minmax(0,1fr) auto;grid-template-areas:"image title action" "image price action";align-items:center;gap:3px 12px;min-width:0;padding:8px;border:1px solid var(--pf-cart-divider);border-radius:7px;background:var(--pf-cart-surface-raised)}.pf-cart-upsell__image{grid-area:image;display:block;overflow:hidden;width:64px;height:64px;border-radius:5px;background:var(--pf-cart-surface-alt)}.pf-cart-upsell__image img{width:100%;height:100%;object-fit:cover}.pf-cart-upsell__title{grid-area:title;display:block;color:var(--pf-cart-heading);font-size:13px;font-weight:700;line-height:1.25;text-decoration:none}.pf-cart-upsell__price{grid-area:price;margin:0;color:var(--pf-cart-action);font-size:13px}.pf-cart-upsell__price s{margin-inline-end:4px;color:var(--pf-cart-muted)}.pf-cart-upsell__action{grid-area:action}.pf-cart-upsell__action .quick-add{position:static;display:block;pointer-events:auto}.pf-cart-upsell__action .quick-add__product-form-component,.pf-cart-upsell__action .shopify-product-form{display:block;height:auto}.pf-cart-upsell__action .quick-add__button{position:static;display:flex;width:auto;min-width:58px;height:34px;padding:0 10px;border:1px solid var(--pf-cart-action);border-radius:4px;background:var(--pf-cart-surface-raised);color:var(--pf-cart-action);opacity:1;pointer-events:auto}.pf-cart-upsell__action .quick-add__button .add-to-cart-icon{display:none}.pf-cart-upsell__action .quick-add__button .add-to-cart-text,.pf-cart-upsell__action .quick-add__button .add-to-cart-text__content{display:flex;height:auto;grid-template-columns:1fr;overflow:visible;background:transparent}.pf-cart-upsell__action .quick-add__button .add-to-cart-text__content>span span{padding:0;opacity:1;filter:none;translate:none;color:inherit;font-size:11px;font-weight:800;line-height:1;text-transform:uppercase}.pf-cart-upsell__action .quick-add__button .add-to-cart-text__content>span span:before{content:"+";margin-inline-end:3px}.pf-cart-reassurance{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin:0;padding:11px 13px;border:1px solid var(--pf-cart-divider);border-radius:6px;background:#ffffff94;color:var(--pf-cart-heading);font-size:12px;font-weight:600;line-height:1.4}.pf-cart-reassurance svg{width:22px;height:22px;color:#397453}.pf-cart-empty__icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 20px;border-radius:50%;background:var(--flateria-brand-light, #dceeea);color:var(--pf-cart-heading)}.pf-cart-empty__icon svg{width:32px;height:32px}.pf-cart-drawer.cart-drawer--empty .cart-drawer__items{padding-top:0}.pf-cart-drawer.cart-drawer--empty .cart-drawer__content{flex:0 1 auto;width:100%;padding:20px 24px 36px}.pf-cart-drawer.cart-drawer--empty .cart-drawer__heading{margin-bottom:12px}.pf-cart-drawer.cart-drawer--empty .cart-items__wrapper>p{max-width:32ch;color:rgb(var(--color-foreground-rgb) / .68);font-size:13px;line-height:1.45}.pf-cart-drawer.cart-drawer--empty .cart-items__empty-button{min-width:220px;min-height:50px;border:0;border-radius:5px;background:var(--pf-cart-action);box-shadow:none;color:var(--flateria-white, #fff);font-weight:750;text-transform:uppercase}.pf-cart-drawer.cart-drawer--empty .cart-items__empty-button:hover{background:var(--pf-cart-action-hover)}.pf-cart-drawer.cart-drawer--empty .cart-items__empty-button:focus-visible{outline:3px solid var(--pf-cart-brand);outline-offset:3px}@media screen and (max-width:749px){.pf-cart-drawer.cart-drawer__dialog{width:100vw}.pf-cart-drawer .cart-drawer__header{min-height:64px;padding:14px 18px}.pf-cart-drawer .cart-drawer__items,.pf-cart-upsells{padding-inline:18px}.pf-cart-drawer .cart-drawer__summary{padding:20px 18px calc(20px + env(safe-area-inset-bottom))}.pf-cart-progress{margin-inline:18px}.pf-cart-upsell{grid-template-columns:58px minmax(0,1fr) auto}.pf-cart-upsell__image{width:58px;height:58px}.pf-cart-upsell__action .is-visually-hidden-mobile:not(:focus,:active){position:static!important;overflow:visible;width:auto;height:auto;margin:0;clip:auto}.pf-cart-drawer.cart-drawer--empty .cart-drawer__content{padding:16px 18px calc(28px + env(safe-area-inset-bottom))}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/plateful-cart.css.map */
