body.cmcp-checkout-experience {
    --cmcp-checkout-blue: #0a6cff;
    --cmcp-checkout-blue-soft: #eef5ff;
    --cmcp-checkout-ink: #172033;
    --cmcp-checkout-muted: #667085;
    --cmcp-checkout-border: #dfe3e8;
    --cmcp-checkout-radius: 10px;
}

body.cmcp-checkout-experience .main-header--content {
    min-height: 72px;
    width: calc(100% - 48px);
    max-width: 1240px;
    margin-inline: auto;
}

body.cmcp-checkout-experience .main-header--site-logo {
    display: flex;
    width: auto !important;
    height: auto !important;
    align-items: center;
}

body.cmcp-checkout-experience .main-header--site-logo > .custom-logo-link {
    display: none !important;
}

.cmcp-checkout-brand {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    color: var(--cmcp-checkout-ink);
    line-height: 1;
    text-decoration: none;
}

.cmcp-checkout-brand__name {
    font-size: clamp(28px, 2.2vw, 30px);
    font-weight: 700;
    letter-spacing: -.035em;
}

.cmcp-checkout-brand__name strong {
    color: var(--cmcp-checkout-blue);
    font-weight: 700;
}

.cmcp-checkout-brand small {
    margin-top: 6px;
    color: var(--cmcp-checkout-muted);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .035em;
}

body.cmcp-checkout-experience #wcf-embed-checkout-form form.checkout {
    display: block;
    width: calc(100% - 48px);
    max-width: 1240px;
    margin-inline: auto;
}

body.cmcp-checkout-experience .wcf-instant-checkout-wrapper {
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 1fr) !important;
    column-gap: 36px !important;
}

body.cmcp-checkout-experience #customer_details {
    width: 100% !important;
}

body.cmcp-checkout-experience .wcf-order-wrap {
    width: 100% !important;
}

body.cmcp-checkout-experience #ship-to-different-address {
    display: none !important;
}

body.cmcp-checkout-experience #customer_details h3,
body.cmcp-checkout-experience .wcf-shipping-methods-title,
body.cmcp-checkout-experience #payment_heading {
    margin: 28px 0 14px !important;
    color: var(--cmcp-checkout-ink);
    font-size: clamp(19px, 1.8vw, 21px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -.015em !important;
    text-transform: none !important;
}

body.cmcp-checkout-experience #customer_details h3:first-child {
    margin-top: 0 !important;
}

body.cmcp-checkout-experience .wcf-logged-in-customer-info {
    margin: -5px 0 17px;
    color: var(--cmcp-checkout-muted);
    font-size: 14px;
    line-height: 1.45;
}

body.cmcp-checkout-experience .form-row label {
    margin-bottom: 7px;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

body.cmcp-checkout-experience :is(input.input-text, select, textarea, .select2-selection, .zen-ui-select) {
    box-sizing: border-box;
    border: 1px solid var(--cmcp-checkout-border) !important;
    border-radius: 9px !important;
    background: #fff;
    box-shadow: none !important;
}

body.cmcp-checkout-experience :is(input.input-text, select, .select2-selection, .zen-ui-select) {
    min-height: 48px;
    padding: 0 14px !important;
    font-size: 14px;
}

body.cmcp-checkout-experience textarea.input-text {
    min-height: 96px;
    padding: 12px 14px !important;
    resize: vertical;
}

body.cmcp-checkout-experience :is(input, select, textarea, button, .select2-selection, .zen-ui-select):focus,
body.cmcp-checkout-experience :is(input, select, textarea, button, .select2-selection, .zen-ui-select):focus-visible {
    border-color: var(--cmcp-checkout-blue) !important;
    outline: 3px solid rgba(10, 108, 255, .16) !important;
    outline-offset: 1px;
}

body.cmcp-checkout-experience .required {
    color: #d92d20;
}

body.cmcp-checkout-experience #billing_country_field > label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.cmcp-checkout-experience :is(.wcf-shipping-methods-wrapper, ul#shipping_method, .wc_payment_methods) {
    display: grid !important;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

body.cmcp-checkout-experience .cmcp-checkout-choice {
    position: relative;
    min-height: 66px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 13px 16px !important;
    border: 1px solid var(--cmcp-checkout-border) !important;
    border-radius: var(--cmcp-checkout-radius) !important;
    background: #fff !important;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

body.cmcp-checkout-experience .cmcp-checkout-choice:hover {
    border-color: #9fc3ff !important;
    background: #f8fbff !important;
}

body.cmcp-checkout-experience .cmcp-checkout-choice.is-selected {
    border-color: var(--cmcp-checkout-blue) !important;
    background: #f2f7ff !important;
    box-shadow: 0 0 0 1px rgba(10, 108, 255, .08);
}

body.cmcp-checkout-experience .cmcp-checkout-choice > label {
    display: block !important;
    margin: 0 !important;
    padding-left: 31px;
    color: var(--cmcp-checkout-ink) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4;
    cursor: pointer;
}

body.cmcp-checkout-experience .cmcp-checkout-choice input[type=radio] {
    position: absolute;
    top: 15px;
    left: 16px;
    width: 19px;
    height: 19px;
    margin: 0 !important;
    accent-color: var(--cmcp-checkout-blue);
}

body.cmcp-checkout-experience .payment_box {
    width: auto !important;
    margin: 7px 0 0 31px !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--cmcp-checkout-muted) !important;
    font-size: 13px;
    line-height: 1.45;
}

body.cmcp-checkout-experience .payment_box::before {
    display: none !important;
}

.cmcp-checkout-rate-note {
    display: block;
    margin-top: 4px;
    color: var(--cmcp-checkout-muted);
    font-size: 12px;
    font-weight: 500;
}

body.cmcp-checkout-experience :is(.power-coupons-drawer-trigger-wrapper, #power-coupons-drawer, .power-coupons-drawer-overlay, .coupon-field, #wcf_custom_coupon_field) {
    display: none !important;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .cart_item :is(td.product-name, td.product-total) {
    padding-block: 14px !important;
    vertical-align: middle;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .cart_item td.product-name {
    min-width: 0;
    padding-right: 12px !important;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-image {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-thumbnail {
    position: relative;
    width: 52px;
    height: 52px;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-thumbnail img {
    width: 52px;
    height: 52px;
    border-radius: 7px;
    object-fit: cover;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .instant-checkout-batch {
    min-width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: var(--cmcp-checkout-blue) !important;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-name {
    min-width: 0;
    color: #1f2937;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.4;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table td.product-total {
    width: 1%;
    white-space: nowrap;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table tfoot :is(th, td) {
    padding-block: 11px !important;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.45;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .cart-shipping td {
    max-width: 250px;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .order-total :is(th, td) {
    padding-top: 18px !important;
    border-top: 1px solid var(--cmcp-checkout-border) !important;
    color: var(--cmcp-checkout-ink);
    font-size: 19px !important;
    font-weight: 700 !important;
}

body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .order-total td {
    font-size: 20px !important;
}

body.cmcp-checkout-experience #mailpoet_woocommerce_checkout_optin_field label {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 12.5px;
    line-height: 1.4;
}

body.cmcp-checkout-experience #mailpoet_woocommerce_checkout_optin_field input {
    flex: 0 0 auto;
    margin-top: 2px;
}

body.cmcp-checkout-experience .woocommerce-privacy-policy-text {
    color: var(--cmcp-checkout-muted);
    font-size: 12px;
    line-height: 1.45;
}

body.cmcp-checkout-experience .woocommerce-privacy-policy-text a {
    color: var(--cmcp-checkout-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.cmcp-checkout-experience #place_order {
    width: 100%;
    height: 52px !important;
    min-height: 52px;
    border: 1px solid var(--cmcp-checkout-blue) !important;
    border-radius: 10px !important;
    background: var(--cmcp-checkout-blue) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.cmcp-checkout-experience #place_order:hover {
    background: #075bd8 !important;
    box-shadow: 0 8px 20px rgba(10, 108, 255, .2);
}

body.cmcp-checkout-experience #place_order:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12);
}

body.cmcp-checkout-experience #place_order:disabled,
body.cmcp-checkout-experience #place_order.disabled {
    border-color: #9abcf0 !important;
    background: #9abcf0 !important;
    color: #f8fbff !important;
    cursor: not-allowed;
}

@media (min-width: 901px) {
    body.cmcp-checkout-experience .wcf-order-wrap {
        position: sticky;
        top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px);
        align-self: flex-start;
    }
}

@media (max-width: 1100px) {
    body.cmcp-checkout-experience .wcf-instant-checkout-wrapper {
        display: block !important;
    }

    body.cmcp-checkout-experience .wcf-customer-info-main-wrapper {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
    }

    body.cmcp-checkout-experience :is(.wcf-ic-layout-left-column, .wcf-ic-layout-right-column) {
        width: 100% !important;
        float: none !important;
    }

    body.cmcp-checkout-experience .wcf-ic-layout-right-column {
        clear: both;
        margin-top: 16px;
    }

    body.cmcp-checkout-experience .wcf-order-wrap {
        position: static;
    }
}

@media (max-width: 768px) {
    body.cmcp-checkout-experience #wcf-embed-checkout-form form.checkout {
        width: calc(100% - 32px);
    }

    body.cmcp-checkout-experience .main-header--content {
        min-height: 78px;
        width: calc(100% - 32px);
        justify-content: center;
    }

    body.cmcp-checkout-experience .main-header--site-logo {
        margin-inline: auto;
        text-align: center;
    }

    .cmcp-checkout-brand {
        align-items: center;
    }

    body.cmcp-checkout-experience .main-header--action {
        position: absolute;
        right: 16px;
    }

    body.cmcp-checkout-experience #customer_details,
    body.cmcp-checkout-experience .wcf-order-wrap {
        width: 100% !important;
    }

    body.cmcp-checkout-experience .cmcp-checkout-choice {
        width: 100%;
        min-height: 66px;
    }

    body.cmcp-checkout-experience :is(input.input-text, select, textarea, .select2-selection, .zen-ui-select, #place_order) {
        width: 100%;
    }

    body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-image {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
    }

    body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-thumbnail,
    body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-thumbnail img {
        width: 48px;
        height: 48px;
    }

    body.cmcp-checkout-experience .woocommerce-checkout-review-order-table .wcf-product-name,
    body.cmcp-checkout-experience .woocommerce-checkout-review-order-table td.product-total {
        font-size: 13px;
    }
}

/* Final CrystalMarket checkout polish. */
body.cmcp-checkout-experience,
body.cmcp-checkout-experience .main-container--wrapper,
body.cmcp-checkout-experience .checkout-form--wrapper,
body.cmcp-checkout-experience #wcf-embed-checkout-form,
body.cmcp-checkout-experience .wcf-instant-checkout-wrapper,
body.cmcp-checkout-experience .wcf-customer-info-main-wrapper,
body.cmcp-checkout-experience .wcf-ic-layout-left-column,
body.cmcp-checkout-experience .wcf-ic-layout-right-column {
    background: #f6f8fb !important;
}

body.cmcp-checkout-experience .main-header--content {
    width: calc(100% - 48px);
    max-width: 1260px;
    min-height: 80px;
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
}

body.cmcp-checkout-experience .main-header--site-logo {
    grid-area: 1 / 1;
    width: 100% !important;
    justify-content: center;
    text-align: center;
}

body.cmcp-checkout-experience .main-header--action {
    grid-area: 1 / 1;
    justify-self: end;
}

body.cmcp-checkout-experience .cmcp-checkout-brand {
    align-items: center;
}

body.cmcp-checkout-experience .cmcp-checkout-brand__name {
    font-size: clamp(30px, 2.3vw, 32px);
    color: #172033;
}

body.cmcp-checkout-experience #wcf-embed-checkout-form form.checkout {
    width: calc(100% - 48px);
    max-width: 1320px;
}

body.cmcp-checkout-experience .wcf-instant-checkout-wrapper {
    grid-template-columns: minmax(0, 1.75fr) minmax(360px, 1fr) !important;
    column-gap: 32px !important;
}

body.cmcp-checkout-experience .wcf-ic-layout-left-column {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    padding: 32px !important;
}

body.cmcp-checkout-experience .wcf-ic-layout-right-column {
    min-width: 0;
}

body.cmcp-checkout-experience #customer_details,
body.cmcp-checkout-experience .wcf-shipping-methods-wrapper {
    width: 100% !important;
    float: none !important;
}

body.cmcp-checkout-experience .wcf-customer-shipping {
    display: flow-root;
    clear: both;
}

body.cmcp-checkout-experience .cmcp-checkout-section--payment {
    clear: both;
}

body.cmcp-checkout-experience .cmcp-checkout-section {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px !important;
    padding: 22px !important;
    border: 1px solid #e7ebf0 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(31, 41, 55, .045);
}

body.cmcp-checkout-experience .cmcp-checkout-section :is(h2, h3),
body.cmcp-checkout-experience .cmcp-checkout-section .wcf-shipping-methods-title,
body.cmcp-checkout-experience .cmcp-checkout-section #payment_options_heading {
    margin: 0 0 16px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

body.cmcp-checkout-experience .cmcp-checkout-heading {
    display: flex !important;
    gap: 11px;
    align-items: center;
}

body.cmcp-checkout-experience .cmcp-checkout-heading::before {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background-color: var(--cmcp-checkout-blue-soft);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
    content: "";
}

body.cmcp-checkout-experience .cmcp-checkout-heading--recipient::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.5 21a7.5 7.5 0 0 1 15 0'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-checkout-heading--delivery::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-checkout-heading--shipping::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 7 8-4 8 4-8 4-8-4Z'/%3E%3Cpath d='m4 7v10l8 4 8-4V7M12 11v10'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-checkout-heading--payment::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18M7 15h3'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-checkout-heading--notes::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v13H8l-4 4V4Z'/%3E%3Cpath d='M8 8h8M8 12h5'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-checkout-marketing-consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 0 0 16px;
    padding: 2px 4px;
    color: #475467;
    font-size: 12.5px;
    line-height: 1.45;
}

body.cmcp-checkout-experience .cmcp-checkout-marketing-consent input {
    flex: 0 0 auto;
    margin-top: 2px;
}

body.cmcp-checkout-experience .cmcp-checkout-section--notes label[for="order_comments"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

body.cmcp-checkout-experience .cmcp-checkout-contact-heading {
    display: none !important;
}

body.cmcp-checkout-experience .cmcp-checkout-section--recipient #customer_info {
    margin: -5px 0 15px !important;
}

body.cmcp-checkout-experience .cmcp-checkout-section--recipient .wcf-logged-in-customer-info {
    margin: 0;
}

body.cmcp-checkout-experience .cmcp-checkout-section__subtitle {
    margin: -8px 0 17px;
    color: var(--cmcp-checkout-muted);
    font-size: 13px;
    line-height: 1.45;
}

body.cmcp-checkout-experience .woocommerce-billing-fields,
body.cmcp-checkout-experience .woocommerce-additional-fields,
body.cmcp-checkout-experience .wcf-customer-shipping,
body.cmcp-checkout-experience .wcf-payment-option-heading,
body.cmcp-checkout-experience #payment {
    margin: 0 !important;
}

body.cmcp-checkout-experience .wcf-payment-option-heading {
    min-height: 0 !important;
    padding: 0 !important;
}

body.cmcp-checkout-experience .cmcp-checkout-section :is(input.input-text, select, .select2-selection, .zen-ui-select),
body.cmcp-checkout-experience .woocommerce-additional-fields textarea {
    min-height: 48px;
    border-radius: 10px !important;
    font-size: 15px;
}

body.cmcp-checkout-experience .woocommerce-billing-fields__field-wrapper,
body.cmcp-checkout-experience .wcus-checkout-fields {
    display: flow-root;
}

body.cmcp-checkout-experience .form-row {
    margin-bottom: 12px !important;
}

body.cmcp-checkout-experience .cmcp-checkout-section--delivery .form-row:last-child,
body.cmcp-checkout-experience .cmcp-checkout-section--recipient .form-row:last-child {
    margin-bottom: 0 !important;
}

body.cmcp-checkout-experience textarea#order_comments {
    width: 100% !important;
    min-height: 100px;
    border-radius: 10px !important;
    background: #fff;
    font-size: 14px;
}

body.cmcp-checkout-experience #wcus-billing-fields .form-row {
    width: 100% !important;
    float: none !important;
}

body.cmcp-checkout-experience .cmcp-checkout-section :is(ul#shipping_method, .wc_payment_methods) {
    gap: 10px;
}

body.cmcp-checkout-experience .cmcp-checkout-choice {
    min-height: 68px;
    padding: 14px 16px !important;
    border-color: #dfe5ec !important;
    border-radius: 11px !important;
}

body.cmcp-checkout-experience .cmcp-checkout-choice > label {
    position: relative;
    min-height: 38px;
    padding-left: 72px !important;
    font-size: 14.5px !important;
    line-height: 1.35;
}

body.cmcp-checkout-experience .cmcp-checkout-choice > label::before {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background-color: var(--cmcp-checkout-blue-soft);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    content: "";
    transform: translateY(-50%);
}

body.cmcp-checkout-experience .cmcp-method--warehouse > label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V8l7-4 7 4v13M9 21v-5h6v5M8 11h.01M12 11h.01M16 11h.01'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-method--postomat > label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M4 10h16M12 3v18M8 6h.01M16 14h.01'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-method--courier > label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v11H3zM14 10h4l3 3v4h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-method--payment > label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6cff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h14a2 2 0 0 1 2 2v10H6a2 2 0 0 1-2-2V7Z'/%3E%3Cpath d='M4 7V5a2 2 0 0 1 2-2h11v4M16 13h4'/%3E%3C/svg%3E");
}

body.cmcp-checkout-experience .cmcp-checkout-choice input[type=radio] {
    top: 24px;
    left: 17px;
    display: block !important;
}

body.cmcp-checkout-experience .cmcp-checkout-rate-note {
    margin-top: 3px;
    font-size: 12.5px;
}

body.cmcp-checkout-experience .payment_box {
    margin: -19px 0 0 103px !important;
    font-size: 12.5px;
}

body.cmcp-checkout-experience .cmcp-checkout-delivery-notice {
    position: relative;
    margin: 13px 0 0;
    padding: 11px 13px 11px 39px;
    border: 1px solid #d7e6ff;
    border-radius: 9px;
    background: #f5f9ff;
    color: #475467;
    font-size: 13px;
    line-height: 1.45;
}

body.cmcp-checkout-experience .cmcp-checkout-delivery-notice::before {
    position: absolute;
    top: 11px;
    left: 13px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1px solid #8ab7ff;
    border-radius: 50%;
    color: var(--cmcp-checkout-blue);
    content: "i";
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

body.cmcp-checkout-experience .cmcp-checkout-summary {
    width: 100% !important;
    padding: 24px !important;
    border: 1px solid #e4e9ef;
    border-radius: 16px;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(31, 41, 55, .06);
}

body.cmcp-checkout-experience .cmcp-checkout-summary__header {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

body.cmcp-checkout-experience .cmcp-checkout-summary__header h2 {
    margin: 0;
    color: var(--cmcp-checkout-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

body.cmcp-checkout-experience .cmcp-checkout-summary__header a {
    color: var(--cmcp-checkout-blue);
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

body.cmcp-checkout-experience .cmcp-checkout-summary__header a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.cmcp-checkout-experience .cmcp-checkout-summary #order_review,
body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table {
    width: 100% !important;
}

body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .wcf-product-image {
    grid-template-columns: 56px minmax(0, 1fr);
}

body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .wcf-product-thumbnail,
body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .wcf-product-thumbnail img {
    width: 56px;
    height: 56px;
}

body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .wcf-product-name,
body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table td.product-total {
    font-size: 14px;
}

body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .order-total :is(th, td) {
    font-size: 23px !important;
    line-height: 1.25;
}

body.cmcp-checkout-experience #payment .form-row.place-order {
    display: flex;
    flex-direction: column;
    margin: 14px 0 0 !important;
    padding: 0 !important;
}

body.cmcp-checkout-experience #place_order {
    order: 1;
    font-size: 15.5px !important;
}

body.cmcp-checkout-experience .woocommerce-terms-and-conditions-wrapper {
    order: 2;
    margin-top: 12px;
}

body.cmcp-checkout-experience .woocommerce-privacy-policy-text {
    text-align: center;
}

body.cmcp-checkout-experience .woocommerce-privacy-policy-text p {
    margin: 0;
}

@media (min-width: 901px) {
    body.cmcp-checkout-experience .cmcp-checkout-summary {
        top: calc(var(--wp-admin--admin-bar--height, 0px) + 22px);
    }
}

@media (max-width: 1100px) {
    body.cmcp-checkout-experience .wcf-instant-checkout-wrapper {
        display: block !important;
    }

    body.cmcp-checkout-experience .cmcp-checkout-summary {
        position: static;
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    body.cmcp-checkout-experience .main-header--content,
    body.cmcp-checkout-experience #wcf-embed-checkout-form form.checkout {
        width: calc(100% - 32px);
    }

    body.cmcp-checkout-experience .wcf-ic-layout-left-column {
        padding: 0 !important;
    }

    body.cmcp-checkout-experience .cmcp-checkout-section,
    body.cmcp-checkout-experience .cmcp-checkout-summary {
        padding: 18px !important;
        border-radius: 12px !important;
    }

    body.cmcp-checkout-experience .cmcp-checkout-section :is(h2, h3),
    body.cmcp-checkout-experience .cmcp-checkout-section .wcf-shipping-methods-title,
    body.cmcp-checkout-experience .cmcp-checkout-section #payment_options_heading {
        font-size: 19px !important;
    }

    body.cmcp-checkout-experience .cmcp-checkout-choice > label {
        padding-left: 66px !important;
    }

    body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .wcf-product-image {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .wcf-product-thumbnail,
    body.cmcp-checkout-experience .cmcp-checkout-summary .woocommerce-checkout-review-order-table .wcf-product-thumbnail img {
        width: 50px;
        height: 50px;
    }
}


/* Unified lavender-blue checkout CTA — Sep 2026 */
body.cmcp-checkout-experience #place_order{
    border-color:#786fbd!important;
    background:#786fbd!important;
    color:#fff!important;
}
body.cmcp-checkout-experience #place_order:hover{
    border-color:#675ca8!important;
    background:#675ca8!important;
    color:#fff!important;
}
