/* Familiar commerce checkout presentation.
 * This intentionally reduces decorative cards and gives content a quieter hierarchy.
 */
#wk-one-page-checkout {
    --wk-natural-ink: #1f2d27;
    --wk-natural-muted: #66756e;
    --wk-natural-line: #e1e7e3;
    --wk-natural-green: #176f4f;
    --wk-natural-orange: #f58220;
    background: #fff;
    color: var(--wk-natural-ink);
    font-size: 15px;
}

/* ZimBuyer checkout UX proposal — development preview, 2026-08-26 */
@media (min-width: 992px) {
    #wk-one-page-checkout {
        max-width: 1420px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #wk-one-page-checkout .page-content > .row {
        display: grid;
        grid-template-columns: minmax(0, 2.05fr) minmax(340px, .95fr);
        gap: 30px;
        margin: 0;
    }

    #wk-one-page-checkout .wk-checkout-flow,
    #wk-one-page-checkout .wk-checkout-summary {
        float: none;
        max-width: none;
        padding: 0;
        width: auto;
    }

    #wk-one-page-checkout .wk-checkout-summary {
        align-self: start;
        position: sticky;
        top: 24px;
    }
}

#wk-one-page-checkout .wk-checkout-intro {
    align-items: center;
    background: linear-gradient(105deg, #fffaf5 0%, #fffefc 68%, #f6faf8 100%);
    border: 1px solid #e0e9e4;
    border-left: 4px solid var(--wk-natural-orange);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(25, 61, 47, .055);
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    min-height: 92px;
    padding: 20px 28px;
}

#wk-one-page-checkout .wk-checkout-intro::before {
    display: none;
}

#wk-one-page-checkout .wk-checkout-intro h1 {
    font-size: 27px;
    letter-spacing: -.035em;
    line-height: 1.15;
}

#wk-one-page-checkout .wk-checkout-intro__copy {
    min-width: 0;
}

#wk-one-page-checkout .wk-checkout-intro__trust {
    align-items: center;
    border-left: 1px solid #dce7e1;
    display: flex;
    flex: 0 0 auto;
    gap: 11px;
    margin-left: 28px;
    min-width: 190px;
    padding: 8px 4px 8px 26px;
}

#wk-one-page-checkout .wk-checkout-intro__trust strong,
#wk-one-page-checkout .wk-checkout-intro__trust small {
    display: block;
}

#wk-one-page-checkout .wk-checkout-intro__trust strong {
    color: #1e3f33;
    font-size: 13px;
    line-height: 1.25;
}

#wk-one-page-checkout .wk-checkout-intro__trust small {
    color: #73827b;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 2px;
}

#wk-one-page-checkout .wk-checkout-intro__shield {
    align-items: center;
    background: #eaf5ef;
    border-radius: 50%;
    color: #087a50;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

#wk-one-page-checkout .wk-checkout-intro__shield svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 20px;
}

#wk-one-page-checkout .wk-checkout-intro h1 {
    letter-spacing: -.035em;
}

#wk-one-page-checkout .wk-checkout-progress {
    margin-bottom: 24px;
}

#wk-one-page-checkout .wk-progress-step {
    gap: 10px;
    min-height: 88px;
}

#wk-one-page-checkout .wk-progress-step strong {
    font-size: 14px;
    line-height: 1.25;
}

#wk-one-page-checkout .wk-progress-step small {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    opacity: .72;
}

#wk-one-page-checkout .wk-checkout-step,
#wk-one-page-checkout .wk-checkout-step.is-active {
    border-radius: 16px;
}

#wk-one-page-checkout .wk-step-heading {
    min-height: 82px;
    padding: 20px 26px;
}

#wk-one-page-checkout .wk-step-content {
    padding: 26px 28px 30px;
}

#wk-one-page-checkout .wk-customer-paths {
    gap: 20px;
}

#wk-one-page-checkout .wk-customer-path {
    border-color: #d5e4dd;
    border-radius: 14px;
    min-height: 230px;
    padding: 27px 24px 24px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#wk-one-page-checkout .wk-customer-path:hover {
    border-color: #91bba9;
    box-shadow: 0 12px 28px rgba(14, 77, 56, .09);
    transform: translateY(-2px);
}

#wk-one-page-checkout .wk-customer-path h3 {
    font-size: 21px;
    margin: 14px 0 8px;
}

#wk-one-page-checkout .wk-customer-path p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
}

#wk-one-page-checkout .wk-customer-path .btn {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    min-height: 48px;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] {
    background: linear-gradient(180deg, #fbfffd 0%, #f4faf7 100%);
    border-color: #a8cdbd;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account {
    background: #087a50;
    border-color: #087a50;
    box-shadow: 0 8px 18px rgba(8, 122, 80, .18);
    color: #fff;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account:hover,
#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account:focus {
    background: #056541;
    border-color: #056541;
    color: #fff;
}

#wk-one-page-checkout .wk-checkout-summary .wk-summary-toggle {
    min-height: 58px;
    padding: 0 20px;
}

#wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article {
    border-radius: 0 0 14px 14px;
    padding-left: 20px;
    padding-right: 20px;
}

#wk-one-page-checkout .wk-secure-note {
    border-radius: 12px;
    line-height: 1.45;
    padding: 14px 16px;
}

@media (max-width: 991px) {
    #wk-one-page-checkout {
        padding-left: 16px;
        padding-right: 16px;
    }

    #wk-one-page-checkout .wk-checkout-summary {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-checkout-intro {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px;
    }

    #wk-one-page-checkout .wk-checkout-intro__trust {
        border-left: 0;
        border-top: 1px solid #dce7e1;
        margin: 16px 0 0;
        padding: 14px 0 0;
        width: 100%;
    }

    #wk-one-page-checkout .wk-step-heading,
    #wk-one-page-checkout .wk-step-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    #wk-one-page-checkout .wk-customer-path {
        min-height: 0;
        padding: 22px 20px;
    }
}

/* The progress tracker is the single source of checkout progress. Collapsed
 * accordion stages duplicated that information as large empty cards and made
 * the active form appear much farther down the page. */
#wk-one-page-checkout .wk-checkout-step.is-collapsed {
    display: none !important;
}

/* Payment assurance panel — authoritative final cascade. */
#wk-one-page-checkout .wk-checkout-summary .wk-secure-note {
    align-items: flex-start;
    background: #f7fbf9 !important;
    border: 1px solid #cfe2d9;
    border-radius: 0 0 12px 12px;
    color: #173e31;
    display: grid;
    gap: 12px;
    grid-template-columns: 38px minmax(0, 1fr);
    margin: 0;
    padding: 16px 18px;
}

#wk-one-page-checkout .wk-secure-note__icon {
    align-items: center;
    background: #e5f4ed;
    border-radius: 10px;
    color: #087a50;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

#wk-one-page-checkout .wk-secure-note__icon svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

#wk-one-page-checkout .wk-secure-note__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

#wk-one-page-checkout .wk-secure-note__content > strong {
    color: #173e31;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.3;
}

#wk-one-page-checkout .wk-secure-note__content > small {
    color: #687b73;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 2px;
}

#wk-one-page-checkout .wk-secure-note__methods {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 11px;
}

#wk-one-page-checkout .wk-secure-note__methods-label {
    color: #52675e;
    font-size: 10px;
    font-weight: 700;
    margin-right: 3px;
    text-transform: uppercase;
}

#wk-one-page-checkout .wk-card-brand {
    align-items: center;
    background: #fff;
    border: 1px solid #d6dfdb;
    border-radius: 4px;
    color: #33483f;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    letter-spacing: -.15px;
    line-height: 1;
    padding: 0 7px;
}

#wk-one-page-checkout .wk-card-brand--visa {
    color: #163f91;
    font-size: 10px;
    font-style: italic;
}

#wk-one-page-checkout .wk-card-brand--mastercard {
    color: #a43a20;
}

#wk-one-page-checkout .wk-card-brand--amex {
    background: #2877a8;
    border-color: #2877a8;
    color: #fff;
}

#wk-one-page-checkout .wk-card-brand--discover {
    color: #3b3b3b;
}

@media (max-width: 420px) {
    #wk-one-page-checkout .wk-checkout-summary .wk-secure-note {
        gap: 10px;
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 14px;
    }

    #wk-one-page-checkout .wk-secure-note__icon {
        height: 34px;
        width: 34px;
    }

    #wk-one-page-checkout .wk-secure-note__methods-label {
        flex-basis: 100%;
    }
}

/* Delivery card final cascade (kept last to override the vendor layout). */
#wk-one-page-checkout .wk-shipping-carriers > .wk-heading-img {
    align-items: center;
    display: flex;
    float: none;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0 0 16px;
}

#wk-one-page-checkout .wk-delivery-heading-copy h4 {
    font-size: 19px;
    margin: 0 0 3px;
    padding: 0;
}

#wk-one-page-checkout .wk-shipping-list {
    gap: 12px;
    min-height: 82px;
    padding: 10px 12px;
}

#wk-one-page-checkout [class*="wk-selected-shipping-"] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 11px;
    cursor: pointer;
    display: grid;
    float: none;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    margin: 0;
    min-height: 60px;
    padding: 8px 14px;
    width: calc(100% - 40px);
}

#wk-one-page-checkout .wkSelectedBorder,
#wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) [class*="wk-selected-shipping-"] {
    background: #edf7f2;
    border: 1px solid #a9cdbd !important;
    box-shadow: inset 3px 0 0 #147a57;
    padding: 8px 14px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout [class*="wk-selected-shipping-"] {
        gap: 10px;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 8px 10px;
        width: calc(100% - 40px);
    }

    #wk-one-page-checkout .wk-carrier-price-wrap {
        align-items: flex-start;
        grid-column: 2;
    }
}

/* Delivery cards v2: one surface, stronger icon and consistent city hierarchy. */
#wk-one-page-checkout .wk-shipping-list {
    background: #fffefc;
    border: 1px solid #d2e2da;
    border-radius: 14px;
    gap: 10px;
    min-height: 92px;
    padding: 12px 14px;
}

#wk-one-page-checkout .wk-shipping-list:hover {
    background: #f8fbf9;
    border-color: #9fc5b4;
}

#wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) {
    background: #edf7f2;
    border-color: #72ae94;
    box-shadow: inset 4px 0 0 #147a57, 0 8px 20px rgba(20, 92, 65, .08);
}

#wk-one-page-checkout .wk-shipping-list > .wk-shipping {
    flex: 0 0 30px;
    width: 30px;
}

#wk-one-page-checkout [class*="wk-selected-shipping-"] {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    min-height: 66px;
    padding: 4px 6px !important;
    width: calc(100% - 40px);
}

#wk-one-page-checkout .wk-carrier-icon {
    background: #e5f4ed;
    border: 1px solid #cbe5d9;
    border-radius: 13px;
    flex-basis: 52px;
    height: 52px;
}

#wk-one-page-checkout .wk-carrier-icon svg {
    height: 28px;
    stroke-width: 1.75;
    width: 28px;
}

#wk-one-page-checkout .carrier-name,
#wk-one-page-checkout .carrier-area-continuation {
    color: #173d32;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.005em;
    line-height: 1.35;
}

#wk-one-page-checkout .carrier-service-type {
    color: #6a7d75;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

#wk-one-page-checkout .wk-carrier-price-wrap small {
    font-size: 10px;
    letter-spacing: .035em;
}

#wk-one-page-checkout .carrier-price {
    font-size: 17px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-shipping-list {
        min-height: 98px;
        padding: 11px 10px;
    }

    #wk-one-page-checkout [class*="wk-selected-shipping-"] {
        gap: 12px;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 4px !important;
    }

    #wk-one-page-checkout .wk-carrier-icon {
        flex-basis: 48px;
        height: 48px;
    }
}

/* Delivery options: consistent, fully clickable service cards. */
#wk-one-page-checkout .wk-shipping-carriers > .wk-heading-img {
    align-items: center;
    border-bottom: 1px solid #dbe7e1;
    display: flex;
    float: none;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0 0 16px;
}

#wk-one-page-checkout .wk-delivery-heading-icon,
#wk-one-page-checkout .wk-carrier-icon {
    align-items: center;
    background: #edf8f3;
    border-radius: 11px;
    color: #147a57;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

#wk-one-page-checkout .wk-delivery-heading-icon svg,
#wk-one-page-checkout .wk-carrier-icon svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 21px;
}

#wk-one-page-checkout .wk-delivery-heading-copy h4 {
    color: #173d32;
    font-size: 19px;
    font-weight: 750;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 0 0 3px;
    padding: 0;
}

#wk-one-page-checkout .wk-delivery-heading-copy p {
    color: #657a73;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

#wk-one-page-checkout .wk-shipping-carriers > .row {
    margin-left: 0;
    margin-right: 0;
}

#wk-one-page-checkout .wk-shipping-list {
    gap: 12px;
    min-height: 82px;
    padding: 10px 12px;
}

#wk-one-page-checkout .wk-shipping-list > .wk-shipping {
    flex: 0 0 28px;
    padding: 0;
    width: 28px;
}

#wk-one-page-checkout [class*="wk-selected-shipping-"] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 11px;
    cursor: pointer;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    margin: 0;
    min-height: 60px;
    padding: 8px 14px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
    width: calc(100% - 40px);
}

#wk-one-page-checkout .wk-shipping-list:hover [class*="wk-selected-shipping-"] {
    background: #f5faf7;
}

#wk-one-page-checkout .wkSelectedBorder,
#wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) [class*="wk-selected-shipping-"] {
    background: #edf7f2;
    border-color: #a9cdbd;
    box-shadow: inset 3px 0 0 #147a57;
}

#wk-one-page-checkout .wk-carrier-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

#wk-one-page-checkout .carrier-name {
    font-size: 14px;
    line-height: 1.35;
}

#wk-one-page-checkout .carrier-delay {
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

#wk-one-page-checkout .wk-carrier-price-wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 92px;
}

#wk-one-page-checkout .wk-carrier-price-wrap small {
    color: #71827b;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .03em;
    text-transform: uppercase;
}

#wk-one-page-checkout .carrier-price {
    font-size: 16px;
    line-height: 1.25;
}

#wk-one-page-checkout .wk-delivery-instructions {
    background: #f8fbf9;
    border-color: #d2e2da;
    border-radius: 14px;
    margin-top: 22px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout [class*="wk-selected-shipping-"] {
        gap: 10px;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 8px 10px;
    }

    #wk-one-page-checkout .wk-carrier-price-wrap {
        align-items: flex-start;
        grid-column: 2;
        min-width: 0;
    }
}

/* Recipient choice refinement — final cascade overrides. */
#wk-one-page-checkout .wk-recipient-choice-heading {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

#wk-one-page-checkout .wk-recipient-choice-heading .wk-section-icon {
    align-items: center;
    background: #edf8f3;
    border-radius: 12px;
    color: #147a57;
    display: inline-flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
}

#wk-one-page-checkout .wk-recipient-choice-heading .wk-section-icon svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

#wk-one-page-checkout .wk-recipient-choice-heading h5 {
    color: #173d32;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 0 0 4px;
    text-transform: none;
}

#wk-one-page-checkout .wk-recipient-choice-heading p {
    color: #657a73;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0;
}

#wk-one-page-checkout .wk-recipient-select-label,
#wk-one-page-checkout .wk-address-card-label {
    color: #557169;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 750;
    letter-spacing: .07em;
    line-height: 1.25;
    margin: 0 0 8px;
    text-transform: uppercase;
}

#wk-one-page-checkout #wk-existing-delivery-address {
    background-color: #fffefa;
    border-color: #b8d7ca;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 650;
    min-height: 50px;
    padding-left: 16px;
}

#wk-one-page-checkout .wk-delivery-address-card {
    background: #f8fbf9;
    border: 1px solid #d4e4dd;
    border-radius: 14px;
    color: #25483e;
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
    margin-top: 8px;
    padding: 20px;
}

#wk-one-page-checkout .wk-address-card-content {
    min-height: 100px;
}

#wk-one-page-checkout .wk-address-actions {
    border-top: 1px solid #d8e6e0;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 14px;
    padding-top: 10px;
}

#wk-one-page-checkout .wk-address-actions a {
    align-items: center;
    background: #fff;
    border: 1px solid #d0dfd9;
    border-radius: 9px;
    color: #176e50 !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    min-height: 36px;
    padding: 0 11px;
}

#wk-one-page-checkout .wk-address-actions a:hover {
    background: #eff8f4;
    border-color: #99c4b2;
}

#wk-one-page-checkout .wk-address-actions .material-icons {
    font-size: 15px;
}

#wk-one-page-checkout .wk-diff-address-delivery.btn {
    align-items: center;
    background: #fff;
    border: 1px solid #147a57;
    border-radius: 11px;
    color: #147a57;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
}

/* Make the payable total visually distinct from the summary details. */
#wk-one-page-checkout .wk-checkout-summary .wk-order-total .wk-box.total-highlight {
    background: #eaf5ef !important;
    border: 1px solid #c9e0d6 !important;
    border-radius: 10px !important;
    color: #173d32 !important;
    margin-top: 2px;
    padding: 15px 16px !important;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total .wk-box.total-highlight strong,
#wk-one-page-checkout .wk-checkout-summary .wk-order-total .wk-box.total-highlight .value {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.01em;
}

/* Recipient form: compact, predictable field flow and accessible hierarchy. */
#wk-one-page-checkout .wk-delivery-address-form {
    background: #fffefc;
    border-color: #cfe0d8;
    border-radius: 16px;
    padding: 24px;
}

#wk-one-page-checkout .wk-recipient-form-heading {
    border-bottom: 1px solid #e0ebe6;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

#wk-one-page-checkout .wk-recipient-form-heading .wk-section-icon svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

#wk-one-page-checkout .wk-recipient-form-heading h5 {
    color: #173d32;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 0 0 4px;
}

#wk-one-page-checkout .wk-recipient-form-heading p {
    color: #657a73;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.45;
}

#wk-one-page-checkout .wk-delivery-address-form .wk-address-form {
    column-gap: 18px;
    grid-auto-flow: row dense;
    row-gap: 0;
}

#wk-one-page-checkout .wk-delivery-address-form .wk-field-firstname { grid-column: 1; }
#wk-one-page-checkout .wk-delivery-address-form .wk-field-lastname { grid-column: 2; }
#wk-one-page-checkout .wk-delivery-address-form .wk-field-address1,
#wk-one-page-checkout .wk-delivery-address-form .wk-field-address2 { grid-column: 1 / -1; }
#wk-one-page-checkout .wk-delivery-address-form .wk-field-city { grid-column: 1; }
#wk-one-page-checkout .wk-delivery-address-form .wk-field-country { grid-column: 2; }
#wk-one-page-checkout .wk-delivery-address-form .wk-field-phone { grid-column: 1; }

#wk-one-page-checkout .wk-delivery-address-form .form-group {
    margin-bottom: 18px;
}

#wk-one-page-checkout .wk-delivery-address-form label.label-control {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 7px;
}

#wk-one-page-checkout .wk-delivery-address-form .form-control {
    background-color: #fbfdfc;
    border-radius: 11px;
    min-height: 50px;
}

#wk-one-page-checkout .wk-recipient-form-actions {
    align-items: center;
    border-top: 1px solid #e0ebe6;
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin: 4px 0 0 !important;
    padding-top: 20px;
}

#wk-one-page-checkout .wk-delivery-address-form .wk-save-address {
    border-radius: 11px;
    min-height: 50px;
    min-width: 260px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-delivery-address-form {
        padding: 18px;
    }

    #wk-one-page-checkout .wk-delivery-address-form .wk-field-firstname,
    #wk-one-page-checkout .wk-delivery-address-form .wk-field-lastname,
    #wk-one-page-checkout .wk-delivery-address-form .wk-field-address1,
    #wk-one-page-checkout .wk-delivery-address-form .wk-field-address2,
    #wk-one-page-checkout .wk-delivery-address-form .wk-field-city,
    #wk-one-page-checkout .wk-delivery-address-form .wk-field-country,
    #wk-one-page-checkout .wk-delivery-address-form .wk-field-phone {
        grid-column: 1 / -1;
    }

    #wk-one-page-checkout .wk-delivery-address-form .wk-save-address {
        min-width: 0;
        width: 100%;
    }
}

/* Keep the final hierarchy rules above legacy module declarations. */
#wk-one-page-checkout .wk-progress-step small {
    display: block !important;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account,
#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account:hover,
#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account:focus {
    background: #087a50 !important;
    border-color: #087a50 !important;
    color: #fff !important;
}

#wk-one-page-checkout .wk-progress-step small {
    display: block !important;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account,
#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account:hover,
#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account:focus {
    background: #087a50 !important;
    border-color: #087a50 !important;
    color: #fff !important;
}

body#checkout #zb-ai-assistant {
    display: none !important;
}

#wk-one-page-checkout .page-content {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

/* Use a normal page heading, not a promotional callout. */
#wk-one-page-checkout .wk-checkout-intro {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 24px;
    max-width: none;
    padding: 0;
    text-align: left;
}

#wk-one-page-checkout .wk-checkout-eyebrow {
    display: none;
}

#wk-one-page-checkout .wk-checkout-intro h1 {
    color: var(--wk-natural-ink);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin: 0 0 6px;
}

#wk-one-page-checkout .wk-checkout-intro p {
    color: var(--wk-natural-muted);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
}

/* A small, conventional progress indicator. */
#wk-one-page-checkout .wk-checkout-progress {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--wk-natural-line);
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 8px 0 34px;
    overflow: visible;
    padding: 0 0 18px;
}

#wk-one-page-checkout .wk-progress-step {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--wk-natural-muted);
    display: flex;
    gap: 9px;
    min-height: 32px;
    padding: 0;
    text-align: left;
}

#wk-one-page-checkout .wk-progress-step:not(:last-child)::after,
#wk-one-page-checkout .wk-progress-step.is-active::before {
    display: none;
}

#wk-one-page-checkout .wk-progress-number {
    align-items: center;
    background: #fff;
    border: 1px solid #cbd5cf;
    border-radius: 50%;
    box-shadow: none;
    color: #607068;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 12px;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    min-width: 26px;
    width: 26px;
}

#wk-one-page-checkout .wk-progress-step strong {
    color: var(--wk-natural-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

#wk-one-page-checkout .wk-progress-step strong {
    font-size: 0;
}

#wk-one-page-checkout .wk-progress-step strong::after {
    font-size: 13px;
}

#wk-one-page-checkout .wk-progress-step[data-wk-step-target="1"] strong::after {
    content: "Buyer";
}

#wk-one-page-checkout .wk-progress-step[data-wk-step-target="2"] strong::after {
    content: "Recipient";
}

#wk-one-page-checkout .wk-progress-step[data-wk-step-target="3"] strong::after {
    content: "Delivery";
}

#wk-one-page-checkout .wk-progress-step[data-wk-step-target="4"] strong::after {
    content: "Payment";
}

#wk-one-page-checkout .wk-progress-step small {
    display: none;
}

#wk-one-page-checkout .wk-progress-step.is-active,
#wk-one-page-checkout .wk-progress-step.is-complete {
    background: transparent !important;
    color: var(--wk-natural-green);
}

#wk-one-page-checkout .wk-progress-step.is-active strong,
#wk-one-page-checkout .wk-progress-step.is-complete strong {
    color: var(--wk-natural-ink);
}

#wk-one-page-checkout .wk-progress-step.is-active .wk-progress-number {
    background: var(--wk-natural-orange);
    border-color: var(--wk-natural-orange);
    box-shadow: none;
    color: #fff;
}

#wk-one-page-checkout .wk-progress-step.is-complete .wk-progress-number {
    background: var(--wk-natural-green);
    border-color: var(--wk-natural-green);
    box-shadow: none;
    color: #fff;
}

/* One primary work surface instead of nested cards. */
#wk-one-page-checkout .page-content > .row {
    margin-left: -16px;
    margin-right: -16px;
}

#wk-one-page-checkout .wk-checkout-flow,
#wk-one-page-checkout .wk-checkout-summary {
    padding-left: 16px;
    padding-right: 16px;
}

#wk-one-page-checkout .wk-checkout-step,
#wk-one-page-checkout .wk-checkout-step.is-active {
    background: #fff;
    border: 1px solid var(--wk-natural-line);
    border-radius: 8px;
    box-shadow: none;
    margin-bottom: 16px;
    overflow: hidden;
}

#wk-one-page-checkout .wk-checkout-flow .wk-checkout-step.is-collapsed {
    border: 0;
    margin: 0;
}

#wk-one-page-checkout .wk-checkout-step.is-active > .wk-step-heading {
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid var(--wk-natural-line);
    box-shadow: none;
    min-height: 64px;
    padding: 18px 24px 15px;
}

#wk-one-page-checkout .wk-checkout-step.is-active .wk-step-badge {
    display: none;
}

#wk-one-page-checkout .wk-step-heading strong {
    color: var(--wk-natural-ink);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
}

#wk-one-page-checkout .wk-step-heading small {
    color: var(--wk-natural-muted);
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 3px;
}

#wk-one-page-checkout .wk-step-content {
    padding: 24px;
}

#wk-one-page-checkout .wk-step-content::after {
    display: none;
}

/* Customer choice reads like two paths, not two dashboard widgets. */
#wk-one-page-checkout .wk-customer-paths {
    border: 0;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

#wk-one-page-checkout .wk-customer-path {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
    padding: 4px 28px 4px 0;
}

#wk-one-page-checkout .wk-customer-path + .wk-customer-path {
    border-left: 1px solid var(--wk-natural-line);
    padding-left: 28px;
    padding-right: 0;
}

#wk-one-page-checkout .wk-customer-path:hover,
#wk-one-page-checkout .wk-customer-path.is-selected {
    background: #fff;
    border-color: var(--wk-natural-line);
    box-shadow: none;
    padding-top: 4px;
}

#wk-one-page-checkout .wk-customer-path__label {
    color: var(--wk-natural-green);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

#wk-one-page-checkout .wk-customer-path h3 {
    color: var(--wk-natural-ink);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 8px 0 6px;
}

#wk-one-page-checkout .wk-customer-path p {
    color: var(--wk-natural-muted);
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.55;
    margin: 0 0 18px;
    max-width: 340px;
}

#wk-one-page-checkout .wk-customer-path .btn {
    border: 1px solid var(--wk-natural-green) !important;
    border-radius: 6px;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    min-height: 42px;
    padding: 10px 18px;
    width: auto;
}

#wk-one-page-checkout .wkbtn-login {
    background: #fff !important;
    color: var(--wk-natural-green) !important;
}

#wk-one-page-checkout .wkbtn-new-account {
    background: var(--wk-natural-green) !important;
    color: #fff !important;
}

/* A single order-summary surface with conventional rows and dividers. */
#wk-one-page-checkout .wk-checkout-summary {
    align-self: flex-start;
}

#wk-one-page-checkout .wk-summary-toggle {
    background: #fff;
    border: 1px solid var(--wk-natural-line);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
    color: var(--wk-natural-ink);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    min-height: 54px;
    padding: 15px 18px;
}

#wk-one-page-checkout .wk-summary-toggle__action {
    color: var(--wk-natural-green);
    font-size: 12px;
    font-weight: 600;
}

#wk-one-page-checkout .wk-checkout-summary > #wk-order-summary-ajax {
    margin: 0;
}

#wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article {
    background: #fff;
    border: 1px solid var(--wk-natural-line);
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    overflow: hidden;
}

#wk-one-page-checkout .wk-checkout-summary .wk-cart-items {
    margin: 0;
    padding: 4px 18px 0;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-product--compact,
#wk-one-page-checkout .wk-checkout-summary .wk-order-product--compact.wk-order-product--physical,
#wk-one-page-checkout .wk-checkout-summary .wk-order-product--compact.wk-order-product--digital {
    align-items: center;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid var(--wk-natural-line) !important;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    margin: 0;
    min-height: 54px;
    padding: 12px 0;
}

#wk-one-page-checkout .wk-summary-product-copy {
    min-width: 0;
}

#wk-one-page-checkout .wk-summary-product-marker,
#wk-one-page-checkout .wk-summary-product-type {
    display: none !important;
}

#wk-one-page-checkout .wk-summary-product-name {
    color: var(--wk-natural-ink);
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
}

#wk-one-page-checkout .wk-summary-product-quantity {
    color: var(--wk-natural-muted);
    font-size: 12px;
    white-space: nowrap;
}

#wk-one-page-checkout .wk-summary-product-price {
    color: var(--wk-natural-ink);
    font-size: 13px;
    font-weight: 700;
    min-width: 58px;
    text-align: right;
    white-space: nowrap;
}

#wk-one-page-checkout .wk-summary-more-row {
    border: 0;
    margin: 0;
    padding: 10px 0 12px;
}

#wk-one-page-checkout .wk-summary-more {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--wk-natural-green);
    font-size: 12px;
    justify-content: flex-start;
    min-height: 32px;
    padding: 4px 0;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total {
    border-top: 0;
    padding: 8px 18px 12px;
}

#wk-one-page-checkout .wk-order-total .wk-box {
    background: #fff;
    border: 0;
    border-top: 1px solid var(--wk-natural-line);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 11px 0;
}

#wk-one-page-checkout .wk-order-total .total-highlight {
    background: #fff;
    border-top: 2px solid var(--wk-natural-ink);
    color: var(--wk-natural-ink);
    margin-top: 4px;
    padding-top: 15px;
}

#wk-one-page-checkout .wk-secure-note {
    background: transparent;
    border: 0;
    color: var(--wk-natural-muted);
    font-size: 12px;
    letter-spacing: 0;
    margin: 12px 4px 0;
    padding: 8px 0;
    text-align: left;
}

@media (max-width: 991px) {
    #wk-one-page-checkout .wk-checkout-summary {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-checkout-progress {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding-bottom: 14px;
    }

    #wk-one-page-checkout .wk-progress-step {
        display: flex;
        justify-content: center;
    }

    #wk-one-page-checkout .wk-progress-step > span:last-child {
        display: none;
    }

    #wk-one-page-checkout .wk-progress-number {
        flex-basis: 26px;
        height: 26px;
        min-width: 26px;
        width: 26px;
    }

    #wk-one-page-checkout .wk-step-heading,
    #wk-one-page-checkout .wk-step-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    #wk-one-page-checkout .wk-customer-paths {
        grid-template-columns: 1fr;
    }

    #wk-one-page-checkout .wk-customer-path,
    #wk-one-page-checkout .wk-customer-path + .wk-customer-path {
        border: 0;
        padding: 4px 0 20px;
    }

    #wk-one-page-checkout .wk-customer-path + .wk-customer-path {
        border-top: 1px solid var(--wk-natural-line);
        padding-top: 22px;
    }
}

/* Strong checkout masthead: restore the rounded introduction card and make
 * progress the clearest navigation element on the page.
 */
#wk-one-page-checkout .wk-checkout-intro {
    background: linear-gradient(135deg, #fff9f3 0%, #fff2e5 100%);
    border: 1px solid #f3c79f;
    border-left: 6px solid var(--wk-natural-orange);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(113, 66, 25, .08);
    margin: 0 0 14px;
    padding: 24px 28px 22px;
}

#wk-one-page-checkout .wk-checkout-intro h1 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.035em;
}

#wk-one-page-checkout .wk-checkout-intro p {
    font-size: 15px;
    font-weight: 500;
}

#wk-one-page-checkout .wk-checkout-progress {
    background: linear-gradient(110deg, #123f31 0%, #176f4f 100%);
    border: 1px solid #0f5038;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(18, 63, 49, .18);
    margin: 0 0 26px;
    overflow: hidden;
}

#wk-one-page-checkout .wk-progress-step {
    color: rgba(255, 255, 255, .82);
    min-height: 82px;
    padding: 16px 20px;
}

#wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
    background: rgba(255, 255, 255, .28);
    height: 3px;
    left: 63px;
    right: -20px;
    top: 40px;
}

#wk-one-page-checkout .wk-progress-step.is-complete:not(:last-child)::after {
    background: #fff;
}

#wk-one-page-checkout .wk-progress-step strong,
#wk-one-page-checkout .wk-progress-step.is-active strong,
#wk-one-page-checkout .wk-progress-step.is-complete strong {
    color: #fff;
}

#wk-one-page-checkout .wk-progress-step strong::after {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .01em;
}

#wk-one-page-checkout .wk-progress-number {
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .7);
    box-shadow: 0 0 0 6px #176248;
    color: #fff;
    flex-basis: 40px;
    font-size: 14px;
    font-weight: 800;
    height: 40px;
    min-width: 40px;
    width: 40px;
}

#wk-one-page-checkout .wk-progress-step.is-active {
    background: rgba(255, 255, 255, .1) !important;
}

#wk-one-page-checkout .wk-progress-step.is-active::before {
    background: var(--wk-natural-orange);
    height: 6px;
}

#wk-one-page-checkout .wk-progress-step.is-active .wk-progress-number {
    background: var(--wk-natural-orange);
    border-color: #fff;
    box-shadow: 0 0 0 6px rgba(245, 130, 32, .3);
}

#wk-one-page-checkout .wk-progress-step.is-complete .wk-progress-number {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .16);
    color: var(--wk-natural-green);
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-checkout-intro {
        border-radius: 14px;
        padding: 20px;
    }

    #wk-one-page-checkout .wk-checkout-intro h1 {
        font-size: 25px;
    }

    #wk-one-page-checkout .wk-checkout-progress {
        border-radius: 14px;
        padding: 5px;
    }

    #wk-one-page-checkout .wk-progress-step {
        min-height: 66px;
        padding: 8px 4px;
    }

    #wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
        left: calc(50% + 20px);
        right: calc(-50% + 20px);
        top: 32px;
    }

    #wk-one-page-checkout .wk-progress-number {
        flex-basis: 36px;
        height: 36px;
        min-width: 36px;
        width: 36px;
    }
}

/* Balanced refinement: restore useful structure without returning to nested-card noise. */
#wk-one-page-checkout .page-content {
    background: #f7faf8;
    border: 1px solid #e5ece8;
    border-radius: 16px;
    padding: 18px;
}

#wk-one-page-checkout .wk-checkout-progress {
    background: #fff;
    border: 1px solid #dbe6e0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(20, 53, 41, .06);
    gap: 0;
    margin: 10px 0 24px;
    overflow: hidden;
    padding: 0;
}

#wk-one-page-checkout .wk-progress-step {
    align-items: center;
    min-height: 72px;
    padding: 14px 18px;
    position: relative;
}

#wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
    background: #dce7e1;
    content: "";
    display: block;
    height: 2px;
    left: 58px;
    position: absolute;
    right: -18px;
    top: 35px;
    z-index: 0;
}

#wk-one-page-checkout .wk-progress-step.is-complete:not(:last-child)::after {
    background: var(--wk-natural-green);
}

#wk-one-page-checkout .wk-progress-step.is-active {
    background: #fff7ef !important;
}

#wk-one-page-checkout .wk-progress-step.is-active::before {
    background: var(--wk-natural-orange);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

#wk-one-page-checkout .wk-progress-number {
    box-shadow: 0 0 0 5px #fff;
    flex-basis: 36px;
    font-size: 13px;
    height: 36px;
    min-width: 36px;
    position: relative;
    width: 36px;
    z-index: 2;
}

#wk-one-page-checkout .wk-progress-step.is-active .wk-progress-number {
    box-shadow: 0 0 0 5px #ffead8;
}

#wk-one-page-checkout .wk-progress-step.is-complete .wk-progress-number {
    box-shadow: 0 0 0 5px #e6f2eb;
}

#wk-one-page-checkout .wk-progress-step > span:last-child {
    position: relative;
    z-index: 2;
}

#wk-one-page-checkout .wk-progress-step strong::after {
    font-size: 14px;
    font-weight: 800;
}

#wk-one-page-checkout .wk-checkout-step,
#wk-one-page-checkout .wk-checkout-step.is-active {
    border-color: #d8e5de;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(20, 53, 41, .045);
}

#wk-one-page-checkout .wk-checkout-step.is-active > .wk-step-heading {
    border-bottom-color: #dfe8e3;
    min-height: 72px;
    padding: 19px 22px 16px;
}

#wk-one-page-checkout .wk-step-content {
    padding: 24px 26px 26px;
}

#wk-one-page-checkout .wk-customer-paths {
    gap: 12px;
}

#wk-one-page-checkout .wk-customer-path,
#wk-one-page-checkout .wk-customer-path + .wk-customer-path {
    border: 1px solid #dbe6e0;
    border-radius: 11px;
    padding: 18px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#wk-one-page-checkout .wk-customer-path:hover,
#wk-one-page-checkout .wk-customer-path.is-selected {
    border-color: #9bc5af;
    box-shadow: 0 7px 18px rgba(23, 111, 79, .07);
    padding: 18px;
    transform: translateY(-1px);
}

#wk-one-page-checkout .wk-customer-path .btn {
    width: 100%;
}

#wk-one-page-checkout .wk-summary-toggle {
    border-color: #d8e5de;
    border-radius: 12px 12px 0 0;
    min-height: 58px;
    padding: 15px 18px;
}

#wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article {
    border-color: #d8e5de;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 22px rgba(20, 53, 41, .045);
}

#wk-one-page-checkout .wk-secure-note {
    background: #fff;
    border: 1px solid #e0e9e4;
    border-radius: 10px;
    margin: 14px 0 0;
    padding: 11px 13px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .page-content {
        border-radius: 12px;
        padding: 12px;
    }

    #wk-one-page-checkout .wk-checkout-progress {
        gap: 0;
        padding: 4px;
    }

    #wk-one-page-checkout .wk-progress-step {
        min-height: 58px;
        padding: 9px 4px;
    }

    #wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
        left: calc(50% + 18px);
        right: calc(-50% + 18px);
        top: 28px;
    }

    #wk-one-page-checkout .wk-progress-number {
        flex-basis: 32px;
        height: 32px;
        min-width: 32px;
        width: 32px;
    }

    #wk-one-page-checkout .wk-customer-path,
    #wk-one-page-checkout .wk-customer-path + .wk-customer-path,
    #wk-one-page-checkout .wk-customer-path:hover,
    #wk-one-page-checkout .wk-customer-path.is-selected {
        border: 1px solid #dbe6e0;
        border-radius: 10px;
        padding: 16px;
    }
}

/* Bill-payment-inspired progress rail: large circles, one clear journey line. */
#wk-one-page-checkout .wk-checkout-progress {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    padding: 12px 0 10px;
}

#wk-one-page-checkout .wk-progress-step {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: var(--wk-natural-muted);
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    min-height: 92px;
    padding: 8px 12px;
    text-align: center;
}

#wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
    background: #d8e5de;
    display: block;
    height: 3px;
    left: calc(50% + 24px);
    right: calc(-50% + 24px);
    top: 30px;
}

#wk-one-page-checkout .wk-progress-step strong,
#wk-one-page-checkout .wk-progress-step.is-active strong,
#wk-one-page-checkout .wk-progress-step.is-complete strong {
    color: var(--wk-natural-ink);
}

#wk-one-page-checkout .wk-progress-step strong::after {
    font-size: 14px;
    font-weight: 800;
}

#wk-one-page-checkout .wk-progress-number {
    background: #fff;
    border: 2px solid #bed6c8;
    box-shadow: 0 0 0 6px #fbfdfc;
    color: #4d665b;
    flex-basis: 48px;
    font-size: 15px;
    height: 48px;
    min-width: 48px;
    width: 48px;
}

#wk-one-page-checkout .wk-progress-step.is-active {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

#wk-one-page-checkout .wk-progress-step.is-active::before {
    display: none;
}

#wk-one-page-checkout .wk-progress-step.is-active .wk-progress-number {
    background: var(--wk-natural-green);
    border-color: var(--wk-natural-green);
    box-shadow: 0 0 0 7px #dceee5;
    color: #fff;
}

#wk-one-page-checkout .wk-progress-step.is-complete .wk-progress-number {
    background: var(--wk-natural-green);
    border-color: var(--wk-natural-green);
    box-shadow: 0 0 0 6px #e6f2eb;
    color: #fff;
}

#wk-one-page-checkout .wk-progress-step.is-complete:not(:last-child)::after {
    background: var(--wk-natural-green);
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-progress-step {
        gap: 7px;
        min-height: 78px;
        padding: 6px 2px;
    }

    #wk-one-page-checkout .wk-progress-step > span:last-child {
        display: block;
    }

    #wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
        left: calc(50% + 19px);
        right: calc(-50% + 19px);
        top: 25px;
    }

    #wk-one-page-checkout .wk-progress-number {
        flex-basis: 38px;
        height: 38px;
        min-width: 38px;
        width: 38px;
    }

    #wk-one-page-checkout .wk-progress-step strong::after {
        font-size: 11px;
    }
}

/* Checkout composition polish: one clear hierarchy, fewer competing surfaces. */
#wk-one-page-checkout .wk-checkout-intro {
    margin-bottom: 12px;
    padding: 20px 26px 19px;
}

#wk-one-page-checkout .wk-checkout-intro h1 {
    font-size: 29px;
    margin-bottom: 5px;
}

#wk-one-page-checkout .wk-checkout-progress {
    margin: 0 0 18px;
    padding: 6px 0 8px;
}

#wk-one-page-checkout .wk-progress-step {
    gap: 7px;
    min-height: 78px;
    padding: 5px 10px;
}

#wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
    left: calc(50% + 22px);
    right: calc(-50% + 22px);
    top: 27px;
}

#wk-one-page-checkout .wk-progress-number {
    flex-basis: 44px;
    height: 44px;
    min-width: 44px;
    width: 44px;
}

#wk-one-page-checkout .page-content {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

#wk-one-page-checkout .wk-checkout-step,
#wk-one-page-checkout .wk-checkout-step.is-active,
#wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article {
    box-shadow: 0 7px 20px rgba(20, 53, 41, .045);
}

#wk-one-page-checkout .wk-secure-note {
    margin-top: 12px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-checkout-intro {
        padding: 18px 17px 17px;
    }

    #wk-one-page-checkout .wk-checkout-progress {
        margin-bottom: 14px;
        padding: 5px 0 7px;
    }

    #wk-one-page-checkout .wk-progress-step {
        min-height: 72px;
        padding: 4px 2px;
    }

    #wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
        left: calc(50% + 19px);
        right: calc(-50% + 19px);
        top: 23px;
    }

    #wk-one-page-checkout .wk-progress-number {
        flex-basis: 38px;
        height: 38px;
        min-width: 38px;
        width: 38px;
    }
}

/* Surface consistency and restrained summary separation. */
#wk-one-page-checkout {
    background: transparent;
}

#wk-one-page-checkout .wk-order-total .total-highlight {
    border-top: 1px solid #d7e2dc !important;
}

/* Clear tracker state transitions and customer-facing stage names. */
#wk-one-page-checkout .wk-progress-step[data-wk-step-target="2"] strong::after {
    content: "Recipient Details";
}

#wk-one-page-checkout .wk-progress-step[data-wk-step-target="3"] strong::after {
    content: "Delivery Option";
}

#wk-one-page-checkout .wk-progress-number {
    flex-basis: 50px;
    height: 50px;
    min-width: 50px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
    width: 50px;
}

#wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
    left: calc(50% + 25px);
    right: calc(-50% + 25px);
    top: 30px;
    transition: background-color .2s ease;
}

#wk-one-page-checkout .wk-progress-step.is-active .wk-progress-number {
    background: var(--wk-natural-orange);
    border-color: var(--wk-natural-orange);
    box-shadow: 0 0 0 7px #ffead8;
    color: #fff;
}

#wk-one-page-checkout .wk-progress-step.is-active strong {
    color: #a84d08;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-progress-number {
        flex-basis: 42px;
        height: 42px;
        min-width: 42px;
        width: 42px;
    }

    #wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
        left: calc(50% + 21px);
        right: calc(-50% + 21px);
        top: 25px;
    }
}

/* Restore the generous warm masthead with an outline that fades to the right. */
#wk-one-page-checkout .wk-checkout-intro {
    background: linear-gradient(100deg, #fff6ec 0%, #fff9f4 48%, rgba(255, 255, 255, .62) 100%);
    border: 0;
    border-left: 6px solid var(--wk-natural-orange);
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(113, 66, 25, .07);
    margin-bottom: 16px;
    padding: 28px 34px 27px;
    position: relative;
}

#wk-one-page-checkout .wk-checkout-intro::before {
    background: linear-gradient(90deg, #ed994d 0%, rgba(237, 153, 77, .78) 24%, rgba(237, 153, 77, .38) 52%, rgba(237, 153, 77, .1) 72%, rgba(237, 153, 77, 0) 88%);
    border-radius: inherit;
    content: "";
    inset: 0;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

#wk-one-page-checkout .wk-checkout-intro h1 {
    font-size: 31px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-checkout-intro {
        border-radius: 18px;
        padding: 22px 20px 21px;
    }

    #wk-one-page-checkout .wk-checkout-intro h1 {
        font-size: 26px;
    }
}

/* Stronger card definition requested for the checkout work surfaces. */
#wk-one-page-checkout .wk-checkout-step,
#wk-one-page-checkout .wk-checkout-step.is-active,
#wk-one-page-checkout .wk-customer-path,
#wk-one-page-checkout .wk-customer-path + .wk-customer-path,
#wk-one-page-checkout .wk-summary-toggle,
#wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-secure-note {
    border-width: 2px;
}

/* Development UX preview — final cascade overrides. */
#wk-one-page-checkout .wk-progress-icon {
    display: inline-block;
    fill: none;
    height: 15px;
    margin-right: 5px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transform: translateY(2px);
    width: 15px;
}

#wk-one-page-checkout .wk-progress-flag {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin-right: 5px;
    transform: translateY(1px);
}

#wk-one-page-checkout .wk-customer-path,
#wk-one-page-checkout .wk-customer-path:hover,
#wk-one-page-checkout .wk-customer-path:focus-within {
    transform: none !important;
}

#wk-one-page-checkout .wk-customer-path {
    transition: border-color .16s ease, box-shadow .16s ease !important;
}

#wk-one-page-checkout .wk-customer-path__label {
    font-size: 10px !important;
    letter-spacing: .055em !important;
    line-height: 1.3 !important;
}

#wk-one-page-checkout .wk-customer-path h3 {
    font-size: 19px !important;
    letter-spacing: -.015em !important;
    line-height: 1.2 !important;
    margin: 12px 0 7px !important;
}

#wk-one-page-checkout .wk-customer-path p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

#wk-one-page-checkout .wk-customer-path .btn {
    font-size: 13px !important;
    letter-spacing: 0 !important;
}

#wk-one-page-checkout .wk-checkout-progress {
    align-items: start;
    padding: 8px 18px 14px;
}

#wk-one-page-checkout .wk-progress-step {
    gap: 8px !important;
    min-height: 86px !important;
    padding: 4px 8px !important;
}

#wk-one-page-checkout .wk-progress-number {
    flex-basis: 44px !important;
    font-size: 14px !important;
    height: 44px !important;
    min-width: 44px !important;
    width: 44px !important;
}

#wk-one-page-checkout .wk-progress-step strong {
    font-size: 14px !important;
    letter-spacing: -.01em !important;
    line-height: 1.25 !important;
}

#wk-one-page-checkout .wk-progress-step small {
    color: #708078 !important;
    display: block !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    margin-top: 3px !important;
}

#wk-one-page-checkout .wk-progress-step.is-active small {
    color: #9a4b0c !important;
}

#wk-one-page-checkout .wk-progress-step:not(:last-child)::after {
    top: 30px !important;
}

#wk-one-page-checkout .wk-progress-step.is-complete .wk-progress-number {
    color: transparent !important;
    font-family: Arial, Helvetica, sans-serif !important;
    position: relative;
}

#wk-one-page-checkout .wk-progress-step.is-complete .wk-progress-number::after {
    color: #fff !important;
    content: "\2713" !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -52%);
}

#wk-one-page-checkout .wk-checkout-step,
#wk-one-page-checkout .wk-checkout-step.is-active,
#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="returning"],
#wk-one-page-checkout .wk-checkout-summary .wk-summary-toggle,
#wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary .wk-secure-note {
    background-color: #fffefc !important;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] {
    background: linear-gradient(180deg, #f8fcfa 0%, #f1f8f4 100%) !important;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total .total-highlight {
    background: #f1f8f4 !important;
}

#wk-one-page-checkout .wk-summary-toggle__title {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#wk-one-page-checkout .wk-summary-toggle__title small {
    color: #6a7972;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
}

#wk-one-page-checkout .wk-checkout-summary.is-collapsed .wk-cart-items {
    display: none !important;
}

#wk-one-page-checkout .wk-checkout-summary.is-collapsed .wk-summary-toggle {
    border-radius: 12px 12px 0 0;
}

#wk-one-page-checkout .wk-checkout-summary .wk-secure-note {
    border-radius: 0 0 12px 12px;
    border-top: 0;
    margin-top: 0;
}

#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article {
    border-radius: 0;
}

#wk-one-page-checkout .wk-progress-step small {
    display: block !important;
}

#wk-one-page-checkout .wk-progress-step strong::after {
    content: none !important;
    display: none !important;
}

#wk-one-page-checkout {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 72px !important;
    padding-top: 38px !important;
    width: 100% !important;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account {
    background: #087a50 !important;
    border-color: #087a50 !important;
    color: #fff !important;
}

@media (min-width: 992px) {
    #wk-one-page-checkout {
        max-width: 1420px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #wk-one-page-checkout .page-content > .row {
        display: flex;
        gap: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    #wk-one-page-checkout .wk-checkout-flow {
        flex: 0 0 66.666667% !important;
        float: none;
        max-width: 66.666667% !important;
        padding-left: 15px;
        padding-right: 15px;
        width: 66.666667% !important;
    }

    #wk-one-page-checkout .wk-checkout-summary {
        flex: 0 0 33.333333% !important;
        float: none;
        max-width: 33.333333% !important;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.333333% !important;
    }

    #wk-one-page-checkout .wk-checkout-flow .wk-checkout-step,
    #wk-one-page-checkout .wk-checkout-summary .wk-summary-toggle,
    #wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax,
    #wk-one-page-checkout .wk-checkout-summary .wk-secure-note {
        max-width: 100% !important;
        width: 100% !important;
    }

    #wk-one-page-checkout .wk-checkout-summary {
        align-self: start;
        position: sticky;
        top: 24px;
    }
}

#wk-one-page-checkout .wk-checkout-intro {
    margin-bottom: 20px;
    padding: 25px 34px 24px;
}

#wk-one-page-checkout .wk-checkout-progress {
    margin-bottom: 26px;
    padding-bottom: 12px;
}

#wk-one-page-checkout .wk-progress-step {
    gap: 10px;
    min-height: 78px;
}

#wk-one-page-checkout .wk-progress-step strong {
    font-size: 14px;
    line-height: 1.25;
}

#wk-one-page-checkout .wk-progress-step small {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    opacity: .72;
}

#wk-one-page-checkout .wk-checkout-step,
#wk-one-page-checkout .wk-checkout-step.is-active {
    border-radius: 16px;
}

#wk-one-page-checkout .wk-step-heading {
    min-height: 82px;
    padding: 20px 26px;
}

#wk-one-page-checkout .wk-step-content {
    padding: 26px 28px 30px;
}

#wk-one-page-checkout .wk-customer-paths {
    gap: 20px;
}

#wk-one-page-checkout .wk-customer-path {
    border-color: #d5e4dd;
    border-radius: 14px;
    min-height: 230px;
    padding: 27px 24px 24px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#wk-one-page-checkout .wk-customer-path:hover {
    border-color: #91bba9;
    box-shadow: 0 12px 28px rgba(14, 77, 56, .09);
    transform: translateY(-2px);
}

#wk-one-page-checkout .wk-customer-path h3 {
    font-size: 21px;
    margin: 14px 0 8px;
}

#wk-one-page-checkout .wk-customer-path p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
}

#wk-one-page-checkout .wk-customer-path .btn {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    min-height: 48px;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] {
    background: linear-gradient(180deg, #fbfffd 0%, #f4faf7 100%);
    border-color: #a8cdbd;
}

#wk-one-page-checkout .wk-customer-path[data-wk-customer-path="new"] .wkbtn-new-account {
    background: #087a50;
    border-color: #087a50;
    box-shadow: 0 8px 18px rgba(8, 122, 80, .18);
    color: #fff;
}

#wk-one-page-checkout .wk-checkout-summary .wk-summary-toggle {
    min-height: 60px;
    padding: 0 20px;
}

#wk-one-page-checkout .wk-checkout-summary #wk-order-summary-ajax article,
#wk-one-page-checkout .wk-checkout-summary.is-collapsed #wk-order-summary-ajax article {
    padding-left: 20px;
    padding-right: 20px;
}

#wk-one-page-checkout .wk-secure-note {
    border-radius: 12px;
    line-height: 1.45;
    padding: 14px 16px;
}

@media (max-width: 991px) {
    #wk-one-page-checkout {
        padding-left: 16px;
        padding-right: 16px;
    }

    #wk-one-page-checkout .wk-checkout-summary {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    #wk-one-page-checkout {
        padding-bottom: 42px !important;
        padding-top: 24px !important;
    }

    #wk-one-page-checkout .wk-checkout-intro {
        padding: 20px;
    }

    #wk-one-page-checkout .wk-step-heading,
    #wk-one-page-checkout .wk-step-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    #wk-one-page-checkout .wk-customer-path {
        min-height: 0;
        padding: 22px 20px;
    }
}

/* Final delivery-card presentation. */
#wk-one-page-checkout .wk-shipping-list {
    background: #fffefc;
    border: 1px solid #d2e2da;
    border-radius: 14px;
    gap: 10px;
    min-height: 92px;
    padding: 12px 14px;
}

#wk-one-page-checkout .wk-shipping-list:hover {
    background: #f8fbf9;
    border-color: #9fc5b4;
}

#wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) {
    background: #edf7f2;
    border-color: #72ae94;
    box-shadow: inset 4px 0 0 #147a57, 0 8px 20px rgba(20, 92, 65, .08);
}

#wk-one-page-checkout [class*="wk-selected-shipping-"],
#wk-one-page-checkout .wkSelectedBorder {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    min-height: 66px;
    padding: 4px 6px !important;
}

#wk-one-page-checkout .wk-carrier-icon {
    background: #e5f4ed;
    border: 1px solid #cbe5d9;
    border-radius: 13px;
    flex-basis: 52px;
    height: 52px;
}

#wk-one-page-checkout .wk-carrier-icon svg {
    height: 28px;
    stroke-width: 1.75;
    width: 28px;
}

#wk-one-page-checkout .carrier-name,
#wk-one-page-checkout .carrier-area-continuation {
    color: #173d32;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.005em;
    line-height: 1.35;
}

#wk-one-page-checkout .carrier-service-type {
    color: #6a7d75;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

#wk-one-page-checkout .carrier-price {
    font-size: 17px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout [class*="wk-selected-shipping-"],
    #wk-one-page-checkout .wkSelectedBorder {
        gap: 12px;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 4px !important;
    }

    #wk-one-page-checkout .wk-carrier-icon {
        flex-basis: 48px;
        height: 48px;
    }
}

/* Delivery option final overrides. */
#wk-one-page-checkout .wk-shipping-carriers > .wk-heading-img {
    align-items: center;
    display: flex;
    float: none;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0 0 16px;
}

#wk-one-page-checkout .wk-delivery-heading-copy h4 {
    font-size: 19px;
    margin: 0 0 3px;
    padding: 0;
}

#wk-one-page-checkout .wk-shipping-list {
    gap: 12px;
    min-height: 82px;
    padding: 10px 12px;
}

#wk-one-page-checkout [class*="wk-selected-shipping-"] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 11px;
    cursor: pointer;
    display: grid;
    float: none;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    margin: 0;
    min-height: 60px;
    padding: 8px 14px;
    width: calc(100% - 40px);
}

#wk-one-page-checkout .wkSelectedBorder,
#wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) [class*="wk-selected-shipping-"] {
    background: #edf7f2;
    border: 1px solid #a9cdbd !important;
    box-shadow: inset 3px 0 0 #147a57;
    padding: 8px 14px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout [class*="wk-selected-shipping-"] {
        gap: 10px;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 8px 10px;
        width: calc(100% - 40px);
    }

    #wk-one-page-checkout .wk-carrier-price-wrap {
        align-items: flex-start;
        grid-column: 2;
    }
}

/* Delivery option polish — authoritative final cascade. */
#wk-one-page-checkout .wk-shipping-list:not(:has(.wk_selected_shipping:checked)) [class*="wk-selected-shipping-"] {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Payment stage: stable entry point and one clear secure-payment surface. */
#wk-one-page-checkout [data-wk-step="4"] .wk-payment-select > [id$="-container"]:first-child {
    display: none !important;
}

#wk-one-page-checkout [data-wk-step="4"].is-payment-loading .payment-options,
#wk-one-page-checkout [data-wk-step="4"].is-payment-loading .wk-condition,
#wk-one-page-checkout [data-wk-step="4"].is-payment-loading .wk-stripe-payment-panel,
#wk-one-page-checkout [data-wk-step="4"].is-payment-loading #payment-confirmation {
    display: none !important;
}

#wk-one-page-checkout [data-wk-step="4"].is-payment-loading .wk-payment-method::after {
    content: none !important;
}

#wk-one-page-checkout [data-wk-step="4"].is-payment-loading #wk_payment_section::after {
    align-items: center;
    background: #f8fbf9;
    border: 1px solid #d2e2da;
    border-radius: 14px;
    color: #46655b;
    content: "Loading secure payment form…";
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    min-height: 150px;
    padding: 24px;
}

#wk-one-page-checkout [data-wk-step="4"].is-payment-ready #wk_payment_section::after {
    content: none;
}

#wk-one-page-checkout .wk-payment-method > .wk-heading-img {
    align-items: center;
    border-bottom: 1px solid #dbe7e1;
    display: flex;
    float: none;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0 0 16px;
}

#wk-one-page-checkout .wk-payment-heading-icon {
    align-items: center;
    background: #edf8f3;
    border-radius: 11px;
    color: #147a57;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

#wk-one-page-checkout .wk-payment-heading-icon svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 22px;
}

#wk-one-page-checkout .wk-payment-heading-copy h4 {
    color: #173d32;
    font-size: 19px;
    font-weight: 750;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 0 0 3px;
    padding: 0;
}

#wk-one-page-checkout .wk-payment-heading-copy p {
    color: #657a73;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

#wk-one-page-checkout .wk-payment-method .js-additional-information {
    background: #fffefc;
    border: 1px solid #d2e2da;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(20, 72, 53, .06);
    float: none;
    margin: 14px 0 0;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

#wk-one-page-checkout .wk-condition {
    border-top: 1px solid #dbe7e1;
    float: none;
    margin: 24px 0 0;
    padding-top: 20px;
}

#wk-one-page-checkout .wk-condition > article:first-child {
    display: none;
}

#wk-one-page-checkout .wk-condition > article:last-child {
    float: none;
    padding: 0;
    width: 100%;
}

#wk-one-page-checkout #payment-confirmation .ps-shown-by-js {
    display: flex;
    justify-content: flex-end;
}

#wk-one-page-checkout #payment-confirmation .btn {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    max-width: 100%;
    min-width: 280px;
}

#wk-one-page-checkout #payment-confirmation .btn .material-icons {
    font-size: 18px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout .wk-payment-method .js-additional-information {
        padding: 14px;
    }

    #wk-one-page-checkout #payment-confirmation .btn {
        min-width: 0;
        width: 100%;
    }
}

#wk-one-page-checkout .wk-shipping-list {
    min-height: 92px;
    padding: 12px 14px;
}

#wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) {
    background: #edf7f2;
    border-color: #72ae94;
    box-shadow: inset 4px 0 0 #147a57, 0 8px 20px rgba(20, 92, 65, .08);
}

#wk-one-page-checkout [class*="wk-selected-shipping-"],
#wk-one-page-checkout .wkSelectedBorder,
#wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) [class*="wk-selected-shipping-"] {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    gap: 16px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    min-height: 66px;
    padding: 4px 6px !important;
}

#wk-one-page-checkout .wk-carrier-icon {
    flex-basis: 52px;
    height: 52px;
}

#wk-one-page-checkout .wk-carrier-icon svg {
    height: 28px;
    width: 28px;
}

#wk-one-page-checkout .carrier-name,
#wk-one-page-checkout .carrier-area-continuation {
    font-size: 15px;
    font-weight: 800;
}

#wk-one-page-checkout .carrier-price {
    font-size: 17px;
}

@media (max-width: 767px) {
    #wk-one-page-checkout [class*="wk-selected-shipping-"],
    #wk-one-page-checkout .wkSelectedBorder,
    #wk-one-page-checkout .wk-shipping-list:has(.wk_selected_shipping:checked) [class*="wk-selected-shipping-"] {
        gap: 12px;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 4px !important;
    }
}

/* Keep the assurance panel above earlier summary-card overrides. */
body #wk-one-page-checkout .wk-checkout-summary .wk-secure-note {
    background: #f7fbf9 !important;
    border: 1px solid #cfe2d9 !important;
    border-radius: 0 0 12px 12px !important;
    margin: 0 !important;
    padding: 16px 18px !important;
}

@media (max-width: 420px) {
    body #wk-one-page-checkout .wk-checkout-summary .wk-secure-note {
        padding: 14px !important;
    }
}

/* Checkout state and alignment guard.
 * Keep the accordion deterministic after validation or payment errors, even
 * when vendor styles or an AJAX refresh reintroduce grid utility classes. */
#wk-one-page-checkout .wk-checkout-step.is-collapsed > .wk-step-content {
    display: none !important;
}

#wk-one-page-checkout .wk-step-heading {
    align-items: center;
    display: flex !important;
    gap: 12px;
    text-align: left;
    width: 100%;
}

#wk-one-page-checkout .wk-step-heading > span:nth-child(2) {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

#wk-one-page-checkout .wk-step-heading strong,
#wk-one-page-checkout .wk-step-heading small {
    display: block;
    margin: 0;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total > .row {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total > .row > [class*="col-"] {
    flex: none;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total .wk-box {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total .wk-box > [class*="col-"] {
    flex: none;
    max-width: none;
    padding: 0;
    width: auto;
}

#wk-one-page-checkout .wk-checkout-summary .wk-order-total .wk-product-val {
    text-align: right;
}

/* iOS Safari renders native select text against the control's fixed content
 * box. Remove vertical padding and give the recipient selector an explicit
 * height so uppercase recipient names remain vertically centred and visible. */
@media (max-width: 767px) {
    #wk-one-page-checkout #wk-existing-delivery-address {
        box-sizing: border-box;
        height: 52px !important;
        line-height: normal !important;
        min-height: 52px !important;
        padding: 0 44px 0 16px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
