@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
.ccg-cart-overlay{position:fixed;inset:0;background:rgba(13,35,26,.42);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:.3s;z-index:9998}
.ccg-cart-root.open .ccg-cart-overlay{opacity:1}
.ccg-cart-panel{position:fixed;top:0;right:0;height:100%;width:min(410px,92vw);background:#F7F8F4;transform:translateX(100%);transition:.32s cubic-bezier(.4,0,.2,1);z-index:9999;display:flex;flex-direction:column;box-shadow:-10px 0 40px rgba(0,0,0,.18);font-family:'Inter',system-ui,sans-serif;color:#163326}
.ccg-cart-root.open .ccg-cart-panel{transform:none}
.ccg-cart-head{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;background:#163326;color:#fff}
.ccg-cart-head b{font-size:17px;font-weight:800;letter-spacing:-.01em}
.ccg-cart-head button{background:none;border:none;color:#fff;font-size:26px;cursor:pointer;line-height:1}
.ccg-ship{padding:14px 20px;background:#EFF7F0;border-bottom:1px solid #E1EAE2}
.ccg-ship-msg{font-size:13px;font-weight:600;margin-bottom:8px}
.ccg-ship-msg b{color:#37703E}
.ccg-ship-track{height:8px;border-radius:99px;background:#d7e6d9;overflow:hidden}
.ccg-ship-track i{display:block;height:100%;width:0;background:linear-gradient(90deg,#5C915A,#37703E);border-radius:99px;transition:width .45s ease}
.ccg-cart-items{flex:1;overflow-y:auto;padding:6px 20px;-webkit-overflow-scrolling:touch}
.ccg-ci{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #E1EAE2}
.ccg-ci img{width:64px;height:64px;object-fit:cover;border-radius:10px;background:#fff;flex:0 0 auto}
.ccg-ci .d{flex:1;min-width:0}
.ccg-ci .t{font-size:13.5px;font-weight:700;line-height:1.3}
.ccg-ci .v{font-size:12px;color:#5C6B60;margin:2px 0 8px}
.ccg-qty{display:inline-flex;align-items:center;border:1px solid #E1EAE2;border-radius:8px;overflow:hidden;background:#fff}
.ccg-qty button{width:28px;height:28px;border:none;background:#fff;cursor:pointer;font-size:15px;color:#163326}
.ccg-qty span{width:30px;text-align:center;font-size:13px;font-weight:700}
.ccg-ci .rt{text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}
.ccg-ci .pr{font-weight:800;font-size:14px}
.ccg-ci .rm{background:none;border:none;color:#9aa89d;font-size:11.5px;cursor:pointer;text-decoration:underline}
.ccg-cart-empty{flex:1;display:none;align-items:center;justify-content:center;color:#5C6B60;font-weight:600;padding:40px}
.ccg-cart-root.empty .ccg-cart-items{display:none}
.ccg-cart-root.empty .ccg-cart-empty{display:flex}
.ccg-cart-root.empty .ccg-ship,.ccg-cart-root.empty .ccg-upsell{display:none}
.ccg-upsell{padding:12px 20px;border-top:1px solid #E1EAE2;background:#fff}
.ccg-upsell h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#37703E;margin-bottom:10px}
.ccg-up{display:flex;gap:10px;align-items:center;margin-bottom:8px}
.ccg-up img{width:46px;height:46px;object-fit:cover;border-radius:8px;background:#F7F8F4;flex:0 0 auto}
.ccg-up .n{flex:1;min-width:0}
.ccg-up .n b{display:block;font-size:12.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ccg-up .n span{font-size:12.5px;color:#5C6B60;font-weight:700}
.ccg-up-add{background:#EFF7F0;border:1px solid #C7E0C0;color:#37703E;font-weight:800;font-size:12px;padding:7px 12px;border-radius:8px;cursor:pointer;white-space:nowrap}
.ccg-up-add:hover{background:#C7E0C0}
.ccg-cart-foot{border-top:1px solid #E1EAE2;padding:16px 20px;background:#fff}
.ccg-cart-sub{display:flex;justify-content:space-between;font-weight:800;font-size:16px;margin-bottom:4px}
.ccg-cart-note{font-size:12px;color:#5C6B60;margin-bottom:12px}
.ccg-cart-checkout{display:block;text-align:center;background:#5C915A;color:#fff;font-weight:800;padding:15px;border-radius:12px;font-size:15px;transition:.2s;font-family:inherit;border:none;cursor:pointer;width:100%}
.ccg-cart-checkout:hover{background:#37703E}
.ccg-cart-pay{text-align:center;font-size:11px;color:#5C6B60;margin-top:10px;display:flex;gap:6px;justify-content:center;align-items:center;flex-wrap:wrap}
.ccg-cart-pay span{background:#fff;border:1px solid #E1EAE2;font-weight:800;font-size:9px;padding:3px 6px;border-radius:4px;color:#163326}
.ccg-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:9990;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid #E1EAE2;transform:translateY(120%);transition:.3s;box-shadow:0 -6px 24px rgba(0,0,0,.08);font-family:'Inter',system-ui,sans-serif}
.ccg-sticky-atc.show{transform:none}
.ccg-sticky-atc .in{max-width:1000px;margin:0 auto;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.ccg-sticky-atc .meta{min-width:0}
.ccg-sticky-atc .t{font-size:14px;font-weight:800;color:#163326;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52vw}
.ccg-sticky-atc .p{font-size:13px;color:#5C6B60}
.ccg-sticky-btn{background:#5C915A;color:#fff;border:none;font-weight:800;padding:13px 28px;border-radius:12px;font-size:14px;cursor:pointer;transition:.2s;white-space:nowrap;font-family:inherit}
.ccg-sticky-btn:hover{background:#37703E}
.ccg-toast{position:fixed;left:18px;bottom:18px;z-index:9985;background:#fff;border:1px solid #E1EAE2;border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.16);padding:11px 15px;display:flex;gap:11px;align-items:center;max-width:300px;transform:translateY(160%);opacity:0;transition:.45s;font-family:'Inter',system-ui,sans-serif}
.ccg-toast.show{transform:none;opacity:1}
.ccg-toast .ti{width:38px;height:38px;border-radius:9px;background:#EFF7F0;display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 auto}
.ccg-toast .tt b{display:block;font-size:12.5px;color:#163326}
.ccg-toast .tt small{font-size:11.5px;color:#5C6B60}
@media(max-width:600px){.ccg-sticky-atc .p{display:none}.ccg-sticky-btn{padding:12px 20px}.ccg-toast{left:10px;right:10px;bottom:80px;max-width:none}}
