.hj-cart-overlay{display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:2147482999;background:#f5f5f5b8;backdrop-filter:blur(12px) saturate(.86);-webkit-backdrop-filter:blur(12px) saturate(.86);cursor:pointer;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.hj-cart-overlay.is-open{display:block!important;opacity:1;pointer-events:auto;visibility:visible}.hj-cart-drawer{--hj-cart-ink: #1f1147;--hj-cart-pink: #ff6fa8;--hj-cart-cream: #fffaf6;--hj-cart-cream-deep: #fff8f1;--hj-cart-soft-pink: #fff0f7;--hj-cart-lilac-border: #f0e8ff;--hj-cart-muted: #786f92;position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:2147483000;visibility:hidden;pointer-events:none;overflow:hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hj-cart-drawer *,.hj-cart-drawer *:before,.hj-cart-drawer *:after{box-sizing:border-box}.hj-cart-drawer.is-visible{display:block}.hj-cart-drawer.is-open{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;visibility:visible;pointer-events:none}.hj-cart-drawer__panel{position:absolute;top:0;right:0;z-index:1;display:grid;width:min(460px,100vw);height:100%;grid-template-rows:auto 1fr auto;overflow:hidden;border-left:1px solid var(--hj-cart-lilac-border);background:var(--hj-cart-cream);color:var(--hj-cart-ink);box-shadow:-24px 0 50px #1f11471f;opacity:0;pointer-events:none;transform:translate(100%);visibility:hidden;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .2s ease,visibility .2s ease}.hj-cart-drawer[aria-hidden=true] .hj-cart-drawer__panel{opacity:0;pointer-events:none;transform:translate(100%);visibility:hidden}.hj-cart-drawer.is-open .hj-cart-drawer__panel{opacity:1;pointer-events:auto;transform:translate(0);visibility:visible}.hj-cart-drawer__header{display:grid;gap:16px;min-height:154px;padding:24px 24px 16px;border-bottom:1px solid var(--hj-cart-lilac-border)}.hj-cart-drawer__heading{position:relative;min-height:43px;padding-right:48px}.hj-cart-drawer__heading h2{display:flex;align-items:center;gap:8px;margin:0;color:var(--hj-cart-ink);font-family:Fredoka,Inter,system-ui,sans-serif;font-size:23px;font-weight:700;line-height:25px;letter-spacing:0}.hj-cart-drawer__heading h2 span:not(:empty){display:inline-grid;min-width:22px;height:22px;place-items:center;padding:0 7px;border-radius:999px;background:var(--hj-cart-soft-pink);color:var(--hj-cart-pink);font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:900}.hj-cart-drawer__heading p{margin:2px 0 0;color:var(--hj-cart-muted);font-size:12px;line-height:18px}.hj-cart-drawer__close{position:absolute;top:24px;right:24px;display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(31,17,71,.08);border-radius:999px;background:#fff;color:var(--hj-cart-ink);cursor:pointer}.hj-cart-drawer__close svg,.hj-cart-item__remove svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}.hj-cart-progress{display:grid;gap:8px;min-height:54px;padding:12px 16px;border-radius:14px;background:var(--hj-cart-soft-pink)}.hj-cart-progress__row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--hj-cart-muted);font-size:11px;font-weight:700;line-height:16px}.hj-cart-progress__row strong{color:var(--hj-cart-pink)}.hj-cart-progress__track{height:6px;overflow:hidden;border-radius:999px;background:#ff6fa82e}.hj-cart-progress__track span{display:block;height:100%;border-radius:inherit;background:var(--hj-cart-pink);transition:width .24s ease}.hj-cart-drawer__body{min-height:0;overflow-y:auto;padding:16px 20px}.hj-cart-items{display:grid;gap:12px}.hj-cart-items.is-empty{display:none}.hj-cart-item{display:grid;grid-template-columns:84px 1fr;gap:12px;padding:12px;border:1px solid var(--hj-cart-lilac-border);border-radius:18px;background:#fff;box-shadow:0 12px 24px #1f11470a}.hj-cart-item__media{display:block;width:84px;height:84px;overflow:hidden;border:1px solid #f5eef8;border-radius:16px;background:#fff}.hj-cart-item__media img,.hj-cart-item__media span{display:block;width:100%;height:100%;object-fit:contain}.hj-cart-item__body{display:grid;min-width:0;gap:12px}.hj-cart-item__top{display:grid;grid-template-columns:1fr 28px;gap:8px}.hj-cart-item__title{display:-webkit-box;overflow:hidden;color:var(--hj-cart-ink);font-family:Fredoka,Inter,system-ui,sans-serif;font-size:15px;font-weight:700;line-height:18px;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hj-cart-item__variant{margin:4px 0 0;color:var(--hj-cart-muted);font-size:11px;line-height:15px}.hj-cart-item__remove{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:999px;background:var(--hj-cart-soft-pink);color:var(--hj-cart-pink);cursor:pointer}.hj-cart-item__bottom{display:flex;align-items:end;justify-content:space-between;gap:10px}.hj-cart-qty{display:grid;width:104px;height:34px;grid-template-columns:34px 36px 34px;overflow:hidden;border:1px solid #d8cdec;border-radius:999px;background:#fff}.hj-cart-qty button,.hj-cart-qty span{display:grid;place-items:center;border:0;background:transparent;color:var(--hj-cart-ink);font-size:13px;font-weight:800;line-height:1}.hj-cart-qty button{cursor:pointer}.hj-cart-item__price{display:grid;justify-items:end;gap:2px;color:var(--hj-cart-muted);font-size:11px;line-height:14px}.hj-cart-item__price strong{color:var(--hj-cart-pink);font-size:14px;line-height:18px}.hj-cart-recommendations{display:grid;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--hj-cart-lilac-border)}.hj-cart-recommendations__header h3{margin:0;color:var(--hj-cart-ink);font-family:Fredoka,Inter,system-ui,sans-serif;font-size:17px;font-weight:700;line-height:20px}.hj-cart-recommendations__list{display:grid;gap:10px}.hj-cart-recommendation{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--hj-cart-lilac-border);border-radius:16px;background:#fff;box-shadow:0 10px 22px #1f114709}.hj-cart-recommendation__media{display:block;width:64px;height:64px;overflow:hidden;border:1px solid #f5eef8;border-radius:14px;background:#fff}.hj-cart-recommendation__media img,.hj-cart-recommendation__media span{display:block;width:100%;height:100%;object-fit:contain}.hj-cart-recommendation__body{display:grid;min-width:0;gap:4px}.hj-cart-recommendation__title{display:-webkit-box;overflow:hidden;color:var(--hj-cart-ink);font-size:12px;font-weight:800;line-height:15px;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hj-cart-recommendation__price{color:var(--hj-cart-pink);font-size:12px;font-weight:900;line-height:14px}.hj-cart-recommendation__add{display:inline-grid;min-width:52px;min-height:32px;place-items:center;border:0;border-radius:999px;background:var(--hj-cart-pink);color:#fff;font-size:12px;font-weight:900;cursor:pointer}.hj-cart-recommendation__add:disabled{cursor:wait;opacity:.58}.hj-cart-empty{display:grid;min-height:790px;align-content:center;justify-items:center;gap:20px;padding:40px 0;text-align:center}.hj-cart-empty__icon{display:grid;width:96px;height:96px;place-items:center;border-radius:24px;background:linear-gradient(135deg,#ff6fa8,#a78bfa);color:#fff;box-shadow:0 18px 36px #ff6fa82e}.hj-cart-empty__icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.hj-cart-empty__copy{width:220px}.hj-cart-empty__copy h3{margin:0;color:var(--hj-cart-ink);font-family:Fredoka,Inter,system-ui,sans-serif;font-size:21px;font-weight:700;line-height:25px}.hj-cart-empty__copy p{margin:6px 0 0;color:var(--hj-cart-muted);font-size:13px;line-height:19px}.hj-cart-empty__actions{display:grid;gap:8px;width:220px}.hj-cart-button,.hj-cart-checkout,.hj-cart-view,.hj-cart-continue{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;font-size:13px;font-weight:900;text-decoration:none}.hj-cart-button--primary,.hj-cart-checkout{border:0;background:var(--hj-cart-pink);color:#fff}.hj-cart-button--secondary,.hj-cart-view,.hj-cart-continue{border:1.5px solid var(--hj-cart-ink);background:transparent;color:var(--hj-cart-ink)}.hj-cart-drawer__footer{display:grid;gap:12px;padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--hj-cart-lilac-border);background:#fffaf6f5;box-shadow:0 -14px 32px #1f11470f}.hj-cart-subtotal{display:flex;align-items:center;justify-content:space-between;color:var(--hj-cart-ink);font-size:14px;font-weight:800}.hj-cart-subtotal strong{color:var(--hj-cart-pink);font-size:18px}.hj-cart-drawer__footer p{margin:-4px 0 0;color:var(--hj-cart-muted);font-size:12px;line-height:16px}.hj-cart-checkout{min-height:50px}.hj-cart-footer-actions{display:grid;grid-template-columns:.82fr 1.18fr;gap:10px}.hj-cart-view,.hj-cart-checkout{min-height:50px}.hj-cart-continue{width:100%;min-height:42px;cursor:pointer}.hj-cart-drawer .is-hidden{display:none!important}html.hj-cart-open,body.hj-cart-open{overflow:hidden}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.hj-cart-overlay{background:#f5f5f5d1}}.hj-figma-site .hj-header__cart,.hj-header__cart{position:relative}.hj-figma-site .hj-header__cart-badge,.hj-header__cart-badge{position:absolute;top:1px;right:1px;display:grid;min-width:16px;height:16px;place-items:center;padding:0 4px;border:2px solid #fff8f1;border-radius:999px;background:#ff6fa8;color:#fff;font-size:9px;font-weight:900;line-height:1}.hj-figma-site .hj-header__cart-badge.is-empty,.hj-header__cart-badge.is-empty{display:none}@media(max-width:749px){.hj-cart-drawer__panel{width:min(430px,calc(100vw - 44px))}.hj-cart-drawer__header{padding:22px 20px 16px}.hj-cart-drawer__close{top:22px;right:20px}.hj-cart-drawer__body{padding:14px 16px}.hj-cart-footer-actions{grid-template-columns:1fr;gap:8px}.hj-cart-empty{min-height:calc(100vh - 300px)}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/heyjudee-cart.css.map */
