ec-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950;display:block;pointer-events:none}ec-cart-drawer[hidden]{display:none}.ec-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1414146b;opacity:0;transition:opacity .28s ease;pointer-events:none}ec-cart-drawer.is-open .ec-cart-drawer__overlay{opacity:1;pointer-events:auto}.ec-cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(460px,100%);background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 30px #00000014;transform:translate(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);pointer-events:auto}ec-cart-drawer.is-open .ec-cart-drawer__panel{transform:translate(0)}.ec-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--ec-color-border, #ececec)}.ec-cart-drawer__title{font-family:var(--ec-font-family-heading, "Cormorant Garamond", serif);font-size:24px;font-weight:500;margin:0;color:var(--ec-color-text, #1a1a1a)}.ec-cart-drawer__count{font-family:var(--ec-font-family-body, "Inter", system-ui, sans-serif);font-size:14px;color:var(--ec-color-text-muted, #6b6b6b);margin-left:6px;font-weight:400}.ec-cart-drawer__count:empty{display:none}.ec-cart-drawer__close{background:none;border:0;padding:6px;color:var(--ec-color-text-secondary, #333333);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.ec-cart-drawer__close:hover{color:var(--ec-color-brand-primary, #c1305a)}.ec-cart-drawer__body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.ec-cart-drawer__skeleton{padding:14px 24px}.ec-cart-drawer__skeleton-row{height:84px;margin:14px 0;border-radius:4px;background:linear-gradient(90deg,var(--ec-color-surface-warm, #f3ebe3) 0%,rgba(243,235,227,.6) 50%,var(--ec-color-surface-warm, #f3ebe3) 100%);background-size:200% 100%;animation:ec-cart-drawer-skeleton 1.4s ease infinite}@keyframes ec-cart-drawer-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.ec-cart-drawer__ship-progress{background:var(--ec-color-surface-warm, #f3ebe3);padding:14px 24px}.ec-cart-drawer__ship-progress-label{margin:0 0 8px;font-size:12px;color:var(--ec-color-text-secondary, #333333)}.ec-cart-drawer__ship-progress-bar{height:4px;background:#fff;position:relative;border-radius:2px;overflow:hidden}.ec-cart-drawer__ship-progress-fill{position:absolute;inset:0 auto 0 0;background:var(--ec-color-brand-primary, #c1305a);border-radius:2px;transition:width .32s ease}.ec-cart-drawer__items{list-style:none;padding:0 24px;margin:0}.ec-cart-drawer__item{display:grid;grid-template-columns:84px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--ec-color-border, #ececec)}.ec-cart-drawer__item:last-child{border-bottom:0}.ec-cart-drawer__item-thumb{width:84px;aspect-ratio:1 / 1.18;background:var(--ec-color-surface-warm, #f3ebe3);display:block;overflow:hidden}.ec-cart-drawer__item-thumb img{width:100%;height:100%;object-fit:cover}.ec-cart-drawer__item-info{display:flex;flex-direction:column;min-width:0}.ec-cart-drawer__item-name{font-size:13px;font-weight:500;margin:0 0 4px;padding-right:24px;position:relative;line-height:1.35;color:var(--ec-color-text, #1a1a1a)}.ec-cart-drawer__item-name a{color:inherit;text-decoration:none}.ec-cart-drawer__item-name a:hover{text-decoration:underline}.ec-cart-drawer__item-remove{position:absolute;right:0;top:0;background:none;border:0;padding:0;color:var(--ec-color-text-muted, #6b6b6b);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.ec-cart-drawer__item-remove:hover{color:var(--ec-color-brand-primary, #c1305a)}.ec-cart-drawer__item-option{margin:0;font-size:11px;color:var(--ec-color-text-muted, #6b6b6b)}.ec-cart-drawer__item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px}.ec-cart-drawer__qty{display:inline-flex;border:1px solid #e3e3e3}.ec-cart-drawer__qty-btn{width:26px;height:28px;border:0;background:#fff;font-size:12px;color:var(--ec-color-text-secondary, #333333);cursor:pointer;line-height:1}.ec-cart-drawer__qty-btn:hover{background:var(--ec-color-surface-warm, #f3ebe3)}.ec-cart-drawer__qty-value{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;font-size:12px;font-family:inherit}.ec-cart-drawer__item-price{margin:0;font-size:13px;font-weight:600;color:var(--ec-color-text, #1a1a1a)}.ec-cart-drawer__item-price-original{color:var(--ec-color-text-muted, #6b6b6b);text-decoration:line-through;font-weight:400;margin-right:6px}.ec-cart-drawer__empty{padding:56px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.ec-cart-drawer__empty-text{margin:0;font-size:15px;color:var(--ec-color-text-secondary, #333333)}.ec-cart-drawer__empty-cta{display:inline-block;padding:14px 26px;background:var(--ec-color-brand-primary, #c1305a);color:#fff;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;text-decoration:none;transition:background .15s ease}.ec-cart-drawer__empty-cta:hover{background:var(--ec-color-brand-primary-hover, #9c2649)}.ec-cart-drawer__foot[hidden]{display:none}.ec-cart-drawer__foot{border-top:1px solid var(--ec-color-border, #ececec);padding:22px 24px 24px}.ec-cart-drawer__summary-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px;color:var(--ec-color-text-secondary, #333333)}.ec-cart-drawer__summary-row--total{font-size:17px;font-weight:600;color:var(--ec-color-text, #1a1a1a);margin-top:6px;padding-top:12px;border-top:1px solid var(--ec-color-border, #ececec)}.ec-cart-drawer__summary-pending{color:var(--ec-color-text-muted, #6b6b6b)}.ec-cart-drawer__summary-note{font-size:11px;color:var(--ec-color-text-muted, #6b6b6b);margin:6px 0 14px}.ec-cart-drawer__checkout{display:block;width:100%;background:var(--ec-color-brand-primary, #c1305a);color:#fff;border:0;padding:16px;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;text-align:center;text-decoration:none;margin-bottom:8px;transition:background .15s ease}.ec-cart-drawer__checkout:hover{background:var(--ec-color-brand-primary-hover, #9c2649)}.ec-cart-drawer__view-cart{display:block;width:100%;background:#fff;color:var(--ec-color-text, #1a1a1a);border:1px solid #e3e3e3;padding:13px;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;text-align:center;text-decoration:none}.ec-cart-drawer__view-cart:hover{background:var(--ec-color-surface-warm, #f3ebe3)}ec-cart-drawer.is-busy .ec-cart-drawer__qty-btn,ec-cart-drawer.is-busy .ec-cart-drawer__item-remove{pointer-events:none;opacity:.55}@media(max-width:640px){.ec-cart-drawer__panel{width:100%}}@media(prefers-reduced-motion:reduce){.ec-cart-drawer__overlay,.ec-cart-drawer__panel,.ec-cart-drawer__ship-progress-fill{transition:none}.ec-cart-drawer__skeleton-row{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ec-cart-drawer.css.map */
