.dashcam-cart-page .cart-table-wrap,
.dashcam-cart-page .cart-summary,
.dashcam-checkout-page .checkout-form-wrap,
.dashcam-checkout-page .checkout-summary,
.checkout-success .success-box {
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.dashcam-cart-page .cart-product {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dashcam-cart-page .cart-product img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
}

.dashcam-cart-page .cart-qty {
    display: inline-flex;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    overflow: hidden;
}

.dashcam-cart-page .btn-qty {
    width: 34px;
    border: 0;
    background: #f8fafc;
}

.dashcam-cart-page .qty-input {
    width: 54px;
    border: 0;
    text-align: center;
}

.dashcam-cart-page .btn-remove {
    border: 0;
    background: #fee4e2;
    color: #b42318;
    border-radius: 8px;
    padding: 6px 10px;
}

.dashcam-cart-page .sum-row,
.dashcam-checkout-page .co-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dashcam-cart-page .sum-row.total,
.dashcam-checkout-page .co-item.total {
    font-size: 18px;
    font-weight: 700;
}

.checkout-success .success-box {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.cart-count-badge {
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
    background: #d92d20;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: none;
}

.dashcam-cart-page .cart-coupon-box {
    border: 1px dashed #dbe2ea;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 14px;
    background: #f8fafc;
}

.dashcam-cart-page .coupon-current {
    color: #155e75;
    font-size: 13px;
}