.flowwp-elementor-withdrawal-button {
    display: flex;
    width: 100%;
    font-family: var(--flowwp-font-family);
}

.flowwp-elementor-withdrawal-button--align-left {
    justify-content: flex-start;
}

.flowwp-elementor-withdrawal-button--align-center {
    justify-content: center;
}

.flowwp-elementor-withdrawal-button--align-right {
    justify-content: flex-end;
}

.flowwp-elementor-withdrawal-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid var(--flowwp-color-accent);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-accent);
    color: var(--flowwp-color-text-on-accent);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.flowwp-elementor-withdrawal-button__link:hover,
.flowwp-elementor-withdrawal-button__link:focus {
    border-color: var(--flowwp-color-accent-dark);
    background: var(--flowwp-color-accent-dark);
    color: var(--flowwp-color-text-on-accent);
    box-shadow: var(--flowwp-shadow-focus);
    outline: none;
}

.flowwp-elementor-revocation-notice {
    color: var(--flowwp-color-text);
    font-family: var(--flowwp-font-family);
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered h2,
.flowwp-elementor-revocation-notice .flowwp-revocation-rendered h3 {
    margin: 0 0 var(--flowwp-space-md);
    color: var(--flowwp-color-text);
    line-height: 1.25;
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered h2 {
    font-size: 1.5em;
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered h3 {
    margin-top: var(--flowwp-space-lg);
    font-size: 1.15em;
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered p,
.flowwp-elementor-revocation-notice .flowwp-revocation-rendered ul {
    margin: 0 0 var(--flowwp-space-md);
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered ul {
    padding-left: var(--flowwp-space-lg);
    list-style: disc;
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered li + li {
    margin-top: var(--flowwp-space-sm);
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered a {
    color: var(--flowwp-color-accent);
    font-weight: 700;
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered a:hover,
.flowwp-elementor-revocation-notice .flowwp-revocation-rendered a:focus {
    color: var(--flowwp-color-accent-dark);
}

.flowwp-elementor-revocation-notice .flowwp-revocation-rendered > *:last-child {
    margin-bottom: 0;
}

.flowwp-elementor-checkout-empty {
    box-sizing: border-box;
    width: 100%;
    padding: var(--flowwp-space-md);
    border: 1px dashed var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background-alt);
    color: var(--flowwp-color-text-muted);
    font-family: var(--flowwp-font-family);
    font-size: 14px;
    line-height: 1.4;
}

.flowwp-elementor-checkout-wrapper,
.flowwp-elementor-cart-wrapper,
.flowwp-checkout-renderer,
.flowwp-elementor-order-summary,
.flowwp-elementor-free-shipping-progress,
.flowwp-elementor-order-bump,
.flowwp-elementor-cross-sell-grid,
.flowwp-elementor-trust-block {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    color: var(--flowwp-color-text);
    font-family: var(--flowwp-font-family);
}

.flowwp-elementor-free-shipping-progress .flowwp-checkout-progress__track {
    background: color-mix(in srgb, var(--flowwp-color-accent) 14%, var(--flowwp-color-background));
}

.flowwp-checkout-renderer {
    --flowwp-checkout-renderer-gap: var(--flowwp-space-lg);
    --flowwp-checkout-sticky-height: 92px;
    display: grid;
    gap: var(--flowwp-checkout-renderer-gap);
    padding-bottom: var(--flowwp-checkout-sticky-height);
}

.flowwp-checkout-renderer__header {
    display: grid;
    gap: 4px;
}

.flowwp-checkout-renderer__eyebrow {
    margin: 0;
    color: var(--flowwp-color-accent);
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.flowwp-checkout-renderer__title {
    margin: 0;
    color: var(--flowwp-color-text);
    font-size: 28px;
    font-weight: 850;
    line-height: 1.15;
}

.flowwp-checkout-renderer__section {
    min-width: 0;
}

.flowwp-checkout-hidden-page-title {
    display: none !important;
}

.flowwp-checkout-renderer__stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--flowwp-space-xs);
    align-items: start;
}

.flowwp-checkout-renderer__stepper-item {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: var(--flowwp-color-text-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.flowwp-checkout-renderer__stepper-item::before {
    display: block;
    height: 3px;
    border-radius: var(--flowwp-radius-full);
    background: var(--flowwp-color-border);
    content: "";
}

.flowwp-checkout-renderer__stepper-item.is-complete::before,
.flowwp-checkout-renderer__stepper-item.is-active::before {
    background: var(--flowwp-color-accent);
}

.flowwp-checkout-renderer__stepper-item.is-complete,
.flowwp-checkout-renderer__stepper-item.is-active {
    color: var(--flowwp-color-accent);
}

.flowwp-checkout-renderer__stepper-index {
    display: inline-grid;
    place-items: center;
    justify-self: center;
    width: 28px;
    height: 28px;
    border: 1px solid currentColor;
    border-radius: var(--flowwp-radius-full);
}

.flowwp-checkout-renderer__stepper-item.is-active .flowwp-checkout-renderer__stepper-index {
    background: var(--flowwp-color-accent);
    color: var(--flowwp-color-text-on-accent);
}

.flowwp-checkout-renderer__stepper-label {
    overflow-wrap: anywhere;
}

.flowwp-checkout-renderer__app {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: var(--flowwp-space-lg);
    align-items: start;
}

.flowwp-checkout-renderer__steps {
    min-width: 0;
}

.flowwp-checkout-renderer__step {
    display: grid;
    gap: var(--flowwp-space-lg);
    min-width: 0;
    padding: var(--flowwp-space-lg);
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background);
}

.flowwp-checkout-renderer__step.is-inactive {
    display: none;
}

.flowwp-checkout-renderer__section-header {
    display: grid;
    gap: 6px;
}

.flowwp-checkout-renderer__section-description {
    margin: 0;
    color: var(--flowwp-color-text-muted);
    font-size: 14px;
    line-height: 1.45;
}

.flowwp-checkout-renderer__cart-list,
.flowwp-checkout-renderer__summary ul {
    display: grid;
    gap: var(--flowwp-space-sm);
    margin: 0;
    padding: 0;
    list-style: none;
}

.flowwp-checkout-renderer__cart-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: var(--flowwp-space-md);
    align-items: center;
    min-width: 0;
    padding: var(--flowwp-space-sm);
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background-alt);
}

.flowwp-checkout-renderer__cart-media {
    width: 64px;
}

.flowwp-checkout-renderer__cart-main {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.flowwp-checkout-renderer__cart-name,
.flowwp-checkout-renderer__cart-price {
    overflow-wrap: anywhere;
}

.flowwp-checkout-renderer__cart-price {
    color: var(--flowwp-color-text-muted);
    font-size: 13px;
    font-weight: 700;
}

.flowwp-checkout-renderer__quantity {
    display: inline-grid;
    grid-template-columns: 36px 32px 36px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-full);
    background: var(--flowwp-color-background);
}

.flowwp-checkout-renderer__quantity button,
.flowwp-checkout-renderer__remove,
.flowwp-checkout-renderer__coupon button,
.flowwp-checkout-renderer__primary-action,
.flowwp-checkout-renderer__secondary-action,
.flowwp-checkout-renderer__sticky-back,
.flowwp-checkout-renderer__sticky-next {
    min-height: 44px;
}

.flowwp-checkout-renderer__quantity button {
    border: 0;
    background: transparent;
    color: var(--flowwp-color-text);
    cursor: pointer;
}

.flowwp-checkout-renderer__quantity span {
    text-align: center;
    font-weight: 800;
}

.flowwp-checkout-renderer__remove {
    grid-column: 2 / 4;
    justify-self: start;
    border: 0;
    background: transparent;
    color: var(--flowwp-color-accent);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.flowwp-checkout-renderer__coupon {
    display: grid;
    gap: var(--flowwp-space-sm);
}

.flowwp-checkout-renderer__coupon label {
    color: var(--flowwp-color-text);
    font-weight: 800;
}

.flowwp-checkout-renderer__coupon div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--flowwp-space-sm);
}

.flowwp-checkout-renderer__coupon input {
    min-width: 0;
    min-height: 44px;
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    padding: 0 var(--flowwp-space-md);
}

.flowwp-checkout-renderer__coupon button,
.flowwp-checkout-renderer__primary-action,
.flowwp-checkout-renderer__sticky-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--flowwp-color-accent);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-accent);
    color: var(--flowwp-color-text-on-accent);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.flowwp-checkout-renderer__secondary-action,
.flowwp-checkout-renderer__sticky-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background);
    color: var(--flowwp-color-text);
    font-weight: 800;
    text-decoration: none;
}

.flowwp-checkout-renderer__step-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--flowwp-space-sm);
    align-items: center;
    justify-content: flex-end;
}

.flowwp-checkout-renderer__primary-action,
.flowwp-checkout-renderer__secondary-action {
    padding: 0 var(--flowwp-space-md);
}

.flowwp-checkout-renderer__empty-cart {
    display: grid;
    gap: 4px;
    padding: var(--flowwp-space-lg);
    border: 1px dashed var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background-alt);
}

.flowwp-checkout-renderer__summary {
    position: sticky;
    top: var(--flowwp-space-lg);
    display: grid;
    gap: var(--flowwp-space-sm);
    min-width: 0;
    padding: var(--flowwp-space-md);
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background);
}

.flowwp-checkout-renderer__summary-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: var(--flowwp-space-sm);
    align-items: center;
    width: 100%;
    min-height: 44px;
    border: 0;
    background: transparent;
    color: var(--flowwp-color-text);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.flowwp-checkout-renderer__summary-body {
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
}

.flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__summary-body {
    grid-template-rows: 0fr;
    opacity: 0;
    pointer-events: none;
}

.flowwp-checkout-renderer__summary-body-inner {
    display: grid;
    gap: var(--flowwp-space-md);
    min-height: 0;
    overflow: hidden;
}

.flowwp-checkout-renderer__summary li,
.flowwp-checkout-renderer__summary-total {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--flowwp-space-sm);
    align-items: start;
    padding: var(--flowwp-space-sm) 0;
    border-bottom: 1px solid var(--flowwp-color-border);
}

.flowwp-checkout-renderer__summary-total {
    border-bottom: 0;
}

.flowwp-checkout-renderer__sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--flowwp-space-md);
    align-items: center;
    padding: var(--flowwp-space-md);
    border-top: 1px solid var(--flowwp-color-border);
    background: var(--flowwp-color-background);
    background: color-mix(in srgb, var(--flowwp-color-background) 96%, transparent);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.flowwp-checkout-renderer__sticky-total {
    display: grid;
    gap: 2px;
}

.flowwp-checkout-renderer__sticky-total span {
    color: var(--flowwp-color-text-muted);
    font-size: 12px;
    font-weight: 800;
}

.flowwp-checkout-renderer__sticky-actions {
    display: flex;
    gap: var(--flowwp-space-sm);
}

.flowwp-checkout-renderer__sticky-back,
.flowwp-checkout-renderer__sticky-next {
    padding: 0 var(--flowwp-space-lg);
}

.flowwp-checkout-renderer__section--confidence,
.flowwp-checkout-renderer__section--offers {
    display: grid;
    gap: var(--flowwp-space-md);
}

.flowwp-checkout-renderer__section--checkout {
    padding: var(--flowwp-space-md);
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background);
}

.flowwp-checkout-renderer__section--checkout form.checkout,
.flowwp-checkout-renderer__section--checkout #order_review,
.flowwp-checkout-renderer__section--checkout #payment {
    max-width: 100%;
    min-width: 0;
}

.flowwp-checkout-renderer__form,
.flowwp-checkout-renderer__fields {
    display: grid;
    gap: var(--flowwp-space-lg);
}

.flowwp-checkout-renderer[data-flowwp-current-step="payment"] .flowwp-checkout-renderer__fields {
    display: none;
}

.flowwp-checkout-renderer[data-flowwp-current-step="payment"] .flowwp-checkout-renderer__form {
    display: block;
}

.flowwp-checkout-renderer__checkout-section {
    min-width: 0;
}

.flowwp-checkout-renderer__checkout-section + .flowwp-checkout-renderer__checkout-section {
    padding-top: var(--flowwp-space-lg);
    border-top: 1px solid var(--flowwp-color-border);
}

.flowwp-checkout-renderer__section-title {
    margin: 0 0 var(--flowwp-space-md);
    color: var(--flowwp-color-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.flowwp-checkout-renderer__section--checkout .form-row {
    max-width: 100%;
}

.flowwp-checkout-renderer__section--checkout input.input-text,
.flowwp-checkout-renderer__section--checkout textarea,
.flowwp-checkout-renderer__section--checkout select,
.flowwp-checkout-renderer__section--checkout .select2-container {
    max-width: 100%;
    min-height: 44px;
}

.flowwp-checkout-renderer__section--checkout .woocommerce-billing-fields__field-wrapper,
.flowwp-checkout-renderer__section--checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    gap: var(--flowwp-space-sm);
}

.flowwp-checkout-renderer__section--checkout table.shop_table {
    width: 100%;
}

.flowwp-checkout-renderer__section--checkout .shop_table td,
.flowwp-checkout-renderer__section--checkout .shop_table th {
    overflow-wrap: anywhere;
}

.flowwp-checkout-renderer #place_order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.flowwp-checkout-renderer--two_column {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
    align-items: start;
}

.flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__app-header,
.flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__section--confidence,
.flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__section--offers {
    grid-column: 1;
}

.flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__section--checkout {
    grid-column: 2;
    grid-row: 1 / span 4;
}

.flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__section--checkout {
    position: sticky;
    top: var(--flowwp-space-lg);
}

.flowwp-elementor-checkout-wrapper {
    --flowwp-checkout-wrapper-gap: var(--flowwp-space-xl);
}

.flowwp-elementor-cart-wrapper {
    --flowwp-cart-wrapper-gap: var(--flowwp-space-lg);
}

.flowwp-elementor-cart-wrapper--compact .woocommerce-cart-form,
.flowwp-elementor-cart-wrapper--compact .cart-collaterals {
    margin-bottom: var(--flowwp-cart-wrapper-gap);
}

.flowwp-elementor-cart-wrapper .woocommerce-cart-form,
.flowwp-elementor-cart-wrapper .cart-collaterals,
.flowwp-elementor-cart-wrapper .woocommerce-notices-wrapper {
    max-width: 100%;
}

.flowwp-elementor-cart-wrapper table.shop_table {
    width: 100%;
}

.flowwp-elementor-cart-wrapper .shop_table td,
.flowwp-elementor-cart-wrapper .shop_table th {
    overflow-wrap: anywhere;
}

.flowwp-elementor-checkout-wrapper #place_order,
.flowwp-elementor-cart-wrapper .wc-proceed-to-checkout .checkout-button,
.flowwp-elementor-cart-wrapper .woocommerce-cart-form button[name="update_cart"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.flowwp-elementor-checkout-wrapper--compact .woocommerce-checkout {
    display: grid;
    gap: var(--flowwp-space-md);
}

.flowwp-elementor-checkout-wrapper--compact .woocommerce-checkout h3,
.flowwp-elementor-checkout-wrapper--compact .woocommerce-checkout #order_review_heading {
    margin-top: 0;
    margin-bottom: var(--flowwp-space-sm);
}

.flowwp-elementor-checkout-wrapper--compact .woocommerce-checkout .form-row {
    margin-bottom: var(--flowwp-space-sm);
}

.flowwp-elementor-checkout-wrapper--two_column form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
    gap: var(--flowwp-checkout-wrapper-gap);
    align-items: start;
}

.flowwp-elementor-checkout-wrapper--two_column form.checkout > .col2-set {
    grid-column: 1;
    width: 100%;
    min-width: 0;
}

.flowwp-elementor-checkout-wrapper--two_column form.checkout > #order_review_heading,
.flowwp-elementor-checkout-wrapper--two_column form.checkout > #order_review {
    grid-column: 2;
    width: 100%;
    min-width: 0;
}

.flowwp-elementor-checkout-wrapper--two_column form.checkout > #order_review {
    position: sticky;
    top: var(--flowwp-space-lg);
}

.flowwp-elementor-order-summary,
.flowwp-elementor-trust-block {
    display: grid;
    gap: var(--flowwp-space-md);
    padding: var(--flowwp-space-md);
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-md);
    background: var(--flowwp-color-background);
}

.flowwp-elementor-order-summary__title,
.flowwp-elementor-trust-block__title {
    margin: 0;
    color: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.flowwp-elementor-order-summary__items {
    display: grid;
    gap: var(--flowwp-space-sm);
    margin: 0;
    padding: 0;
    list-style: none;
}

.flowwp-elementor-order-summary__items li,
.flowwp-elementor-order-summary__total {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: var(--flowwp-space-md);
    align-items: center;
    min-width: 0;
    padding: var(--flowwp-space-sm) 0;
    border-bottom: 1px solid var(--flowwp-color-border);
}

.flowwp-elementor-order-summary__total {
    grid-template-columns: minmax(0, 1fr) auto;
}

.flowwp-elementor-order-summary__media {
    width: 48px;
}

.flowwp-elementor-order-summary__item-main {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.flowwp-elementor-order-summary__item-main small {
    color: var(--flowwp-color-text-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.flowwp-elementor-order-summary__items span,
.flowwp-elementor-order-summary__total span {
    min-width: 0;
    color: var(--flowwp-color-text-muted);
    overflow-wrap: anywhere;
}

.flowwp-elementor-order-summary__items strong,
.flowwp-elementor-order-summary__total strong {
    color: var(--flowwp-color-text);
    font-weight: 800;
}

.flowwp-elementor-order-summary__total {
    border-bottom: 0;
}

.flowwp-elementor-trust-block__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--flowwp-space-sm);
}

.flowwp-elementor-trust-block__item {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: var(--flowwp-space-sm);
    border: 1px solid var(--flowwp-color-border);
    border-radius: var(--flowwp-radius-sm);
    background: var(--flowwp-color-background-alt);
}

.flowwp-elementor-trust-block__item strong {
    color: var(--flowwp-color-text);
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.flowwp-elementor-trust-block__item span {
    color: var(--flowwp-color-text-muted);
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

@media (max-width: 520px) {
    .flowwp-checkout-renderer {
        --flowwp-checkout-sticky-height: 116px;
    }

    .flowwp-checkout-renderer__stepper-label {
        font-size: 11px;
    }

    .flowwp-checkout-renderer__step {
        padding: var(--flowwp-space-md);
    }

    .flowwp-checkout-renderer__cart-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .flowwp-checkout-renderer__quantity {
        grid-column: 2;
        justify-self: start;
    }

    .flowwp-checkout-renderer__remove {
        grid-column: 2;
    }

    .flowwp-checkout-renderer__coupon div {
        grid-template-columns: 1fr;
    }

    .flowwp-checkout-renderer__sticky-cta {
        grid-template-columns: 1fr;
        gap: var(--flowwp-space-sm);
    }

    .flowwp-checkout-renderer__sticky-actions {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .flowwp-checkout-renderer__sticky-next {
        width: 100%;
    }

    .flowwp-elementor-cart-wrapper .woocommerce-cart-form {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .flowwp-elementor-order-summary__items li,
    .flowwp-elementor-order-summary__total {
        align-items: flex-start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .flowwp-elementor-order-summary__items strong {
        grid-column: 2;
    }

    .flowwp-elementor-trust-block__items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .flowwp-checkout-renderer__app {
        grid-template-columns: 1fr;
    }

    .flowwp-checkout-renderer__summary {
        position: static;
        order: -1;
    }

    .flowwp-checkout-renderer--two_column {
        display: grid;
        grid-template-columns: 1fr;
    }

    .flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__app-header,
    .flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__section--confidence,
    .flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__section--offers,
    .flowwp-checkout-renderer--two_column .flowwp-checkout-renderer__section--checkout {
        grid-column: auto;
        grid-row: auto;
    }

    .flowwp-elementor-checkout-wrapper--two_column form.checkout {
        display: block;
    }

    .flowwp-elementor-checkout-wrapper--two_column form.checkout > #order_review {
        position: static;
    }
}

/* FlowWP App Checkout base style. Kept late in the file to override WooCommerce defaults inside the scoped renderer. */
.flowwp-checkout-renderer {
    --flowwp-checkout-accent: var(--flowwp-color-accent);
    --flowwp-checkout-accent-hover: color-mix(in srgb, var(--flowwp-checkout-accent) 86%, #000);
    --flowwp-checkout-app-background: transparent;
    --flowwp-checkout-outer-padding: 0;
    --flowwp-checkout-outer-padding-bottom: calc(var(--flowwp-checkout-sticky-height) + 24px);
    --flowwp-checkout-header-background: var(--flowwp-checkout-card-background);
    --flowwp-checkout-card-background: #ffffff;
    --flowwp-checkout-field-background: #f5f1ee;
    --flowwp-checkout-section-background: color-mix(in srgb, var(--flowwp-checkout-card-background) 88%, var(--flowwp-checkout-field-background));
    --flowwp-checkout-stepper-background: var(--flowwp-checkout-card-background);
    --flowwp-checkout-summary-background: var(--flowwp-checkout-card-background);
    --flowwp-checkout-payment-background: var(--flowwp-checkout-card-background);
    --flowwp-checkout-payment-option-background: var(--flowwp-checkout-field-background);
    --flowwp-checkout-payment-option-active-background: color-mix(in srgb, var(--flowwp-checkout-accent) 8%, var(--flowwp-checkout-card-background));
    --flowwp-checkout-progress-fill: var(--flowwp-checkout-accent);
    --flowwp-checkout-progress-track: color-mix(in srgb, var(--flowwp-checkout-accent) 14%, var(--flowwp-checkout-card-background));
    --flowwp-checkout-border: #e7e1dc;
    --flowwp-checkout-muted: #6f6a66;
    --flowwp-checkout-success: var(--flowwp-color-success);
    --flowwp-checkout-error: var(--flowwp-color-error);
    --flowwp-checkout-card-radius: 18px;
    --flowwp-checkout-field-radius: 14px;
    --flowwp-checkout-button-radius: 16px;
    --flowwp-checkout-gap: 20px;
    --flowwp-checkout-control-height: 54px;
    --flowwp-checkout-product-image-size: 76px;
    --flowwp-checkout-product-image-radius: 16px;
    --flowwp-checkout-card-shadow: 0 16px 45px rgba(17, 24, 39, 0.08);
    gap: var(--flowwp-checkout-gap);
    padding: var(--flowwp-checkout-outer-padding);
    padding-bottom: var(--flowwp-checkout-outer-padding-bottom);
    border-radius: calc(var(--flowwp-checkout-card-radius) + 8px);
    background: var(--flowwp-checkout-app-background);
}

.flowwp-checkout-renderer .flowwp-checkout-progress {
    background: var(--flowwp-checkout-card-background);
    border-color: var(--flowwp-checkout-border);
}

.flowwp-checkout-renderer .flowwp-checkout-progress__track {
    background: var(--flowwp-checkout-progress-track);
}

.flowwp-checkout-renderer .flowwp-checkout-progress__bar {
    background: var(--flowwp-checkout-progress-fill);
}

.flowwp-checkout-renderer .flowwp-checkout-progress__milestone.is-reached {
    background: var(--flowwp-checkout-progress-fill);
}

.flowwp-checkout-renderer .flowwp-checkout-progress__milestone-labels .is-reached {
    color: var(--flowwp-checkout-progress-fill);
}

.flowwp-checkout-renderer__app-header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-header-background);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.flowwp-checkout-renderer__icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    color: currentColor;
    fill: currentColor;
    line-height: 1;
    pointer-events: none;
}

.flowwp-checkout-renderer__icon * {
    fill: currentColor;
}

.flowwp-checkout-renderer__app-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: 999px;
    background: var(--flowwp-checkout-field-background);
    color: var(--flowwp-color-text);
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.flowwp-checkout-renderer__icon--back {
    width: 18px;
    height: 18px;
}

.flowwp-checkout-renderer__app-back:hover,
.flowwp-checkout-renderer__app-back:focus-visible {
    border-color: var(--flowwp-checkout-accent);
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 10%, var(--flowwp-checkout-card-background));
    color: var(--flowwp-checkout-accent);
    outline: none;
}

.flowwp-checkout-renderer__app-heading {
    display: grid;
    min-width: 0;
    gap: 2px;
    text-align: center;
}

.flowwp-checkout-renderer__app-kicker,
.flowwp-checkout-renderer__app-step-label {
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.flowwp-checkout-renderer__app-kicker {
    text-transform: uppercase;
}

.flowwp-checkout-renderer__app-step-label {
    color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer__app-secure {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid color-mix(in srgb, var(--flowwp-checkout-success) 24%, var(--flowwp-checkout-border));
    border-radius: 999px;
    background: color-mix(in srgb, var(--flowwp-checkout-success) 10%, var(--flowwp-checkout-card-background));
    color: var(--flowwp-checkout-success);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    gap: 5px;
}

.flowwp-checkout-renderer__icon--secure {
    width: 13px;
    height: 13px;
}

.flowwp-checkout-renderer[data-flowwp-shipping-step-optional="1"][data-flowwp-shipping-step-active="0"] [data-flowwp-optional-step="shipping"],
.flowwp-checkout-renderer[data-flowwp-shipping-step-optional="1"][data-flowwp-shipping-step-active="0"] [data-flowwp-step="shipping"] {
    display: none;
}

.flowwp-checkout-renderer__stepper {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-stepper-background);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.flowwp-checkout-renderer__stepper-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    justify-items: center;
    padding: 14px 16px;
    text-align: center;
}

.flowwp-checkout-renderer__stepper-item::before {
    position: absolute;
    top: 50%;
    right: calc(100% - 6px);
    left: -50%;
    z-index: 0;
    height: 2px;
    transform: translateY(-50%);
}

.flowwp-checkout-renderer__stepper-item:first-child::before {
    display: none;
}

.flowwp-checkout-renderer__stepper-item[hidden] {
    display: none;
}

.flowwp-checkout-renderer__stepper-index,
.flowwp-checkout-renderer__stepper-label {
    position: relative;
    z-index: 1;
}

.flowwp-checkout-renderer__stepper-label {
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

.flowwp-checkout-renderer__stepper-index {
    width: 34px;
    height: 34px;
    border-color: var(--flowwp-checkout-border);
    background: var(--flowwp-checkout-card-background);
    color: var(--flowwp-checkout-muted);
    font-size: 13px;
}

.flowwp-checkout-renderer__stepper-item.is-complete .flowwp-checkout-renderer__stepper-index,
.flowwp-checkout-renderer__stepper-item.is-active .flowwp-checkout-renderer__stepper-index {
    border-color: var(--flowwp-checkout-accent);
    background: var(--flowwp-checkout-accent);
    color: var(--flowwp-color-text-on-accent);
}

.flowwp-checkout-renderer__stepper-item.is-complete,
.flowwp-checkout-renderer__stepper-item.is-active {
    color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer__app {
    gap: var(--flowwp-checkout-gap);
}

.flowwp-checkout-renderer__step,
.flowwp-checkout-renderer__summary {
    border-color: var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    box-shadow: var(--flowwp-checkout-card-shadow);
}

.flowwp-checkout-renderer__step {
    gap: calc(var(--flowwp-checkout-gap) * 1.05);
    padding: clamp(20px, 3vw, 34px);
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer__summary {
    background: var(--flowwp-checkout-summary-background);
}

.flowwp-checkout-renderer__section-header {
    gap: 8px;
    padding-bottom: 4px;
}

.flowwp-checkout-renderer__section-title {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 850;
    letter-spacing: 0;
}

.flowwp-checkout-renderer__section-description {
    max-width: 58ch;
    color: var(--flowwp-checkout-muted);
    font-size: 15px;
}

.flowwp-checkout-renderer__checkout-section {
    display: grid;
    gap: 16px;
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-section-background);
}

.flowwp-checkout-renderer__checkout-section + .flowwp-checkout-renderer__checkout-section {
    padding-top: clamp(16px, 2vw, 22px);
    border-top: 1px solid var(--flowwp-checkout-border);
}

.flowwp-checkout-renderer__checkout-section .flowwp-checkout-renderer__section-title {
    font-size: 18px;
}

body .flowwp-checkout-renderer .woocommerce-info,
body .flowwp-checkout-renderer .woocommerce-message,
body .flowwp-checkout-renderer .woocommerce-error {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 16px 15px 52px;
    border: 1px solid var(--flowwp-checkout-border);
    border-top: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-field-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 84%, var(--flowwp-checkout-field-background));
    outline: none;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
    color: var(--flowwp-checkout-muted);
    font-size: 14px;
    line-height: 1.45;
}

body .flowwp-checkout-renderer .woocommerce-error li,
body .flowwp-checkout-renderer .woocommerce-error p {
    margin: 0;
    color: var(--flowwp-checkout-error);
    line-height: 1.28;
}

body .flowwp-checkout-renderer .woocommerce-error li + li {
    margin-top: 6px;
}

body .flowwp-checkout-renderer .woocommerce-info::before,
body .flowwp-checkout-renderer .woocommerce-message::before,
body .flowwp-checkout-renderer .woocommerce-error::before {
    position: absolute;
    top: 15px;
    left: 16px;
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin: 0;
    border-radius: 9999px;
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 12%, transparent);
    color: var(--flowwp-checkout-accent);
    font-size: 14px;
}

body .flowwp-checkout-renderer .woocommerce-info a,
body .flowwp-checkout-renderer .woocommerce-message a,
body .flowwp-checkout-renderer .woocommerce-error a {
    display: inline;
    width: auto;
    min-height: 0;
    margin-top: 0;
    color: var(--flowwp-checkout-accent);
    font-weight: 850;
    overflow-wrap: normal;
    line-height: 1.25;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.flowwp-checkout-renderer__field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    justify-items: stretch;
}

.flowwp-checkout-renderer .form-row {
    position: relative;
    float: none;
    display: grid;
    box-sizing: border-box;
    gap: 7px;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    min-height: var(--flowwp-checkout-control-height);
    margin: 0;
    padding: 13px 15px;
    border: 1px solid transparent;
    border-radius: var(--flowwp-checkout-field-radius);
    background: var(--flowwp-checkout-field-background);
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
}

.flowwp-checkout-renderer .form-row-first,
.flowwp-checkout-renderer .form-row-last {
    width: 100% !important;
}

.flowwp-checkout-renderer .form-row-wide,
.flowwp-checkout-renderer .form-row.address-field,
.flowwp-checkout-renderer .form-row.notes {
    grid-column: 1 / -1;
}

.flowwp-checkout-renderer .form-row label {
    display: flex !important;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.25;
}

.flowwp-checkout-renderer .form-row .required {
    color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer .form-row .optional {
    color: color-mix(in srgb, var(--flowwp-checkout-muted) 78%, transparent);
    font-size: 11px;
    font-weight: 700;
}

.flowwp-checkout-renderer .form-row.woocommerce-invalid,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-required-field,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-email {
    border-color: color-mix(in srgb, var(--flowwp-checkout-error) 72%, var(--flowwp-checkout-border));
    background: color-mix(in srgb, var(--flowwp-checkout-error) 6%, var(--flowwp-checkout-field-background));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-error) 11%, transparent);
}

.flowwp-checkout-renderer .form-row.woocommerce-invalid label,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-required-field label,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-email label {
    color: var(--flowwp-checkout-error);
}

.flowwp-checkout-renderer .form-row.woocommerce-validated:not(.woocommerce-invalid):not(.woocommerce-invalid-required-field):not(.woocommerce-invalid-email) {
    border-color: color-mix(in srgb, var(--flowwp-checkout-success) 54%, var(--flowwp-checkout-border));
    background: color-mix(in srgb, var(--flowwp-checkout-success) 5%, var(--flowwp-checkout-field-background));
}

.flowwp-checkout-renderer .form-row.woocommerce-validated:not(.woocommerce-invalid):not(.woocommerce-invalid-required-field):not(.woocommerce-invalid-email)::after {
    position: absolute;
    top: 13px;
    right: 14px;
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--flowwp-checkout-success) 12%, transparent);
    color: var(--flowwp-checkout-success);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    content: "✓";
    pointer-events: none;
}

.flowwp-checkout-renderer .form-row.woocommerce-invalid::after,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-required-field::after,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-email::after {
    position: absolute;
    top: 13px;
    right: 14px;
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--flowwp-checkout-error) 12%, transparent);
    color: var(--flowwp-checkout-error);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    content: "!";
    pointer-events: none;
}

.flowwp-checkout-renderer .form-row input.input-text,
.flowwp-checkout-renderer .form-row textarea,
.flowwp-checkout-renderer .form-row select,
.flowwp-checkout-renderer .form-row .select2-container .select2-selection {
    width: 100%;
    min-height: 32px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--flowwp-color-text);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.3;
    text-align: left;
}

.flowwp-checkout-renderer .form-row input.input-text::placeholder,
.flowwp-checkout-renderer .form-row textarea::placeholder {
    color: color-mix(in srgb, var(--flowwp-checkout-muted) 72%, transparent);
    opacity: 1;
}

.flowwp-checkout-renderer .form-row .select2-container,
.flowwp-checkout-renderer .form-row .select2-container .select2-selection__rendered {
    min-width: 0;
    color: var(--flowwp-color-text);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.3;
    text-align: left;
}

.flowwp-checkout-renderer .form-row textarea {
    min-height: 84px;
    resize: vertical;
}

.flowwp-checkout-renderer .form-row input.input-text:focus,
.flowwp-checkout-renderer .form-row textarea:focus,
.flowwp-checkout-renderer .form-row select:focus,
.flowwp-checkout-renderer .form-row:focus-within {
    outline: none;
    border-color: var(--flowwp-checkout-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-accent) 18%, transparent);
}

.flowwp-checkout-renderer__shipping-choice {
    display: grid;
}

.flowwp-checkout-renderer__choice-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
    cursor: pointer;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
}

.flowwp-checkout-renderer__choice-card input {
    width: 22px;
    height: 22px;
    accent-color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer__choice-card:has(input:checked) {
    border-color: color-mix(in srgb, var(--flowwp-checkout-accent) 46%, var(--flowwp-checkout-border));
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 7%, var(--flowwp-checkout-card-background));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-accent) 10%, transparent);
}

.flowwp-checkout-renderer__choice-copy {
    display: grid;
    gap: 4px;
}

.flowwp-checkout-renderer__choice-copy strong {
    color: var(--flowwp-color-text);
    font-size: 15px;
}

.flowwp-checkout-renderer__choice-copy span {
    color: var(--flowwp-checkout-muted);
    font-size: 13px;
    line-height: 1.35;
}

.flowwp-checkout-renderer__cart-list {
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer__cart-item {
    grid-template-areas:
        "media main quantity"
        "media main remove";
    grid-template-columns: var(--flowwp-checkout-product-image-size) minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 0;
    border-bottom: 1px solid var(--flowwp-checkout-border);
    border-radius: 0;
    background: transparent;
    transition: background-color 160ms ease;
}

.flowwp-checkout-renderer__cart-item:last-child {
    border-bottom: 0;
}

.flowwp-checkout-renderer__cart-item:hover {
    background: color-mix(in srgb, var(--flowwp-checkout-field-background) 56%, transparent);
}

.flowwp-checkout-renderer__cart-item--gift {
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 5%, transparent);
}

.flowwp-checkout-renderer__cart-item--gift:hover {
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 8%, transparent);
}

.flowwp-checkout-renderer__cart-media {
    grid-area: media;
    width: var(--flowwp-checkout-product-image-size);
}

.flowwp-checkout-renderer__cart-media img,
.flowwp-checkout-renderer__cart-media .flowwp-checkout-product-card__image-placeholder {
    width: var(--flowwp-checkout-product-image-size);
    height: var(--flowwp-checkout-product-image-size);
    border-radius: var(--flowwp-checkout-product-image-radius) !important;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}

.flowwp-checkout-renderer__cart-name {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.flowwp-checkout-renderer__cart-main {
    grid-area: main;
    display: grid;
    gap: 6px;
    min-width: 0;
}

.flowwp-checkout-renderer__cart-price {
    color: var(--flowwp-checkout-accent);
    font-size: 15px;
    font-weight: 850;
}

.flowwp-checkout-renderer__cart-tax-meta {
    color: var(--flowwp-checkout-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.flowwp-checkout-renderer__gift-quantity {
    grid-area: quantity;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: 999px;
    background: var(--flowwp-checkout-field-background);
    color: var(--flowwp-checkout-muted);
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
}

.flowwp-checkout-renderer__quantity {
    grid-area: quantity;
    grid-template-columns: 40px 34px 40px;
    min-height: 44px;
    border-color: var(--flowwp-checkout-border);
    background: var(--flowwp-checkout-field-background);
}

.flowwp-checkout-renderer__quantity button {
    border-radius: 999px;
    color: var(--flowwp-color-text);
    transition:
        background-color 160ms ease,
        color 160ms ease;
}

.flowwp-checkout-renderer__icon--quantity {
    width: 12px;
    height: 12px;
}

.flowwp-checkout-renderer__quantity button:hover,
.flowwp-checkout-renderer__quantity button:focus-visible {
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 10%, transparent);
    color: var(--flowwp-checkout-accent);
    outline: none;
}

.flowwp-checkout-renderer__remove {
    grid-area: remove;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-button-radius);
    background: var(--flowwp-checkout-card-background);
    color: var(--flowwp-checkout-muted);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition:
        border-color 160ms ease,
        color 160ms ease,
        background-color 160ms ease;
}

.flowwp-checkout-renderer__icon--remove {
    width: 12px;
    height: 12px;
}

.flowwp-checkout-renderer__remove:hover,
.flowwp-checkout-renderer__remove:focus-visible {
    border-color: color-mix(in srgb, var(--flowwp-checkout-error) 34%, var(--flowwp-checkout-border));
    background: color-mix(in srgb, var(--flowwp-checkout-error) 6%, var(--flowwp-checkout-card-background));
    color: var(--flowwp-checkout-error);
    outline: none;
}

.flowwp-checkout-renderer__coupon {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer__coupon label {
    color: var(--flowwp-color-text);
    font-size: 15px;
    font-weight: 850;
}

.flowwp-checkout-renderer__coupon div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: stretch;
}

.flowwp-checkout-renderer__coupon input {
    min-width: 0;
    min-height: var(--flowwp-checkout-control-height);
    padding: 0 14px;
    border-color: var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-field-radius);
    background: var(--flowwp-checkout-field-background);
}

.flowwp-checkout-renderer__coupon button,
.flowwp-checkout-renderer__primary-action,
.flowwp-checkout-renderer__sticky-next,
.flowwp-checkout-renderer #place_order {
    min-height: var(--flowwp-checkout-control-height);
    border-color: var(--flowwp-checkout-accent);
    border-radius: var(--flowwp-checkout-button-radius);
    background: var(--flowwp-checkout-accent);
    box-shadow: 0 12px 22px color-mix(in srgb, var(--flowwp-checkout-accent) 24%, transparent);
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
}

.flowwp-checkout-renderer__coupon button:hover,
.flowwp-checkout-renderer__primary-action:hover,
.flowwp-checkout-renderer__sticky-next:hover,
.flowwp-checkout-renderer #place_order:hover,
.flowwp-checkout-renderer__coupon button:focus-visible,
.flowwp-checkout-renderer__primary-action:focus-visible,
.flowwp-checkout-renderer__sticky-next:focus-visible,
.flowwp-checkout-renderer #place_order:focus-visible {
    transform: translateY(-1px);
    background: var(--flowwp-checkout-accent-hover);
    border-color: var(--flowwp-checkout-accent-hover);
    box-shadow: 0 16px 28px color-mix(in srgb, var(--flowwp-checkout-accent) 28%, transparent);
    outline: none;
}

.flowwp-checkout-renderer__secondary-action,
.flowwp-checkout-renderer__sticky-back {
    border-color: var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-button-radius);
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sells {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sells__title {
    margin: 0;
    color: var(--flowwp-color-text);
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.15;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sells__grid {
    display: grid;
    gap: 14px;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell {
    display: grid;
    gap: 12px;
    overflow: hidden;
    padding: 12px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-field-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 72%, var(--flowwp-checkout-field-background));
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__media {
    display: grid;
    width: 100%;
    max-height: 240px;
    aspect-ratio: 16 / 9;
    place-items: center;
    overflow: hidden;
    border-radius: calc(var(--flowwp-checkout-field-radius) - 2px);
    background: var(--flowwp-checkout-field-background);
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__media img,
.flowwp-checkout-renderer .flowwp-checkout-cross-sell__media .flowwp-checkout-product-card__image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__content {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__name {
    color: var(--flowwp-color-text);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__name:hover,
.flowwp-checkout-renderer .flowwp-checkout-cross-sell__name:focus-visible {
    color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__price {
    color: var(--flowwp-checkout-accent);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__price-suffix,
.flowwp-checkout-renderer .flowwp-checkout-cross-sell__shipping {
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--flowwp-checkout-control-height);
    padding: 0 18px;
    border: 1px solid color-mix(in srgb, var(--flowwp-checkout-accent) 26%, var(--flowwp-checkout-border));
    border-radius: var(--flowwp-checkout-button-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 82%, var(--flowwp-color-text));
    color: var(--flowwp-color-text-on-accent);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.15;
    text-align: center;
    box-shadow: none;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__button:hover,
.flowwp-checkout-renderer .flowwp-checkout-cross-sell__button:focus-visible {
    background: var(--flowwp-checkout-accent);
    outline: none;
    box-shadow: 0 12px 22px color-mix(in srgb, var(--flowwp-checkout-accent) 18%, transparent);
}

.flowwp-checkout-renderer__summary {
    padding: 0;
    overflow: hidden;
}

.flowwp-checkout-renderer__summary-toggle {
    padding: 16px 18px;
    border-bottom: 1px solid var(--flowwp-checkout-border);
}

.flowwp-checkout-renderer__summary[data-flowwp-summary="open"] .flowwp-checkout-renderer__summary-toggle {
    border-radius: var(--flowwp-checkout-card-radius) var(--flowwp-checkout-card-radius) 0 0;
}

.flowwp-checkout-renderer__icon--summary {
    width: 12px;
    height: 12px;
    transition: transform 160ms ease;
}

.flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__icon--summary {
    transform: rotate(180deg);
}

.flowwp-checkout-renderer__summary-toggle span {
    font-size: 15px;
    font-weight: 850;
}

.flowwp-checkout-renderer__summary-body-inner {
    padding: 0 18px 18px;
}

.flowwp-checkout-renderer__summary li,
.flowwp-checkout-renderer__summary-total {
    padding: 13px 0;
}

.flowwp-checkout-renderer__summary-total {
    font-size: 18px;
}

.flowwp-checkout-renderer__order-review {
    display: grid;
    gap: 16px;
}

.flowwp-checkout-renderer__payment-overview {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-payment-background);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
}

.flowwp-checkout-renderer__payment-overview-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.flowwp-checkout-renderer__payment-overview-header h4 {
    margin: 0;
    color: var(--flowwp-color-text);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
}

.flowwp-checkout-renderer__payment-overview-header p {
    margin: 4px 0 0;
    color: var(--flowwp-checkout-muted);
    font-size: 14px;
    line-height: 1.45;
}

.flowwp-checkout-renderer__payment-overview-header > strong {
    flex: 0 0 auto;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 9%, transparent);
    color: var(--flowwp-checkout-accent);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-align: right;
}

.flowwp-checkout-renderer__payment-items {
    display: grid;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: calc(var(--flowwp-checkout-card-radius) - 4px);
    background: var(--flowwp-checkout-card-background);
    list-style: none;
}

.flowwp-checkout-renderer__payment-item {
    display: grid;
    grid-template-columns: calc(var(--flowwp-checkout-product-image-size) * 0.74) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border-bottom: 1px solid var(--flowwp-checkout-border);
    transition: background-color 160ms ease;
}

.flowwp-checkout-renderer__payment-item:last-child {
    border-bottom: 0;
}

.flowwp-checkout-renderer__payment-item:hover {
    background: color-mix(in srgb, var(--flowwp-checkout-field-background) 46%, transparent);
}

.flowwp-checkout-renderer__payment-item-media,
.flowwp-checkout-renderer__payment-item-media img,
.flowwp-checkout-renderer__payment-item-media .flowwp-checkout-product-card__image-placeholder {
    width: calc(var(--flowwp-checkout-product-image-size) * 0.74);
    height: calc(var(--flowwp-checkout-product-image-size) * 0.74);
}

.flowwp-checkout-renderer__payment-item-media img,
.flowwp-checkout-renderer__payment-item-media .flowwp-checkout-product-card__image-placeholder {
    border-radius: calc(var(--flowwp-checkout-product-image-radius) * 0.88);
    object-fit: cover;
}

.flowwp-checkout-renderer__payment-item-main {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.flowwp-checkout-renderer__payment-item-main strong {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    overflow-wrap: anywhere;
    color: var(--flowwp-color-text);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
}

.flowwp-checkout-renderer__gift-badge,
.flowwp-checkout-renderer__payment-item-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 11%, var(--flowwp-checkout-card-background));
    color: var(--flowwp-checkout-accent);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.flowwp-checkout-renderer__payment-item-quantity {
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.flowwp-checkout-renderer__payment-item-price {
    justify-self: end;
    color: var(--flowwp-color-text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    text-align: right;
    white-space: nowrap;
}

.flowwp-checkout-renderer__order-review table.shop_table {
    display: block;
    overflow: hidden;
    border: 1px solid var(--flowwp-checkout-border);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer__order-review table.shop_table thead {
    display: none;
}

.flowwp-checkout-renderer__order-review table.shop_table tbody,
.flowwp-checkout-renderer__order-review table.shop_table tfoot {
    display: block;
}

.flowwp-checkout-renderer__order-review table.shop_table tbody {
    display: none;
}

.flowwp-checkout-renderer__order-review table.shop_table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding: 15px 16px;
    border-bottom: 1px solid var(--flowwp-checkout-border);
}

.flowwp-checkout-renderer__order-review table.shop_table tbody tr:last-child,
.flowwp-checkout-renderer__order-review table.shop_table tfoot tr:last-child {
    border-bottom: 0;
}

.flowwp-checkout-renderer__order-review table.shop_table th,
.flowwp-checkout-renderer__order-review table.shop_table td {
    display: block;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--flowwp-checkout-muted);
    font-size: 15px;
    line-height: 1.35;
}

.flowwp-checkout-renderer__order-review table.shop_table td:last-child,
.flowwp-checkout-renderer__order-review table.shop_table th:last-child {
    justify-self: end;
    color: var(--flowwp-color-text);
    font-weight: 800;
    text-align: right;
}

.flowwp-checkout-renderer__order-review table.shop_table .product-name {
    color: var(--flowwp-color-text);
    font-weight: 750;
}

.flowwp-checkout-renderer__order-review table.shop_table .product-total {
    white-space: nowrap;
}

.flowwp-checkout-renderer__order-review table.shop_table .woocommerce-Price-amount {
    color: inherit;
    font-weight: inherit;
}

.flowwp-checkout-renderer__order-review table.shop_table small,
.flowwp-checkout-renderer__order-review table.shop_table .tax_label,
.flowwp-checkout-renderer__order-review table.shop_table .includes_tax {
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 650;
}

.flowwp-checkout-renderer__order-review table.shop_table #shipping_method,
.flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flowwp-checkout-renderer__order-review table.shop_table #shipping_method li,
.flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods li {
    margin: 0;
    padding: 0;
}

.flowwp-checkout-renderer__order-review table.shop_table tfoot {
    border-top: 6px solid var(--flowwp-checkout-app-background);
}

.flowwp-checkout-renderer__order-review table.shop_table tfoot tr.order-total th,
.flowwp-checkout-renderer__order-review table.shop_table tfoot tr.order-total td {
    color: var(--flowwp-color-text);
    font-size: 22px;
    font-weight: 850;
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]),
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox {
    min-height: 0;
    padding: 15px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-field-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 58%, var(--flowwp-checkout-field-background));
    box-shadow: none;
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required label.checkbox,
.flowwp-checkout-renderer__order-review > p.form-row.validate-required label.woocommerce-form__label-for-checkbox,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p label.checkbox,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p label.woocommerce-form__label-for-checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required label.checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required label.woocommerce-form__label-for-checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]) label.checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]) label.woocommerce-form__label-for-checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p label.checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p label.woocommerce-form__label-for-checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox {
    position: relative;
    display: block !important;
    min-height: 22px;
    padding-left: 34px;
    color: var(--flowwp-color-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required input[type="checkbox"],
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]) input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    border-color: var(--flowwp-checkout-border);
    accent-color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required .required,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p .required,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required .required,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]) .required,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p .required,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox .required,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox .required {
    display: inline;
    margin-left: 4px;
    color: var(--flowwp-checkout-accent);
    font-size: inherit;
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required a,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p a,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required a,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]) a,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p a,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox a,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox a {
    color: var(--flowwp-checkout-accent);
    font-weight: 850;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required:focus-within,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p:focus-within,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required:focus-within,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]):focus-within,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p:focus-within,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox:focus-within,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox:focus-within {
    border-color: var(--flowwp-checkout-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-accent) 14%, transparent);
}

.flowwp-checkout-renderer--order-received {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(20px, 5vw, 44px) clamp(16px, 5vw, 36px);
    gap: 14px;
    background: transparent;
}

.flowwp-checkout-renderer--order-received > * {
    min-width: 0;
    max-width: 100%;
}

.flowwp-checkout-renderer__thankyou {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 6px 4px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.flowwp-checkout-renderer__thankyou--missing {
    padding: clamp(20px, 5vw, 30px);
    border-color: color-mix(in srgb, var(--flowwp-color-error) 28%, var(--flowwp-checkout-border));
    border-style: solid;
    border-width: 1px;
    border-radius: var(--flowwp-checkout-card-radius);
    background: linear-gradient(135deg, color-mix(in srgb, var(--flowwp-color-error) 7%, #fff), var(--flowwp-checkout-card-background));
}

.flowwp-checkout-renderer__thankyou-status {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    align-self: start;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--flowwp-checkout-success) 28%, var(--flowwp-checkout-border));
    background: color-mix(in srgb, var(--flowwp-checkout-success) 9%, var(--flowwp-checkout-card-background));
    color: var(--flowwp-checkout-success);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.flowwp-checkout-renderer__icon--status {
    width: 20px;
    height: 20px;
}

.flowwp-checkout-renderer__thankyou--missing .flowwp-checkout-renderer__thankyou-status {
    background: var(--flowwp-color-error);
}

.flowwp-checkout-renderer--order-received .flowwp-checkout-renderer__eyebrow {
    margin: 0 0 4px;
    color: var(--flowwp-checkout-accent);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.flowwp-checkout-renderer--order-received .flowwp-checkout-renderer__title,
.flowwp-checkout-renderer__thankyou h3 {
    margin: 0 0 10px;
    color: var(--flowwp-color-text);
    font-family: var(--flowwp-checkout-heading-font-family, Georgia, "Times New Roman", serif);
    font-size: clamp(32px, 7vw, 48px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.04;
}

.flowwp-checkout-renderer__thankyou p {
    max-width: 54ch;
    margin: 0;
    color: var(--flowwp-checkout-muted);
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.5;
}

.flowwp-checkout-renderer__thankyou-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.flowwp-checkout-renderer__thankyou-meta-item {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    padding: 8px 14px;
    border-right: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 78%, transparent);
    background: transparent;
    box-shadow: none;
}

.flowwp-checkout-renderer__thankyou-meta-item:nth-child(3n),
.flowwp-checkout-renderer__thankyou-meta-item:last-child {
    border-right: 0;
}

.flowwp-checkout-renderer__icon--meta {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer__thankyou-meta-item dt {
    margin: 0 0 4px;
    color: var(--flowwp-checkout-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.flowwp-checkout-renderer__thankyou-meta-item dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
}

.flowwp-checkout-renderer__thankyou-hooks {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.flowwp-checkout-renderer__thankyou-hooks > * {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}

.flowwp-checkout-renderer__thankyou-hooks .woocommerce-order-details,
.flowwp-checkout-renderer__thankyou-hooks .woocommerce-customer-details {
    display: none;
}

.flowwp-checkout-renderer__thankyou-hooks > :not(.woocommerce-order-details):not(.woocommerce-customer-details) {
    margin: 0;
    padding: 18px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.flowwp-checkout-renderer__thankyou-notice,
.flowwp-checkout-renderer__thankyou-card {
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-card-background);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.flowwp-checkout-renderer__thankyou-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 7%, var(--flowwp-checkout-card-background));
}

.flowwp-checkout-renderer__thankyou-notice-icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 999px;
    background: var(--flowwp-checkout-accent);
    color: var(--flowwp-color-text-on-accent);
}

.flowwp-checkout-renderer__icon--notice {
    width: 18px;
    height: 18px;
}

.flowwp-checkout-renderer__thankyou-notice h3,
.flowwp-checkout-renderer__thankyou-card > h3 {
    margin: 0 0 8px;
    color: var(--flowwp-color-text);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
}

.flowwp-checkout-renderer__thankyou-notice p {
    margin: 0;
    color: var(--flowwp-checkout-muted);
    font-size: 14px;
    line-height: 1.45;
}

.flowwp-checkout-renderer__thankyou-notice p + p {
    margin-top: 12px;
}

.flowwp-checkout-renderer__thankyou-reference {
    display: inline-flex;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 10%, #fff);
    color: var(--flowwp-checkout-accent) !important;
    font-size: 12px !important;
    font-weight: 850;
}

.flowwp-checkout-renderer__thankyou-card {
    padding: 18px;
}

.flowwp-checkout-renderer__thankyou-details {
    overflow: hidden;
}

.flowwp-checkout-renderer__thankyou-items {
    display: grid;
    gap: 0;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.flowwp-checkout-renderer__thankyou-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 12px 0;
    border-bottom: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 75%, transparent);
}

.flowwp-checkout-renderer__thankyou-item:first-child {
    padding-top: 4px;
}

.flowwp-checkout-renderer__thankyou-item-media,
.flowwp-checkout-renderer__thankyou-item-media img,
.flowwp-checkout-renderer__thankyou-item-media .flowwp-checkout-product-card__image-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 10px;
}

.flowwp-checkout-renderer__thankyou-item-main {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.flowwp-checkout-renderer__thankyou-item-main strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.25;
}

.flowwp-checkout-renderer__thankyou-item-main span,
.flowwp-checkout-renderer__thankyou-item-price small,
.flowwp-checkout-renderer__thankyou-total-row small {
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    line-height: 1.35;
}

.flowwp-checkout-renderer__thankyou-gift {
    width: fit-content;
    color: var(--flowwp-checkout-accent) !important;
    font-weight: 850;
}

.flowwp-checkout-renderer__thankyou-item-price {
    display: grid;
    gap: 3px;
    justify-items: end;
    min-width: max-content;
    text-align: right;
}

.flowwp-checkout-renderer__thankyou-item-price strong {
    white-space: nowrap;
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.flowwp-checkout-renderer__thankyou-totals {
    display: grid;
    margin: 10px 0 0;
    padding: 0;
}

.flowwp-checkout-renderer__thankyou-total-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 75%, transparent);
}

.flowwp-checkout-renderer__thankyou-total-row dt,
.flowwp-checkout-renderer__thankyou-total-row dd {
    min-width: 0;
    margin: 0;
}

.flowwp-checkout-renderer__thankyou-total-row dt {
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.25;
}

.flowwp-checkout-renderer__thankyou-total-row dd {
    display: grid;
    gap: 3px;
    justify-items: end;
    text-align: right;
}

.flowwp-checkout-renderer__thankyou-total-row strong {
    white-space: nowrap;
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
}

.flowwp-checkout-renderer__thankyou-total-row--strong {
    padding-top: 14px;
    border-bottom: 0;
}

.flowwp-checkout-renderer__thankyou-total-row--strong dt,
.flowwp-checkout-renderer__thankyou-total-row--strong strong {
    font-size: 22px;
    font-weight: 900;
}

.flowwp-checkout-renderer__thankyou-total-row--strong strong {
    color: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer__thankyou-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
}

.flowwp-checkout-renderer__thankyou-address {
    display: grid;
    gap: 3px;
    min-width: 0;
    margin: 0;
    padding: 0 18px 0 0;
    color: var(--flowwp-color-text);
    font-style: normal;
    line-height: 1.35;
}

.flowwp-checkout-renderer__thankyou-address + .flowwp-checkout-renderer__thankyou-address {
    padding: 0 0 0 18px;
    border-left: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 75%, transparent);
}

.flowwp-checkout-renderer__thankyou-address strong {
    margin-bottom: 4px;
    color: var(--flowwp-checkout-accent);
    font-size: 12px;
    font-weight: 850;
}

.flowwp-checkout-renderer__thankyou-address span {
    overflow-wrap: anywhere;
    font-size: 14px;
}

.flowwp-checkout-renderer__thankyou-actions {
    display: grid;
    gap: 12px;
    justify-items: center;
    padding: 4px 0 0;
}

.flowwp-checkout-renderer__thankyou-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 14px 22px;
    border: 1px solid var(--flowwp-checkout-accent);
    border-radius: calc(var(--flowwp-checkout-card-radius) - 2px);
    background: var(--flowwp-checkout-accent);
    color: var(--flowwp-color-text-on-accent);
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 14px 32px color-mix(in srgb, var(--flowwp-checkout-accent) 22%, transparent);
}

.flowwp-checkout-renderer__thankyou-primary:hover,
.flowwp-checkout-renderer__thankyou-primary:focus-visible {
    border-color: var(--flowwp-checkout-accent-hover);
    background: var(--flowwp-checkout-accent-hover);
    color: var(--flowwp-color-text-on-accent);
    text-decoration: none !important;
}

.flowwp-checkout-renderer__icon--action {
    width: 16px;
    height: 16px;
}

.flowwp-checkout-renderer__thankyou-secondary {
    color: var(--flowwp-checkout-muted);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
}

.flowwp-checkout-renderer__thankyou-secondary:hover,
.flowwp-checkout-renderer__thankyou-secondary:focus-visible {
    color: var(--flowwp-checkout-accent);
    text-decoration: none !important;
}

.flowwp-checkout-renderer__checkout-section--review #payment {
    overflow: hidden;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-card-radius);
    background: var(--flowwp-checkout-payment-background) !important;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 16px;
    border: 0;
    background: transparent;
    list-style: none;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 16px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-field-radius);
    background: var(--flowwp-checkout-payment-option-background);
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method:has(> input[type="radio"]:checked) {
    border-color: color-mix(in srgb, var(--flowwp-checkout-accent) 42%, var(--flowwp-checkout-border));
    background: var(--flowwp-checkout-payment-option-active-background);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-accent) 10%, transparent);
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
    display: inline-grid;
    place-content: center;
    float: none;
    grid-column: 1;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 2px solid color-mix(in srgb, var(--flowwp-checkout-muted) 70%, var(--flowwp-checkout-border));
    border-radius: 999px;
    background: var(--flowwp-checkout-card-background);
    accent-color: var(--flowwp-checkout-accent);
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > input[type="radio"]::before {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--flowwp-checkout-accent);
    content: "";
    opacity: 0;
    transform: scale(0.72);
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > input[type="radio"]:checked {
    border-color: var(--flowwp-checkout-accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-checkout-accent) 10%, transparent);
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > input[type="radio"]:checked::before {
    opacity: 1;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > input[type="radio"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-checkout-accent) 18%, transparent);
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > label {
    grid-column: 2;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-height: 44px;
    margin: 0;
    color: var(--flowwp-color-text);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
    vertical-align: middle;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > label img {
    max-height: 28px;
    width: auto;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.payment_box,
.flowwp-checkout-renderer__checkout-section--review #payment div.payment_box.payment_method_cod {
    grid-column: 1 / -1;
    margin: 2px 0 0;
    padding: 13px 14px;
    border: 0;
    border-radius: var(--flowwp-checkout-field-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 70%, var(--flowwp-checkout-field-background)) !important;
    color: var(--flowwp-checkout-muted);
    font-size: 14px;
    line-height: 1.45;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.payment_box::before {
    display: none;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.payment_box p {
    margin: 0;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 16px;
    border: 0;
    background: transparent;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > div:empty,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > p:empty,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > span:empty,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > p[id$="_present_field"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > noscript,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order .ppc-button-wrapper:empty,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order .paypal-buttons:empty {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox,
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox {
    min-height: 52px;
    padding: 15px 15px 15px 49px;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.checkbox input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order > label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required label.checkbox input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row.validate-required label.woocommerce-form__label-for-checkbox input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]) label.checkbox input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.form-row:has(input[type="checkbox"]) label.woocommerce-form__label-for-checkbox input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p label.checkbox input[type="checkbox"],
.flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order p.german-market-checkbox-p label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    top: 50%;
    transform: translateY(-50%);
}

.flowwp-checkout-renderer #place_order {
    width: 100%;
    min-height: 56px;
}

.flowwp-checkout-renderer__sticky-cta {
    right: auto;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 50%;
    width: min(720px, calc(100% - 24px));
    grid-template-columns: minmax(92px, 0.62fr) minmax(0, 1fr);
    gap: 12px;
    transform: translateX(-50%);
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: calc(var(--flowwp-checkout-card-radius) + 4px);
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 94%, transparent);
    box-shadow: 0 -12px 34px rgba(17, 24, 39, 0.16);
    backdrop-filter: blur(14px);
}

.flowwp-checkout-renderer__sticky-total {
    min-height: 52px;
    padding: 10px 12px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-field-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-field-background) 70%, transparent);
}

.flowwp-checkout-renderer__sticky-total span {
    color: var(--flowwp-checkout-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.flowwp-checkout-renderer__sticky-total strong {
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
}

.flowwp-checkout-renderer__sticky-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
}

.flowwp-checkout-renderer__sticky-back,
.flowwp-checkout-renderer__sticky-next {
    min-width: 0;
    overflow-wrap: anywhere;
}

.flowwp-checkout-renderer__sticky-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--flowwp-checkout-control-height);
    padding: 0 14px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-button-radius);
    background: var(--flowwp-checkout-card-background);
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

button.flowwp-checkout-renderer__sticky-next,
a.flowwp-checkout-renderer__sticky-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: var(--flowwp-checkout-control-height);
    padding: 0 16px;
    border: 1px solid var(--flowwp-checkout-accent);
    border-radius: var(--flowwp-checkout-button-radius);
    background: var(--flowwp-checkout-accent);
    color: var(--flowwp-color-text-on-accent);
    font-family: var(--flowwp-font-family);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 26px color-mix(in srgb, var(--flowwp-checkout-accent) 24%, transparent);
}

.flowwp-checkout-renderer__sticky-back:hover,
.flowwp-checkout-renderer__sticky-back:focus-visible {
    border-color: var(--flowwp-checkout-accent);
    color: var(--flowwp-checkout-accent);
    outline: none;
}

@media (min-width: 621px) {
    .flowwp-checkout-renderer {
        --flowwp-checkout-sticky-height: 0px;
        --flowwp-checkout-outer-padding-bottom: 0;
    }

    .flowwp-checkout-renderer__sticky-cta {
        display: none !important;
    }
}

@media (max-width: 860px) {
    .flowwp-checkout-renderer__app {
        gap: var(--flowwp-checkout-gap);
    }

    .flowwp-checkout-renderer__summary {
        order: -1;
    }
}

@media (max-width: 620px) {
    .flowwp-checkout-renderer {
        --flowwp-checkout-sticky-height: 152px;
        --flowwp-checkout-outer-padding-bottom: calc(var(--flowwp-checkout-sticky-height) + 22px);
        border-radius: 0;
    }

    .flowwp-checkout-renderer__app-header {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 8px;
        padding: 10px;
    }

    .flowwp-checkout-renderer__app-back {
        width: 40px;
        height: 40px;
        font-size: 29px;
    }

    .flowwp-checkout-renderer__app-secure {
        min-width: 40px;
        min-height: 30px;
        padding: 0 8px;
        font-size: 10px;
    }

    .flowwp-checkout-renderer__sticky-cta {
        grid-template-columns: 1fr;
    }

    .flowwp-checkout-renderer__stepper {
        grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
    }

    .flowwp-checkout-renderer__stepper-item {
        padding: 10px 12px;
    }

    .flowwp-checkout-renderer__field-grid {
        grid-template-columns: 1fr;
    }

    .flowwp-checkout-renderer .form-row-first,
    .flowwp-checkout-renderer .form-row-last,
    .flowwp-checkout-renderer .form-row-wide,
    .flowwp-checkout-renderer .form-row.address-field,
    .flowwp-checkout-renderer .form-row.notes {
        grid-column: 1 / -1;
        width: 100% !important;
    }

    .flowwp-checkout-renderer__thankyou {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-inline: 0;
    }

    .flowwp-checkout-renderer__thankyou-meta {
        grid-template-columns: 1fr 1fr;
        padding: 14px;
    }

    .flowwp-checkout-renderer__thankyou-meta-item,
    .flowwp-checkout-renderer__thankyou-meta-item:nth-child(3n) {
        padding: 10px;
        border-right: 0;
        border-bottom: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 76%, transparent);
    }

    .flowwp-checkout-renderer__thankyou-meta-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .flowwp-checkout-renderer__thankyou-notice,
    .flowwp-checkout-renderer__thankyou-card {
        padding: 16px;
    }

    .flowwp-checkout-renderer__thankyou-item {
        grid-template-columns: 52px minmax(0, 1fr);
        grid-template-areas:
            "media main"
            "media price";
        align-items: start;
    }

    .flowwp-checkout-renderer__thankyou-item-media {
        grid-area: media;
    }

    .flowwp-checkout-renderer__thankyou-item-main {
        grid-area: main;
    }

    .flowwp-checkout-renderer__thankyou-item-price {
        grid-area: price;
        justify-items: start;
        min-width: 0;
        text-align: left;
    }

    .flowwp-checkout-renderer__thankyou-item-media,
    .flowwp-checkout-renderer__thankyou-item-media img,
    .flowwp-checkout-renderer__thankyou-item-media .flowwp-checkout-product-card__image-placeholder {
        width: 52px;
        height: 52px;
    }

    .flowwp-checkout-renderer__thankyou-address-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .flowwp-checkout-renderer__thankyou-address,
    .flowwp-checkout-renderer__thankyou-address + .flowwp-checkout-renderer__thankyou-address {
        padding: 0;
        border-left: 0;
    }

    .flowwp-checkout-renderer__cart-item {
        grid-template-areas:
            "media main"
            "media quantity"
            ". remove";
        grid-template-columns: 68px minmax(0, 1fr);
        align-items: start;
        padding: 14px;
    }

    .flowwp-checkout-renderer__cart-media,
    .flowwp-checkout-renderer__cart-media img,
    .flowwp-checkout-renderer__cart-media .flowwp-checkout-product-card__image-placeholder {
        width: 68px;
        height: 68px;
    }

    .flowwp-checkout-renderer__sticky-actions {
        grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    }

    .flowwp-checkout-renderer__sticky-next {
        width: 100%;
    }

    .flowwp-checkout-renderer[data-flowwp-sticky-cta-enabled="1"] .flowwp-checkout-renderer__step-actions {
        display: none;
    }

    .flowwp-checkout-renderer__quantity,
    .flowwp-checkout-renderer__gift-quantity,
    .flowwp-checkout-renderer__remove {
        justify-self: start;
    }

    .flowwp-checkout-renderer__coupon div {
        grid-template-columns: 1fr;
    }

    .flowwp-checkout-renderer__coupon button {
        min-height: var(--flowwp-checkout-control-height);
    }

    .flowwp-checkout-renderer__payment-overview-header {
        display: grid;
    }

    .flowwp-checkout-renderer__payment-overview-header > strong {
        justify-self: start;
        text-align: left;
    }

    .flowwp-checkout-renderer__payment-item {
        grid-template-columns: calc(var(--flowwp-checkout-product-image-size) * 0.68) minmax(0, 1fr);
    }

    .flowwp-checkout-renderer__payment-item-media,
    .flowwp-checkout-renderer__payment-item-media img,
    .flowwp-checkout-renderer__payment-item-media .flowwp-checkout-product-card__image-placeholder {
        width: calc(var(--flowwp-checkout-product-image-size) * 0.68);
        height: calc(var(--flowwp-checkout-product-image-size) * 0.68);
    }

    .flowwp-checkout-renderer__payment-item-price {
        grid-column: 2;
        justify-self: start;
        text-align: left;
    }

    .flowwp-checkout-renderer__order-review table.shop_table tr {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .flowwp-checkout-renderer__order-review table.shop_table tr.order-total {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    .flowwp-checkout-renderer__order-review table.shop_table td:last-child,
    .flowwp-checkout-renderer__order-review table.shop_table th:last-child {
        justify-self: start;
        text-align: left;
    }

    .flowwp-checkout-renderer__order-review table.shop_table tr.order-total td:last-child,
    .flowwp-checkout-renderer__order-review table.shop_table tr.order-total th:last-child {
        justify-self: end;
        text-align: right;
    }
}

/* Premium Checkout finishing. Uses scoped semantic tokens so Elementor controls keep authority. */
.flowwp-checkout-renderer {
    --flowwp-checkout-space-xs: clamp(4px, 0.5vw, 6px);
    --flowwp-checkout-space-sm: clamp(8px, 0.8vw, 10px);
    --flowwp-checkout-space-md: clamp(12px, 1.2vw, 16px);
    --flowwp-checkout-space-lg: clamp(16px, 1.8vw, 22px);
    --flowwp-checkout-space-xl: clamp(22px, 2.5vw, 32px);
    --flowwp-checkout-card-padding: clamp(16px, 2vw, 24px);
    --flowwp-checkout-section-gap: clamp(14px, 1.8vw, 22px);
    --flowwp-checkout-field-gap: clamp(8px, 1vw, 12px);
    --flowwp-checkout-summary-gap: clamp(8px, 1vw, 12px);
    --flowwp-checkout-mobile-sticky-height: 112px;
    --flowwp-checkout-focus-ring: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-accent) 16%, transparent);
    --flowwp-checkout-card-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
    --flowwp-checkout-control-height: clamp(46px, 4vw, 52px);
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    gap: var(--flowwp-checkout-section-gap);
}

.flowwp-checkout-renderer__app {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
    gap: var(--flowwp-checkout-space-xl);
}

.flowwp-checkout-renderer__app-header {
    min-height: 64px;
    padding: var(--flowwp-checkout-space-sm) var(--flowwp-checkout-space-md);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.flowwp-checkout-renderer__app-heading {
    gap: 0;
    text-align: left;
}

.flowwp-checkout-renderer__app-kicker {
    color: var(--flowwp-checkout-muted);
    font-size: 11px;
    letter-spacing: 0.03em;
}

.flowwp-checkout-renderer__app-step-label {
    display: none;
}

.flowwp-checkout-renderer__app-back {
    width: 38px;
    height: 38px;
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 72%, transparent);
    font-size: 26px;
}

.flowwp-checkout-renderer__app-secure {
    min-width: 42px;
    min-height: 28px;
    padding: 0 9px;
    font-size: 10px;
}

.flowwp-checkout-renderer__title {
    font-size: clamp(27px, 3.2vw, 40px);
    font-weight: 760;
    line-height: 1.08;
}

.flowwp-checkout-renderer__stepper {
    --flowwp-stepper-track-start: calc(100% / (2 * var(--flowwp-stepper-count, 3)));
    --flowwp-stepper-track-end: calc(100% / (2 * var(--flowwp-stepper-count, 3)));
    --flowwp-stepper-track-width: calc(100% - var(--flowwp-stepper-track-start) - var(--flowwp-stepper-track-end));
    --flowwp-stepper-progress-ratio: 0.25;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="3"] {
    --flowwp-stepper-count: 3;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="4"] {
    --flowwp-stepper-count: 4;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="3"][data-flowwp-current-step-index="1"] {
    --flowwp-stepper-progress-ratio: 0.25;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="3"][data-flowwp-current-step-index="2"] {
    --flowwp-stepper-progress-ratio: 0.75;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="3"][data-flowwp-current-step-index="3"] {
    --flowwp-stepper-progress-ratio: 1;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="4"][data-flowwp-current-step-index="1"] {
    --flowwp-stepper-progress-ratio: 0.16666;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="4"][data-flowwp-current-step-index="2"] {
    --flowwp-stepper-progress-ratio: 0.5;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="4"][data-flowwp-current-step-index="3"] {
    --flowwp-stepper-progress-ratio: 0.83333;
}

.flowwp-checkout-renderer__stepper[data-flowwp-step-count="4"][data-flowwp-current-step-index="4"] {
    --flowwp-stepper-progress-ratio: 1;
}

.flowwp-checkout-renderer__stepper::before,
.flowwp-checkout-renderer__stepper::after {
    position: absolute;
    top: 23px;
    left: var(--flowwp-stepper-track-start);
    z-index: 0;
    display: block;
    height: 3px;
    border-radius: 999px;
    content: "";
    pointer-events: none;
}

.flowwp-checkout-renderer__stepper::before {
    width: var(--flowwp-stepper-track-width);
    background: color-mix(in srgb, var(--flowwp-checkout-border) 78%, transparent);
}

.flowwp-checkout-renderer__stepper::after {
    width: calc(var(--flowwp-stepper-track-width) * var(--flowwp-stepper-progress-ratio));
    background: var(--flowwp-checkout-accent);
}

.flowwp-checkout-renderer__stepper-item {
    position: relative;
    gap: 8px;
    padding: 8px 10px 6px;
    font-size: 11px;
}

.flowwp-checkout-renderer__stepper-item::before,
.flowwp-checkout-renderer__stepper-item::after {
    display: none;
}

.flowwp-checkout-renderer__stepper-item:focus-visible {
    outline: none;
}

.flowwp-checkout-renderer__stepper-index {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-color: color-mix(in srgb, var(--flowwp-checkout-muted) 34%, var(--flowwp-checkout-border));
    background: var(--flowwp-checkout-card-background);
    font-size: 12px;
}

.flowwp-checkout-renderer__stepper-item:focus-visible .flowwp-checkout-renderer__stepper-index {
    box-shadow: 0 0 0 3px var(--flowwp-color-accent-ring);
}

.flowwp-checkout-renderer__stepper-label {
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.flowwp-checkout-renderer__step {
    gap: var(--flowwp-checkout-section-gap);
    padding: var(--flowwp-checkout-card-padding);
    border-color: color-mix(in srgb, var(--flowwp-checkout-border) 82%, transparent);
    box-shadow: var(--flowwp-checkout-card-shadow);
}

.flowwp-checkout-renderer__section-header {
    gap: var(--flowwp-checkout-space-xs);
    padding-bottom: 0;
}

.flowwp-checkout-renderer__section-title {
    font-size: clamp(23px, 2.7vw, 32px);
    font-weight: 760;
}

.flowwp-checkout-renderer__section-description {
    font-size: 14px;
}

.flowwp-checkout-renderer__checkout-section {
    gap: var(--flowwp-checkout-field-gap);
    padding: var(--flowwp-checkout-card-padding);
    box-shadow: none;
}

.flowwp-checkout-renderer__checkout-section + .flowwp-checkout-renderer__checkout-section {
    margin-top: var(--flowwp-checkout-space-sm);
    padding-top: var(--flowwp-checkout-card-padding);
}

.flowwp-checkout-renderer__checkout-section--contact,
.flowwp-checkout-renderer__checkout-section--billing_address,
.flowwp-checkout-renderer__checkout-section--additional,
.flowwp-checkout-renderer__checkout-section--review {
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer__field-grid {
    gap: var(--flowwp-checkout-field-gap);
}

.flowwp-checkout-renderer .form-row {
    gap: 5px;
    min-height: 0;
    padding: 10px 12px;
}

.flowwp-checkout-renderer .form-row label {
    justify-content: flex-start;
    gap: 4px;
    font-size: 11px;
}

.flowwp-checkout-renderer .form-row .required,
.flowwp-checkout-renderer .form-row .optional {
    margin-left: 0;
}

.flowwp-checkout-renderer .form-row input.input-text,
.flowwp-checkout-renderer .form-row textarea,
.flowwp-checkout-renderer .form-row select,
.flowwp-checkout-renderer .form-row .select2-container .select2-selection,
.flowwp-checkout-renderer .form-row .select2-container .select2-selection__rendered {
    min-height: 28px;
    font-size: 15px;
    font-weight: 600;
}

.flowwp-checkout-renderer form.checkout .form-row input.input-text,
.flowwp-checkout-renderer form.checkout .form-row textarea,
.flowwp-checkout-renderer form.checkout .form-row select,
.flowwp-checkout-renderer form.checkout .form-row .select2-container .select2-selection {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 78%, transparent) !important;
    border-radius: calc(var(--flowwp-checkout-field-radius) - 4px) !important;
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 62%, var(--flowwp-checkout-field-background)) !important;
    color: var(--flowwp-color-text);
    box-shadow: none !important;
}

.flowwp-checkout-renderer .form-row textarea {
    min-height: 72px;
}

.flowwp-checkout-renderer .form-row:focus-within {
    border-color: color-mix(in srgb, var(--flowwp-checkout-accent) 46%, var(--flowwp-checkout-border));
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 42%, var(--flowwp-checkout-field-background));
    box-shadow: var(--flowwp-checkout-focus-ring);
}

.flowwp-checkout-renderer .form-row input.input-text:focus,
.flowwp-checkout-renderer .form-row textarea:focus,
.flowwp-checkout-renderer .form-row select:focus {
    border-color: color-mix(in srgb, var(--flowwp-checkout-accent) 40%, var(--flowwp-checkout-border)) !important;
    box-shadow: none;
    outline: none;
}

.flowwp-checkout-renderer .form-row input:-webkit-autofill,
.flowwp-checkout-renderer .form-row textarea:-webkit-autofill,
.flowwp-checkout-renderer .form-row select:-webkit-autofill {
    -webkit-text-fill-color: var(--flowwp-color-text);
    box-shadow: 0 0 0 1000px var(--flowwp-checkout-field-background) inset;
}

.flowwp-checkout-renderer .form-row.woocommerce-invalid,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-required-field,
.flowwp-checkout-renderer .form-row.woocommerce-invalid-email {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--flowwp-checkout-error) 10%, transparent);
}

.flowwp-checkout-renderer .form-row.woocommerce-validated:not(.woocommerce-invalid):not(.woocommerce-invalid-required-field):not(.woocommerce-invalid-email) {
    border-color: color-mix(in srgb, var(--flowwp-checkout-success) 24%, var(--flowwp-checkout-border));
    background: var(--flowwp-checkout-field-background);
}

.flowwp-checkout-renderer .form-row.woocommerce-validated:not(.woocommerce-invalid):not(.woocommerce-invalid-required-field):not(.woocommerce-invalid-email)::after {
    display: none;
}

.flowwp-checkout-renderer__choice-card {
    gap: 10px;
    padding: 12px;
    border-radius: var(--flowwp-checkout-field-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 72%, var(--flowwp-checkout-field-background));
}

.flowwp-checkout-renderer__choice-copy strong {
    font-size: 14px;
}

.flowwp-checkout-renderer__choice-copy span {
    font-size: 12px;
}

.flowwp-checkout-renderer__cart-list {
    gap: 0;
}

.flowwp-checkout-renderer__cart-item {
    grid-template-columns: var(--flowwp-checkout-product-image-size) minmax(0, 1fr) minmax(112px, auto);
    gap: var(--flowwp-checkout-space-md);
    padding: 13px var(--flowwp-checkout-space-md);
}

.flowwp-checkout-renderer__cart-name {
    font-size: 15px;
}

.flowwp-checkout-renderer__cart-price {
    font-size: 14px;
}

.flowwp-checkout-renderer__quantity {
    grid-template-columns: 44px 32px 44px;
    min-height: 44px;
}

.flowwp-checkout-renderer__quantity button {
    min-width: 44px;
    min-height: 44px;
    font-size: 17px;
}

.flowwp-checkout-renderer__remove {
    min-height: 44px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    text-decoration: none;
}

.flowwp-checkout-renderer__remove:hover,
.flowwp-checkout-renderer__remove:focus-visible {
    background: transparent;
}

.flowwp-checkout-renderer__coupon {
    gap: 9px;
    padding: var(--flowwp-checkout-space-md);
}

.flowwp-checkout-renderer__coupon label {
    font-size: 14px;
}

.flowwp-checkout-renderer__coupon input {
    min-height: 46px;
}

.flowwp-checkout-renderer__coupon button,
.flowwp-checkout-renderer .flowwp-checkout-cross-sell__button,
.flowwp-checkout-renderer__secondary-action,
.flowwp-checkout-renderer__sticky-back {
    border-color: color-mix(in srgb, var(--flowwp-checkout-muted) 34%, var(--flowwp-checkout-border));
    background: var(--flowwp-checkout-card-background);
    color: color-mix(in srgb, var(--flowwp-color-text) 78%, var(--flowwp-checkout-muted));
    box-shadow: none;
}

.flowwp-checkout-renderer__coupon button:hover,
.flowwp-checkout-renderer .flowwp-checkout-cross-sell__button:hover,
.flowwp-checkout-renderer .flowwp-checkout-cross-sell__button:focus-visible {
    border-color: var(--flowwp-checkout-accent);
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 8%, var(--flowwp-checkout-card-background));
    color: var(--flowwp-checkout-accent);
    transform: none;
    box-shadow: none;
}

.flowwp-checkout-renderer__primary-action,
.flowwp-checkout-renderer__sticky-next,
.flowwp-checkout-renderer #place_order {
    min-width: 168px;
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sells {
    gap: var(--flowwp-checkout-space-md);
    padding: var(--flowwp-checkout-card-padding);
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sells__title {
    font-size: clamp(18px, 2vw, 23px);
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell {
    grid-template-columns: minmax(82px, 118px) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 11px;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__media {
    max-height: 118px;
    aspect-ratio: 1;
}

.flowwp-checkout-renderer .flowwp-checkout-cross-sell__button {
    min-width: 128px;
    min-height: 44px;
}

.flowwp-checkout-renderer__summary {
    top: var(--flowwp-checkout-space-lg);
    box-shadow: 0 10px 32px rgba(17, 24, 39, 0.055);
}

.flowwp-checkout-renderer__summary-toggle {
    min-height: 50px;
    padding: 13px var(--flowwp-checkout-space-md);
}

.flowwp-checkout-renderer__summary-body-inner {
    gap: var(--flowwp-checkout-summary-gap);
    padding: 0 var(--flowwp-checkout-space-md) var(--flowwp-checkout-space-md);
}

.flowwp-checkout-renderer__summary li,
.flowwp-checkout-renderer__summary-total {
    padding: 10px 0;
}

.flowwp-checkout-renderer__summary li span,
.flowwp-checkout-renderer__summary li strong {
    font-size: 13px;
    line-height: 1.35;
}

.flowwp-checkout-renderer__summary-total {
    align-items: end;
    font-size: 16px;
}

.flowwp-checkout-renderer__payment-overview,
.flowwp-checkout-renderer__order-review table.shop_table,
.flowwp-checkout-renderer__checkout-section--review #payment {
    box-shadow: none;
}

.flowwp-checkout-renderer__payment-overview {
    padding: var(--flowwp-checkout-space-md);
}

.flowwp-checkout-renderer__payment-item {
    padding: 10px;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods {
    gap: 9px;
    padding: var(--flowwp-checkout-space-md);
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method {
    gap: 10px;
    padding: 12px;
    border-radius: var(--flowwp-checkout-field-radius);
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > label {
    min-height: 36px;
    font-size: 15px;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.payment_box,
.flowwp-checkout-renderer__checkout-section--review #payment div.payment_box.payment_method_cod {
    padding: 10px 12px;
    font-size: 13px;
}

.flowwp-checkout-renderer__order-review table.shop_table tr {
    padding: 12px 14px;
}

.flowwp-checkout-renderer__order-review table.shop_table tfoot tr.order-total th,
.flowwp-checkout-renderer__order-review table.shop_table tfoot tr.order-total td {
    font-size: 19px;
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p {
    padding: 12px;
    background: var(--flowwp-checkout-card-background);
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required label.checkbox,
.flowwp-checkout-renderer__order-review > p.form-row.validate-required label.woocommerce-form__label-for-checkbox,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p label.checkbox,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p label.woocommerce-form__label-for-checkbox {
    font-size: 12px;
}

.flowwp-checkout-renderer__sticky-cta {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
    gap: 10px;
    padding: 10px max(14px, calc((100vw - 720px) / 2));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    transform: none;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: calc(var(--flowwp-checkout-card-radius) + 2px) calc(var(--flowwp-checkout-card-radius) + 2px) 0 0;
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 97%, transparent);
    box-shadow: 0 -10px 28px rgba(17, 24, 39, 0.13);
}

.flowwp-checkout-renderer__sticky-total {
    min-height: 50px;
    padding: 8px 10px;
}

.flowwp-checkout-renderer__sticky-actions {
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 0;
}

.flowwp-checkout-renderer__sticky-back,
.flowwp-checkout-renderer__sticky-next {
    min-height: 50px;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.flowwp-checkout-renderer__sticky-next {
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
}

.flowwp-checkout-renderer a.flowwp-checkout-renderer__app-back,
.flowwp-checkout-renderer a.flowwp-checkout-renderer__stepper-item,
.flowwp-checkout-renderer a.flowwp-checkout-renderer__primary-action,
.flowwp-checkout-renderer a.flowwp-checkout-renderer__secondary-action,
.flowwp-checkout-renderer a.flowwp-checkout-renderer__sticky-back,
.flowwp-checkout-renderer a.flowwp-checkout-renderer__sticky-next,
.flowwp-checkout-renderer a.flowwp-checkout-bump__button,
.flowwp-checkout-renderer a.flowwp-checkout-cross-sell__button,
.flowwp-checkout-renderer .flowwp-checkout-renderer__summary-toggle,
.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity button,
.flowwp-checkout-renderer .flowwp-checkout-renderer__coupon button,
.flowwp-checkout-renderer .flowwp-checkout-renderer__checkout-section--review #place_order,
.flowwp-checkout-renderer .flowwp-checkout-renderer__checkout-section--review button.button,
.flowwp-elementor-checkout-wrapper a.flowwp-checkout-bump__button,
.flowwp-elementor-checkout-wrapper a.flowwp-checkout-cross-sell__button,
.flowwp-elementor-cart-wrapper a.button,
.flowwp-elementor-cart-wrapper button.button {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-thickness: initial !important;
    text-underline-offset: initial !important;
}

@media (min-width: 861px) {
    .flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__summary-body {
        display: grid;
        grid-template-rows: 1fr;
        opacity: 1;
        pointer-events: auto;
    }

    .flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__summary-toggle .flowwp-checkout-renderer__icon--summary {
        transform: none;
    }

    .flowwp-checkout-renderer__summary-toggle {
        cursor: default;
    }

    .flowwp-checkout-renderer__summary-toggle .flowwp-checkout-renderer__icon--summary {
        display: none;
    }
}

@media (max-width: 860px) {
    .flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] {
        gap: 0;
    }

    .flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__summary-toggle {
        border-bottom-color: transparent;
        border-radius: inherit;
    }

    .flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__summary-body-inner {
        padding-block: 0;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__summary-toggle:hover,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__summary-toggle:focus-visible {
        border-color: var(--flowwp-checkout-accent-hover) !important;
        background: var(--flowwp-checkout-accent-hover) !important;
        color: var(--flowwp-color-text-on-accent) !important;
        outline: none;
    }

    .flowwp-checkout-renderer__app {
        grid-template-columns: 1fr;
        gap: var(--flowwp-checkout-section-gap);
    }

    .flowwp-checkout-renderer__summary {
        position: static;
        order: -1;
        box-shadow: 0 8px 24px rgba(17, 24, 39, 0.045);
    }
}

@media (max-width: 620px) {
    .flowwp-checkout-renderer {
        --flowwp-checkout-sticky-height: var(--flowwp-checkout-mobile-sticky-height);
        --flowwp-checkout-card-padding: 14px;
        --flowwp-checkout-section-gap: 14px;
        --flowwp-checkout-product-image-size: 64px;
        --flowwp-checkout-outer-padding-bottom: calc(var(--flowwp-checkout-sticky-height) + env(safe-area-inset-bottom) + 18px);
    }

    .flowwp-checkout-renderer__app-header {
        min-height: 52px;
        grid-template-columns: 34px minmax(0, 1fr) auto;
        padding: 4px 0;
        border: 0;
    }

    .flowwp-checkout-renderer__app-back {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    .flowwp-checkout-renderer__app-kicker {
        font-size: 10px;
    }

    .flowwp-checkout-renderer__title {
        font-size: clamp(27px, 8vw, 32px);
    }

    .flowwp-checkout-renderer__app-secure {
        min-width: 38px;
        min-height: 27px;
    }

    .flowwp-checkout-renderer__stepper {
        margin-top: -2px;
    }

    .flowwp-checkout-renderer__stepper-item {
        gap: 6px;
        padding: 7px 4px;
        font-size: 10px;
    }

    .flowwp-checkout-renderer__stepper-index {
        width: 28px;
        height: 28px;
    }

    .flowwp-checkout-renderer__step {
        padding: 14px;
        box-shadow: 0 8px 24px rgba(17, 24, 39, 0.055);
    }

    .flowwp-checkout-renderer__section-title {
        font-size: 21px;
    }

    .flowwp-checkout-renderer__section-description {
        font-size: 13px;
    }

    .flowwp-checkout-renderer__cart-item {
        grid-template-areas:
            "media main"
            "media quantity"
            "media remove";
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 8px 12px;
        padding: 12px;
    }

    .flowwp-checkout-renderer__cart-media,
    .flowwp-checkout-renderer__cart-media img,
    .flowwp-checkout-renderer__cart-media .flowwp-checkout-product-card__image-placeholder {
        width: 64px;
        height: 64px;
    }

    .flowwp-checkout-renderer__quantity {
        grid-template-columns: 44px 30px 44px;
        min-height: 44px;
    }

    .flowwp-checkout-renderer__quantity button {
        min-width: 44px;
        min-height: 44px;
    }

    .flowwp-checkout-renderer__remove {
        min-height: 44px;
        justify-self: start;
    }

    .flowwp-checkout-renderer__coupon {
        padding: 13px;
    }

    .flowwp-checkout-renderer .flowwp-checkout-cross-sell {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .flowwp-checkout-renderer .flowwp-checkout-cross-sell__media {
        max-height: 112px;
        grid-row: span 2;
    }

    .flowwp-checkout-renderer .flowwp-checkout-cross-sell__button {
        grid-column: 2;
        min-width: 0;
        width: 100%;
    }

    .flowwp-checkout-renderer__payment-overview-header h4,
    .flowwp-checkout-renderer__checkout-section .flowwp-checkout-renderer__section-title {
        font-size: 18px;
    }

    .flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method {
        padding: 11px;
    }

    .flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > label {
        font-size: 14px;
    }

}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity {
    display: inline-grid;
    grid-template-columns: 48px minmax(34px, auto) 48px;
    align-items: stretch;
    justify-self: end;
    min-width: 130px;
    height: 50px;
    min-height: 50px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-radius-full);
    background: color-mix(in srgb, var(--flowwp-checkout-field-background) 94%, var(--flowwp-checkout-card-background));
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.015);
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity > button {
    display: grid;
    place-items: center;
    width: 48px;
    min-width: 48px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--flowwp-checkout-text);
    font: inherit;
    line-height: 1;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity > button:first-child {
    border-radius: var(--flowwp-radius-full) 0 0 var(--flowwp-radius-full);
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity > button:last-child {
    border-radius: 0 var(--flowwp-radius-full) var(--flowwp-radius-full) 0;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity > span {
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 100%;
    color: var(--flowwp-checkout-text);
    font-size: 17px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity > button:hover,
.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity > button:focus-visible {
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 11%, transparent) !important;
    color: var(--flowwp-checkout-accent);
    outline: none;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity > button:focus-visible {
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--flowwp-checkout-accent) 36%, transparent) !important;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__quantity .flowwp-checkout-renderer__icon--quantity {
    display: block;
    width: 13px;
    height: 13px;
    margin: 0;
    pointer-events: none;
}

.flowwp-checkout-renderer button.flowwp-checkout-renderer__remove {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto;
    max-width: max-content;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 0 2px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--flowwp-checkout-muted) !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    text-align: left;
    text-decoration: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.flowwp-checkout-renderer button.flowwp-checkout-renderer__remove:hover,
.flowwp-checkout-renderer button.flowwp-checkout-renderer__remove:focus-visible {
    background: transparent !important;
    color: var(--flowwp-checkout-error) !important;
    outline: none;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__payment-item-price {
    display: grid;
    gap: 3px;
    justify-items: end;
    min-width: max-content;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__payment-item-price > strong {
    color: var(--flowwp-color-text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__payment-item-price > small {
    color: var(--flowwp-checkout-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
    white-space: normal;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr {
    grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
    gap: 14px;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table th {
    justify-self: start;
    color: var(--flowwp-checkout-muted);
    font-weight: 800;
    text-align: left !important;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table td {
    justify-self: end;
    text-align: right !important;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.cart-subtotal th,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.woocommerce-shipping-totals th {
    align-self: center;
    color: var(--flowwp-color-text);
    font-size: 15px;
    font-weight: 850;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total {
    align-items: center;
    background: color-mix(in srgb, var(--flowwp-checkout-field-background) 44%, transparent);
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total th,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total td {
    color: var(--flowwp-color-text);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total td {
    display: grid;
    gap: 4px;
    justify-items: end;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total small,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total .includes_tax {
    max-width: 100%;
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods {
    display: grid;
    gap: 8px;
    width: min(100%, 360px);
    margin-left: auto;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method li,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods li {
    position: relative;
    display: block;
    min-height: 50px;
    padding: 12px 13px;
    border: 1px solid var(--flowwp-checkout-border);
    border-radius: var(--flowwp-checkout-field-radius);
    background: color-mix(in srgb, var(--flowwp-checkout-card-background) 74%, var(--flowwp-checkout-field-background));
    text-align: left;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method input[type="radio"],
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods input[type="radio"] {
    position: absolute;
    top: 13px;
    left: 13px;
    display: grid;
    place-content: center;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1.5px solid color-mix(in srgb, var(--flowwp-checkout-muted) 44%, transparent);
    border-radius: 999px;
    background: var(--flowwp-checkout-card-background);
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method input[type="radio"]::before,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods input[type="radio"]::before {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 999px;
    background: var(--flowwp-checkout-accent);
    content: "";
    opacity: 0;
    transform: scale(0.72);
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method input[type="radio"]:checked,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods input[type="radio"]:checked {
    border-color: var(--flowwp-checkout-accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-checkout-accent) 10%, transparent);
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method input[type="radio"]:checked::before,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods input[type="radio"]:checked::before {
    opacity: 1;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method input[type="radio"]:focus-visible,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods input[type="radio"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-checkout-accent) 18%, transparent);
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method label,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods label {
    display: block;
    width: 100%;
    margin: 0;
    color: var(--flowwp-color-text);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.25;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method li:has(> input[type="radio"]) label,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods li:has(> input[type="radio"]) label {
    padding-left: 30px;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method label .woocommerce-Price-amount,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods label .woocommerce-Price-amount {
    float: right;
    margin-left: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method label .wgm-tax .woocommerce-Price-amount,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods label .wgm-tax .woocommerce-Price-amount {
    display: inline;
    float: none;
    width: auto;
    margin-left: 0;
    font-weight: inherit;
    white-space: nowrap;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods small,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods .tax_label,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method small,
.flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method .tax_label {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 4px;
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-cta {
    grid-template-columns: minmax(128px, 0.48fr) minmax(0, 1fr);
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-total {
    display: grid;
    gap: 2px;
    align-content: center;
    min-width: 0;
}

.flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-total small {
    color: var(--flowwp-checkout-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
}

@media (max-width: 620px) {
    .flowwp-checkout-renderer .flowwp-checkout-renderer__payment-overview-header {
        display: grid;
        gap: 10px;
        justify-items: start;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__payment-item {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 11px;
        align-items: start;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__payment-item-price {
        grid-column: 2;
        justify-items: start;
        min-width: 0;
        text-align: left;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__payment-item-price > small {
        text-align: left;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 16px;
        row-gap: 4px;
        align-items: baseline;
        padding: 13px 14px;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table td,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table td:last-child {
        justify-self: end;
        min-width: max-content;
        text-align: right !important;
        white-space: nowrap;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table th {
        min-width: 0;
        overflow-wrap: anywhere;
        line-height: 1.25;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table small,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .tax_label,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .includes_tax,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .wgm-tax {
        display: block;
        grid-column: 1 / -1;
        color: var(--flowwp-checkout-muted);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.32;
        white-space: normal;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.cart-subtotal th,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.cart-subtotal td {
        color: var(--flowwp-color-text);
        font-size: 14px;
        line-height: 1.25;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.woocommerce-shipping-totals td {
        justify-self: stretch;
        min-width: 0;
        white-space: normal;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.woocommerce-shipping-totals {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: stretch;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.woocommerce-shipping-totals th {
        color: var(--flowwp-color-text);
        font-size: 15px;
        font-weight: 850;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods {
        display: grid;
        gap: 8px;
        width: 100%;
        margin-left: 0;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method li,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods li {
        display: block;
        min-height: 0;
        padding: 11px 12px 10px;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method label,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods label {
        display: block;
        min-width: 0;
        width: 100%;
        color: var(--flowwp-color-text);
        line-height: 1.22;
        overflow-wrap: normal;
        word-break: normal;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method li:has(> input[type="radio"]) label,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods li:has(> input[type="radio"]) label {
        padding-left: 29px;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method label > br,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods label > br {
        display: none;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method label > .woocommerce-Price-amount,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods label > .woocommerce-Price-amount {
        float: right;
        margin-left: 12px;
        white-space: nowrap;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method label .wgm-tax .woocommerce-Price-amount,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods label .wgm-tax .woocommerce-Price-amount {
        display: inline;
        float: none;
        width: auto;
        margin-left: 0;
        font-weight: inherit;
        white-space: nowrap;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods small,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods .tax_label,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods .wgm-tax,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method small,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method .tax_label,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table #shipping_method .wgm-tax {
        display: block;
        clear: both;
        width: 100%;
        margin-top: 1px;
        font-size: 11px;
        line-height: 1.3;
        overflow-wrap: normal;
        word-break: normal;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 16px;
        row-gap: 4px;
        align-items: baseline;
        padding-top: 16px;
        padding-bottom: 16px;
        background: color-mix(in srgb, var(--flowwp-checkout-field-background) 32%, transparent);
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tfoot tr.order-total th,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tfoot tr.order-total td {
        font-size: 19px;
        line-height: 1.15;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total td {
        display: grid;
        gap: 3px;
        justify-items: end;
        min-width: 0;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total td > .woocommerce-Price-amount {
        white-space: nowrap;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total small,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total .includes_tax,
    .flowwp-checkout-renderer .flowwp-checkout-renderer__order-review table.shop_table tr.order-total .wgm-tax {
        grid-column: auto;
        max-width: min(180px, 52vw);
        font-size: 11px;
        line-height: 1.3;
        text-align: right;
    }

    .flowwp-checkout-renderer[data-flowwp-sticky-cta-enabled="1"] .flowwp-checkout-renderer__checkout-section--review #payment div.form-row.place-order {
        padding-bottom: 0;
    }

    .flowwp-checkout-renderer[data-flowwp-sticky-cta-enabled="1"] .flowwp-checkout-renderer__checkout-section--review #place_order {
        display: none !important;
    }

}

.flowwp-checkout-renderer__stepper::after {
    transition: width 280ms ease;
}

.flowwp-checkout-renderer__stepper.is-updated::after {
    transition-duration: 320ms;
}

.flowwp-checkout-renderer__stepper-index,
.flowwp-checkout-renderer__stepper-label {
    transition:
        background-color 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.flowwp-checkout-renderer__stepper-item.is-active .flowwp-checkout-renderer__stepper-index {
    transform: translateY(-1px);
}

.flowwp-checkout-renderer__step {
    transition:
        opacity 220ms ease,
        transform 220ms ease;
}

.flowwp-checkout-renderer.is-changing-step .flowwp-checkout-renderer__step.is-active {
    animation: flowwp-checkout-step-in 240ms ease both;
}

.flowwp-checkout-renderer__summary-body {
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    transition:
        grid-template-rows 220ms ease,
        opacity 180ms ease,
        padding 180ms ease;
}

.flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__summary-body {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.flowwp-checkout-renderer__summary-body > * {
    min-height: 0;
    overflow: hidden;
}

.flowwp-checkout-renderer__summary-toggle .flowwp-checkout-renderer__icon--summary {
    transition: transform 220ms ease;
}

.flowwp-checkout-renderer__summary[data-flowwp-summary="collapsed"] .flowwp-checkout-renderer__summary-toggle .flowwp-checkout-renderer__icon--summary {
    transform: rotate(180deg);
}

.flowwp-checkout-renderer__summary.is-toggling .flowwp-checkout-renderer__summary-toggle {
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 4%, transparent);
}

.flowwp-checkout-renderer__quantity.is-updating {
    opacity: 0.72;
    pointer-events: none;
}

.flowwp-checkout-renderer__quantity > button,
.flowwp-checkout-renderer__primary-action,
.flowwp-checkout-renderer__secondary-action,
.flowwp-checkout-renderer__sticky-next,
.flowwp-checkout-renderer__coupon button,
.flowwp-checkout-cross-sell__button,
.flowwp-checkout-bump__button {
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease,
        opacity 160ms ease,
        transform 120ms ease,
        box-shadow 160ms ease;
}

.flowwp-checkout-renderer__quantity > button:active,
.flowwp-checkout-renderer__primary-action:active,
.flowwp-checkout-renderer__secondary-action:active,
.flowwp-checkout-renderer__sticky-next:active,
.flowwp-checkout-renderer__coupon button:active,
.flowwp-checkout-cross-sell__button:active,
.flowwp-checkout-bump__button:active {
    transform: translateY(1px);
}

.flowwp-checkout-renderer .is-loading {
    cursor: wait;
    opacity: 0.78;
}

.flowwp-checkout-renderer .is-loading::after {
    display: inline-block;
    width: 0.85em;
    height: 0.85em;
    margin-left: 0.55em;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    content: "";
    vertical-align: -0.12em;
    animation: flowwp-checkout-spin 650ms linear infinite;
}

.flowwp-checkout-renderer__cart-item.is-updating {
    background: color-mix(in srgb, var(--flowwp-checkout-accent) 5%, transparent);
}

.flowwp-checkout-renderer__cart-price.has-total-changed,
.flowwp-checkout-renderer__summary-total.has-total-changed,
.flowwp-checkout-renderer__sticky-total.has-total-changed {
    animation: flowwp-checkout-total-flash 340ms ease both;
}

.flowwp-checkout-renderer__cart-item.is-updated,
.flowwp-checkout-renderer__payment-overview.is-updated,
.flowwp-checkout-renderer .flowwp-checkout-progress.is-updated,
.flowwp-checkout-renderer__coupon.is-updated,
.flowwp-checkout-cross-sell.is-updated,
.flowwp-checkout-renderer [data-flowwp-cart-quantity-value].is-updated {
    animation: flowwp-checkout-soft-update 220ms ease both;
}

.flowwp-checkout-renderer .flowwp-checkout-progress.is-success {
    animation: flowwp-checkout-success-soft 520ms ease both;
}

.flowwp-checkout-renderer__ajax-message {
    margin: 8px 0 0;
    color: var(--flowwp-checkout-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
    opacity: 1;
    transition: opacity 160ms ease, transform 160ms ease;
}

.flowwp-checkout-renderer__ajax-message[data-flowwp-message-type="success"] {
    color: var(--flowwp-checkout-success);
}

.flowwp-checkout-renderer__ajax-message[data-flowwp-message-type="error"] {
    color: var(--flowwp-checkout-error);
}

.flowwp-checkout-renderer__ajax-message.is-error {
    animation: flowwp-checkout-error-nudge 180ms ease both;
}

.flowwp-checkout-renderer__notices {
    margin: 0 0 18px;
}

.flowwp-checkout-renderer__notices:empty,
.flowwp-checkout-renderer__notices[hidden] {
    display: none;
}

.flowwp-checkout-renderer__notices .woocommerce-message,
.flowwp-checkout-renderer__notices .woocommerce-info,
.flowwp-checkout-renderer__notices .woocommerce-error {
    border: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 86%, transparent);
    border-radius: 16px;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 10px;
    padding: 12px 14px;
}

.flowwp-checkout-renderer__notices .woocommerce-error {
    border-color: color-mix(in srgb, var(--flowwp-checkout-error) 28%, transparent);
    color: var(--flowwp-checkout-error);
}

.flowwp-checkout-renderer .form-row {
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.flowwp-checkout-renderer .form-row:focus-within {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-accent) 13%, transparent);
}

.flowwp-checkout-renderer .form-row.is-filled:not(.woocommerce-invalid):not(.woocommerce-invalid-required-field):not(.woocommerce-invalid-email) {
    background: color-mix(in srgb, var(--flowwp-checkout-field-background) 82%, var(--flowwp-checkout-card-background));
}

.flowwp-checkout-renderer .form-row.is-valid {
    border-color: color-mix(in srgb, var(--flowwp-checkout-success) 28%, transparent);
}

.flowwp-checkout-renderer .form-row.is-invalid {
    border-color: color-mix(in srgb, var(--flowwp-checkout-error) 34%, transparent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-checkout-error) 9%, transparent);
}

.flowwp-checkout-renderer .form-row input:-webkit-autofill,
.flowwp-checkout-renderer .form-row textarea:-webkit-autofill {
    -webkit-text-fill-color: var(--flowwp-color-text);
    box-shadow: 0 0 0 1000px var(--flowwp-checkout-field-background) inset;
    transition: background-color 9999s ease-out;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method > input[type="radio"]::before,
.flowwp-checkout-renderer__order-review table.shop_table #shipping_method input[type="radio"]::before,
.flowwp-checkout-renderer__order-review table.shop_table .woocommerce-shipping-methods input[type="radio"]::before {
    transition:
        opacity 160ms ease,
        transform 160ms ease;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method.is-selected,
.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method:has(> input[type="radio"]:checked) {
    transform: translateY(-1px);
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method,
.flowwp-checkout-renderer__order-review > p.form-row.validate-required,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p {
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 160ms ease;
}

.flowwp-checkout-renderer__checkout-section--review #payment ul.payment_methods li.wc_payment_method.is-updated,
.flowwp-checkout-renderer__order-review > p.form-row.validate-required.is-updated,
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p.is-updated {
    animation: flowwp-checkout-soft-update 180ms ease both;
}

.flowwp-checkout-renderer__checkout-section--review #payment div.payment_box {
    animation: flowwp-checkout-soft-update 180ms ease both;
}

.flowwp-checkout-renderer__order-review > p.form-row.validate-required input[type="checkbox"],
.flowwp-checkout-renderer__order-review > p.german-market-checkbox-p input[type="checkbox"] {
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease;
}

.flowwp-checkout-renderer__sticky-cta {
    animation: flowwp-checkout-sticky-in 220ms ease both;
}

@keyframes flowwp-checkout-sticky-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes flowwp-checkout-step-in {
    from {
        opacity: 0.72;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes flowwp-checkout-soft-update {
    from {
        opacity: 0.64;
        transform: translateY(3px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes flowwp-checkout-total-flash {
    0% {
        background: color-mix(in srgb, var(--flowwp-checkout-accent) 0%, transparent);
    }
    45% {
        background: color-mix(in srgb, var(--flowwp-checkout-accent) 10%, transparent);
    }
    100% {
        background: color-mix(in srgb, var(--flowwp-checkout-accent) 0%, transparent);
    }
}

@keyframes flowwp-checkout-success-soft {
    0% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--flowwp-checkout-success) 0%, transparent);
    }
    45% {
        box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-checkout-success) 12%, transparent);
    }
    100% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--flowwp-checkout-success) 0%, transparent);
    }
}

@keyframes flowwp-checkout-error-nudge {
    0%,
    100% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(2px);
    }
}

@keyframes flowwp-checkout-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .flowwp-checkout-renderer *,
    .flowwp-checkout-renderer *::before,
    .flowwp-checkout-renderer *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    .flowwp-checkout-renderer .is-loading::after {
        animation: none !important;
    }
}

/* Mobile sticky CTA: single-column bottom sheet. */
.flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-inner {
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 620px) {
    .flowwp-checkout-renderer[data-flowwp-sticky-cta-enabled="1"] {
        --flowwp-checkout-mobile-sticky-height: 142px;
        --flowwp-checkout-sticky-height: var(--flowwp-checkout-mobile-sticky-height);
        --flowwp-checkout-outer-padding-bottom: calc(var(--flowwp-checkout-sticky-height) + env(safe-area-inset-bottom) + 16px);
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-cta {
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom)) !important;
        border: 0 !important;
        border-top: 1px solid color-mix(in srgb, var(--flowwp-checkout-border) 72%, transparent) !important;
        border-radius: 18px 18px 0 0 !important;
        background: color-mix(in srgb, var(--flowwp-checkout-card-background) 98%, transparent) !important;
        box-shadow: 0 -10px 30px rgba(17, 24, 39, 0.14) !important;
        backdrop-filter: blur(14px);
        overflow: visible !important;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-inner {
        display: grid;
        width: min(100%, 520px);
        margin: 0 auto;
        gap: 9px;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-total {
        display: grid;
        min-height: 0 !important;
        padding: 0 2px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        gap: 1px;
        align-content: start;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-total span {
        color: var(--flowwp-checkout-muted);
        font-size: 10px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-total strong {
        color: var(--flowwp-color-text);
        font-size: 16px;
        font-weight: 900;
        line-height: 1.15;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-total small {
        color: var(--flowwp-checkout-muted);
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-actions {
        display: grid !important;
        width: 100% !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
    }

    .flowwp-checkout-renderer .flowwp-checkout-renderer__sticky-back {
        display: none !important;
    }

    body .flowwp-checkout-renderer button.flowwp-checkout-renderer__sticky-next,
    body .flowwp-checkout-renderer a.flowwp-checkout-renderer__sticky-next {
        display: inline-flex !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 54px !important;
        padding: 0 18px !important;
        border-radius: var(--flowwp-checkout-button-radius) !important;
        font-size: clamp(14px, 4vw, 16px) !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        text-overflow: ellipsis;
        overflow: hidden !important;
        text-decoration: none !important;
    }
}
/* FlowWP Product Purchase Widget */
.flowwp-product-purchase {
    --flowwp-product-purchase-accent: var(--flowwp-color-accent, #e11d48);
    --flowwp-product-purchase-accent-dark: var(--flowwp-color-accent-dark, #be123c);
    --flowwp-product-purchase-accent-soft: color-mix(in srgb, var(--flowwp-product-purchase-accent) 12%, #fff);
    --flowwp-product-purchase-accent-ring: color-mix(in srgb, var(--flowwp-product-purchase-accent) 18%, transparent);
    --flowwp-product-purchase-chip-bg: var(--flowwp-product-purchase-surface);
    --flowwp-product-purchase-selected-bg: color-mix(in srgb, var(--flowwp-product-purchase-accent) 8%, var(--flowwp-product-purchase-surface));
    --flowwp-product-purchase-disabled-bg: color-mix(in srgb, var(--flowwp-product-purchase-border) 45%, var(--flowwp-product-purchase-surface));
    --flowwp-product-purchase-surface: var(--flowwp-color-background, #fff);
    --flowwp-product-purchase-surface-soft: var(--flowwp-color-background-alt, #f9fafb);
    --flowwp-product-purchase-border: var(--flowwp-color-border, #e5e7eb);
    --flowwp-product-purchase-text: var(--flowwp-color-text, #111827);
    --flowwp-product-purchase-muted: var(--flowwp-color-text-muted, #6b7280);
    --flowwp-product-purchase-price-meta-font-size: 14px;
    --flowwp-product-purchase-price-meta-line-height: 1.28;
    --flowwp-product-purchase-price-meta-margin-top: 6px;
    --flowwp-product-purchase-price-meta-row-gap: 4px;
    color: var(--flowwp-product-purchase-text);
    font-family: var(--flowwp-font-family, inherit);
    max-width: 100%;
}

.flowwp-product-purchase *,
.flowwp-product-purchase *::before,
.flowwp-product-purchase *::after {
    box-sizing: border-box;
}

.flowwp-product-purchase a,
.flowwp-product-purchase button {
    text-decoration: none !important;
}

.flowwp-product-purchase__form {
    display: grid;
    gap: 14px;
    width: 100%;
}

.flowwp-product-purchase__notice,
.flowwp-product-purchase__price-block,
.flowwp-product-purchase__availability,
.flowwp-product-purchase__variations,
.flowwp-product-purchase__actions {
    border: 1px solid var(--flowwp-product-purchase-border);
    border-radius: 20px;
    background: var(--flowwp-product-purchase-surface);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.055);
    padding: clamp(18px, 3vw, 28px);
}

.flowwp-product-purchase__price-block {
    display: grid;
    gap: 10px;
}

.flowwp-product-purchase__price {
    color: var(--flowwp-product-purchase-accent);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

body .flowwp-product-purchase.flowwp-product-purchase .flowwp-product-purchase__price,
body .flowwp-product-purchase.flowwp-product-purchase .flowwp-product-purchase__price .price,
body .flowwp-product-purchase.flowwp-product-purchase .flowwp-product-purchase__price .amount,
body .flowwp-product-purchase.flowwp-product-purchase .flowwp-product-purchase__price .amount bdi,
body .flowwp-product-purchase.flowwp-product-purchase .flowwp-product-purchase__price .woocommerce-Price-amount,
body .flowwp-product-purchase.flowwp-product-purchase .flowwp-product-purchase__price .woocommerce-Price-amount bdi {
    color: var(--flowwp-product-purchase-accent) !important;
}

.flowwp-product-purchase__price .price {
    display: inline;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    line-height: inherit;
}

.flowwp-product-purchase__price .woocommerce-Price-amount,
.flowwp-product-purchase__price .woocommerce-Price-amount bdi,
.flowwp-product-purchase__price .amount,
.flowwp-product-purchase__price .amount bdi {
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    line-height: inherit;
    white-space: nowrap;
}

.flowwp-product-purchase__price del {
    color: var(--flowwp-product-purchase-muted);
    font-size: 0.7em;
    font-weight: 600;
    margin-right: 0.25em;
}

.flowwp-product-purchase__price .wgm-info,
.flowwp-product-purchase__price .wc-gzd-additional-info,
.flowwp-product-purchase__price .wc-gzd-additional-info-loop,
.flowwp-product-purchase__price .woocommerce-de_price_taxrate,
.flowwp-product-purchase__price .woocommerce_de_versandkosten,
.flowwp-product-purchase__price .shipping_de,
.flowwp-product-purchase__price .delivery-time-info,
.flowwp-product-purchase__price .product-units,
.flowwp-product-purchase__price .product-units-wrapper,
.flowwp-product-purchase__price .tax-info,
.flowwp-product-purchase__price .shipping-costs-info {
    display: block;
    margin: var(--flowwp-product-purchase-price-meta-row-gap) 0 0 !important;
    color: var(--flowwp-product-purchase-muted);
    font-family: inherit;
    font-size: var(--flowwp-product-purchase-price-meta-font-size);
    font-weight: 700;
    letter-spacing: 0;
    line-height: var(--flowwp-product-purchase-price-meta-line-height);
    max-width: 100%;
}

.flowwp-product-purchase__price .price + .wgm-info,
.flowwp-product-purchase__price .price + .wc-gzd-additional-info,
.flowwp-product-purchase__price .price + .wc-gzd-additional-info-loop,
.flowwp-product-purchase__price .price + .woocommerce-de_price_taxrate,
.flowwp-product-purchase__price .price + .woocommerce_de_versandkosten,
.flowwp-product-purchase__price .price + .shipping_de,
.flowwp-product-purchase__price .woocommerce-Price-amount + .wgm-info,
.flowwp-product-purchase__price .woocommerce-Price-amount + .wc-gzd-additional-info,
.flowwp-product-purchase__price .woocommerce-Price-amount + .wc-gzd-additional-info-loop,
.flowwp-product-purchase__price .woocommerce-Price-amount + .woocommerce-de_price_taxrate,
.flowwp-product-purchase__price .woocommerce-Price-amount + .woocommerce_de_versandkosten,
.flowwp-product-purchase__price .woocommerce-Price-amount + .shipping_de {
    margin-top: var(--flowwp-product-purchase-price-meta-margin-top) !important;
}

.flowwp-product-purchase__price .wgm-info a,
.flowwp-product-purchase__price .wc-gzd-additional-info a,
.flowwp-product-purchase__price .wc-gzd-additional-info-loop a,
.flowwp-product-purchase__price .woocommerce_de_versandkosten a,
.flowwp-product-purchase__price .shipping_de a,
.flowwp-product-purchase__price .shipping-costs-info a {
    color: var(--flowwp-product-purchase-accent);
    font: inherit;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

.flowwp-product-purchase__price .shipping_de small {
    color: inherit;
    font: inherit;
}

.flowwp-product-purchase__price-suffix,
.flowwp-product-purchase__shipping,
.flowwp-product-purchase__availability {
    color: var(--flowwp-product-purchase-muted);
    font-size: 14px;
    line-height: 1.45;
}

.flowwp-product-purchase__price-suffix {
    font-weight: 700;
}

.flowwp-product-purchase__price-suffix a {
    color: var(--flowwp-product-purchase-accent) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

.flowwp-product-purchase__price-block a,
.flowwp-product-purchase__shipping a {
    color: var(--flowwp-product-purchase-accent) !important;
}

.flowwp-product-purchase__shipping {
    align-items: start;
    border-top: 1px solid color-mix(in srgb, var(--flowwp-product-purchase-border) 80%, transparent);
    display: grid;
    gap: 10px;
    grid-template-columns: 20px minmax(0, 1fr);
    margin-top: 2px;
    padding-top: 14px;
}

.flowwp-product-purchase__shipping::before {
    background: currentColor;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 18px;
    -webkit-mask: url("../images/icons/circle-info-solid-full.svg") center / contain no-repeat;
    mask: url("../images/icons/circle-info-solid-full.svg") center / contain no-repeat;
    opacity: 0.72;
    width: 18px;
}

.flowwp-product-purchase__availability {
    box-shadow: none;
    padding: 14px 16px;
}

.flowwp-product-purchase__variation-group {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.flowwp-product-purchase__variation-group + .flowwp-product-purchase__variation-group {
    border-top: 1px solid color-mix(in srgb, var(--flowwp-product-purchase-border) 76%, transparent);
    margin-top: 18px;
    padding-top: 18px;
}

.flowwp-product-purchase__variation-label {
    color: var(--flowwp-product-purchase-text);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
}

.flowwp-product-purchase__native-select {
    border: 0;
    height: 1px;
    margin: -1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.flowwp-product-purchase__variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

button.flowwp-product-purchase__variation-chip {
    align-items: center;
    appearance: none;
    background: var(--flowwp-product-purchase-chip-bg);
    border: 1px solid var(--flowwp-product-purchase-border);
    border-radius: 14px;
    color: var(--flowwp-product-purchase-text);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 52px;
    min-width: 72px;
    padding: 11px 20px;
    position: relative;
    text-align: center;
    transition: border-color 180ms ease, transform 140ms ease, opacity 180ms ease;
}

body .flowwp-product-purchase.flowwp-product-purchase button.flowwp-product-purchase__variation-chip:not(.is-selected):not(:disabled) {
    background: var(--flowwp-product-purchase-surface) !important;
    background-image: none !important;
    border-color: var(--flowwp-product-purchase-border) !important;
    box-shadow: none !important;
    color: var(--flowwp-product-purchase-text) !important;
}

body .flowwp-product-purchase.flowwp-product-purchase button.flowwp-product-purchase__variation-chip:not(.is-selected):not(:disabled) > span:not(.flowwp-product-purchase__variation-thumb) {
    color: var(--flowwp-product-purchase-text) !important;
}

button.flowwp-product-purchase__variation-chip--image {
    justify-content: flex-start;
    min-height: 58px;
    min-width: min(100%, 132px);
    padding: 9px 34px 9px 9px;
    text-align: left;
}

button.flowwp-product-purchase__variation-chip span:last-child {
    color: inherit;
    min-width: 0;
    overflow-wrap: anywhere;
    position: relative;
    z-index: 1;
}

button.flowwp-product-purchase__variation-chip--image span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.flowwp-product-purchase__variation-chip:hover {
    border-color: var(--flowwp-product-purchase-accent);
    background: color-mix(in srgb, var(--flowwp-product-purchase-accent) 4%, var(--flowwp-product-purchase-surface));
}

body .flowwp-product-purchase.flowwp-product-purchase button.flowwp-product-purchase__variation-chip:not(.is-selected):not(:disabled):hover {
    background: color-mix(in srgb, var(--flowwp-product-purchase-accent) 4%, var(--flowwp-product-purchase-surface)) !important;
    border-color: color-mix(in srgb, var(--flowwp-product-purchase-accent) 72%, var(--flowwp-product-purchase-border)) !important;
    color: var(--flowwp-product-purchase-accent) !important;
}

body .flowwp-product-purchase.flowwp-product-purchase button.flowwp-product-purchase__variation-chip:not(.is-selected):not(:disabled):hover > span:not(.flowwp-product-purchase__variation-thumb) {
    color: var(--flowwp-product-purchase-accent) !important;
}

button.flowwp-product-purchase__variation-chip:focus-visible {
    border-color: var(--flowwp-product-purchase-accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-product-purchase-accent) 18%, transparent);
    outline: 0;
}

button.flowwp-product-purchase__variation-chip:active {
    transform: translateY(1px);
}

button.flowwp-product-purchase__variation-chip.is-selected {
    background: var(--flowwp-product-purchase-surface) !important;
    background-image: none !important;
    border-color: var(--flowwp-product-purchase-accent);
    box-shadow: inset 0 0 0 999px var(--flowwp-product-purchase-surface), inset 0 0 0 1px var(--flowwp-product-purchase-accent), 0 10px 24px color-mix(in srgb, var(--flowwp-product-purchase-accent) 9%, transparent);
    color: var(--flowwp-product-purchase-accent) !important;
}

body .flowwp-product-purchase.flowwp-product-purchase button.flowwp-product-purchase__variation-chip.is-selected {
    background: var(--flowwp-product-purchase-surface) !important;
    background-image: none !important;
    border-color: var(--flowwp-product-purchase-accent) !important;
    box-shadow: inset 0 0 0 999px var(--flowwp-product-purchase-surface), inset 0 0 0 1px var(--flowwp-product-purchase-accent), 0 10px 24px color-mix(in srgb, var(--flowwp-product-purchase-accent) 9%, transparent) !important;
    color: var(--flowwp-product-purchase-accent) !important;
}

button.flowwp-product-purchase__variation-chip.is-selected > span:not(.flowwp-product-purchase__variation-thumb) {
    color: var(--flowwp-product-purchase-accent) !important;
}

.flowwp-product-purchase__icon--variation-check {
    align-items: center;
    background: transparent;
    border-radius: 999px;
    box-shadow: none;
    color: var(--flowwp-product-purchase-accent);
    display: inline-grid;
    height: 18px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: 6px;
    transform: scale(0.84);
    transition: opacity 160ms ease, transform 160ms ease;
    width: 18px;
    z-index: 2;
}

.flowwp-product-purchase__icon--variation-check path {
    fill: currentColor;
}

button.flowwp-product-purchase__variation-chip.is-selected .flowwp-product-purchase__icon--variation-check {
    opacity: 1;
    transform: scale(1);
}

button.flowwp-product-purchase__variation-chip.is-selected:focus-visible {
    box-shadow: inset 0 0 0 999px var(--flowwp-product-purchase-surface), inset 0 0 0 1px var(--flowwp-product-purchase-accent), 0 0 0 4px color-mix(in srgb, var(--flowwp-product-purchase-accent) 18%, transparent);
}

button.flowwp-product-purchase__variation-chip:disabled {
    background: var(--flowwp-product-purchase-disabled-bg);
    border-color: color-mix(in srgb, var(--flowwp-product-purchase-border) 82%, var(--flowwp-product-purchase-muted));
    color: color-mix(in srgb, var(--flowwp-product-purchase-muted) 74%, var(--flowwp-product-purchase-text));
    cursor: not-allowed;
    opacity: 0.62;
    transform: none;
}

button.flowwp-product-purchase__variation-chip:disabled::before {
    background: currentColor;
    content: "";
    height: 1px;
    left: 12px;
    opacity: 0.32;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: rotate(-10deg);
}

.flowwp-product-purchase__variation-group.is-missing {
    border-radius: 16px;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-color-error, #dc2626) 12%, transparent);
    outline: 1px solid color-mix(in srgb, var(--flowwp-color-error, #dc2626) 52%, var(--flowwp-product-purchase-border));
    outline-offset: 8px;
}

.flowwp-product-purchase__variation-group.is-missing .flowwp-product-purchase__variation-label {
    color: var(--flowwp-color-error, #dc2626);
}

.flowwp-product-purchase__variation-thumb {
    background-color: #fff;
    border: 1px solid color-mix(in srgb, var(--flowwp-product-purchase-border) 70%, transparent);
    border-radius: 10px;
    display: inline-block;
    flex: 0 0 auto;
    height: 36px;
    overflow: hidden;
    width: 36px;
    position: relative;
    z-index: 1;
}

.flowwp-product-purchase__variation-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.flowwp-product-purchase__actions,
.flowwp-product-purchase__sticky-actions {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr);
}

.flowwp-product-purchase__quantity {
    align-items: stretch;
    background: color-mix(in srgb, var(--flowwp-product-purchase-surface-soft) 94%, var(--flowwp-product-purchase-surface));
    border: 1px solid var(--flowwp-product-purchase-border);
    border-radius: var(--flowwp-radius-full, 9999px);
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.015);
    display: inline-grid;
    grid-template-columns: 48px minmax(34px, auto) 48px;
    height: 50px;
    min-height: 50px;
    min-width: 130px;
    overflow: hidden;
    padding: 0;
    transition: box-shadow 180ms ease, border-color 180ms ease;
    width: 130px;
}

.flowwp-product-purchase__quantity.is-updated {
    border-color: color-mix(in srgb, var(--flowwp-product-purchase-accent) 55%, var(--flowwp-product-purchase-border));
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-product-purchase-accent) 12%, transparent);
}

button.flowwp-product-purchase__quantity-button {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: var(--flowwp-product-purchase-text);
    cursor: pointer;
    display: grid;
    font: inherit;
    height: 100%;
    min-height: 100%;
    min-width: 48px;
    place-items: center;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    transition: background-color 160ms ease, color 160ms ease, transform 120ms ease, opacity 160ms ease;
    width: 48px;
}

button.flowwp-product-purchase__quantity-button:first-child {
    border-radius: var(--flowwp-radius-full, 9999px) 0 0 var(--flowwp-radius-full, 9999px);
}

button.flowwp-product-purchase__quantity-button:last-child {
    border-radius: 0 var(--flowwp-radius-full, 9999px) var(--flowwp-radius-full, 9999px) 0;
}

.flowwp-product-purchase__icon--quantity {
    display: block;
    height: 13px;
    margin: 0;
    pointer-events: none;
    width: 13px;
}

button.flowwp-product-purchase__quantity-button:hover {
    background: color-mix(in srgb, var(--flowwp-product-purchase-accent) 11%, transparent) !important;
    color: var(--flowwp-product-purchase-accent);
}

button.flowwp-product-purchase__quantity-button:focus-visible {
    background: color-mix(in srgb, var(--flowwp-product-purchase-accent) 11%, transparent) !important;
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--flowwp-product-purchase-accent) 36%, transparent) !important;
    color: var(--flowwp-product-purchase-accent);
    outline: 0;
}

button.flowwp-product-purchase__quantity-button:active {
    transform: translateY(1px);
}

button.flowwp-product-purchase__quantity-button:disabled {
    color: var(--flowwp-product-purchase-muted);
    cursor: not-allowed;
    opacity: 0.42;
}

.flowwp-product-purchase__quantity-input {
    appearance: textfield;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--flowwp-product-purchase-text);
    font-size: 17px !important;
    font-weight: 850 !important;
    height: 100%;
    line-height: 50px !important;
    margin: 0;
    min-width: 34px;
    padding: 0 !important;
    text-align: center;
    width: auto;
}

.flowwp-product-purchase__quantity-input::-webkit-inner-spin-button,
.flowwp-product-purchase__quantity-input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

button.flowwp-product-purchase__button {
    align-items: center;
    appearance: none;
    background: var(--flowwp-product-purchase-accent);
    border: 1px solid var(--flowwp-product-purchase-accent);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    text-align: center;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 120ms ease, opacity 180ms ease;
    white-space: nowrap;
    width: 100%;
}

button.flowwp-product-purchase__button:hover {
    background: var(--flowwp-product-purchase-accent-dark);
    border-color: var(--flowwp-product-purchase-accent-dark);
    box-shadow: 0 12px 26px color-mix(in srgb, var(--flowwp-product-purchase-accent) 18%, transparent);
    color: #fff;
}

button.flowwp-product-purchase__button:focus-visible {
    background: var(--flowwp-product-purchase-accent-dark);
    border-color: var(--flowwp-product-purchase-accent-dark);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--flowwp-product-purchase-accent) 18%, transparent), 0 12px 26px color-mix(in srgb, var(--flowwp-product-purchase-accent) 18%, transparent);
    color: #fff;
    outline: 0;
}

button.flowwp-product-purchase__button:active {
    transform: translateY(1px);
}

button.flowwp-product-purchase__button:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

button.flowwp-product-purchase__button[aria-disabled="true"]:not(:disabled),
button.flowwp-product-purchase__button.is-variation-missing:not(:disabled) {
    background: var(--flowwp-product-purchase-surface-soft);
    border-color: color-mix(in srgb, var(--flowwp-product-purchase-border) 82%, var(--flowwp-product-purchase-muted));
    color: var(--flowwp-product-purchase-text);
    cursor: pointer;
    opacity: 1;
    box-shadow: none;
}

button.flowwp-product-purchase__button.is-loading [data-flowwp-button-label]::after {
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-top-color: #fff;
    border-radius: 999px;
    display: inline-block;
    height: 1em;
    margin-left: 8px;
    vertical-align: -0.16em;
    width: 1em;
    animation: flowwp-product-purchase-spin 680ms linear infinite;
}

.flowwp-product-purchase__message {
    color: var(--flowwp-product-purchase-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 0;
}

.flowwp-product-purchase__trust {
    align-items: center;
    color: var(--flowwp-product-purchase-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 12px 18px;
    justify-content: center;
    line-height: 1.35;
    list-style: none;
    margin: -2px 0 0;
    padding: 0;
    text-align: center;
}

.flowwp-product-purchase__trust-item {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    min-width: 0;
}

.flowwp-product-purchase__icon--trust {
    color: var(--flowwp-product-purchase-accent);
    display: block;
    flex: 0 0 auto;
    height: 16px;
    opacity: 0.78;
    width: 16px;
}

.flowwp-product-purchase__icon--trust path {
    fill: currentColor;
}

.flowwp-product-purchase__trust-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 520px) {
    .flowwp-product-purchase__trust {
        justify-content: flex-start;
    }
}

.flowwp-product-purchase__message:not(:empty) {
    border-radius: 14px;
    padding: 12px 14px;
}

.flowwp-product-purchase__message[data-flowwp-message-type="success"] {
    background: #ecfdf5;
    color: #166534;
}

.flowwp-product-purchase__message[data-flowwp-message-type="error"] {
    background: #fef2f2;
    color: #b91c1c;
}

.flowwp-product-purchase__price.is-updated,
.flowwp-product-purchase__sticky-price.has-total-changed {
    animation: flowwp-product-purchase-soft-highlight 420ms ease;
}

.flowwp-product-purchase__sticky {
    display: none;
}

@media (max-width: 767px) {
    .flowwp-product-purchase--has-sticky {
        padding-bottom: 0;
        transition: padding-bottom 180ms ease;
    }

    .flowwp-product-purchase--has-sticky.is-sticky-visible {
        padding-bottom: 128px;
    }

    .flowwp-product-purchase__notice,
    .flowwp-product-purchase__price-block,
    .flowwp-product-purchase__availability,
    .flowwp-product-purchase__variations,
    .flowwp-product-purchase__actions {
        border-radius: 18px;
        padding: 18px;
    }

    .flowwp-product-purchase__actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .flowwp-product-purchase__quantity {
        justify-self: start;
    }

    .flowwp-product-purchase__sticky {
        background: var(--flowwp-product-purchase-surface);
        border-top: 1px solid var(--flowwp-product-purchase-border);
        border-radius: 24px 24px 0 0;
        bottom: 0;
        box-shadow: 0 -14px 36px rgba(17, 24, 39, 0.13);
        display: block;
        left: 0;
        opacity: 0;
        padding: 18px 14px calc(9px + env(safe-area-inset-bottom));
        pointer-events: none;
        position: fixed;
        right: 0;
        transform: translateY(112%);
        transition: opacity 180ms ease, transform 220ms ease;
        z-index: 999;
    }

    .flowwp-product-purchase__sticky::before {
        background: color-mix(in srgb, var(--flowwp-product-purchase-muted) 34%, transparent);
        border-radius: 999px;
        content: "";
        height: 4px;
        left: 50%;
        position: absolute;
        top: 7px;
        transform: translateX(-50%);
        width: 40px;
    }

    .flowwp-product-purchase.is-sticky-visible .flowwp-product-purchase__sticky {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .flowwp-product-purchase__sticky-inner {
        align-items: center;
        display: grid;
        gap: 7px 10px;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        margin: 0 auto;
        max-width: 520px;
        width: 100%;
    }

    .flowwp-product-purchase__sticky-media {
        align-self: center;
        background: var(--flowwp-product-purchase-surface-soft);
        border: 1px solid var(--flowwp-product-purchase-border);
        border-radius: 13px;
        display: block;
        height: 44px;
        overflow: hidden;
        width: 44px;
    }

    .flowwp-product-purchase__sticky-media img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .flowwp-product-purchase__sticky-summary {
        align-items: start;
        display: grid;
        gap: 1px;
        grid-template-columns: minmax(0, 1fr);
        min-width: 0;
    }

    .flowwp-product-purchase__sticky-label {
        color: var(--flowwp-product-purchase-muted);
        font-size: 9px;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .flowwp-product-purchase__sticky-price {
        color: var(--flowwp-product-purchase-text);
        display: block;
        max-width: 100%;
        overflow: hidden;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.18;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flowwp-product-purchase__sticky-selection {
        color: var(--flowwp-product-purchase-muted);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.25;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flowwp-product-purchase__sticky-actions {
        display: contents;
    }

    .flowwp-product-purchase__sticky-actions .flowwp-product-purchase__quantity {
        border-radius: var(--flowwp-radius-full, 9999px);
        grid-template-columns: 36px minmax(26px, auto) 36px;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        height: 38px;
        min-height: 38px;
        min-width: 98px;
        width: 98px;
    }

    .flowwp-product-purchase__sticky-actions button.flowwp-product-purchase__quantity-button {
        height: 100%;
        margin: 0;
        min-width: 36px !important;
        width: 36px !important;
    }

    .flowwp-product-purchase__sticky-actions .flowwp-product-purchase__quantity-input {
        font-size: 15px !important;
        height: 100%;
        line-height: 38px !important;
        min-width: 26px;
    }

    .flowwp-product-purchase__sticky-actions .flowwp-product-purchase__icon--quantity {
        height: 11px;
        width: 11px;
    }

    .flowwp-product-purchase__sticky-actions button.flowwp-product-purchase__button {
        display: flex;
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 46px;
        overflow: hidden;
        padding-block: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .flowwp-product-purchase__sticky-actions button.flowwp-product-purchase__button.is-variation-missing {
        background: var(--flowwp-product-purchase-surface-soft);
        border-color: var(--flowwp-product-purchase-border);
        color: var(--flowwp-product-purchase-text);
    }

    .flowwp-product-purchase__message:not(:empty) {
        font-size: 13px;
        line-height: 1.35;
    }
}

@media (max-width: 420px) {
    .flowwp-product-purchase__sticky-inner {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 7px 8px;
    }

    .flowwp-product-purchase__sticky-media {
        height: 40px;
        width: 40px;
    }

    .flowwp-product-purchase__sticky-actions .flowwp-product-purchase__quantity {
        grid-template-columns: 32px minmax(24px, auto) 32px;
        min-height: 38px;
        min-width: 88px;
        width: 88px;
    }

    .flowwp-product-purchase__sticky-actions button.flowwp-product-purchase__quantity-button {
        height: 100%;
        min-width: 32px !important;
        width: 32px !important;
    }

    .flowwp-product-purchase__sticky-actions .flowwp-product-purchase__quantity-input {
        height: 100%;
        min-width: 24px;
        width: auto;
    }
}

@keyframes flowwp-product-purchase-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes flowwp-product-purchase-soft-highlight {
    0% {
        filter: brightness(1);
    }

    45% {
        filter: brightness(1.08);
    }

    100% {
        filter: brightness(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .flowwp-product-purchase *,
    .flowwp-product-purchase *::before,
    .flowwp-product-purchase *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.flowwp-mini-cart {
    --flowwp-mini-cart-accent: var(--flowwp-color-accent, #e11d48);
    --flowwp-mini-cart-accent-dark: color-mix(in srgb, var(--flowwp-mini-cart-accent) 86%, #000);
    --flowwp-mini-cart-surface: var(--flowwp-color-background, #fff);
    --flowwp-mini-cart-surface-soft: var(--flowwp-color-background-alt, #f9fafb);
    --flowwp-mini-cart-text: var(--flowwp-color-text, #111827);
    --flowwp-mini-cart-muted: var(--flowwp-color-text-muted, #6b7280);
    --flowwp-mini-cart-border: var(--flowwp-color-border, #e5e7eb);
    --flowwp-mini-cart-primary-background: var(--flowwp-mini-cart-accent);
    --flowwp-mini-cart-primary-hover-background: var(--flowwp-mini-cart-accent-dark);
    --flowwp-mini-cart-primary-text: #fff;
    --flowwp-mini-cart-secondary-color: var(--flowwp-mini-cart-accent);
    --flowwp-mini-cart-secondary-hover-color: var(--flowwp-mini-cart-accent-dark);
    --flowwp-mini-cart-remove-color: var(--flowwp-mini-cart-muted);
    --flowwp-mini-cart-remove-hover-color: color-mix(in srgb, var(--flowwp-mini-cart-muted) 72%, var(--flowwp-mini-cart-text));
    --flowwp-mini-cart-trigger-background: transparent;
    --flowwp-mini-cart-trigger-color: var(--flowwp-mini-cart-accent);
    --flowwp-mini-cart-trigger-icon-color: var(--flowwp-mini-cart-trigger-color);
    --flowwp-mini-cart-trigger-hover-background: color-mix(in srgb, var(--flowwp-mini-cart-accent) 9%, transparent);
    --flowwp-mini-cart-trigger-hover-color: var(--flowwp-mini-cart-accent);
    --flowwp-mini-cart-trigger-icon-hover-color: var(--flowwp-mini-cart-trigger-hover-color);
    --flowwp-mini-cart-badge-background: var(--flowwp-mini-cart-surface);
    --flowwp-mini-cart-badge-color: var(--flowwp-mini-cart-accent);
    color: var(--flowwp-mini-cart-text);
    font-family: var(--flowwp-font-family, inherit);
}

.flowwp-mini-cart *,
.flowwp-mini-cart *::before,
.flowwp-mini-cart *::after {
    box-sizing: border-box;
}

.flowwp-mini-cart a,
.flowwp-mini-cart button {
    text-decoration: none !important;
}

.flowwp-mini-cart .screen-reader-text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    word-wrap: normal !important;
}

.flowwp-mini-cart__trigger {
    align-items: center;
    background: var(--flowwp-mini-cart-trigger-background) !important;
    border: 0 solid transparent;
    border-radius: 999px;
    color: var(--flowwp-mini-cart-trigger-icon-color) !important;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    gap: 8px;
    height: 44px;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    position: relative;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 120ms ease;
    width: 44px;
}

.flowwp-mini-cart__trigger:hover {
    background: var(--flowwp-mini-cart-trigger-hover-background) !important;
    color: var(--flowwp-mini-cart-trigger-icon-hover-color) !important;
}

.flowwp-mini-cart__trigger:focus-visible {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-mini-cart-accent) 22%, transparent);
    outline: none;
}

.flowwp-mini-cart__trigger:active {
    transform: translateY(1px);
}

.flowwp-mini-cart__trigger-icon {
    align-items: center;
    color: inherit !important;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    line-height: 0;
    width: 32px;
}

.flowwp-mini-cart__trigger-icon svg {
    color: inherit !important;
    display: block;
    height: 26px;
    overflow: visible;
    width: 26px;
}

.flowwp-mini-cart__trigger-icon svg,
.flowwp-mini-cart__trigger-icon svg * {
    color: inherit !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}

.flowwp-mini-cart__trigger .flowwp-mini-cart__trigger-icon svg path,
.flowwp-mini-cart__trigger .flowwp-mini-cart__trigger-icon svg [fill],
.flowwp-mini-cart__trigger .flowwp-mini-cart__trigger-icon svg [stroke] {
    color: inherit !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}

.flowwp-mini-cart__badge {
    align-items: center;
    background: var(--flowwp-mini-cart-badge-background);
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    color: var(--flowwp-mini-cart-badge-color);
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 18px;
    min-width: 18px;
    padding: 0 5px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.flowwp-mini-cart__overlay {
    background: rgba(17, 24, 39, 0.28);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 999997;
}

.flowwp-mini-cart__drawer {
    background: var(--flowwp-mini-cart-surface);
    border: 1px solid var(--flowwp-mini-cart-border);
    border-radius: 26px 26px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 50px rgba(17, 24, 39, 0.16);
    color: var(--flowwp-mini-cart-text);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    left: 0;
    max-height: min(86vh, 760px);
    opacity: 0;
    overflow: hidden;
    padding-bottom: env(safe-area-inset-bottom);
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateY(18px);
    transition: opacity 190ms ease, transform 190ms ease;
    z-index: 999998;
}

.flowwp-mini-cart.is-open .flowwp-mini-cart__overlay,
.flowwp-mini-cart.is-open .flowwp-mini-cart__drawer {
    opacity: 1;
    pointer-events: auto;
}

.flowwp-mini-cart.is-open .flowwp-mini-cart__drawer {
    transform: translateY(0);
}

.flowwp-mini-cart__header {
    align-items: center;
    border-bottom: 1px solid var(--flowwp-mini-cart-border);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 22px 22px 18px;
}

.flowwp-mini-cart__eyebrow {
    color: var(--flowwp-mini-cart-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.flowwp-mini-cart__title {
    color: var(--flowwp-mini-cart-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.12;
    margin: 0;
}

.flowwp-mini-cart__close {
    align-items: center;
    background: var(--flowwp-mini-cart-surface-soft);
    border: 1px solid var(--flowwp-mini-cart-border);
    border-radius: 999px;
    color: var(--flowwp-mini-cart-text);
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
    width: 42px;
}

.flowwp-mini-cart__close-mark {
    display: block;
    height: 14px;
    position: relative;
    width: 14px;
}

.flowwp-mini-cart__close-mark::before,
.flowwp-mini-cart__close-mark::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 15px;
}

.flowwp-mini-cart__close-mark::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.flowwp-mini-cart__close-mark::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.flowwp-mini-cart__close:focus-visible,
.flowwp-mini-cart__button:focus-visible,
.flowwp-mini-cart__quantity button:focus-visible,
.flowwp-mini-cart__remove:focus-visible {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--flowwp-mini-cart-accent) 22%, transparent);
    outline: none;
}

.flowwp-mini-cart__body {
    min-height: 0;
    overflow-y: auto;
    padding: 18px 22px;
}

.flowwp-mini-cart__progress {
    margin-bottom: 16px;
}

.flowwp-mini-cart__progress .flowwp-checkout-progress {
    --flowwp-checkout-progress-fill: var(--flowwp-mini-cart-accent);
    --flowwp-checkout-progress-track: color-mix(in srgb, var(--flowwp-mini-cart-accent) 14%, var(--flowwp-mini-cart-surface-soft));
    background: var(--flowwp-mini-cart-surface);
    border: 1px solid var(--flowwp-mini-cart-border);
    border-radius: 16px;
    box-shadow: none;
    padding: 14px;
}

.flowwp-mini-cart__progress .flowwp-checkout-progress__message {
    color: var(--flowwp-mini-cart-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 10px;
}

.flowwp-mini-cart__progress .flowwp-checkout-progress__track {
    background: var(--flowwp-checkout-progress-track);
    border-radius: 999px;
    height: 12px;
    margin: 12px 0 6px;
    overflow: visible;
}

.flowwp-mini-cart__progress .flowwp-checkout-progress__bar {
    background: var(--flowwp-checkout-progress-fill);
    border-radius: inherit;
    height: 100%;
    transition: width 180ms ease;
    width: var(--flowwp-checkout-progress-value, 0%);
}

.flowwp-mini-cart__progress .flowwp-checkout-progress__milestone.is-reached {
    background: var(--flowwp-checkout-progress-fill);
}

.flowwp-mini-cart__progress .flowwp-checkout-progress__milestone-labels .is-reached {
    color: var(--flowwp-checkout-progress-fill);
}

.flowwp-mini-cart__items {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.flowwp-mini-cart__item {
    align-items: start;
    background: var(--flowwp-mini-cart-surface);
    border: 1px solid var(--flowwp-mini-cart-border);
    border-radius: 18px;
    display: grid;
    gap: 14px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 14px;
    transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.flowwp-mini-cart__item.is-updating {
    opacity: 0.7;
    pointer-events: none;
}

.flowwp-mini-cart__item-media {
    align-items: center;
    background: var(--flowwp-mini-cart-surface-soft);
    border-radius: 14px;
    display: flex;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    width: 72px;
}

.flowwp-mini-cart__item-image,
.flowwp-mini-cart__item-image-placeholder {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.flowwp-mini-cart__item-image-placeholder {
    background: linear-gradient(135deg, #f3f4f6, #fff);
    border: 1px solid var(--flowwp-mini-cart-border);
}

.flowwp-mini-cart__item-main {
    min-width: 0;
}

.flowwp-mini-cart__item-top {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.flowwp-mini-cart__item-title {
    color: var(--flowwp-mini-cart-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    min-width: 0;
}

.flowwp-mini-cart__item-price {
    color: var(--flowwp-mini-cart-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: right;
    white-space: nowrap;
}

.flowwp-mini-cart__item-meta {
    color: var(--flowwp-mini-cart-muted);
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.flowwp-mini-cart__item-tax-meta {
    color: var(--flowwp-mini-cart-muted);
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 4px;
}

.flowwp-mini-cart__gift-badge {
    background: color-mix(in srgb, var(--flowwp-color-success, #16a34a) 13%, #fff);
    border-radius: 999px;
    color: color-mix(in srgb, var(--flowwp-color-success, #16a34a) 70%, #111827);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    margin-top: 8px;
    padding: 4px 10px;
}

.flowwp-mini-cart__item-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 12px;
}

.flowwp-mini-cart__quantity {
    align-items: stretch;
    background: color-mix(in srgb, var(--flowwp-mini-cart-surface-soft) 94%, var(--flowwp-mini-cart-surface));
    border: 1px solid var(--flowwp-mini-cart-border);
    border-radius: var(--flowwp-radius-full, 9999px);
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.015);
    display: inline-grid;
    grid-template-columns: 48px minmax(34px, auto) 48px;
    height: 50px;
    min-height: 50px;
    min-width: 130px;
    overflow: hidden;
    padding: 0;
    width: 130px;
}

.flowwp-mini-cart__quantity button {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: var(--flowwp-mini-cart-text);
    cursor: pointer;
    display: grid;
    font: inherit;
    height: 100%;
    line-height: 1;
    margin: 0;
    min-height: 100%;
    min-width: 48px;
    padding: 0 !important;
    place-items: center;
    text-align: center;
    transition: background-color 140ms ease, color 140ms ease, transform 120ms ease;
    width: 48px;
}

.flowwp-mini-cart__quantity button:first-child {
    border-radius: var(--flowwp-radius-full, 9999px) 0 0 var(--flowwp-radius-full, 9999px);
}

.flowwp-mini-cart__quantity button:last-child {
    border-radius: 0 var(--flowwp-radius-full, 9999px) var(--flowwp-radius-full, 9999px) 0;
}

.flowwp-mini-cart__quantity button:hover:not(:disabled) {
    background: color-mix(in srgb, var(--flowwp-mini-cart-accent) 10%, transparent);
    color: var(--flowwp-mini-cart-accent);
}

.flowwp-mini-cart__quantity button:active:not(:disabled) {
    transform: translateY(1px);
}

.flowwp-mini-cart__quantity button:disabled {
    color: var(--flowwp-mini-cart-muted);
    cursor: not-allowed;
    opacity: 0.5;
}

.flowwp-mini-cart__quantity svg {
    display: block;
    height: 13px;
    margin: 0;
    pointer-events: none;
    width: 13px;
}

.flowwp-mini-cart__quantity span {
    color: var(--flowwp-mini-cart-text);
    display: grid;
    font-size: 17px;
    font-weight: 850;
    height: 100%;
    line-height: 1;
    min-width: 34px;
    place-items: center;
    text-align: center;
}

.flowwp-mini-cart__remove {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: var(--flowwp-mini-cart-remove-color) !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px !important;
    font-weight: 700 !important;
    gap: 6px;
    line-height: 1.2;
    min-height: 0;
    padding: 0 !important;
    text-transform: none !important;
    transition: color 140ms ease;
}

.flowwp-mini-cart__remove:hover {
    color: var(--flowwp-mini-cart-remove-hover-color) !important;
}

.flowwp-mini-cart__remove svg {
    height: 12px;
    width: 12px;
}

.flowwp-mini-cart__qty-static {
    background: var(--flowwp-mini-cart-surface-soft);
    border-radius: 999px;
    color: var(--flowwp-mini-cart-muted);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    padding: 9px 16px;
}

.flowwp-mini-cart__empty {
    align-items: center;
    background: var(--flowwp-mini-cart-surface-soft);
    border: 1px solid var(--flowwp-mini-cart-border);
    border-radius: 18px;
    color: var(--flowwp-mini-cart-muted);
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 34px 22px;
    text-align: center;
}

.flowwp-mini-cart__empty svg {
    color: var(--flowwp-mini-cart-accent);
    height: 28px;
    width: 28px;
}

.flowwp-mini-cart__empty p {
    margin: 0;
}

.flowwp-mini-cart__notices {
    padding: 0 22px;
}

.flowwp-mini-cart__notice {
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 14px;
    padding: 12px 14px;
}

.flowwp-mini-cart__notice--error {
    background: #fee2e2;
    color: var(--flowwp-color-error, #dc2626);
}

.flowwp-mini-cart__notice--success {
    background: #dcfce7;
    color: var(--flowwp-color-success, #16a34a);
}

.flowwp-mini-cart__footer {
    border-top: 1px solid var(--flowwp-mini-cart-border);
    display: grid;
    gap: 14px;
    padding: 18px 22px 22px;
}

.flowwp-mini-cart__total {
    align-items: baseline;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.flowwp-mini-cart__total span {
    color: var(--flowwp-mini-cart-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.flowwp-mini-cart__total strong {
    color: var(--flowwp-mini-cart-text);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
}

.flowwp-mini-cart__total strong.is-updated {
    animation: flowwp-mini-cart-soft-highlight 420ms ease;
}

.flowwp-mini-cart__actions {
    display: grid;
    gap: 10px;
}

.flowwp-mini-cart__button {
    align-items: center;
    border: 1px solid var(--flowwp-mini-cart-accent);
    border-radius: 999px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    text-align: center;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 120ms ease;
    width: 100%;
}

.flowwp-mini-cart__button--primary {
    background: var(--flowwp-mini-cart-primary-background);
    border-color: var(--flowwp-mini-cart-primary-background);
    color: var(--flowwp-mini-cart-primary-text) !important;
}

.flowwp-mini-cart__button--primary:visited {
    color: var(--flowwp-mini-cart-primary-text) !important;
}

.flowwp-mini-cart__button--primary:hover {
    background: var(--flowwp-mini-cart-primary-hover-background);
    border-color: var(--flowwp-mini-cart-primary-hover-background);
    color: var(--flowwp-mini-cart-primary-text) !important;
}

.flowwp-mini-cart__button--secondary {
    background: transparent;
    color: var(--flowwp-mini-cart-secondary-color) !important;
}

.flowwp-mini-cart__button--secondary:visited {
    color: var(--flowwp-mini-cart-secondary-color) !important;
}

.flowwp-mini-cart__button--secondary:hover {
    background: color-mix(in srgb, var(--flowwp-mini-cart-accent) 9%, transparent);
    color: var(--flowwp-mini-cart-secondary-hover-color) !important;
}

.flowwp-mini-cart__button:active {
    transform: translateY(1px);
}

@media (min-width: 768px) {
    .flowwp-mini-cart--auto .flowwp-mini-cart__drawer,
    .flowwp-mini-cart--right .flowwp-mini-cart__drawer {
        border-radius: 26px 0 0 26px;
        bottom: 0;
        left: auto;
        max-height: 100vh;
        max-width: min(440px, calc(100vw - 32px));
        right: 0;
        top: 0;
        transform: translateX(24px);
        width: 440px;
    }

    .flowwp-mini-cart--auto.is-open .flowwp-mini-cart__drawer,
    .flowwp-mini-cart--right.is-open .flowwp-mini-cart__drawer {
        transform: translateX(0);
    }

    .flowwp-mini-cart--auto .flowwp-mini-cart__close svg,
    .flowwp-mini-cart--right .flowwp-mini-cart__close svg {
        transform: none;
    }
}

@keyframes flowwp-mini-cart-soft-highlight {
    0% {
        color: var(--flowwp-mini-cart-text);
    }

    45% {
        color: var(--flowwp-mini-cart-accent);
    }

    100% {
        color: var(--flowwp-mini-cart-text);
    }
}

@media (prefers-reduced-motion: reduce) {
    .flowwp-mini-cart *,
    .flowwp-mini-cart *::before,
    .flowwp-mini-cart *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
