.vcd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a1499;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1100;opacity:0;visibility:hidden;transition:opacity .32s ease,visibility .32s ease}.vcd-overlay.open{opacity:1;visibility:visible}.vcd{position:fixed;top:0;right:0;width:min(420px,100vw);height:100dvh;background:#12122a;border-left:1px solid rgba(255,255,255,.08);z-index:1200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .36s cubic-bezier(.22,.8,.36,1);will-change:transform}.vcd.open{transform:translate(0)}.vcd:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#fa3,#e63991,#c4ff3e);z-index:1}.vcd__header{display:flex;align-items:center;gap:10px;padding:0 16px 0 20px;height:60px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;position:relative}.vcd__title{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:400;color:#fff;margin:0;flex:1}.vcd__count{font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fa3;background:#ffaa331f;border:1px solid rgba(255,170,51,.25);border-radius:999px;padding:3px 10px;white-space:nowrap}.vcd__close{width:36px;height:36px;border-radius:10px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);color:#ffffff8c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.vcd__close:hover{background:#ffffff21;color:#fff}.vcd__close:focus-visible{outline:2px solid #FFAA33;outline-offset:2px}.vcd__close svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.vcd__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:12px 0}.vcd__body::-webkit-scrollbar{width:3px}.vcd__body::-webkit-scrollbar-track{background:transparent}.vcd__body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:99px}.vcd__item{display:flex;gap:12px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.05);position:relative;transition:background .15s}.vcd__item:last-child{border-bottom:none}.vcd__item:hover{background:#ffffff06}.vcd__item-img{width:68px;height:68px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.vcd__item-img img{width:100%;height:100%;object-fit:contain;padding:6px}.vcd__item-img-placeholder{font-size:24px;opacity:.4}.vcd__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.vcd__item-name{font-family:Inter,system-ui,sans-serif;font-size:13.5px;font-weight:600;color:#ffffffe6;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vcd__item-variant{font-family:Inter,system-ui,sans-serif;font-size:11.5px;color:#ffffff61}.vcd__item-price{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700;color:#fa3;margin-top:2px}.vcd__item-compare{font-size:11px;color:#ffffff47;text-decoration:line-through;margin-left:5px;font-weight:400}.vcd__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.vcd__stepper{display:flex;align-items:center;gap:0;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.vcd__stepper-btn{width:30px;height:28px;background:none;border:none;color:#fff9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s;font-size:16px;line-height:1}.vcd__stepper-btn:hover{background:#ffaa3326;color:#fa3}.vcd__stepper-btn:disabled{opacity:.3;cursor:default}.vcd__stepper-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round}.vcd__stepper-qty{min-width:28px;text-align:center;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;color:#fff;padding:0 2px}.vcd__remove{background:none;border:none;color:#ffffff40;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color .15s,background .15s}.vcd__remove:hover{color:#e63991;background:#e639911a}.vcd__remove svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.vcd__item--loading{opacity:.5;pointer-events:none}.vcd__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;padding:40px 32px;text-align:center}.vcd__empty-icon{width:72px;height:72px;border-radius:20px;background:#ffaa3317;border:1px solid rgba(255,170,51,.18);display:flex;align-items:center;justify-content:center}.vcd__empty-icon svg{width:34px;height:34px;stroke:#fa3;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.vcd__empty-title{font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:300;color:#ffffffd9}.vcd__empty-sub{font-family:Inter,system-ui,sans-serif;font-size:13px;color:#ffffff61;line-height:1.6}.vcd__empty-cta{margin-top:8px}.vcd__footer{border-top:1px solid rgba(255,255,255,.08);padding:16px 20px 20px;background:#0003;flex-shrink:0}.vcd__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.vcd__subtotal-label{font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff73}.vcd__subtotal-price{font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:700;color:#fff}.vcd__shipping-bar{margin-bottom:14px}.vcd__shipping-text{font-family:Inter,system-ui,sans-serif;font-size:11.5px;color:#ffffff73;margin-bottom:6px;display:flex;justify-content:space-between}.vcd__shipping-text strong{color:#c4ff3e}.vcd__shipping-track{height:3px;background:#ffffff14;border-radius:99px;overflow:hidden}.vcd__shipping-fill{height:100%;background:linear-gradient(90deg,#fa3,#c4ff3e);border-radius:99px;transition:width .5s cubic-bezier(.16,1,.3,1)}.vcd__checkout{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:52px;border-radius:14px!important;font-size:15px!important;font-weight:700!important;letter-spacing:.04em;text-decoration:none;background:linear-gradient(135deg,#fa3,#e63991)!important;color:#fff!important;border:none;cursor:pointer;box-shadow:0 4px 20px #e639914d!important;transition:opacity .2s,transform .15s,box-shadow .2s!important;margin-bottom:10px}.vcd__checkout:hover{opacity:.9!important;transform:translateY(-1px)!important;box-shadow:0 8px 28px #e6399166!important}.vcd__checkout:focus-visible{outline:3px solid #FFAA33!important;outline-offset:3px!important}.vcd__view-cart{display:block;text-align:center;font-family:Inter,system-ui,sans-serif;font-size:12px;color:#ffffff59;text-decoration:none;letter-spacing:.03em;transition:color .15s;padding:4px}.vcd__view-cart:hover{color:#ffffffa6}.vcd__skeleton-item{display:flex;gap:12px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.05)}.vcd__skel{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff17,#ffffff0d 75%);background-size:200% 100%;border-radius:8px;animation:vcdShimmer 1.3s ease-in-out infinite}@keyframes vcdShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.vcd__skel--thumb{width:68px;height:68px;border-radius:10px;flex-shrink:0}.vcd__skel--line-a{height:13px;width:70%;border-radius:4px;margin-bottom:6px}.vcd__skel--line-b{height:11px;width:40%;border-radius:4px;margin-bottom:8px}.vcd__skel--line-c{height:16px;width:30%;border-radius:4px}@media(prefers-reduced-motion:reduce){.vcd,.vcd-overlay{transition:none}.vcd__skel{animation:none;background:#ffffff12}.vcd__shipping-fill{transition:none}.vcd__checkout{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/vital-cart-drawer.css.map */
