:root{--zh-cart-pink: #f0358c;--zh-cart-pink-hot: #ff5ca8;--zh-cart-pink-deep: #d92a78;--zh-cart-pink-soft: #fff5f9;--zh-cart-pink-glow: rgb(240 53 140 / .28);--zh-cart-muted: #8a7080;--zh-cart-ink: #1a1210;--zh-cart-border: #ece4dc;--zh-cart-ease-out: cubic-bezier(.22, 1, .36, 1);--zh-cart-ease-spring: cubic-bezier(.34, 1.4, .64, 1)}@media screen and (min-width:750px){#header-component header-actions>.zh-cart-hover-anchor{order:1}.zh-cart-hover-anchor{position:relative;display:inline-flex;align-items:center}.zh-cart-hover__trigger{position:relative}.zh-cart-hover__underline{display:none!important}.zh-cart-hover-anchor:is(:hover,:focus-within,[data-open=true]) .zh-cart-hover__underline{display:none!important}.zh-cart-hover-anchor:is(:hover,[data-open=true]) .zh-cart-hover__trigger{--button-color: var(--zh-cart-pink);color:var(--zh-cart-pink)}.zh-cart-hover-anchor:is(:hover,[data-open=true]) .zh-cart-hover__trigger svg{stroke:currentColor}}.zh-cart-hover-root{display:none}@media screen and (min-width:750px){.zh-cart-hover-root{display:block;--zh-cart-top: var(--header-height, 72px);--zh-cart-panel-width: min(440px, calc(100vw - 48px) )}.zh-cart-hover-root[hidden]{display:none!important}.zh-cart-hover-root.is-open{display:block}.zh-cart-hover__backdrop{display:none!important}.zh-cart-hover-root.is-open .zh-cart-hover__backdrop{display:none!important;opacity:0;visibility:hidden;pointer-events:none}.zh-cart-hover__panel{position:fixed;top:var(--zh-cart-top);left:var(--zh-cart-left, 24px);right:auto;width:var(--zh-cart-panel-width);max-height:min(520px,calc(100dvh - var(--zh-cart-top) - 24px));overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #f0d4e4;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 28px #0000001a;z-index:calc(var(--layer-overlay) + 2);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.zh-cart-hover-root.is-open .zh-cart-hover__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.zh-cart-hover__panel:before{display:none}[data-zh-cart-panel-inner]{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.zh-cart-hover__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0;padding:16px 20px;border-bottom:1px solid var(--zh-cart-border)}.zh-cart-hover__title{margin:0;font-family:var(--font-accent--family);font-size:.9375rem;font-weight:700;color:var(--zh-cart-ink);line-height:1.3}.zh-cart-hover__total{margin:0;font-size:.8125rem;color:var(--zh-cart-muted);text-align:right;white-space:nowrap}.zh-cart-hover__total-label{display:block;line-height:1.4}.zh-cart-hover__total strong{display:block;margin-top:2px;font-family:var(--font-accent--family);font-size:.9375rem;font-weight:700;color:var(--zh-cart-ink)}.zh-cart-hover__body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:16px 20px 20px}.zh-cart-hover__body.is-empty{display:flex;align-items:center;justify-content:center;padding:24px 20px 28px}.zh-cart-hover__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 8px 8px}.zh-cart-hover__empty-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:14px;border:1px solid var(--zh-cart-border);border-radius:50%;color:#bbb}.zh-cart-hover__empty-icon svg{width:24px;height:24px}.zh-cart-hover__empty-title{margin:0 0 8px;font-family:var(--font-accent--family);font-size:1rem;font-weight:700;color:var(--zh-cart-ink)}.zh-cart-hover__empty-note{margin:0 0 18px;font-size:.8125rem;line-height:1.5;color:var(--zh-cart-muted)}.zh-cart-hover__empty-note a{color:var(--zh-cart-ink);text-decoration:none}.zh-cart-hover__empty-note a:hover{color:var(--zh-cart-pink)}.zh-cart-hover__sign-in{display:flex;align-items:center;justify-content:center;width:100%;max-width:280px;min-height:44px;padding:10px 20px;border:0;border-radius:8px;background:var(--zh-cart-pink);color:#fff;font-family:var(--font-accent--family);font-size:.9375rem;font-weight:700;text-decoration:none;box-shadow:0 4px 14px #f0358c47;transition:background .22s var(--zh-cart-ease-out),transform .14s var(--zh-cart-ease-spring),box-shadow .22s ease;-webkit-tap-highlight-color:transparent}@media(hover:hover){.zh-cart-hover__sign-in:hover{background:var(--zh-cart-pink-hot);transform:translateY(-1px);box-shadow:0 8px 22px #f0358c59;color:#fff}}.zh-cart-hover__sign-in:active,.zh-cart-hover__sign-in.is-pressed{transform:scale(.97);background:var(--zh-cart-pink-deep);box-shadow:0 2px 8px #f0358c38}.zh-cart-hover__items{display:flex;flex-direction:column;gap:0;margin:0 0 16px;padding:0}.zh-cart-hover__item{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--zh-cart-border)}.zh-cart-hover__item:first-child{padding-top:0}.zh-cart-hover__item:last-child{padding-bottom:0;border-bottom:0}.zh-cart-hover__item-media{flex-shrink:0;width:76px;height:76px;border-radius:8px;overflow:hidden;background:#f7f7f7;border:1px solid rgb(240 53 140 / .08)}.zh-cart-hover__item-image{width:100%;height:100%;object-fit:cover;display:block}.zh-cart-hover__item-placeholder{display:block;width:100%;height:100%;background:#f5f5f5}.zh-cart-hover__item-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.zh-cart-hover__item-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;font-family:var(--font-accent--family);font-size:.8125rem;font-weight:600;color:var(--zh-cart-ink);text-decoration:none;line-height:1.4}.zh-cart-hover__item-title:hover{color:var(--zh-cart-pink)}.zh-cart-hover__item-variant{margin:0;font-size:.6875rem;line-height:1.5;color:var(--zh-cart-muted);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.zh-cart-hover__item-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.zh-cart-hover__item-prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0}.zh-cart-hover__item-current{font-family:var(--font-accent--family);font-size:.875rem;font-weight:700;color:var(--zh-cart-ink);line-height:1.2}.zh-cart-hover__item-compare{font-size:.75rem;font-weight:400;color:#a8989f;text-decoration:line-through;line-height:1.2}.zh-cart-hover__item-qty{flex-shrink:0;font-family:var(--font-accent--family);font-size:.8125rem;font-weight:700;color:var(--zh-cart-ink);line-height:1.2}.zh-cart-hover__more{margin:0 0 14px;font-size:.8125rem;color:var(--zh-cart-muted);text-align:center}.zh-cart-hover__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.zh-cart-hover__view-bag,.zh-cart-hover__checkout{position:relative;z-index:0;display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 14px;border-radius:8px;font-family:var(--font-accent--family);font-size:.875rem;font-weight:700;line-height:1.2;cursor:pointer;overflow:hidden;isolation:isolate;-webkit-tap-highlight-color:transparent;transition:background .22s var(--zh-cart-ease-out),color .22s ease,border-color .22s ease,transform .14s var(--zh-cart-ease-spring),box-shadow .22s ease}.zh-cart-hover__view-bag{border:1.5px solid var(--zh-cart-pink);background:#fff;color:var(--zh-cart-pink);text-decoration:none}@media(hover:hover){.zh-cart-hover__view-bag:hover{border-color:var(--zh-cart-pink-hot);background:var(--zh-cart-pink-soft);color:var(--zh-cart-pink-deep);transform:translateY(-1px);box-shadow:0 4px 16px #f0358c24}}.zh-cart-hover__view-bag:active,.zh-cart-hover__view-bag.is-pressed{transform:scale(.97);background:#fcecf4eb;border-color:var(--zh-cart-pink-deep);box-shadow:0 1px 6px #f0358c1a}.zh-cart-hover__checkout{border:0;background:var(--zh-cart-pink);color:#fff;box-shadow:0 4px 14px #f0358c47}.zh-cart-hover__checkout:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,transparent 35%,rgb(255 255 255 / .32) 50%,transparent 65%);transform:translate(-120%);transition:transform .55s var(--zh-cart-ease-out);pointer-events:none}@media(hover:hover){.zh-cart-hover__checkout:hover{background:var(--zh-cart-pink-hot);transform:translateY(-1px);box-shadow:0 8px 24px #f0358c61}.zh-cart-hover__checkout:hover:after{transform:translate(120%)}}.zh-cart-hover__checkout:active,.zh-cart-hover__checkout.is-pressed{transform:scale(.97);background:var(--zh-cart-pink-deep);box-shadow:0 2px 8px #f0358c38}.zh-cart-hover__view-bag:focus-visible,.zh-cart-hover__checkout:focus-visible{outline:2px solid rgb(240 53 140 / .45);outline-offset:2px}.zh-cart-hover__actions form{margin:0;min-width:0}.zh-cart-hover__actions form button{width:100%}body.zh-cart-hover-open #header-group{position:relative;z-index:calc(var(--layer-overlay) + 3);background:#fff}@media(prefers-reduced-motion:reduce){.zh-cart-hover__panel,.zh-cart-hover__underline,.zh-cart-hover__view-bag,.zh-cart-hover__checkout,.zh-cart-hover__sign-in{transition:none!important}.zh-cart-hover-root.is-open .zh-cart-hover__panel{transform:none}}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/zh-cart-hover.css.map */
