#vbv2-cart-drawer{width:min(100vw,500px)}#vbv2-cart-drawer .vbv2-drawer__body{padding:0;min-height:0;display:flex;overflow:hidden}.vbv2-mini-cart-contents{display:flex;flex-direction:column;flex:1;min-height:0}.vbv2-cart-feedback{padding:0 24px;margin:0;font-size:13px;color:var(--vbv2-green)}.vbv2-cart-feedback:not(:empty){padding-block:8px;border-bottom:1px solid var(--vbv2-border-soft)}.vbv2-cart-progress{padding:20px 24px;background:var(--vbv2-surface-sage)}.vbv2-cart-progress p{margin:0 0 12px;font-size:14px;font-weight:700;color:var(--vbv2-green)}.vbv2-cart-progress small{display:block;margin-top:8px;font-size:12px}.vbv2-cart-progress progress{display:block;width:100%;height:5px;border:0;border-radius:8px;overflow:hidden;background:var(--vbv2-border)}.vbv2-cart-progress progress::-webkit-progress-bar{background:var(--vbv2-border)}.vbv2-cart-progress progress::-webkit-progress-value{background:var(--vbv2-green)}.vbv2-cart-progress progress::-moz-progress-bar{background:var(--vbv2-green)}.vbv2-cart-items{padding:4px 24px;overflow-y:auto;overscroll-behavior:contain;flex:1;min-height:100px}.vbv2-cart-item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:14px;padding:24px 0;border-bottom:1px solid var(--vbv2-border-soft)}.vbv2-cart-item__image img{width:78px;height:100px;object-fit:cover;border-radius:var(--vbv2-radius-control)}.vbv2-cart-item__name{font-size:15px;font-weight:700;line-height:1.4;text-decoration:none;display:block}.vbv2-cart-item__price{font-size:14px;white-space:nowrap;color:var(--vbv2-ink)}.vbv2-cart-item .variation{margin:6px 0;font-size:12px;line-height:1.4;color:var(--vbv2-muted)}.vbv2-cart-item .variation dt{display:none}.vbv2-cart-item .variation dd,.vbv2-cart-item .variation p{margin:0}.vbv2-cart-item__actions{display:flex;align-items:center;flex-wrap:wrap;gap:4px 10px;margin-top:12px}.vbv2-cart-quantity{display:flex;align-items:center;border:1px solid var(--vbv2-border);border-radius:var(--vbv2-radius-control);overflow:hidden}.vbv2-cart-quantity button{width:36px;height:44px;border:0;background:transparent;font-size:19px;padding:0;color:var(--vbv2-green)}.vbv2-cart-quantity button:disabled{opacity:.35;cursor:default}.vbv2-cart-quantity input{width:32px;min-height:44px;text-align:center;padding:0;border:0;border-radius:0;background:transparent;font-weight:700;font-size:14px;appearance:textfield}.vbv2-cart-quantity input::-webkit-inner-spin-button,.vbv2-cart-quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.vbv2-cart-remove{min-height:44px;border:0;background:transparent;padding:0 4px;text-decoration:underline;text-underline-offset:3px;font-size:12px;color:var(--vbv2-muted)}.vbv2-cart-summary{padding:20px 24px 24px;border-top:1px solid var(--vbv2-border-soft);background:var(--vbv2-surface)}.vbv2-cart-summary>div{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px;font-size:14px}.vbv2-cart-summary>div>span:last-child{text-align:right;font-size:13px;max-width:60%}.vbv2-cart-checkout{width:100%;justify-content:center;margin-top:8px;font-size:14px}.vbv2-cart-checkout span{display:grid;place-items:center}.vbv2-cart-checkout svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.vbv2-cart-view{display:block;text-align:center;font-size:13px;padding-top:14px}.vbv2-cart-empty{width:100%;max-width:360px;padding:48px 24px;text-align:center;margin:auto}.vbv2-cart-empty__icon{display:grid;width:76px;height:76px;place-items:center;margin:0 auto 22px;border-radius:50%;background:var(--vbv2-surface-sage);color:var(--vbv2-green)}.vbv2-cart-empty__icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.vbv2-cart-empty h3{font-size:27px;margin:0}.vbv2-cart-empty p{font-size:15px;margin:10px 0 22px}.vbv2-cart-empty .vbv2-button{min-width:190px}@media(max-width:480px){.vbv2-cart-progress,.vbv2-cart-summary{padding-inline:16px}.vbv2-cart-items{padding-inline:16px}.vbv2-cart-feedback{padding-inline:16px}.vbv2-cart-item{grid-template-columns:64px minmax(0,1fr);gap:12px}.vbv2-cart-item__image{grid-row:span 2}.vbv2-cart-item__image img{width:64px;height:86px}.vbv2-cart-item__price{grid-column:2;grid-row:2;margin-top:-8px}.vbv2-cart-item__name{font-size:14px}.vbv2-cart-quantity button{width:40px}.vbv2-cart-summary{padding-bottom:max(16px,env(safe-area-inset-bottom))}}