@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap";[data-bl-cart]{--blc-blue: #1b1b1b;--blc-indigo: #1b1b1b;--blc-indigo-dark: #000000;--blc-ink: #1b1b1b;--blc-text: #1b1b1b;--blc-muted: #6a6a6a;--blc-border: #ecd9e2;--blc-head: "Jost", "Segoe UI", system-ui, sans-serif;--blc-body: "Jost", "Segoe UI", system-ui, sans-serif;font-family:var(--blc-body);color:var(--blc-text)}[data-bl-cart] *,[data-bl-cart] *:before,[data-bl-cart] *:after{box-sizing:border-box}cart-drawer,cart-notification{display:none!important}.bl-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e1e80;z-index:1000;opacity:0;transition:opacity .25s ease}.bl-cart-overlay.is-open{opacity:1}.bl-cart-panel{position:fixed;top:0;right:0;height:100dvh;width:min(460px,100vw);background:#fff;z-index:1001;display:flex;flex-direction:column;transform:translate(102%);transition:transform .28s cubic-bezier(.22,.7,.3,1);box-shadow:-18px 0 50px #0a0e1e2e}.bl-cart-panel.is-open{transform:translate(0)}.bl-cart-panel[hidden],.bl-cart-overlay[hidden]{display:none}.bl-cart-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 14px}.bl-cart-head h2{margin:0;font-family:var(--blc-head);font-weight:500;font-size:30px;color:var(--blc-ink);line-height:1;display:flex;gap:10px;align-items:baseline}.bl-cart-count{font-size:30px}.bl-cart-count:not(:empty):before{content:"\2022  "}.bl-cart-close{border:0;background:none;cursor:pointer;color:var(--blc-ink);padding:6px;line-height:0;border-radius:8px}.bl-cart-close:hover{background:#fcf0f3}.bl-cart-reserve{background:#1b1b1b;color:#fff;text-align:center;font-family:var(--blc-head);font-weight:500;font-size:15px;padding:11px 16px;letter-spacing:.01em}.bl-cart-reserve strong{font-weight:500}.bl-cart-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.bl-cart-items{padding:22px 24px 8px}.bl-cart-item{display:grid;grid-template-columns:84px 1fr;gap:14px;margin-bottom:24px}.bl-cart-item-img{width:84px;height:84px;border-radius:10px;overflow:hidden;background:#fcf0f3;border:1px solid var(--blc-border)}.bl-cart-item-img img{width:100%;height:100%;object-fit:cover;display:block}.bl-cart-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.bl-cart-item-title{font-family:var(--blc-head);font-weight:500;font-size:17px;color:var(--blc-ink);line-height:1.25;margin:0;text-decoration:none}a.bl-cart-item-title:hover{color:var(--blc-blue)}.bl-cart-item-remove{border:0;background:none;cursor:pointer;color:var(--blc-ink);padding:3px;line-height:0;flex:none;border-radius:6px}.bl-cart-item-remove:hover{color:#b3261e;background:#fbe7ee}.bl-cart-item-variant{font-size:14px;color:var(--blc-muted);margin:3px 0 0;line-height:1.4}.bl-cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:10px;gap:12px}.bl-cart-qty{display:inline-flex;align-items:center;border:1.5px solid #d9b9cb;border-radius:6px;flex:0 0 auto}.bl-cart-qty button{width:32px;height:32px;border:0;background:none;cursor:pointer;font-size:17px;font-weight:500;color:var(--blc-ink);line-height:1}.bl-cart-qty button:disabled{opacity:.35;cursor:default}.bl-cart-qty span{min-width:26px;text-align:center;font-family:var(--blc-head);font-weight:500;font-size:15px;color:var(--blc-ink)}.bl-cart-item-price{font-family:var(--blc-head);font-weight:500;font-size:17px;color:var(--blc-blue);display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:1px;flex:0 1 auto;min-width:0;text-align:right;line-height:1.25}.bl-cart-item-was{color:#6f6f6f;font-weight:400;font-size:12.5px;text-decoration:line-through;white-space:nowrap}.bl-cart-item-now{color:var(--blc-blue);white-space:nowrap}.bl-cart-upsell{padding:4px 24px 20px}.bl-cart-upsell[hidden]{display:none}.bl-cart-upsell-head{font-family:var(--blc-head);font-weight:500;font-size:14px;color:var(--blc-ink);margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em}.bl-cart-upsell-card{display:flex;align-items:center;gap:12px;border:2px dashed #ecd9e2;background:#fcf0f3;border-radius:14px;padding:12px}.bl-cart-upsell-img{width:56px;height:56px;border-radius:10px;overflow:hidden;background:#fff;flex:none}.bl-cart-upsell-img img{width:100%;height:100%;object-fit:cover;display:block}.bl-cart-upsell-body{flex:1;min-width:0}.bl-cart-upsell-title{margin:0;font-family:var(--blc-head);font-weight:500;font-size:14px;color:var(--blc-ink);line-height:1.25}.bl-cart-upsell-prices{display:flex;align-items:baseline;gap:7px;margin-top:2px}.bl-cart-upsell-now{font-family:var(--blc-head);font-weight:500;font-size:15px;color:var(--blc-blue)}.bl-cart-upsell-was{font-size:13px;color:#9a9a9a;text-decoration:line-through;font-weight:500}.bl-cart-upsell select{margin-top:6px;font-family:inherit;font-size:12.5px;padding:5px 8px;border-radius:8px;border:1px solid #ecd9e2;background:#fff;color:var(--blc-text);max-width:100%}.bl-cart-upsell-add{flex:none;border:0;cursor:pointer;background:#e8f0ea;color:#21503c;font-family:var(--blc-head);font-weight:500;font-size:14px;padding:10px 18px;border-radius:999px;transition:background .15s ease}.bl-cart-upsell-add:hover{background:#d9e8de}.bl-cart-upsell-add:disabled{opacity:.6;cursor:default}.bl-cart-savings{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--blc-head);font-weight:500;font-size:15px;color:#2f7d5f;padding:4px 0 2px}.bl-cart-savings[hidden]{display:none}.bl-cart-busy{opacity:.55;pointer-events:none}.bl-cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:30px}.bl-cart-empty[hidden]{display:none}.bl-cart-empty p{font-family:var(--blc-head);font-weight:500;font-size:19px;color:var(--blc-ink);margin:0}.bl-cart-continue{border:0;cursor:pointer;background:var(--blc-blue);color:#fff;font-family:var(--blc-head);font-weight:500;font-size:16px;padding:12px 30px;border-radius:999px}.bl-cart-foot{border-top:1px solid var(--blc-border);padding:16px 24px 20px}.bl-cart-foot[hidden]{display:none}.bl-cart-protect{display:flex;gap:12px;align-items:center;padding:4px 0 14px}.bl-cart-protect-icon{flex:none;width:46px;height:46px;border-radius:10px;background:#f6e6ea;display:flex;align-items:center;justify-content:center;overflow:hidden}.bl-cart-protect-icon img{width:100%;height:100%;object-fit:cover;display:block}.bl-cart-protect-body{flex:1;min-width:0}.bl-cart-protect-title{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.bl-cart-protect-title strong{font-family:var(--blc-head);font-weight:500;font-size:15.5px;color:var(--blc-ink)}.bl-cart-protect-price{font-family:var(--blc-head);font-weight:500;font-size:15px;color:var(--blc-blue)}.bl-cart-protect-body p{margin:2px 0 0;font-size:12.5px;color:var(--blc-muted);line-height:1.4}.bl-switch{position:relative;flex:none;width:46px;height:26px;display:inline-block}.bl-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.bl-switch span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#d9b9cb;transition:background .18s ease}.bl-switch span:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .18s ease;box-shadow:0 1px 4px #0a0e1e40}.bl-switch input:checked+span{background:var(--blc-indigo)}.bl-switch input:checked+span:after{transform:translate(20px)}.bl-cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--blc-head);font-weight:500;font-size:24px;color:var(--blc-ink);padding:6px 0 14px}.bl-cart-checkout{width:100%;border:0;cursor:pointer;background:var(--blc-indigo);color:#fff;font-family:var(--blc-head);font-weight:500;font-size:19px;padding:16px;border-radius:10px;transition:background .15s ease}.bl-cart-checkout:hover{background:var(--blc-indigo-dark)}.bl-cart-checkout:disabled{opacity:.6;cursor:default}.bl-cart-payments{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:14px}.bl-cart-payments svg{height:26px;width:auto}@media(max-width:480px){.bl-cart-head h2,.bl-cart-count{font-size:25px}.bl-cart-items{padding:18px 16px}.bl-cart-head{padding:16px 16px 12px}.bl-cart-foot{padding:14px 16px 16px}.bl-cart-upsell{padding:4px 16px 16px}.bl-cart-items{padding:16px 16px 6px}.bl-cart-qty button{width:38px;height:38px}.bl-cart-item-price{font-size:16px}.bl-cart-item-remove{padding:9px}.bl-cart-upsell-add{padding:12px 18px}.bl-switch{width:50px;height:28px}.bl-switch span:after{width:22px;height:22px}.bl-switch input:checked+span:after{transform:translate(22px)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bellia-cart.css.map */
