:root {
            --digo-purple: #5b21d6;
            --digo-purple-dark: #4c1d95;
            --digo-purple-soft: #f5f3ff;
            --digo-border: #e6eaf2;
            --digo-text: #0f172a;
            --digo-muted: #64748b;
        }

        .woocommerce-checkout .woocommerce {
            max-width: 1440px;
            margin-left: auto;
            margin-right: auto;
        }

        .woocommerce-checkout form.checkout.woocommerce-checkout {
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) 420px;
            gap: 24px;
            align-items: start;
            position: relative;
        }

        .woocommerce-checkout form.checkout.woocommerce-checkout > .digo-billing-card {
            grid-column: 1;
            grid-row: 1;
            min-width: 0;
            margin: 0;
        }

        .woocommerce-checkout form.checkout.woocommerce-checkout > .digo-checkout-main-actions {
            grid-column: 1;
            grid-row: 2;
            min-width: 0;
            margin: 0;
            position: relative;
            z-index: 5;
        }

        .woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
            grid-column: 2;
            grid-row: 1 / span 2;
            width: 100% !important;
            min-width: 0;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .woocommerce-checkout #order_review_heading {
            display: none !important;
        }

        .woocommerce-checkout .col2-set {
            width: 100% !important;
            display: block !important;
        }

        .woocommerce-checkout .col2-set .col-1,
        .woocommerce-checkout .col2-set .col-2 {
            width: 100% !important;
            float: none !important;
        }

        .woocommerce-checkout #ship-to-different-address,
        .woocommerce-checkout .shipping_address,
        .woocommerce-checkout .woocommerce-additional-fields {
            display: none !important;
        }

        /**
         * Top review card.
         */
        .digo-checkout-summary-wrap {
            margin: 0 0 16px;
        }

        .digo-checkout-summary-card {
            background: #fff;
            border: 1px solid var(--digo-border);
            border-radius: 14px;
            padding: 18px 22px;
            box-shadow: 0 8px 24px rgba(15,23,42,.045);
        }

        .digo-checkout-summary-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
        }

        .digo-checkout-head-left {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .digo-checkout-head-icon {
            width: 58px;
            height: 58px;
            border-radius: 12px;
            background: linear-gradient(135deg, #6d28d9, #4c1d95);
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 58px;
        }

        .digo-checkout-summary-head h2 {
            margin: 0 0 8px;
            font-size: 20px;
            line-height: 1.2;
            color: var(--digo-text);
            font-weight: 800;
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .digo-items-badge {
            font-size: 13px;
            font-weight: 700;
            color: #334155;
            background: #f1f5f9;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            padding: 2px 9px;
        }

        .digo-checkout-total-line {
            color: #334155;
            font-size: 15px;
        }

        .digo-checkout-total-line strong {
            color: var(--digo-purple);
            font-size: 22px;
            margin-left: 10px;
            font-weight: 900;
        }

        .digo-view-items-toggle {
            color: var(--digo-purple);
            font-weight: 800;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .digo-view-items-toggle:hover {
            color: var(--digo-purple-dark);
        }

        .digo-checkout-items-list {
            margin-top: 16px;
            padding-top: 14px;
            border-top: 1px solid #eef2f7;
        }

        .digo-checkout-product {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 10px 0;
            border-top: 1px solid #f1f5f9;
        }

        .digo-checkout-product:first-child {
            border-top: 0;
        }

        .digo-checkout-thumb {
            width: 54px;
            flex: 0 0 54px;
        }

        .digo-checkout-thumb img {
            width: 54px;
            height: 54px;
            border-radius: 10px;
            object-fit: cover;
            display: block;
        }

        .digo-checkout-copy {
            flex: 1;
            min-width: 0;
        }

        .digo-checkout-product-name {
            font-size: 14px;
            font-weight: 800;
            color: var(--digo-text);
            margin-bottom: 3px;
        }

        .digo-checkout-meta {
            font-size: 13px;
            color: var(--digo-muted);
        }

        .digo-checkout-price {
            font-size: 14px;
            font-weight: 800;
            color: var(--digo-text);
        }


        .digo-checkout-items-form { margin: 0 !important; }

        .digo-checkout-items-form .digo-checkout-product {
            display: grid;
            grid-template-columns: 54px minmax(0, 1fr) 150px 76px 110px 26px;
            align-items: center;
            gap: 12px;
        }

        .digo-checkout-qty-input {
            width: 100%;
            min-height: 38px;
            border: 1px solid #cfd6e4;
            border-radius: 8px;
            background: #fff;
            color: var(--digo-text);
            padding: 0 10px;
            font-size: 13px;
            font-weight: 800;
            text-align: center;
            outline: none;
            box-sizing: border-box;
        }

        .digo-checkout-qty-input:focus {
            border-color: var(--digo-purple);
            box-shadow: 0 0 0 3px rgba(91,33,214,.12);
        }

        .digo-checkout-qty-input:disabled {
            opacity: .65;
            cursor: not-allowed;
        }

        .digo-checkout-plan-select {
            width: 100%;
            min-height: 38px;
            border: 1px solid #cfd6e4;
            border-radius: 8px;
            background: #fff;
            color: var(--digo-text);
            padding: 0 12px;
            font-size: 13px;
            outline: none;
        }

        .digo-checkout-plan-select:focus {
            border-color: var(--digo-purple);
            box-shadow: 0 0 0 3px rgba(91,33,214,.12);
        }

        .digo-checkout-remove {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #0f172a;
            text-decoration: none;
            font-size: 20px;
            line-height: 1;
            transition: .2s ease;
        }

        .digo-checkout-remove:hover {
            color: #ef4444;
            background: #fee2e2;
        }

        .digo-checkout-items-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
            padding-top: 14px;
            margin-top: 8px;
            border-top: 1px solid #eef2f7;
        }

        .digo-checkout-summary-card.digo-review-updating {
            opacity: .68;
            pointer-events: none;
            position: relative;
        }

        .digo-checkout-summary-card.digo-review-updating::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 14px;
            background: rgba(255,255,255,.25);
        }

        .digo-checkout-update-btn {
            min-height: 38px;
            border-radius: 8px;
            border: 1.5px solid rgba(91,33,214,.24);
            background: #fff;
            color: var(--digo-purple);
            padding: 0 16px;
            font-size: 13px;
            font-weight: 800;
            cursor: pointer;
        }

        .digo-checkout-update-btn:hover { background: var(--digo-purple-soft); }
        .digo-checkout-auto-note { color: var(--digo-muted); font-size: 12px; }

        /**
         * Coupon.
         */
        .digo-coupon-card {
            margin: 0 0 16px;
            padding: 14px 22px;
            border: 1px solid #e5ddff;
            border-radius: 14px;
            background: linear-gradient(135deg, #fbfaff, #fff);
            display: flex;
            align-items: center;
            gap: 18px;
        }

        .digo-coupon-left {
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 0 0 auto;
            color: var(--digo-text);
        }

        .digo-coupon-icon {
            width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .digo-coupon-form,
        .woocommerce-checkout form.digo-coupon-form.checkout_coupon,
        .woocommerce-checkout .digo-coupon-card form.checkout_coupon,
        .woocommerce .digo-coupon-card form.checkout_coupon {
            flex: 1;
            min-width: 250px;
            display: flex !important;
            visibility: visible !important;
            opacity: 1 !important;
            height: auto !important;
            gap: 14px;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            background: transparent !important;
        }

        .woocommerce-checkout .digo-coupon-card .digo-coupon-form input[type="text"],
        .woocommerce-checkout .digo-coupon-card .digo-coupon-form button {
            display: inline-flex !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        .digo-coupon-form input[type="text"] {
            flex: 1;
            min-height: 46px;
            border: 1px solid #cfd6e4;
            border-radius: 8px;
            padding: 10px 16px;
            font-size: 15px;
            background: #fff;
            color: var(--digo-text);
        }

        .digo-coupon-form input[type="text"]:focus {
            outline: none;
            border-color: var(--digo-purple);
            box-shadow: 0 0 0 3px rgba(91,33,214,.12);
        }

        .digo-coupon-form button {
            min-width: 120px;
            border: 0;
            border-radius: 8px;
            padding: 10px 22px;
            background: linear-gradient(135deg, #6d28d9, #4c1d95);
            color: #fff;
            font-weight: 800;
            cursor: pointer;
        }

        /**
         * Billing.
         */
        .digo-billing-card,
        .digo-payment-card {
            background: #fff;
            border: 1px solid var(--digo-border);
            border-radius: 14px;
            padding: 24px;
            box-shadow: 0 8px 24px rgba(15,23,42,.045);
        }

        .digo-billing-card {
            margin-bottom: 0;
        }

        .digo-card-heading {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

        .digo-card-icon {
            width: 32px;
            height: 32px;
            border-radius: 9px;
            background: var(--digo-purple-soft);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 32px;
        }

        .digo-card-heading h3 {
            margin: 0;
            font-size: 21px;
            line-height: 1.2;
            font-weight: 850;
            color: var(--digo-text);
        }

        .digo-billing-card .woocommerce-billing-fields > h3 {
            display: none !important;
        }

        .digo-billing-card .form-row {
            margin-bottom: 16px !important;
        }

        .digo-billing-card .form-row-first,
        .digo-billing-card .form-row-last {
            width: 48% !important;
            overflow: visible;
        }

        .digo-billing-card .form-row-first {
            float: left !important;
            clear: both;
        }

        .digo-billing-card .form-row-last {
            float: right !important;
            clear: none;
        }

        .digo-billing-card label {
            font-size: 14px;
            font-weight: 800;
            color: var(--digo-text);
            margin-bottom: 7px;
            display: block;
        }

        .digo-billing-card input.input-text,
        .digo-billing-card select,
        .digo-billing-card .select2-container .select2-selection--single {
            width: 100%;
            min-height: 42px;
            border: 1px solid #cfd6e4;
            border-radius: 8px;
            padding: 9px 14px;
            font-size: 15px;
            color: var(--digo-text);
            background: #fff;
            box-sizing: border-box;
        }

        .digo-billing-card input.input-text:focus {
            outline: none;
            border-color: var(--digo-purple);
            box-shadow: 0 0 0 3px rgba(91,33,214,.12);
        }

        .digo-billing-card .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 22px;
            padding-left: 0;
            color: var(--digo-text);
        }

        .digo-billing-card .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 42px;
        }

        .digo-billing-card .create-account {
            clear: both;
            padding-top: 4px;
        }

        .digo-billing-card .create-account label,
        .digo-billing-card .woocommerce-form__label-for-checkbox {
            font-size: 14px;
            color: var(--digo-text);
            font-weight: 700;
        }

        /**
         * Payment overlap fix.
         */
        .woocommerce-checkout #payment,
        .woocommerce-checkout .digo-payment-wrap,
        .woocommerce-checkout .digo-payment-card {
            position: relative !important;
            z-index: 5;
            overflow: visible !important;
            clear: both;
        }

        .woocommerce-checkout #payment {
            background: transparent !important;
        }

        .digo-payment-card {
            margin-bottom: 16px;
        }

        .digo-payment-sub {
            font-size: 14px;
            color: var(--digo-muted);
            margin-top: -14px;
            margin-bottom: 16px;
            margin-left: 44px;
        }

        .woocommerce-checkout #payment ul.payment_methods {
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            overflow: visible !important;
        }

        .woocommerce-checkout #payment ul.payment_methods li {
            position: relative !important;
            display: block !important;
            clear: both !important;
            float: none !important;
            overflow: visible !important;
            min-height: auto !important;
            height: auto !important;
            background: #fff;
            border: 1.5px solid var(--digo-border);
            border-radius: 10px;
            padding: 14px 16px !important;
            margin: 0 0 10px !important;
            list-style: none;
            transition: .2s ease;
        }

        .woocommerce-checkout #payment ul.payment_methods li.selected,
        .woocommerce-checkout #payment ul.payment_methods li:has(input:checked) {
            border-color: var(--digo-purple);
            background: linear-gradient(135deg, #fbfaff, #fff);
            box-shadow: 0 0 0 1px rgba(91,33,214,.08);
        }

        .woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
            margin-right: 10px;
            vertical-align: middle;
        }

        .woocommerce-checkout #payment ul.payment_methods li label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
            font-weight: 850;
            color: var(--digo-text);
            line-height: 1.3;
            vertical-align: middle;
        }

        .woocommerce-checkout #payment ul.payment_methods li img {
            max-height: 30px;
            width: auto;
            vertical-align: middle;
            margin: 0 4px;
        }

        .woocommerce-checkout #payment div.payment_box {
            position: static !important;
            float: none !important;
            clear: both !important;
            width: 100% !important;
            box-sizing: border-box !important;
            margin: 12px 0 0 !important;
            padding: 12px 14px !important;
            border-radius: 8px !important;
            background: #f8fafc !important;
            color: #334155 !important;
            line-height: 1.55;
            overflow-wrap: anywhere;
            z-index: auto !important;
        }

        .woocommerce-checkout #payment div.payment_box:before {
            display: none !important;
        }

        .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
            clear: both;
            position: relative;
            z-index: 6;
            margin-bottom: 14px;
            font-size: 14px;
            color: #475569;
        }

        .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
            display: inline;
            line-height: 1.5;
        }

        .woocommerce-checkout .digo-place-order-row {
            position: relative;
            z-index: 6;
            clear: both;
            padding: 0 !important;
            margin: 0 !important;
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        .woocommerce-checkout #place_order.digo-place-order-btn {
            display: flex !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        .woocommerce-checkout .digo-place-order-btn {
            width: 100%;
            border: 0 !important;
            border-radius: 10px !important;
            padding: 14px 18px !important;
            background: linear-gradient(135deg, #6d28d9, #4c1d95) !important;
            color: #fff !important;
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 4px;
            font-size: 16px !important;
            line-height: 1.3;
            font-weight: 850 !important;
            cursor: pointer;
            box-shadow: 0 10px 24px rgba(91,33,214,.25);
        }

        .woocommerce-checkout .digo-place-order-btn:hover {
            background: linear-gradient(135deg, #5b21b6, #3b0764) !important;
            transform: translateY(-1px);
        }

        .woocommerce-checkout .digo-place-main {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .woocommerce-checkout .digo-btn-sub {
            display: block;
            font-size: 13px;
            font-weight: 500;
            opacity: .9;
        }

        /**
         * Sidebar.
         */
        .digo-sidebar {
            display: flex;
            flex-direction: column;
            gap: 14px;
            position: sticky;
            top: 24px;
            z-index: 1;
        }

        .digo-side-card {
            background: #fff;
            border: 1px solid var(--digo-border);
            border-radius: 14px;
            padding: 20px;
            box-shadow: 0 8px 24px rgba(15,23,42,.045);
        }

        .digo-side-head {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
        }

        .digo-side-icon {
            width: 34px;
            height: 34px;
            border-radius: 9px;
            background: var(--digo-purple-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 34px;
        }

        .digo-side-icon-circle {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 38px;
        }

        .digo-bg-purple { background: #5b21d6; }
        .digo-bg-green { background: #16a34a; }
        .digo-bg-amber { background: #d97706; }
        .digo-bg-blue { background: #2563eb; }

        .digo-side-head h3,
        .digo-side-head h4 {
            margin: 0;
            color: var(--digo-text);
            font-weight: 850;
            line-height: 1.25;
            flex: 1;
        }

        .digo-side-head h3 {
            font-size: 20px;
        }

        .digo-side-head h4 {
            font-size: 16px;
        }

        .digo-side-count {
            font-size: 14px;
            font-weight: 850;
            color: var(--digo-purple);
            white-space: nowrap;
        }

        .digo-side-items {
            padding-bottom: 10px;
            border-bottom: 1px solid #e2e8f0;
        }

        .digo-side-item {
            display: grid;
            grid-template-columns: 34px minmax(0, 1fr) auto;
            align-items: start;
            gap: 10px;
            padding: 10px 0;
        }

        .digo-side-item-thumb img {
            width: 28px;
            height: 28px;
            border-radius: 6px;
            object-fit: cover;
            display: block;
        }

        .digo-side-item-name {
            color: var(--digo-text);
            font-size: 14px;
            font-weight: 850;
            line-height: 1.25;
            margin-bottom: 4px;
        }

        .digo-side-item-meta {
            color: #475569;
            font-size: 13px;
            line-height: 1.35;
        }

        .digo-side-item-price {
            color: var(--digo-text);
            font-size: 14px;
            font-weight: 850;
            white-space: nowrap;
        }

        .digo-side-totals {
            padding-top: 12px;
        }

        .digo-side-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 7px 0;
            color: #334155;
            font-size: 15px;
        }

        .digo-side-row strong {
            color: var(--digo-text);
            font-weight: 800;
        }

        .digo-side-discount,
        .digo-side-discount strong {
            color: #07862f;
        }

        .digo-side-total {
            margin-top: 8px;
            padding-top: 12px;
            border-top: 1px solid #e2e8f0;
        }

        .digo-side-total span {
            color: var(--digo-text);
            font-size: 19px;
            font-weight: 850;
        }

        .digo-side-total strong {
            color: var(--digo-purple);
            font-size: 24px;
            font-weight: 950;
        }

        .digo-side-tax-note {
            color: var(--digo-muted);
            font-size: 13px;
            margin-top: 2px;
        }

        .digo-card-included {
            background: linear-gradient(135deg, #faf7ff, #fff);
            border-color: #ded3ff;
        }

        .digo-card-included h4 {
            color: var(--digo-purple);
        }

        .digo-included-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 18px;
            color: #1f2937;
            font-size: 14px;
        }

        .digo-included-grid div {
            color: #273449;
        }

        .digo-card-mbg {
            background: linear-gradient(135deg, #f0fdf4, #fff);
            border-color: #bbf7d0;
        }

        .digo-card-mbg h4 {
            color: #15803d;
        }

        .digo-card-mbg p {
            color: #334155;
            margin: 0;
            font-size: 14px;
            line-height: 1.65;
        }

        .digo-card-help {
            background: linear-gradient(135deg, #fffbeb, #fff);
            border-color: #fde68a;
        }

        .digo-card-help h4 {
            color: #b45309;
        }

        .digo-card-help p {
            color: #475569;
            margin: 0 0 6px;
            font-size: 14px;
        }

        .digo-help-links {
            color: var(--digo-text);
            font-size: 14px;
            font-weight: 850;
        }

        .digo-help-links a {
            color: var(--digo-text);
            text-decoration: none;
        }

        .digo-card-secure {
            background: linear-gradient(135deg, #eff6ff, #fff);
            border-color: #bfdbfe;
        }

        .digo-card-secure h4 {
            color: #1d4ed8;
        }

        .digo-card-secure p {
            color: #334155;
            margin: 0;
            font-size: 14px;
            line-height: 1.65;
        }

        /**
         * Trust row.
         */
        .digo-trust-row {
            margin-top: 18px;
            padding: 18px 22px;
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 10px 26px rgba(15,23,42,.04);
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .digo-trust-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .digo-trust-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            flex: 0 0 38px;
        }

        .digo-trust-green {
            background: #dcfce7;
            color: #16a34a;
        }

        .digo-trust-purple {
            background: #ede9fe;
            color: #6d28d9;
        }

        .digo-trust-blue {
            background: #dbeafe;
            color: #2563eb;
        }

        .digo-trust-pink {
            background: #fce7f3;
            color: #db2777;
        }

        .digo-trust-item strong {
            display: block;
            color: var(--digo-text);
            font-size: 14px;
            line-height: 1.25;
        }

        .digo-trust-item span {
            display: block;
            color: var(--digo-muted);
            font-size: 13px;
            margin-top: 3px;
        }

        /**
         * Notices.
         */
        .woocommerce-checkout .woocommerce-error,
        .woocommerce-checkout .woocommerce-info,
        .woocommerce-checkout .woocommerce-message {
            border-radius: 10px;
        }

        /**
         * Responsive.
         */
        @media (max-width: 1100px) {
            .woocommerce-checkout form.checkout.woocommerce-checkout {
                grid-template-columns: minmax(0, 1fr) 360px;
            }
        }

        @media (max-width: 1024px) {
            .woocommerce-checkout form.checkout.woocommerce-checkout {
                display: block !important;
            }

            .woocommerce-checkout form.checkout.woocommerce-checkout > .digo-billing-card,
            .woocommerce-checkout form.checkout.woocommerce-checkout > .digo-checkout-main-actions,
            .woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
                width: 100% !important;
                max-width: 100% !important;
                margin-bottom: 18px;
            }

            .digo-sidebar {
                position: static !important;
                top: auto !important;
            }

            .digo-trust-row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 700px) {
            .digo-checkout-summary-head,
            .digo-coupon-card {
                align-items: flex-start;
                flex-direction: column;
            }

            .digo-coupon-form,
            .woocommerce-checkout form.digo-coupon-form.checkout_coupon,
            .woocommerce-checkout .digo-coupon-card form.checkout_coupon,
            .woocommerce .digo-coupon-card form.checkout_coupon {
                width: 100%;
                min-width: 0;
                flex-direction: column;
                display: flex !important;
            }

            .digo-coupon-form button {
                width: 100%;
            }

            .digo-billing-card .form-row-first,
            .digo-billing-card .form-row-last {
                width: 100% !important;
                float: none !important;
                clear: both !important;
            }

            .digo-included-grid,
            .digo-trust-row {
                grid-template-columns: 1fr;
            }

            .digo-checkout-total-line strong {
                display: inline-block;
                font-size: 20px;
            }

            .digo-side-total strong {
                font-size: 22px;
            }


            .digo-checkout-items-form .digo-checkout-product {
                grid-template-columns: 52px minmax(0, 1fr) 26px;
                gap: 10px;
                align-items: start;
            }

            .digo-checkout-items-form .digo-checkout-thumb { grid-column: 1; grid-row: 1 / span 4; }
            .digo-checkout-items-form .digo-checkout-copy { grid-column: 2; grid-row: 1; }
            .digo-checkout-items-form .digo-checkout-remove { grid-column: 3; grid-row: 1; align-self: start; }
            .digo-checkout-items-form .digo-checkout-plan { grid-column: 2 / -1; grid-row: 2; }
            .digo-checkout-items-form .digo-checkout-qty { grid-column: 2 / 3; grid-row: 3; max-width: 96px; }
            .digo-checkout-items-form .digo-checkout-price { grid-column: 2 / -1; grid-row: 4; text-align: left; }
            .digo-checkout-items-actions { align-items: stretch; flex-direction: column; }
            .digo-checkout-update-btn { width: 100%; }
        }

/* v1.1.44: clear discounted/free-order checkout states. */
.digo-discounted-line-price {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    white-space: nowrap;
}

.digo-discounted-line-price del {
    opacity: .58;
    font-size: .86em;
    font-weight: 650;
}

.digo-discounted-line-price ins {
    text-decoration: none;
    font-weight: 850;
}

.digo-free-order-notice {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    background: #f0fdf4;
    color: #166534;
}

.digo-free-order-notice strong {
    font-size: 15px;
}

.digo-free-order-notice span {
    font-size: 13px;
    line-height: 1.5;
}
