:root{
  --bclcd-text:#111411;
  --bclcd-muted:#747872;
  --bclcd-line:#e8e9e5;
  --bclcd-soft:#f6f7f4;
  --bclcd-soft-2:#fafbf8;
  --bclcd-accent:#9bbd18;
  --bclcd-primary:#111411;
  --bclcd-white:#fff;
}
.bclcd-floating-toggle{position:fixed!important;left:max(16px,calc(env(safe-area-inset-left,0px) + 16px))!important;bottom:max(16px,calc(env(safe-area-inset-bottom,0px) + 16px))!important;z-index:999997!important;width:58px!important;height:58px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:1px solid rgba(17,20,17,.08)!important;border-radius:50%!important;background:linear-gradient(180deg,#ffffff 0%,#f9faf8 100%)!important;color:#111411!important;box-shadow:0 10px 24px rgba(17,20,17,.14),0 2px 8px rgba(17,20,17,.08)!important;cursor:pointer!important;text-decoration:none!important;appearance:none!important;-webkit-appearance:none!important;backdrop-filter:blur(8px)!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease!important;overflow:visible!important}
.bclcd-floating-toggle:before{content:""!important;position:absolute!important;inset:4px!important;border-radius:50%!important;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.98),rgba(246,247,244,.95))!important;border:1px solid rgba(17,20,17,.04)!important;z-index:0!important}
.bclcd-floating-toggle:hover{transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(17,20,17,.18),0 4px 10px rgba(17,20,17,.08)!important;background:linear-gradient(180deg,#ffffff 0%,#f7f8f5 100%)!important}
.bclcd-floating-toggle:active{transform:translateY(0)!important;box-shadow:0 8px 18px rgba(17,20,17,.14),0 2px 6px rgba(17,20,17,.06)!important}
.bclcd-floating-toggle:focus-visible{outline:3px solid rgba(155,189,24,.28)!important;outline-offset:3px!important}
.bclcd-floating-toggle__icon{position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important;line-height:1!important}
.bclcd-floating-toggle__icon svg{display:block!important;width:24px!important;height:24px!important;color:currentColor!important;stroke:currentColor!important}
.bclcd-floating-toggle__count,.bclcd-floating-toggle>.bclcd-cart-count{position:absolute!important;top:-2px!important;right:-1px!important;z-index:2!important;min-width:21px!important;height:21px!important;padding:0 6px!important;background:#111411!important;color:#fff!important;font-size:10px!important;font-weight:800!important;line-height:21px!important;box-shadow:0 0 0 3px #fff!important}
body.bclcd-is-open .bclcd-floating-toggle{opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important}
.bclcd-overlay[hidden]{display:none!important}
.bclcd-overlay{position:fixed;inset:0;z-index:999998;background:rgba(14,17,14,.48);backdrop-filter:blur(3px);opacity:0;transition:opacity .28s ease}
.bclcd-overlay.is-visible{opacity:1}
body.bclcd-is-open{overflow:hidden;overscroll-behavior:none}
.bclcd-drawer,.bclcd-drawer *{box-sizing:border-box}
.bclcd-drawer{position:fixed;left:0;top:0;bottom:0;z-index:999999;width:min(430px,96vw);display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:var(--bclcd-white);color:var(--bclcd-text);box-shadow:24px 0 70px rgba(0,0,0,.2);border-right:1px solid rgba(17,20,17,.08);transform:translate3d(-102%,0,0);transition:transform .34s cubic-bezier(.22,1,.36,1);font-family:inherit;isolation:isolate}
.bclcd-drawer.is-open{transform:translate3d(0,0,0)}
.bclcd-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 22px 20px;border-bottom:1px solid var(--bclcd-line);background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.bclcd-drawer__heading{display:grid;gap:5px;min-width:0}
.bclcd-drawer__title-row{display:flex;align-items:center;gap:10px}
.bclcd-drawer__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--bclcd-text)}
.bclcd-drawer__title{margin:0!important;color:var(--bclcd-text)!important;font-family:inherit!important;font-size:22px!important;font-weight:750!important;line-height:1.1!important;letter-spacing:-.025em!important;text-transform:none!important}
.bclcd-cart-summary-count{margin:0!important;color:var(--bclcd-muted)!important;font-size:12px!important;line-height:1.3!important}
.bclcd-drawer button.bclcd-drawer__close,.bclcd-drawer__close{appearance:none!important;-webkit-appearance:none!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 40px!important;border:1px solid var(--bclcd-line)!important;border-radius:50%!important;background:var(--bclcd-white)!important;color:var(--bclcd-text)!important;cursor:pointer!important;box-shadow:0 2px 8px rgba(17,20,17,.05)!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important;font-size:0!important;line-height:0!important;text-decoration:none!important;overflow:hidden!important}
.bclcd-drawer button.bclcd-drawer__close:hover,.bclcd-drawer__close:hover{background:var(--bclcd-soft)!important;border-color:#d7dbd2!important;transform:rotate(3deg)}
.bclcd-drawer button.bclcd-drawer__close svg,.bclcd-drawer__close svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;stroke:currentColor!important;color:currentColor!important;pointer-events:none!important}
.bclcd-drawer__close:before,.bclcd-drawer__close:after{content:none!important}
.bclcd-drawer__close:focus-visible,.bclcd-button:focus-visible,.bclcd-qty__btn:focus-visible,.bclcd-remove:focus-visible{outline:3px solid rgba(155,189,24,.28);outline-offset:2px}
.bclcd-cart-body{min-height:0;overflow:auto;padding:2px 18px 18px;background:var(--bclcd-white);scrollbar-width:thin;scrollbar-color:#d9ddd4 transparent}
.bclcd-cart-body::-webkit-scrollbar{width:9px}
.bclcd-cart-body::-webkit-scrollbar-thumb{background:#d9ddd4;border-radius:999px;border:2px solid #fff}
.bclcd-item{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;padding:14px 0;border-bottom:1px solid var(--bclcd-line);align-items:start}
.bclcd-item__image{position:relative;display:block;width:68px;height:76px;overflow:hidden;border-radius:10px;background:var(--bclcd-soft);border:1px solid #eceee9;text-decoration:none}
.bclcd-item__image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border:0!important;border-radius:0!important;margin:0!important}
.bclcd-item__content{min-width:0;width:100%;display:grid;align-content:start;gap:6px}
.bclcd-item__top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}
.bclcd-item__name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--bclcd-text)!important;text-decoration:none!important;font-size:13.5px!important;font-weight:700!important;line-height:1.34!important;letter-spacing:-.005em!important;margin:0!important;text-transform:none!important}
.bclcd-item__name:hover{text-decoration:underline!important;text-underline-offset:3px}
.bclcd-item__price{font-size:13px!important;font-weight:800!important;line-height:1.25!important;white-space:nowrap;color:var(--bclcd-text)!important}
.bclcd-item__meta,.bclcd-item__meta p,.bclcd-item__meta dl{margin:0!important;color:var(--bclcd-muted)!important;font-size:11px!important;line-height:1.4!important}
.bclcd-item__meta dt,.bclcd-item__meta dd{display:inline!important;margin:0 3px 0 0!important}
.bclcd-item__controls{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-top:4px;flex-wrap:nowrap;min-width:0}.bclcd-item__controls .bclcd-remove{margin-left:auto!important;white-space:nowrap!important}
.bclcd-qty{display:inline-grid;grid-template-columns:32px 38px 32px;align-items:center;height:34px;border:1px solid #dfe2dc;border-radius:999px;background:var(--bclcd-white);overflow:hidden;box-shadow:0 1px 2px rgba(17,20,17,.03);flex:0 0 auto}
.bclcd-qty__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:0!important;background:transparent!important;color:var(--bclcd-text)!important;font:inherit!important;font-size:17px!important;line-height:1!important;padding:0!important;margin:0!important;border-radius:0!important;cursor:pointer;transition:background .15s ease,color .15s ease}
.bclcd-qty__btn:hover{background:var(--bclcd-soft)!important}
.bclcd-qty__input{width:38px!important;height:32px!important;border:0!important;border-left:1px solid #eceee9!important;border-right:1px solid #eceee9!important;border-radius:0!important;text-align:center!important;font:inherit!important;font-size:12px!important;font-weight:700!important;padding:0!important;margin:0!important;background:var(--bclcd-soft-2)!important;color:var(--bclcd-text)!important;box-shadow:none!important;appearance:textfield;-moz-appearance:textfield}
.bclcd-qty__input::-webkit-outer-spin-button,.bclcd-qty__input::-webkit-inner-spin-button{appearance:none;margin:0}
.bclcd-remove{border:0!important;background:transparent!important;padding:2px 0!important;margin:0!important;color:var(--bclcd-muted)!important;font:inherit!important;font-size:11px!important;font-weight:650!important;line-height:1.2!important;cursor:pointer;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:2px!important;border-radius:0!important}
.bclcd-remove:hover{color:var(--bclcd-text)!important}
.bclcd-empty-state{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px 22px 58px}
.bclcd-empty-state__icon{width:96px;height:96px;display:grid;place-items:center;margin-bottom:20px;border-radius:50%;background:var(--bclcd-soft);color:#7a8175}
.bclcd-empty-state h3{margin:0 0 9px!important;color:var(--bclcd-text)!important;font-family:inherit!important;font-size:22px!important;font-weight:750!important;line-height:1.2!important;text-transform:none!important}
.bclcd-empty-state p{max-width:270px;margin:0 0 24px!important;color:var(--bclcd-muted)!important;font-size:14px!important;line-height:1.6!important}
.bclcd-cart-footer-inner{border-top:1px solid var(--bclcd-line);padding:18px 22px 20px;background:var(--bclcd-soft-2);box-shadow:0 -14px 32px rgba(17,20,17,.035)}
.bclcd-cart-footer-inner:empty{display:none}
.bclcd-footer{display:grid;gap:12px}
.bclcd-footer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--bclcd-text);font-size:14px;line-height:1.3}
.bclcd-footer__subtotal span{font-weight:650}
.bclcd-footer__subtotal strong{font-size:22px;font-weight:800;line-height:1;color:var(--bclcd-text)}
.bclcd-footer__note{margin:0 0 2px!important;color:var(--bclcd-muted)!important;font-size:11px!important;line-height:1.45!important}
.bclcd-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px;min-height:52px;padding:13px 18px!important;border-radius:8px!important;text-decoration:none!important;font-family:inherit!important;font-size:14px!important;font-weight:750!important;line-height:1!important;letter-spacing:.01em!important;text-align:center!important;text-transform:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.bclcd-button--primary{background:#efb236!important;color:#fff!important;border:1px solid #efb236!important;box-shadow:none!important}
.bclcd-button--primary:hover{background:#dfa224!important;border-color:#dfa224!important;color:#fff!important;transform:translateY(-1px);box-shadow:none!important}
.bclcd-empty-state .bclcd-button{width:min(230px,100%)}
.bclcd-checkout{position:relative;width:100%;display:grid!important;grid-template-columns:22px 1fr 22px!important}
.bclcd-checkout__lock,.bclcd-checkout__arrow{display:flex;align-items:center;justify-content:center}
.bclcd-checkout__arrow{transition:transform .18s ease}
.bclcd-checkout:hover .bclcd-checkout__arrow{transform:translateX(3px)}
.bclcd-footer__links{display:flex;align-items:center;justify-content:center;gap:9px;color:#a0a49e;font-size:12px;line-height:1.3}
.bclcd-footer__links a{color:var(--bclcd-text)!important;text-decoration:underline!important;text-underline-offset:3px!important;font-size:12px!important;font-weight:600!important}
.bclcd-secure-note{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--bclcd-muted);font-size:11px;line-height:1.2}
.bclcd-secure-note svg{width:14px;height:14px}
.bclcd-loading{position:absolute;inset:0;z-index:6;display:grid;place-items:center;background:rgba(255,255,255,.68);backdrop-filter:blur(1.5px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease}
.bclcd-drawer.is-loading .bclcd-loading{opacity:1;visibility:visible;pointer-events:auto}
.bclcd-spinner{width:34px;height:34px;border:3px solid #e5e8e1;border-top-color:var(--bclcd-accent);border-radius:50%;animation:bclcd-spin .75s linear infinite}
@keyframes bclcd-spin{to{transform:rotate(360deg)}}
.bclcd-toast{position:absolute;left:50%;bottom:150px;z-index:8;max-width:calc(100% - 44px);transform:translate(-50%,10px);padding:10px 14px;border-radius:999px;background:var(--bclcd-primary);color:#fff;font-size:12px;font-weight:700;line-height:1.25;text-align:center;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 10px 24px rgba(17,20,17,.18);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.bclcd-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
.bclcd-toast.is-error{background:#9d2f2f}
.bclcd-toggle-button{display:inline-flex;align-items:center;gap:8px;border:1px solid #e2e5df;background:#fff;color:var(--bclcd-text);padding:10px 14px;border-radius:999px;cursor:pointer}
.bclcd-toggle-button__icon{display:flex}
.bclcd-toggle-button__label{font-weight:650}
.bclcd-cart-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:20px!important;height:20px!important;padding:0 6px!important;border-radius:999px!important;background:var(--bclcd-primary)!important;color:#fff!important;font-size:11px!important;font-weight:750!important;line-height:1!important}
@media(max-width:520px){
  .bclcd-floating-toggle{left:max(12px,calc(env(safe-area-inset-left,0px) + 12px))!important;bottom:max(12px,calc(env(safe-area-inset-bottom,0px) + 12px))!important;width:54px!important;height:54px!important}.bclcd-floating-toggle__count,.bclcd-floating-toggle>.bclcd-cart-count{top:-2px!important;right:-1px!important;min-width:20px!important;height:20px!important;line-height:20px!important}
  .bclcd-drawer{width:100vw;max-width:none}
  .bclcd-drawer__head{padding:18px 17px 16px}
  .bclcd-cart-body{padding:2px 14px 18px}
  .bclcd-cart-footer-inner{padding:16px 17px 18px}
  .bclcd-item{grid-template-columns:64px minmax(0,1fr);gap:10px;padding:13px 0}
  .bclcd-item__image{width:64px;height:72px}
  .bclcd-drawer__title{font-size:20px!important}
  .bclcd-footer__subtotal strong{font-size:20px}
  .bclcd-item__controls{gap:6px;align-items:center}
  .bclcd-remove{font-size:10.5px!important}
}
@media(prefers-reduced-motion:reduce){
  .bclcd-drawer,.bclcd-overlay,.bclcd-button,.bclcd-drawer__close,.bclcd-checkout__arrow,.bclcd-toast{transition:none!important}
  .bclcd-spinner{animation-duration:1.6s}
}

.bclcd-item__image[data-bclcd-product-link],.bclcd-item__name[data-bclcd-product-link]{cursor:pointer!important}
