html.vg-cart-scroll-lock,body.vg-cart-scroll-lock{overflow:hidden}.vg-cart{--vg-cart-blue: #2b6dd1;--vg-cart-blue-soft: #eaf1fe;--vg-cart-ink: #101828;--vg-cart-body: #475467;--vg-cart-muted: #98a2b3;--vg-cart-border: #eaecf0;--vg-cart-navy: #0e2a5c;font-family:Arial,Helvetica,sans-serif}.vg-cart .mini-cart-content.vg-cart__panel{width:480px;max-width:92vw;padding:0;color:var(--vg-cart-ink);display:flex;flex-direction:column;box-shadow:-8px 0 32px #1018281f}@media(max-width:500px){.vg-cart .mini-cart-content.vg-cart__panel{width:320px}.vg-cart__item-media{flex-basis:72px;width:72px;height:72px}}.vg-cart *,.vg-cart *:before,.vg-cart *:after{box-sizing:border-box}.vg-cart .js-mini-cart-content{flex-grow:0;overflow:visible}.vg-cart__header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid var(--vg-cart-border)}.vg-cart__title{margin:0;display:flex;align-items:baseline;gap:8px;font-size:26px;font-weight:700;line-height:1;color:var(--vg-cart-ink)}.vg-cart__count{font-size:17px;font-weight:500;color:var(--vg-cart-muted)}.vg-cart__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:var(--vg-cart-ink);cursor:pointer;opacity:1}.vg-cart__close:hover{color:var(--vg-cart-blue)}.vg-cart .mini-cart-fast-status{margin:0 24px 12px;padding:10px 14px;background:var(--vg-cart-blue-soft);color:var(--vg-cart-blue);border-radius:10px;font-weight:600}.vg-cart__body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:20px 24px 4px;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;justify-content:space-between}.vg-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 12px}.vg-cart__empty-icon{width:64px;height:64px;border-radius:50%;background:#1018280d;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.vg-cart__empty-text{margin:0 0 20px;color:var(--vg-cart-body);font-size:15px}.vg-cart__empty-btn{border:1px solid var(--vg-cart-border);background:#fff;color:var(--vg-cart-ink);font-weight:600;font-size:14px;padding:12px 24px;border-radius:999px;cursor:pointer}.vg-cart__item{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--vg-cart-border)}.vg-cart__item:first-child{padding-top:0}.vg-cart__remove svg,.vg-cart__checkout svg{fill:transparent!important}.vg-cart__item-media{flex:0 0 90px;width:90px;height:90px;border-radius:14px;background:#f5f6f8;overflow:hidden;display:block}.vg-cart__item-media img{width:100%;height:100%;object-fit:contain;display:block}.vg-cart__item-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:12px}.vg-cart__item-top{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:6px 12px}.vg-cart__item-info{min-width:0}.vg-cart__item-heading{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.vg-cart__item-title{font-size:16px;font-weight:700;color:var(--vg-cart-ink);text-decoration:none;line-height:1.3;text-align:left}.vg-cart__item-title:hover{color:var(--vg-cart-blue)}.vg-cart__badge{flex:0 0 auto;background:var(--vg-cart-blue-soft);color:var(--vg-cart-blue);font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:3px 8px;border-radius:6px}.vg-cart__item-subtitle{margin:4px 0 0;font-size:14px;color:var(--vg-cart-body);text-align:left}.vg-cart__item-price{flex:0 0 auto;margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px;text-align:right}.vg-cart__item-price-row{display:flex;align-items:baseline;gap:8px;white-space:nowrap}.vg-cart__item-price-current{font-size:16px;font-weight:700;color:var(--vg-cart-ink)}.vg-cart__item-price-compare{font-size:13px;color:var(--vg-cart-muted);text-decoration:line-through}.vg-cart__pill{display:inline-block;background:var(--vg-cart-blue-soft);color:var(--vg-cart-blue);font-size:12px;font-weight:700;padding:3px 9px;border-radius:6px;white-space:nowrap}.vg-cart__item-controls{display:flex;align-items:center;justify-content:space-between;gap:12px}.vg-cart__qty{display:inline-flex;align-items:center;background:#f9fafb;border:1px solid var(--vg-cart-border);border-radius:999px;padding:3px}.vg-cart__qty-btn{width:26px;height:26px;border-radius:50%;border:0;color:var(--vg-cart-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.vg-cart__qty-btn:hover{color:var(--vg-cart-blue)}.vg-cart__qty-btn[disabled]{opacity:.4;cursor:not-allowed}.vg-cart__qty-input{width:34px;border:0;background:transparent;text-align:center;font-size:15px;font-weight:700;color:var(--vg-cart-ink);padding:0}.vg-cart .vg-cart__remove.js-remove-mini-cart{margin-left:0;font-weight:400;font-size:inherit}.vg-cart__remove{border:0;background:transparent;color:var(--vg-cart-body);padding:4px;cursor:pointer;display:inline-flex;align-items:center}.vg-cart__remove:hover{color:#d92d20}.vg-cart__more{margin:16px 0 0;text-align:center}.vg-cart__more a{font-size:14px;font-weight:600;color:var(--vg-cart-blue)}.vg-reco{margin:20px 0 4px;padding:18px;border-radius:16px;background:linear-gradient(180deg,#eef3ff,#f3f0fd)}.vg-reco__title{margin:0 0 12px;font-size:15px;font-weight:700;color:var(--vg-cart-ink);text-align:left}.vg-reco__list{display:flex;flex-direction:column;gap:10px}.vg-reco-card{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:10px}.vg-reco-card__media{flex:0 0 56px;width:56px;height:56px;border-radius:10px;background:#f5f6f8;overflow:hidden;display:block}.vg-reco-card__media img{width:100%;height:100%;object-fit:contain;display:block}.vg-reco-card__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px;text-align:left}.vg-reco-card__title{font-size:14px;font-weight:700;color:var(--vg-cart-ink);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vg-reco-card__title:hover{color:var(--vg-cart-blue)}.vg-reco-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.vg-reco-card__price-current{font-size:14px;font-weight:700;color:var(--vg-cart-ink)}.vg-reco-card__price-compare{font-size:12px;color:var(--vg-cart-muted);text-decoration:line-through}.vg-reco-card__save{display:inline-block;align-self:flex-start;background:var(--vg-cart-blue-soft);color:var(--vg-cart-blue);font-size:12px;font-weight:700;padding:3px 9px;border-radius:6px;white-space:nowrap}.vg-reco-card__add{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--vg-cart-blue);color:#fff;border:0;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;white-space:nowrap}.vg-reco-card__add:hover{background:#24589f}.vg-reco-card__add[disabled]{opacity:.5;cursor:not-allowed}@media(max-width:749px){.vg-reco-card{flex-wrap:wrap}.vg-reco-card__body{flex:1 1 66%}.vg-reco-card__add{padding:5px 18px;width:100%}}.vg-cart__footer{flex:0 0 auto;padding:18px 24px 10px;border-top:1px solid var(--vg-cart-border);background:#fff}.vg-cart__summary{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.vg-cart__summary-row{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--vg-cart-body);text-align:left}.vg-cart__summary-value{font-weight:700;color:var(--vg-cart-blue)}.vg-cart__summary-value--bold{font-weight:700}.vg-cart__subtotal{display:flex;align-items:baseline;justify-content:space-between;padding-top:10px;margin-bottom:5px;border-top:1px solid var(--vg-cart-border)}.vg-cart__subtotal-label{font-size:18px;font-weight:700;color:var(--vg-cart-ink)}.vg-cart__subtotal-value{display:flex;align-items:baseline;gap:10px;flex-direction:column}.vg-cart__subtotal-current{font-size:16px;font-weight:700;color:var(--vg-cart-ink)}.vg-cart__subtotal-compare{font-size:15px;color:var(--vg-cart-muted);text-decoration:line-through}.vg-cart .vg-cart__terms{font-family:Arial,Helvetica,sans-serif;color:var(--vg-cart-body);position:absolute;right:-1000px}.vg-cart__terms{display:flex;align-items:flex-start;gap:10px;cursor:pointer;margin-bottom:8px}.vg-cart__terms-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vg-cart__terms-box{flex:0 0 18px;width:18px;height:18px;margin-top:1px;border-radius:5px;border:1.5px solid var(--vg-cart-border);background:#fff;color:#fff;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease}.vg-cart__terms-checkbox:checked+.vg-cart__terms-box{background:var(--vg-cart-blue);border-color:var(--vg-cart-blue)}.vg-cart__terms-checkbox:focus-visible+.vg-cart__terms-box{outline:2px solid var(--vg-cart-blue);outline-offset:2px}.vg-cart__terms-text{font-size:14px;color:var(--vg-cart-body);line-height:1.4}.vg-cart__terms-text a{color:var(--vg-cart-blue);text-decoration:underline}.vg-cart__tax-note{margin:0 0 5px;font-size:12px;color:var(--vg-cart-muted);text-align:left}.vg-cart__checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;border-radius:999px;background:var(--vg-cart-blue);color:#fff;font-size:16px;font-weight:700;padding:16px 20px;text-decoration:none;cursor:pointer;box-shadow:0 8px 20px #2b6dd147}.vg-cart__checkout:hover{background:#24589f;color:#fff}.vg-cart__checkout.is-disabled{opacity:.55;pointer-events:none;box-shadow:none}.vg-cart__continue{display:block;width:100%;margin-top:10px;border:0;border-radius:999px;background:var(--vg-cart-navy);color:#fff;font-size:15px;font-weight:700;padding:14px 20px;cursor:pointer}.vg-cart__continue:hover{background:#0a1f45}.vg-cart__safe-checkout{margin-top:12px;text-align:center}.vg-cart__safe-checkout img{max-width:100%;height:auto}.vg-cart .js-mini-cart-content .js-qty .js-qty__input{border:unset!important}@media(max-width:749px){.vg-cart__item-price-current{font-size:13px}.vg-cart__summary-row,.vg-cart__summary-value,.vg-cart__subtotal-compare{font-size:12px}.vg-cart__subtotal-current{font-size:13px}.vg-cart__subtotal-label{font-size:15px}.vg-cart__subtotal{padding-top:5px;margin-bottom:6px}.vg-cart__badge{font-size:8px}.vg-cart__item-subtitle{font-size:11px}.vg-cart__item-title{font-size:13px}.vg-cart__tax-note{margin:0 0 5px}.vg-reco-card__add{padding:5px 18px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/vg-cart-drawer.css.map */
