.vmc-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;visibility:hidden;pointer-events:none;font-family:Poppins,sans-serif}.vmc-shell.is-open{visibility:visible;pointer-events:auto}.vmc-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e0b087a;opacity:0;transition:opacity .22s ease}.vmc-shell.is-open .vmc-overlay{opacity:1}.vmc-panel{position:absolute;top:0;right:0;width:min(100%,440px);height:100%;background:#fffaf3;color:#2b2520;transform:translate(100%);transition:transform .28s cubic-bezier(.16,1,.3,1);box-shadow:-18px 0 48px #0e0b082e;display:flex;flex-direction:column}.vmc-shell.is-open .vmc-panel{transform:translate(0)}.vmc-panel.is-busy:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fffaf39e;cursor:wait}.vmc-header{padding:22px 22px 18px;border-bottom:1px solid #eadfce;display:flex;align-items:center;justify-content:space-between;gap:16px}.vmc-kicker{margin:0 0 4px;font-size:10px;font-weight:800;color:#b48a48;letter-spacing:.14em;text-transform:uppercase}.vmc-title{margin:0;font-size:22px;line-height:1.1;font-weight:800;letter-spacing:0}.vmc-close{width:42px;height:42px;border:1px solid #eadfce;border-radius:999px;background:#fff;color:#2b2520;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease,transform .2s ease}.vmc-close:hover{border-color:#b48a48;color:#b48a48;transform:rotate(90deg)}.vmc-close svg{width:18px;height:18px}.vmc-body{flex:1;min-height:0;overflow-y:auto;padding:18px 18px 20px}.vmc-status{display:none;margin:0 0 14px;padding:12px 14px;border-radius:8px;font-size:12px;line-height:1.45;font-weight:700}.vmc-status.is-visible{display:block}.vmc-status.is-success{background:#eef8ea;color:#246b18;border:1px solid #cbe6c2}.vmc-status.is-error{background:#fff0ed;color:#9f2417;border:1px solid #f1c8c0}.vmc-empty{min-height:340px;display:none;align-items:center;justify-content:center;text-align:center;padding:30px 18px}.vmc-empty.is-visible{display:flex}.vmc-empty-inner{max-width:280px}.vmc-empty-icon{width:74px;height:74px;margin:0 auto 18px;border-radius:999px;background:#f2e6d7;color:#b48a48;display:flex;align-items:center;justify-content:center}.vmc-empty-icon svg{width:32px;height:32px}.vmc-empty h3{margin:0 0 8px;font-size:20px;line-height:1.2}.vmc-empty p{margin:0 0 18px;color:#7d7269;font-size:13px;line-height:1.55}.vmc-shop-link,.vmc-checkout{min-height:46px;border-radius:8px;background:linear-gradient(180deg,#c79a52,#a77a39);color:#fff;text-decoration:none;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;box-shadow:0 10px 24px #b48a483d}.vmc-items{display:grid;gap:12px}.vmc-item{display:grid;grid-template-columns:86px 1fr;gap:12px;background:#fff;border:1px solid #eadfce;border-radius:8px;padding:10px}.vmc-item-media{width:86px;aspect-ratio:1;border-radius:8px;background:#f2e6d7;overflow:hidden}.vmc-item-media img{width:100%;height:100%;object-fit:cover}.vmc-item-title{margin:0;color:#2b2520;font-size:13px;line-height:1.35;font-weight:800;text-decoration:none}.vmc-item-variant,.vmc-item-property{margin-top:4px;color:#7d7269;font-size:11px;line-height:1.35}.vmc-item-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px}.vmc-qty{height:34px;display:inline-grid;grid-template-columns:32px 34px 32px;border:1px solid #eadfce;border-radius:999px;overflow:hidden;background:#fffaf3}.vmc-qty button{border:0;background:transparent;color:#2b2520;cursor:pointer;font-size:16px;font-weight:800}.vmc-qty span{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.vmc-line-price{font-size:13px;font-weight:900;white-space:nowrap}.vmc-remove{border:0;background:transparent;color:#9d3124;cursor:pointer;padding:8px 0 0;font-size:11px;font-weight:800}.vmc-footer{display:none;border-top:1px solid #eadfce;background:#fff;padding:16px 18px 18px;box-shadow:0 -12px 28px #2b25200f}.vmc-footer.is-visible{display:block}.vmc-discount{margin-bottom:14px}.vmc-discount label{display:block;margin-bottom:7px;color:#7d7269;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.vmc-discount-row{display:grid;grid-template-columns:1fr auto;gap:8px}.vmc-discount input{min-width:0;height:42px;border:1px solid #eadfce;border-radius:8px;padding:0 12px;color:#2b2520;background:#fffaf3;font-size:13px;font-weight:700}.vmc-discount button{height:42px;border:0;border-radius:8px;background:#2b2520;color:#fff;cursor:pointer;padding:0 14px;font-size:12px;font-weight:800}.vmc-applied{display:none;margin-top:9px;gap:8px;flex-wrap:wrap}.vmc-applied.is-visible{display:flex}.vmc-pill{display:inline-flex;align-items:center;gap:7px;min-height:28px;border-radius:999px;background:#eef8ea;color:#246b18;border:1px solid #cbe6c2;padding:0 8px 0 10px;font-size:11px;font-weight:800}.vmc-pill button{width:20px;height:20px;border:0;border-radius:999px;background:#246b181f;color:#246b18;cursor:pointer;font-size:14px;line-height:1}.vmc-summary{display:grid;gap:8px;margin-bottom:14px}.vmc-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#7d7269;font-size:13px;font-weight:700}.vmc-summary-row.is-discount{display:none;color:#246b18}.vmc-summary-row.is-discount.is-visible{display:flex}.vmc-summary-row.is-total{color:#2b2520;font-size:17px;font-weight:900}.vmc-checkout{width:100%;min-height:52px;font-size:14px}.vmc-tax{margin:10px 0 0;color:#7d7269;font-size:11px;line-height:1.45;text-align:center}body.vmc-lock{overflow:hidden!important}@media(max-width:520px){.vmc-panel{width:100%}.vmc-header{padding:18px 16px 15px}.vmc-body{padding:14px 12px 16px}.vmc-footer{padding:14px 12px calc(14px + env(safe-area-inset-bottom,0px))}.vmc-item{grid-template-columns:78px 1fr}.vmc-item-media{width:78px}}
/*# sourceMappingURL=/cdn/shop/t/132/assets/vamora-cart.css.map */
