.vdct-mini-cart{position:relative;display:inline-flex;min-height:48px;gap:.7rem;align-items:center;padding:.45rem .75rem;border:1px solid color-mix(in srgb,var(--vdct-primary,#e72d6d) 18%,transparent);border-radius:calc(var(--vdct-radius,16px) * .65);background:var(--vdct-surface,#fff);color:var(--vdct-text,#231b20);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s}.vdct-mini-cart:hover{border-color:var(--vdct-primary,#e72d6d);box-shadow:0 8px 24px color-mix(in srgb,var(--vdct-primary,#e72d6d) 14%,transparent);color:var(--vdct-text,#231b20);transform:translateY(-1px)}.vdct-mini-cart:focus-visible{outline:3px solid color-mix(in srgb,var(--vdct-primary,#e72d6d) 28%,#fff);outline-offset:3px}.vdct-mini-cart__icon{position:relative;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;color:var(--vdct-primary,#e72d6d)}.vdct-mini-cart__icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.vdct-mini-cart__count{position:absolute;top:-8px;right:-10px;display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border:2px solid var(--vdct-surface,#fff);border-radius:999px;background:var(--vdct-primary,#e72d6d);color:#fff;font-size:.68rem;font-weight:800;line-height:1}.vdct-mini-cart[data-empty=true] .vdct-mini-cart__count{display:none}.vdct-mini-cart__text{display:grid;gap:.05rem;line-height:1.15}.vdct-mini-cart__text small{color:color-mix(in srgb,var(--vdct-text,#231b20) 62%,transparent);font-size:.7rem;font-weight:650}.vdct-mini-cart__text strong{font-size:.86rem;font-weight:800;white-space:nowrap}@media(max-width:575.98px){.vdct-mini-cart{min-height:44px;padding:.4rem .55rem}.vdct-mini-cart__text small{display:none}.vdct-mini-cart__text strong{font-size:.78rem}}@media(prefers-reduced-motion:reduce){.vdct-mini-cart{transition:none}}
