.agmcn-cart-link { position: relative; }
.agmcn-cart-link.is-empty { display: none; }
.agmcn-cart-icon {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}
.agmcn-cart-count {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #003399;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
}
.agmcn-cart-count.is-empty { display: none; }

.agmcn-shop-shell { color: #0f172a; }
.agmcn-shop-lead { color: #64748b; margin: 0 0 1rem; font-size: 0.9rem; line-height: 1.6; }
.agmcn-pay-head { margin-bottom: 0.75rem; }
.agmcn-pay-head h2 { margin: 0.65rem 0 0; font-size: 1.25rem; }
.agmcn-pay-method { font-size: 0.875rem; font-weight: 700; margin: 1rem 0 0.35rem; }
.agmcn-pay-form { margin: 1.25rem 0 0.5rem; }
.agmcn-pay-form .agmcn-add-to-cart { min-width: 14rem; }
.agmcn-order-no { font-size: 0.8rem; color: #64748b; margin: 0 0 0.85rem; }
.agmcn-shop-lines { list-style: none; margin: 0 0 0.75rem; padding: 0; }
.agmcn-shop-lines li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
    color: #334155;
}
.agmcn-shop-lines li:last-child { border-bottom: 0; }
.agmcn-guide-steps {
    margin: 0 0 0.5rem;
    padding-left: 1.2rem;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.7;
}
.agmcn-guide-steps li { margin-bottom: 0.35rem; }
.agmcn-gateway-list { display: flex; flex-direction: column; gap: 0.75rem; margin: 0; }
.agmcn-shop-form .agmcn-gateway-card,
.agmcn-gateway-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    cursor: pointer;
    background: #fff;
}
.agmcn-shop-form .agmcn-gateway-card:has(input:checked),
.agmcn-gateway-card:has(input:checked) {
    border-color: #003399;
    background: #f4f7ff;
    box-shadow: inset 3px 0 0 #003399;
}
.agmcn-shop-form .agmcn-gateway-card input[type="radio"],
.agmcn-gateway-card input[type="radio"] {
    width: 1.05rem;
    height: 1.05rem;
    margin: 0.2rem 0 0;
    padding: 0;
    flex-shrink: 0;
    accent-color: #003399;
}
.agmcn-gateway-card span { flex: 1; min-width: 0; }
.agmcn-gateway-card strong { display: block; font-size: 0.9rem; color: #0f172a; }
.agmcn-gateway-card em {
    display: block;
    margin-top: 0.3rem;
    font-style: normal;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.55;
}
.agmcn-status-tag {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}
.agmcn-status-tag.status-pending { background: #fcf0f1; color: #d63638; }
.agmcn-status-tag.status-paid,
.agmcn-status-tag.status-processing { background: #f0f6fb; color: #2271b1; }
.agmcn-status-tag.status-completed { background: #f0f8f0; color: #00a32a; }
.agmcn-status-tag.status-cancelled,
.agmcn-status-tag.status-refunded { background: #f0f0f1; color: #646970; }
.agmcn-shop-main .agmcn-shop-card + .agmcn-shop-card { margin-top: 1rem; }
.agmcn-shop-banner {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e3a8a;
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}
.agmcn-shop-empty-card,
.agmcn-shop-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
}
.agmcn-shop-empty-card { text-align: center; }
.agmcn-shop-empty-card p { margin-bottom: 1rem; color: #475569; }
.agmcn-shop-card h2 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.agmcn-shop-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 22rem);
    gap: 1.5rem;
    align-items: start;
}
.agmcn-shop-aside { position: sticky; top: 6rem; }
.agmcn-pay-wrap {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0 1rem;
}
.agmcn-summary-card {
    width: 100%;
    max-width: 22rem;
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 1rem;
    padding: 1.75rem 1.6rem 1.5rem;
    box-shadow: 0 12px 40px -20px rgba(0, 51, 153, 0.28);
}
.agmcn-shop-aside .agmcn-summary-card {
    max-width: none;
}
.agmcn-summary-card h2 {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #003399;
}
.agmcn-summary-note {
    background: #eef3ff;
    color: #1e3a8a;
    border-radius: 0.75rem;
    padding: 0.75rem 0.9rem;
    margin-bottom: 1.15rem;
    font-size: 0.8125rem;
    line-height: 1.55;
}
.agmcn-summary-items {
    list-style: none;
    margin: 0 0 0.85rem;
    padding: 0;
}
.agmcn-summary-items li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.35rem 0;
    font-size: 0.8125rem;
    color: #64748b;
}
.agmcn-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #64748b;
    font-size: 0.875rem;
}
.agmcn-summary-divider {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 0.9rem 0;
}
.agmcn-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}
.agmcn-summary-total strong {
    font-size: 1.65rem;
    letter-spacing: -0.02em;
    color: #003399;
}
.agmcn-summary-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.85rem;
    border: 0;
    border-radius: 9999px;
    background: #003399;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.agmcn-summary-cta:hover {
    background: #1a44c0;
    color: #fff;
}
.agmcn-summary-back {
    display: block;
    margin-top: 0.9rem;
    text-align: center;
    color: #003399;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
}
.agmcn-summary-back:hover { color: #1a44c0; }
.agmcn-bank-box { margin-top: 1rem; }
.agmcn-bank-dl { margin: 0; }
.agmcn-bank-dl > div {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 0.55rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
}
.agmcn-bank-dl dt { color: #64748b; font-weight: 600; min-width: 4.5rem; }
.agmcn-bank-dl dd { margin: 0; color: #0f172a; font-weight: 700; }
.agmcn-bank-dl .agmcn-pay-copy { display: flex; align-items: center; gap: 0.4rem; }
.agmcn-bank-dl .agmcn-pay-copy input {
    width: 12rem;
    max-width: 46vw;
    border: 1px solid #e2e8f0;
    border-radius: 0.4rem;
    padding: 0.25rem 0.45rem;
    background: #f8fafc;
    font-size: 0.8rem;
}
.agmcn-copy-btn {
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 0.4rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #003399;
    cursor: pointer;
}
.agmcn-bank-ref { margin: 0 0 0.85rem; }
.agmcn-bank-ref label { display: block; font-size: 0.75rem; font-weight: 700; margin-bottom: 0.3rem; color: #64748b; }
.agmcn-bank-ref input {
    width: 100%;
    padding: 0.5rem 0.7rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
}
.agmcn-summary-card .agmcn-status-tag { margin-bottom: 0.65rem; }

.agmcn-cart-list { list-style: none; margin: 0 0 1rem; padding: 0; }
.agmcn-cart-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto auto auto;
    gap: 0.85rem;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    margin-bottom: 0.75rem;
}
.agmcn-cart-thumb {
    width: 64px;
    height: 64px;
    border-radius: 0.75rem;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.7rem;
    font-weight: 800;
}
.agmcn-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.agmcn-cart-title { font-weight: 700; color: #0f172a; text-decoration: none; }
.agmcn-cart-title:hover { color: #003399; }
.agmcn-cart-meta { font-size: 0.8rem; color: #64748b; margin-top: 0.2rem; }
.agmcn-cart-subtotal { font-weight: 800; white-space: nowrap; }

.agmcn-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 0.6rem;
    overflow: hidden;
}
.agmcn-qty-btn {
    width: 2rem;
    height: 2rem;
    border: 0;
    background: #f8fafc;
    cursor: pointer;
    font-size: 1rem;
    color: #334155;
}
.agmcn-qty-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.agmcn-cart-qty {
    width: 3rem;
    height: 2rem;
    border: 0;
    text-align: center;
    font-size: 0.875rem;
}
.agmcn-qty-hint,
.agmcn-burn-hint,
.agmcn-burn-qty-label {
    display: block;
    margin: 0.25rem 0 0.4rem;
    font-size: 0.75rem;
    color: #64748b;
}
.agmcn-burn-qty { width: 4.5rem; margin-left: 0.35rem; }
.agmcn-add-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem; width: 100%; }

.agmcn-shop-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.75rem 0 1.1rem;
    font-size: 1rem;
}
.agmcn-shop-btn,
.agmcn-add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #003399;
    color: #fff;
    border: 0;
    border-radius: 0.75rem;
    padding: 0.7rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.agmcn-shop-btn:hover { background: #002b80; color: #fff; }
.agmcn-add-to-cart {
    background: #ea580c;
    box-shadow: 0 8px 18px -8px rgba(234, 88, 12, 0.8);
}
.agmcn-add-to-cart:hover { background: #c2410c; color: #fff; }
.agmcn-shop-btn-block,
.agmcn-card-buy .agmcn-add-to-cart,
.agmcn-card-buy .agmcn-shop-btn { width: 100%; }
.agmcn-shop-btn-ghost {
    background: #fff;
    color: #003399;
    border: 1px solid #cbd5e1;
}
.agmcn-shop-btn-ghost:hover { background: #eff6ff; color: #003399; }
.agmcn-shop-text-link {
    color: #003399;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
}
.agmcn-cart-remove {
    background: none;
    border: 0;
    color: #64748b;
    cursor: pointer;
    font-size: 0.8rem;
}
.agmcn-shop-form p { margin-bottom: 1rem; }
.agmcn-shop-form label { display: block; font-size: 0.8rem; font-weight: 700; margin-bottom: 0.35rem; }
.agmcn-shop-form input,
.agmcn-shop-form select,
.agmcn-shop-form textarea {
    width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
}
.agmcn-shop-list { margin: 0 0 1rem; padding-left: 1.1rem; color: #334155; }
.agmcn-shop-amount { font-size: 1.1rem; margin: 1rem 0; }
.agmcn-shop-locked { font-size: 0.85rem; color: #64748b; margin-bottom: 0.75rem; }
.agmcn-shop-ok { font-weight: 800; margin-bottom: 0.75rem; }
.agmcn-next-steps { margin: 1.25rem 0; padding-top: 1rem; border-top: 1px solid #e2e8f0; }
.agmcn-shop-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.25rem; }
.agmcn-card-buy { display: flex; flex-direction: column; gap: 0.4rem; width: 100%; }
.agmcn-card-price { font-weight: 800; color: #003399; }

.agmcn-pdp-buy {
    margin-top: 1.25rem;
    padding-top: 0;
    border-top: 0;
    max-width: none;
}
.agmcn-pdp-buy .agmcn-shop-price { color: #0f172a; margin-bottom: 0.85rem; }
.agmcn-pdp-buy-lead { color: #475569; font-size: 0.875rem; margin-bottom: 0.75rem; }

.agmcn-pdp-buy-paths {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 0;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
}
.agmcn-pdp-path {
    padding: 1.15rem 1.25rem 1.25rem;
    min-width: 0;
}
.agmcn-pdp-path--sample {
    background: #fff;
}
.agmcn-pdp-path--bulk {
    background: #f8fafc;
    border-left: 1px solid #e2e8f0;
}
.agmcn-pdp-inquiry-wechat {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    max-width: 22rem;
    margin-top: 0.15rem;
    padding: 0.9rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #f8fafc;
}
.agmcn-pdp-inquiry-qr {
    display: block;
    width: 6.5rem;
    height: 6.5rem;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.2rem;
}
.agmcn-pdp-inquiry-body {
    min-width: 0;
}
.agmcn-pdp-inquiry-title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}
.agmcn-pdp-inquiry-id {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #003399;
    letter-spacing: 0.02em;
}
.agmcn-pdp-inquiry-hint {
    margin: 0;
    font-size: 0.75rem;
    color: #94a3b8;
    letter-spacing: 0.02em;
}
.agmcn-pdp-path-label {
    margin: 0 0 0.75rem;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #003399;
}
.agmcn-shop-price--sample {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.55rem;
    margin-bottom: 1rem;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.agmcn-shop-price--sample strong {
    font-weight: 800;
    color: #0f172a;
}
.agmcn-sample-badge {
    display: inline-flex;
    align-items: center;
    height: 1.3rem;
    padding: 0 0.4rem;
    border-radius: 0.3rem;
    background: #eff6ff;
    color: #003399;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.agmcn-sample-note,
.agmcn-shop-price--sample .agmcn-sample-note {
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
    margin-left: 0;
}

.agmcn-sample-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
}
.agmcn-sample-stepper {
    display: inline-flex;
    align-items: center;
    height: 2.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.7rem;
    background: #fff;
    overflow: hidden;
    flex: 0 0 auto;
}
.agmcn-sample-step {
    width: 2.25rem;
    height: 100%;
    border: 0;
    background: transparent;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
}
.agmcn-sample-step:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.agmcn-sample-stepper .agmcn-burn-qty {
    width: 2.4rem;
    height: 100%;
    margin: 0;
    border: 0;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    outline: none;
    -moz-appearance: textfield;
}
.agmcn-sample-stepper .agmcn-burn-qty::-webkit-outer-spin-button,
.agmcn-sample-stepper .agmcn-burn-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.agmcn-pdp-path--sample .agmcn-burn-hint {
    margin: 0.65rem 0 0;
    font-size: 0.75rem;
    color: #94a3b8;
}
.agmcn-pdp-path--sample .agmcn-add-to-cart {
    flex: 1 1 auto;
    min-width: 0;
    height: 2.75rem;
    box-shadow: none;
}

.agmcn-bulk-wechat-inner {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}
.agmcn-bulk-wechat-qr {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 0.55rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.2rem;
}
.agmcn-bulk-wechat-body {
    min-width: 0;
    flex: 1 1 auto;
}
.agmcn-bulk-wechat-title {
    margin: 0.1rem 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}
.agmcn-bulk-wechat-desc {
    margin: 0 0 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}
.agmcn-bulk-wechat-id {
    margin: 0 0 0.35rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.01em;
}
.agmcn-bulk-wechat-link {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #003399;
    text-decoration: none;
}
.agmcn-bulk-wechat-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .agmcn-pdp-buy-paths {
        grid-template-columns: 1fr;
    }
    .agmcn-pdp-path--bulk {
        border-left: 0;
        border-top: 1px solid #e2e8f0;
    }
}

.agmcn-pdp-buy .agmcn-add-to-cart,
.agmcn-pdp-buy .agmcn-shop-btn {
    min-width: 8rem;
    height: 2.75rem;
    padding: 0 1.15rem;
}
.agmcn-shop-price { font-size: 1.5rem; font-weight: 800; color: #0f172a; margin-bottom: 0.5rem; }
.agmcn-shop-price > span:not(.agmcn-sample-badge):not(.agmcn-sample-note) {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
    margin-left: 0.25rem;
}
.agmcn-shop-price .agmcn-sample-badge {
    display: inline-flex;
    align-items: center;
    height: 1.3rem;
    padding: 0 0.4rem;
    margin: 0;
    border-radius: 0.3rem;
    background: #eff6ff;
    color: #003399;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.agmcn-shop-price .agmcn-sample-note {
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
    margin-left: 0;
}
.agmcn-shop-buy { margin: 0.75rem 0 1.25rem; }

.agmcn-card-actions .agmcn-add-wrap { width: auto; }
.agmcn-card-actions .agmcn-add-to-cart,
.agmcn-card-actions .agmcn-shop-btn {
    height: 2.5rem;
    padding: 0 0.9rem;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
}
.agmcn-card-actions .agmcn-burn-qty-label,
.agmcn-card-actions .agmcn-burn-hint { display: none; }

header .agmcn-add-to-cart { background: #ea580c; color: #fff; }
header .agmcn-add-to-cart:hover { background: #c2410c; color: #fff; }

.agmcn-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}
.agmcn-plan-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
}
.agmcn-plan-card.is-featured { border-color: #003399; }
.agmcn-plan-card h2 { font-size: 1.15rem; font-weight: 800; margin-bottom: 0.5rem; }
.agmcn-plan-card ul { margin: 1rem 0; padding-left: 1.1rem; color: #475569; font-size: 0.875rem; }

.agmcn-shop-steps {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.agmcn-shop-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 700;
}
.agmcn-shop-step-index {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}
.agmcn-shop-step.is-current { color: #003399; }
.agmcn-shop-step.is-current .agmcn-shop-step-index,
.agmcn-shop-step.is-done .agmcn-shop-step-index {
    background: #003399;
    border-color: #003399;
    color: #fff;
}
.agmcn-shop-step.is-done { color: #334155; }

.agmcn-shop-toast {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 80;
    background: #0f172a;
    color: #fff;
    border-radius: 0.85rem;
    padding: 0.85rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
}
.agmcn-shop-toast.is-visible {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
.agmcn-shop-toast a { color: #93c5fd; margin-left: 0.75rem; font-weight: 800; }

@media (max-width: 800px) {
    .agmcn-shop-layout { grid-template-columns: 1fr; }
    .agmcn-shop-aside { position: static; }
    .agmcn-cart-item {
        grid-template-columns: 56px minmax(0, 1fr) auto;
        grid-template-areas:
            "thumb info remove"
            "thumb qty sub";
    }
    .agmcn-cart-thumb { grid-area: thumb; }
    .agmcn-cart-info { grid-area: info; }
    .agmcn-qty-control { grid-area: qty; }
    .agmcn-cart-subtotal { grid-area: sub; }
    .agmcn-cart-remove { grid-area: remove; }
}
