.wcigr-cart-trigger-wrap{position:fixed;right:16px;bottom:22px;z-index:9998}
.wcigr-cart-trigger-inner{display:flex;gap:8px;align-items:center;border:0;border-radius:999px;padding:10px 14px;background:var(--wcigr-ct-primary,#2563eb);color:#fff;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.wcigr-cart-count{background:#fff;color:#111;border-radius:999px;padding:1px 7px;font-size:12px}
.wcigr-sidecart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9997}
.wcigr-sidecart{position:fixed;top:0;right:-420px;width:min(420px,92vw);height:100vh;background:var(--wcigr-ct-bg,#fff);color:var(--wcigr-ct-text,#0f172a);z-index:9999;transition:right .25s ease;display:flex;flex-direction:column}
.wcigr-sidecart.is-open{right:0}
body.wcigr-sidecart-open{overflow:hidden}
.wcigr-sidecart-head{padding:14px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}
.wcigr-sidecart-close{background:none;border:0;font-size:28px;line-height:1;cursor:pointer}
.wcigr-free-ship-wrap{padding:10px 14px;border-bottom:1px solid #eef2f7}
.wcigr-free-ship p{margin:0 0 6px;font-size:13px}
.wcigr-free-ship__bar{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}
.wcigr-free-ship__bar span{display:block;height:100%;background:var(--wcigr-ct-primary,#2563eb)}
.wcigr-cart-timer{padding:8px 14px;font-size:13px;background:#f8fafc;border-bottom:1px solid #eef2f7}
.wcigr-sidecart-body{padding:14px;overflow:auto;flex:1}
.wcigr-sidecart-foot{padding:12px 14px;border-top:1px solid #e5e7eb}
.wcigr-btn-checkout,.wcigr-empty-cta .button{background:var(--wcigr-ct-primary,#2563eb)!important;color:#fff!important;border-color:var(--wcigr-ct-primary,#2563eb)!important;width:100%;text-align:center}
.wcigr-empty-cta{padding:10px 2px}
.wcigr-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:9996;background:var(--wcigr-ct-bg,#fff);border-top:1px solid #e5e7eb;box-shadow:0 -6px 20px rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;padding:10px 12px;gap:12px}
.wcigr-sticky-atc__meta{display:flex;flex-direction:column;min-width:0}
.wcigr-sticky-atc__meta strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:54vw}
.wcigr-sticky-atc__actions{display:flex;gap:8px}
.wcigr-sticky-go-atc,.wcigr-sticky-checkout{background:var(--wcigr-ct-primary,#2563eb)!important;color:#fff!important;border-color:var(--wcigr-ct-primary,#2563eb)!important}
.wcigr-fly-dot{position:fixed;width:14px;height:14px;border-radius:50%;background:var(--wcigr-ct-primary,#2563eb);z-index:10000;pointer-events:none;transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .55s}
.wcigr-upsell-modal{position:fixed;inset:0;z-index:10002;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:14px}
.wcigr-upsell-modal__box{background:#fff;color:#111;max-width:420px;width:100%;padding:16px;border-radius:10px;position:relative}
.wcigr-upsell-close{position:absolute;top:6px;right:8px;border:0;background:none;font-size:26px;line-height:1;cursor:pointer}
.wcigr-upsell-actions{display:flex;gap:8px;flex-wrap:wrap}
.wcigr-upsell-actions .button{flex:1;text-align:center}
.wcigr-offer-modal{position:fixed;inset:0;z-index:10003;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:14px}
.wcigr-offer-modal__box{background:#fff;color:#111;max-width:460px;width:100%;padding:20px;border-radius:12px;position:relative;box-shadow:0 18px 40px rgba(0,0,0,.28)}
.wcigr-offer-close{position:absolute;top:6px;right:8px;border:0;background:none;font-size:28px;line-height:1;cursor:pointer}
.wcigr-offer-title{margin:0 0 8px}
.wcigr-offer-text{margin:0 0 14px}
.wcigr-offer-btn{background:var(--wcigr-ct-primary,#2563eb)!important;color:#fff!important;border-color:var(--wcigr-ct-primary,#2563eb)!important}
@media (max-width: 640px){
  .wcigr-cart-trigger-wrap{right:10px;bottom:14px}
  .wcigr-sidecart{width:100vw}
}
