@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
body{margin:0;padding:0}.cd-header{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 24px 16px;display:flex}.cd-header h2{color:#1a1a2e;margin:0;font-size:20px;font-weight:800}.cd-header .addon-close{flex-shrink:0;margin-top:4px;position:static!important}.cd-price{color:#e31e73;font-weight:700}.cart-drawer-loading{color:#888;flex-direction:column;align-items:center;gap:12px;padding:40px 24px;display:flex}.cart-drawer-spinner{border:3px solid #f0f0f0;border-top-color:#e31e73;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite gg-spin;display:block}@keyframes gg-spin{to{transform:rotate(360deg)}}.cart-drawer-error{color:#e31e73;background:#fff0f3;border-radius:10px;margin:16px 24px;padding:12px 16px;font-size:13px}.cart-drawer-empty{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:48px 24px;display:flex}.cart-drawer-empty>span{font-size:48px;line-height:1}.cart-drawer-empty p{color:#888;margin:0;font-size:15px}.cd-items-list{flex-direction:column;flex:1;gap:0;max-height:44vh;padding:8px 24px;display:flex;overflow-y:auto}.cd-item{border-bottom:1px solid #f2f2f2;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.cd-item:last-child{border-bottom:none}.cd-item-img{background:#f5f5f5;border-radius:10px;flex-shrink:0;width:68px;height:68px;overflow:hidden}.cd-item-img img{object-fit:cover;width:100%;height:100%;display:block}.cd-item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cd-item-name{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:700;overflow:hidden}.cd-item-variant{color:#999;margin:0;font-size:11px}.cd-item-unit-price{color:#aaa;margin:2px 0 6px;font-size:12px}.cd-item-unit-price .cd-price{color:#888;font-size:12px}.cd-item-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cd-qty-ctrl{background:#fafafa;border:1.5px solid #e8e8e8;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.cd-qty-btn{color:#555;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:17px;line-height:1;transition:background .15s,color .15s;display:flex}.cd-qty-btn:hover:not(:disabled){color:#e31e73;background:#fce4ef}.cd-qty-btn:disabled{opacity:.3;cursor:not-allowed}.cd-qty-ctrl span{text-align:center;color:#1a1a2e;min-width:28px;font-size:13px;font-weight:700}.cd-item-line-total .cd-price{color:#1a1a2e;font-size:14px;font-weight:800}.cd-remove-btn{cursor:pointer;opacity:.45;background:0 0;border:none;padding:0;font-size:15px;line-height:1;transition:opacity .15s}.cd-remove-btn:hover:not(:disabled){opacity:1}.cd-remove-btn:disabled{cursor:not-allowed;opacity:.2}.cd-summary{border-top:1.5px solid #f0f0f0;flex-direction:column;gap:7px;padding:14px 24px;display:flex}.cd-summary-row{color:#666;justify-content:space-between;align-items:center;font-size:13px;display:flex}.cd-summary-promo strong{color:#2a9d5c}.cd-summary-total{color:#1a1a2e;border-top:1.5px dashed #eee;padding-top:10px;font-size:15px;font-weight:800}.cd-summary-total .cd-price{color:#e31e73;font-size:16px;font-weight:900}
