@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}.gg-profile-avatar-row{align-items:center;gap:16px;margin-bottom:24px;display:flex}.gg-avatar-btn{cursor:pointer;background:#fce4ef;border:3px solid #e31e73;border-radius:50%;flex-shrink:0;width:80px;height:80px;padding:0;position:relative;overflow:hidden}.gg-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.gg-avatar-initials{color:#e31e73;justify-content:center;align-items:center;width:100%;height:100%;font-size:26px;font-weight:800;display:flex}.gg-avatar-overlay{opacity:0;background:#00000061;justify-content:center;align-items:center;font-size:20px;transition:opacity .18s;display:flex;position:absolute;inset:0}.gg-avatar-btn:hover .gg-avatar-overlay{opacity:1}.gg-avatar-meta{flex-direction:column;gap:3px;display:flex}.gg-avatar-meta strong{color:#1a1a2e;font-size:16px;font-weight:700}.gg-avatar-meta small{color:#888;font-size:13px}.gg-badge{border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.gg-badge--green{color:#16a34a;background:#dcfce7}.gg-alert{border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:500}.gg-alert--success{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0}.gg-alert--error{color:#e31e73;background:#fff0f3;border:1px solid #fecdd3}.gg-input-readonly{cursor:not-allowed;color:#888!important;background:#f8f8f8!important}label.gg-field-error input,label.gg-field-error select{border-color:#e31e73!important}.gg-error-msg{color:#e31e73;margin-top:3px;font-size:11px;display:block}.gg-profile-skeleton{flex-direction:column;gap:16px;padding:8px 0;display:flex}.gg-skeleton-field{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;height:48px;animation:1.4s infinite gg-shimmer}@keyframes gg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
