.mp-bns-buy-now-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background-color:var(--mp-bn-bg,#ff6b00);color:var(--mp-bn-text,#ffffff)!important;font-weight:700;font-size:15px;letter-spacing:.5px;padding:12px 24px;border-radius:var(--mp-bn-radius,4px);border:1px solid rgb(0 0 0 / .08);cursor:pointer;text-decoration:none;line-height:1.3;text-align:center;transition:background-color 0.2s ease,transform 0.1s ease,box-shadow 0.2s ease;box-shadow:0 2px 6px rgb(255 107 0 / .25);position:relative;overflow:hidden;vertical-align:middle;user-select:none}.mp-bns-buy-now-btn:hover{background-color:#e05e00;color:#ffffff!important;box-shadow:0 4px 12px rgb(255 107 0 / .35)}.mp-bns-buy-now-btn:active{transform:scale(.98)}.mp-bns-bolt-icon{flex-shrink:0;fill:currentColor}.mp-bns-btn-text{display:inline-flex;align-items:center;gap:6px}.mp-bns-btn-spinner{display:none;width:16px;height:16px;border:2px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:#fff;animation:mp-bns-spin 0.6s linear infinite}.mp-bns-loading .mp-bns-btn-spinner{display:inline-block}.mp-bns-loading .mp-bns-bolt-icon{display:none}@keyframes mp-bns-spin{to{transform:rotate(360deg)}}.mp-bns-loop-btn-wrapper{margin-top:6px;margin-bottom:6px;width:100%}.mp-bns-loop-btn{width:100%;padding:8px 12px;font-size:13px;box-sizing:border-box}.mp-bns-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(15 23 42 / .65);backdrop-filter:blur(2px);z-index:999998;opacity:0;visibility:hidden;transition:opacity 0.25s ease,visibility 0.25s ease}.mp-bns-overlay.mp-bns-active{opacity:1;visibility:visible}.mp-bns-drawer{position:fixed;top:0;right:0;width:var(--mp-cart-width,420px);max-width:100vw;height:100%;background:#fff;z-index:999999;box-shadow:-4px 0 24px rgb(0 0 0 / .18);transform:translateX(100%);transition:transform 0.28s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;color:#1e293b;box-sizing:border-box}.mp-bns-drawer.mp-bns-open{transform:translateX(0)}.mp-bns-drawer-container{display:flex;flex-direction:column;height:100%;width:100%;box-sizing:border-box}.mp-bns-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.mp-bns-header-title-wrap{display:flex;align-items:center;gap:10px}.mp-bns-cart-icon{stroke:#0284c7}.mp-bns-drawer-title{margin:0;font-size:18px;font-weight:700;color:#0f172a;display:inline-flex;align-items:center;gap:6px}.mp-bns-count-badge{font-size:14px;color:#64748b;font-weight:600}.mp-bns-close-btn{background:none;border:none;padding:6px;cursor:pointer;color:#64748b;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease,color 0.15s ease}.mp-bns-close-btn:hover{background:#e2e8f0;color:#0f172a}.mp-bns-drawer-body{flex:1 1 auto;overflow-y:auto;padding:16px 20px;overscroll-behavior:contain}.mp-bns-cart-items-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.mp-bns-cart-item{display:flex;align-items:flex-start;gap:14px;padding-bottom:16px;border-bottom:1px solid #f1f5f9;position:relative}.mp-bns-item-thumb{width:64px;height:64px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0;position:relative}.mp-bns-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mp-bns-pdf-tag{position:absolute;bottom:2px;right:2px;background:#ef4444;color:#fff;font-size:9px;font-weight:800;padding:1px 4px;border-radius:3px;letter-spacing:.5px}.mp-bns-item-details{flex:1 1 auto;min-width:0}.mp-bns-item-title-wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.mp-bns-item-title{margin:0 0 4px 0;font-size:14px;font-weight:600;line-height:1.35;color:#1e293b}.mp-bns-item-title a{color:inherit;text-decoration:none}.mp-bns-item-title a:hover{color:#0284c7}.mp-bns-remove-item{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;border-radius:4px;flex-shrink:0;transition:color 0.15s ease}.mp-bns-remove-item:hover{color:#ef4444}.mp-bns-item-meta-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.mp-bns-item-price{font-weight:700;color:#0f172a;font-size:14px}.mp-bns-qty-control{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:4px;overflow:hidden;background:#fff}.mp-bns-qty-btn{background:#f8fafc;border:none;width:26px;height:26px;font-size:14px;font-weight:700;cursor:pointer;color:#475569;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease}.mp-bns-qty-btn:hover{background:#e2e8f0;color:#0f172a}.mp-bns-qty-input{width:32px;height:26px;border:none;text-align:center;font-size:12px;font-weight:600;color:#1e293b;padding:0;-moz-appearance:textfield}.mp-bns-qty-input::-webkit-outer-spin-button,.mp-bns-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mp-bns-empty-cart{text-align:center;padding:40px 20px;color:#64748b}.mp-bns-empty-icon{margin-bottom:12px;color:#cbd5e1}.mp-bns-empty-title{font-size:16px;font-weight:700;color:#334155;margin:0 0 6px 0}.mp-bns-empty-desc{font-size:13px;margin:0;line-height:1.4}.mp-bns-drawer-footer{border-top:1px solid #e2e8f0;padding:16px 20px;background:#f8fafc;flex-shrink:0}.mp-bns-hidden{display:none!important}.mp-bns-subtotal-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mp-bns-subtotal-label{font-size:15px;font-weight:600;color:#475569}.mp-bns-subtotal-amount{font-size:18px;font-weight:800;color:#0f172a}.mp-bns-trust-note{display:flex;align-items:center;gap:6px;font-size:12px;color:#16a34a;font-weight:600;margin-bottom:14px;background:#f0fdf4;padding:6px 10px;border-radius:4px;border:1px solid #dcfce7}.mp-bns-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#16a34a;color:#ffffff!important;font-weight:700;font-size:16px;padding:14px 20px;border-radius:6px;text-decoration:none;text-align:center;box-sizing:border-box;box-shadow:0 2px 8px rgb(22 163 74 / .3);transition:background 0.2s ease,transform 0.1s ease;cursor:pointer}.mp-bns-checkout-btn:hover{background:#15803d;color:#ffffff!important}.mp-bns-checkout-btn:active{transform:scale(.98)}.mp-bns-secondary-actions{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:13px}.mp-bns-view-cart-link{color:#0284c7;text-decoration:underline;font-weight:600}.mp-bns-view-cart-link:hover{color:#0369a1}.mp-bns-continue-btn{background:none;border:none;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;padding:4px 0;text-decoration:underline}.mp-bns-continue-btn:hover{color:#0f172a}@media (max-width:640px){.mp-bns-drawer{width:100%!important}}body.mp-bns-drawer-open{overflow:hidden}.mp-bns-js-notice{position:fixed;left:50%;bottom:22px;z-index:1000001;max-width:min(92vw, 520px);padding:12px 16px;background:#b91c1c;color:#fff;border-radius:6px;box-shadow:0 8px 28px rgb(0 0 0 / .22);font-size:14px;font-weight:600;line-height:1.4;transform:translate(-50%,20px);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;box-sizing:border-box}.mp-bns-js-notice.mp-bns-js-notice-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}.mp-bns-cart-item.mp-bns-removing{opacity:.45;pointer-events:none}.mp-bns-buy-now-btn:focus-visible,.mp-bns-checkout-btn:focus-visible,.mp-bns-close-btn:focus-visible,.mp-bns-remove-item:focus-visible,.mp-bns-qty-btn:focus-visible,.mp-bns-qty-input:focus-visible,.mp-bns-continue-btn:focus-visible,.mp-bns-view-cart-link:focus-visible{outline:2px solid #0284c7;outline-offset:2px}@media (max-width:640px){.single-product form.cart .mp-bns-buy-now-btn{width:100%;box-sizing:border-box;padding:14px 18px;font-size:16px}.mp-bns-drawer-header{padding:14px 16px}.mp-bns-drawer-body{padding:14px 16px}.mp-bns-drawer-footer{padding:14px 16px}}