.swpe-checkout-rescue-active {
    background: #f4f8fb;
}

body.swpe-checkout-rescue-active .wd-shipping-progress-bar,
body.swpe-checkout-rescue-active .wd-free-progress-bar {
    display: none !important;
}

.swpe-checkout-rescue-active .swpe-cr-header-cart-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    border: 1px solid #dbe6f0;
    border-radius: 8px;
    background: #fff;
    color: #121a2d;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: 0 10px 22px rgba(18, 26, 45, 0.06);
}

.swpe-checkout-rescue-active .swpe-cr-header-cart-fallback:hover,
.swpe-checkout-rescue-active .swpe-cr-header-cart-fallback:focus {
    color: #121a2d;
    background: #f8fbfe;
}

.swpe-checkout-rescue-active .swpe-cr-header-cart-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.swpe-checkout-rescue-active .swpe-cr-header-cart-icon path,
.swpe-checkout-rescue-active .swpe-cr-header-cart-icon circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.swpe-checkout-rescue-active .swpe-cr-header-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    color: #fff;
    background: #24aee4;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.swpe-cr-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: #121a2d;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.42;
}

.swpe-cr-page .includes_tax,
.swpe-cr-page .tax-rate,
.swpe-cr-page .woocommerce-Price-taxLabel,
.swpe-cr-section .includes_tax,
.swpe-cr-section .tax-rate,
.swpe-cr-section .woocommerce-Price-taxLabel,
body.woocommerce-cart .includes_tax,
body.woocommerce-checkout .includes_tax {
    display: none !important;
}

body.woocommerce-cart .wcsatt-add-cart-to-subscription-wrapper,
body.woocommerce-checkout .wcsatt-add-cart-to-subscription-wrapper {
    display: none !important;
}

.swpe-cr-page,
.swpe-cr-page * {
    box-sizing: border-box;
}

.swpe-cr-page .amount,
.swpe-cr-page .woocommerce-Price-amount,
.swpe-cr-page .woocommerce-Price-amount bdi,
.swpe-cr-page .woocommerce-Price-currencySymbol,
body.woocommerce-cart .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce-Price-amount bdi,
body.woocommerce-cart .woocommerce-Price-currencySymbol,
body.woocommerce-checkout .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce-Price-amount bdi,
body.woocommerce-checkout .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap !important;
}

.swpe-cr-section.is-updating {
    cursor: progress;
}

.swpe-cr-section.is-updating .swpe-cr-panel,
.swpe-cr-section.is-updating .swpe-cr-summary {
    transition: opacity 0.18s ease;
}

.swpe-cr-section.is-updating .swpe-cr-cart-form.is-updating,
.swpe-cr-cart-item.is-updating {
    opacity: 0.72;
}

.swpe-cr-wrap {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    padding: 32px clamp(14px, 2.2vw, 28px) 56px;
}

.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-error,
.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-message,
.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-info {
    position: relative;
    display: block;
    margin: 0 0 16px;
    padding: 14px 16px 14px 56px;
    border: 1px solid #bfdcf4;
    border-radius: 8px;
    background: linear-gradient(135deg, #eefbff, #fff4fb);
    color: #121a2d;
    box-shadow: 0 14px 30px rgba(18, 26, 45, 0.08);
    list-style: none;
}

.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-error::before,
.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-message::before,
.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-info::before {
    content: "i";
    position: absolute;
    top: 50%;
    left: 16px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaf8ff;
    color: #0872a7;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    transform: translateY(-50%);
}

.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-message::before {
    content: "OK";
    background: #e4f8ec;
    color: #08783f;
    font-size: 10px;
}

.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-error {
    border-color: #f0b4d9;
    background: #fff1f8;
}

.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-error::before {
    content: "!";
    background: #ffe5f3;
    color: #b31973;
}

.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-error li,
.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-message li,
.swpe-checkout-rescue-active #swpe-checkout-rescue .woocommerce-info li {
    margin: 0;
    padding: 0;
    color: inherit;
}

.swpe-cr-toast-stack {
    position: fixed;
    top: calc(88px + env(safe-area-inset-top, 0px));
    right: 18px;
    z-index: 100002;
    display: grid;
    gap: 10px;
    width: min(430px, calc(100vw - 28px));
    pointer-events: none;
}

.swpe-cr-toast {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 32px;
    gap: 12px;
    align-items: start;
    overflow: hidden;
    padding: 14px 14px 16px;
    border: 1px solid #bfdcf4;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    color: #121a2d;
    box-shadow: 0 18px 44px rgba(18, 26, 45, 0.16);
    opacity: 0;
    pointer-events: auto;
    transform: translateY(-14px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.swpe-cr-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.swpe-cr-toast.is-hiding {
    opacity: 0;
    transform: translateY(-10px);
}

.swpe-cr-toast--success {
    border-color: #bfe6d1;
    background: linear-gradient(135deg, #ffffff, #effbf4);
}

.swpe-cr-toast--error {
    border-color: #f0b4d9;
    background: linear-gradient(135deg, #ffffff, #fff2f9);
}

.swpe-cr-toast--info {
    border-color: #c9dfef;
    background: linear-gradient(135deg, #ffffff, #f3fbff);
}

.swpe-cr-toast__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eaf8ff;
    color: #0872a7;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.swpe-cr-toast--success .swpe-cr-toast__icon {
    background: #e4f8ec;
    color: #08783f;
    font-size: 11px;
}

.swpe-cr-toast--error .swpe-cr-toast__icon {
    background: #ffe5f3;
    color: #b31973;
}

.swpe-cr-toast__body {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.swpe-cr-toast__title {
    color: #121a2d;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 720;
}

.swpe-cr-toast__message {
    color: #4f6078;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.swpe-cr-toast__close {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #dbe6f0;
    border-radius: 50%;
    background: #fff;
    color: #596a83;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
}

.swpe-cr-toast__close:hover,
.swpe-cr-toast__close:focus {
    border-color: #d84fc0;
    color: #b31973;
}

.swpe-cr-toast__timer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #d84fc0, #18acd7);
    transform-origin: left center;
    animation: swpe-cr-toast-timer 5s linear forwards;
}

@keyframes swpe-cr-toast-timer {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.swpe-cr-section h1,
.swpe-cr-section h2,
.swpe-cr-section h3 {
    margin: 0;
    letter-spacing: 0;
    color: #121a2d;
}

.swpe-cr-section h1 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 720;
}

.swpe-cr-section h2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 680;
}

.swpe-cr-section h3 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 650;
}

.swpe-cr-section p,
.swpe-cr-section span,
.swpe-cr-section li,
.swpe-cr-section label {
    color: #4f6078;
    font-weight: 400;
}

.swpe-cr-section strong,
.swpe-cr-section b {
    font-weight: 640;
}

.swpe-cr-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 24px;
    align-items: start;
    min-width: 0;
}

.swpe-cr-grid--thanks {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
}

.swpe-cr-panel,
.swpe-cr-summary {
    min-width: 0;
    max-width: 100%;
    background: #fff;
    border: 1px solid #d7e2ef;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(18, 26, 45, 0.06);
}

.swpe-cr-panel {
    padding: 22px;
}

.swpe-cr-summary {
    padding: 20px;
    position: sticky;
    top: 96px;
}

.swpe-cr-summary > p {
    margin: 0 0 16px;
}

.swpe-cr-checkout-coupon {
    margin: 0 0 18px;
    color: #4f6078;
}

.swpe-cr-checkout-coupon__summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #d7e2ef;
    border-radius: 8px;
    background: #fff;
    color: #31435c;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.25;
    box-shadow: 0 8px 20px rgba(18, 26, 45, 0.04);
    list-style: none;
}

.swpe-cr-checkout-coupon__summary::-webkit-details-marker {
    display: none;
}

.swpe-cr-checkout-coupon__summary span {
    font-weight: 650;
}

.swpe-cr-checkout-coupon__summary small {
    color: #687991;
    font-size: 12px;
}

.swpe-cr-checkout-coupon__summary::after {
    content: "+";
    color: #b3349c;
    font-size: 18px;
    font-weight: 650;
    line-height: 1;
}

.swpe-cr-checkout-coupon[open] .swpe-cr-checkout-coupon__summary::after {
    content: "\2212";
}

.swpe-cr-checkout-coupon form.checkout_coupon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    width: min(100%, 620px);
    margin: 10px 0 0;
    padding: 14px;
    border: 1px solid #d7e2ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(18, 26, 45, 0.05);
}

.swpe-cr-checkout-coupon input.input-text,
.swpe-cr-checkout-coupon .button {
    min-height: 44px;
    border-radius: 8px;
}

.swpe-cr-checkout-coupon input.input-text {
    width: 100%;
    margin: 0;
    border: 1px solid #cbd9e8;
    background: #fff;
    color: #121a2d;
    font-size: 14px;
    font-weight: 520;
    box-shadow: inset 0 1px 0 rgba(18, 26, 45, 0.03);
}

.swpe-cr-checkout-coupon input.input-text:focus {
    border-color: #d84fc0;
    outline: 2px solid rgba(216, 79, 192, 0.16);
    outline-offset: 0;
}

.swpe-cr-checkout-coupon .button {
    margin: 0;
    white-space: nowrap;
}

.swpe-cr-coupon-feedback {
    grid-column: 1 / -1;
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #f0b8cf;
    border-radius: 8px;
    background: #fff2f7;
    color: #7c1f45;
    box-shadow: 0 10px 22px rgba(124, 31, 69, 0.08);
}

.swpe-cr-coupon-feedback[hidden] {
    display: none !important;
}

.swpe-cr-coupon-feedback strong {
    color: #7c1f45;
    font-size: 14px;
    line-height: 1.25;
}

.swpe-cr-coupon-feedback span {
    color: #8a405f;
    font-size: 13px;
    line-height: 1.4;
}

.swpe-cr-coupon-feedback--success {
    border-color: #a9dfbd;
    background: #effaf3;
    color: #0b6b3d;
}

.swpe-cr-coupon-feedback--success strong,
.swpe-cr-coupon-feedback--success span {
    color: #0b6b3d;
}

.swpe-cr-coupon-feedback--info {
    border-color: #bfdcf4;
    background: #f2faff;
    color: #23526f;
}

.swpe-cr-coupon-feedback--info strong,
.swpe-cr-coupon-feedback--info span {
    color: #23526f;
}

.swpe-cr-checkout-coupon .woocommerce-error,
.swpe-cr-checkout-coupon .woocommerce-message,
.swpe-cr-checkout-coupon .woocommerce-info {
    grid-column: 1 / -1;
    margin-bottom: 2px;
}

.swpe-cr-member-prompt,
.swpe-cr-guest-note,
.swpe-cr-free-delivery,
.swpe-cr-subscribe-offer,
.swpe-cr-subscription-account,
.swpe-cr-pricing-breakdown,
.swpe-cr-diagnostics,
.swpe-cr-dispatch,
.swpe-cr-weather,
.swpe-cr-country-notice {
    border-radius: 8px;
    border: 1px solid #c9dfef;
    background: #eaf8ff;
}

.swpe-cr-secondary-option {
    grid-column: 1 / -1;
    margin-top: 2px;
    border: 1px solid #d7e2ef;
    border-radius: 8px;
    background: #f8fbfe;
    color: #4f6078;
}

.swpe-cr-secondary-option > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    color: #4f6078;
    cursor: pointer;
    font-size: 13px;
    font-weight: 620;
    list-style: none;
}

.swpe-cr-secondary-option > summary::-webkit-details-marker {
    display: none;
}

.swpe-cr-secondary-option > summary::after {
    content: "+";
    color: #687991;
    font-size: 17px;
    line-height: 1;
}

.swpe-cr-secondary-option[open] > summary::after {
    content: "\2212";
}

.swpe-cr-secondary-option__content {
    padding: 0 12px 12px;
}

.swpe-cr-secondary-option__content p {
    margin: 0 0 10px;
    color: #687991;
    font-size: 13px;
    line-height: 1.45;
}

.swpe-cr-secondary-option__content button {
    min-height: 40px;
}

.swpe-cr-native-review .woocommerce-terms-and-conditions-wrapper {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e4ebf2;
    color: #687991;
    font-size: 12px;
    line-height: 1.45;
}

.swpe-cr-native-review .woocommerce-privacy-policy-text {
    margin-bottom: 8px;
    color: #687991;
    font-size: 12px;
}

.swpe-cr-native-review .woocommerce-terms-and-conditions-link {
    color: #4f6078;
    font-size: 12px;
    font-weight: 620;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.swpe-cr-native-review .woocommerce-terms-and-conditions {
    max-height: 220px;
    margin: 8px 0;
    padding: 12px;
    border: 1px solid #d7e2ef;
    border-radius: 8px;
    background: #f8fbfe;
    color: #4f6078;
    font-size: 12px;
    line-height: 1.45;
}

.swpe-cr-member-prompt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    padding: 14px;
    background: #fff4fb;
    border-color: #f4cfea;
}

.swpe-cr-member-prompt div {
    display: grid;
    gap: 4px;
}

.swpe-cr-member-prompt strong {
    font-weight: 680;
}

.swpe-cr-member-prompt__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.swpe-cr-guest-note {
    display: grid;
    gap: 4px;
    padding: 14px;
    background: #f8fbfe;
    border-color: #c9dfef;
}

.swpe-cr-guest-note strong {
    color: #121a2d;
    font-weight: 680;
}

.swpe-cr-guest-note span {
    color: #4f6078;
    font-size: 14px;
    line-height: 1.45;
}

.swpe-cr-subscription-account {
    display: grid;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #eefbff, #fff4fb);
    border-color: #f4cfea;
}

.swpe-cr-subscription-account__intro {
    display: grid;
    gap: 4px;
}

.swpe-cr-subscription-account__intro strong {
    color: #121a2d;
    font-size: 17px;
    font-weight: 680;
}

.swpe-cr-subscription-account__intro span,
.swpe-cr-subscription-account p {
    margin: 0;
    color: #4f6078;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
}

.swpe-cr-subscription-account .form-row {
    margin: 0;
}

.swpe-cr-subscription-account input[type="password"] {
    width: 100%;
}

.swpe-cr-free-delivery {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 18px;
    margin-bottom: 18px;
    padding: 16px;
    background: linear-gradient(90deg, #eefbff, #effbf5);
}

.swpe-cr-free-delivery strong,
.swpe-cr-free-delivery b {
    color: #121a2d;
    font-weight: 680;
}

.swpe-cr-free-delivery span {
    display: block;
    margin-top: 4px;
}

.swpe-cr-free-delivery a {
    color: #0a7e45;
    font-weight: 620;
    justify-self: end;
}

.swpe-cr-progress {
    grid-column: 1 / -1;
    height: 10px;
    border-radius: 999px;
    background: #dce8f4;
    overflow: hidden;
}

.swpe-cr-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #d84fc0, #18acd7);
}

.swpe-cr-cart-form {
    margin-top: 18px;
}

.swpe-cr-cart-items {
    display: grid;
    gap: 12px;
}

.swpe-cr-cart-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 130px 110px;
    gap: 16px;
    align-items: center;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

.swpe-cr-cart-item--kit {
    border-color: #bfe6d1;
    background: #eaf9f0;
}

.swpe-cr-cart-item--no-qty .swpe-cr-cart-price {
    grid-column: 4;
}

.swpe-cr-cart-thumb img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 7px;
    border: 1px solid #e0ecf4;
}

.swpe-cr-cart-thumb button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.swpe-cr-cart-main h2 {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 660;
    margin-bottom: 4px;
}

.swpe-cr-cart-main h2 a {
    color: inherit;
    text-decoration: none;
}

.swpe-cr-cart-meta,
.swpe-cr-cart-meta p,
.swpe-cr-cart-meta dl,
.swpe-cr-cart-meta dt,
.swpe-cr-cart-meta dd {
    margin: 0;
    color: #5b6d84;
    font-size: 14px;
    font-weight: 420;
}

.swpe-cr-cart-meta a,
.swpe-cr-order-kit button {
    color: #078247;
    font-weight: 620;
    text-decoration: underline;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.swpe-cr-item-subscribe-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #bfe6d1;
    border-radius: 8px;
    background: #effbf4;
}

.swpe-cr-item-subscribe-offer strong,
.swpe-cr-item-subscribe-offer span {
    display: block;
}

.swpe-cr-item-subscribe-offer strong {
    color: #08783f;
    font-size: 14px;
    font-weight: 640;
}

.swpe-cr-item-subscribe-offer span {
    margin-top: 2px;
    color: #5b6d84;
    font-size: 13px;
    font-weight: 400;
}

.swpe-cr-item-subscribe-offer .swpe-cr-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
}

.swpe-cr-cart-qty {
    display: grid;
    justify-items: center;
    gap: 5px;
}

.swpe-cr-qty-label {
    color: #5b6d84;
    font-size: 12px;
    font-weight: 560;
    line-height: 1;
}

.swpe-cr-cart-qty .quantity,
.swpe-cr-qty-control {
    display: inline-grid;
    grid-template-columns: 36px 46px 36px;
    align-items: stretch;
    width: auto;
    max-width: 118px;
    border: 1px solid #d4e0ed;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fbfe;
}

.swpe-cr-cart-qty .quantity input[type="button"],
.swpe-cr-cart-qty .quantity button,
.swpe-cr-qty-control button {
    width: 36px;
    min-width: 0;
    min-height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #f8fbfe;
    color: #121a2d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-indent: 0;
    cursor: pointer;
}

.swpe-cr-cart-qty input.qty,
.swpe-cr-cart-qty .quantity input.qty,
.swpe-cr-qty-control input.qty {
    width: 46px;
    min-width: 0;
    min-height: 40px;
    border: 0;
    border-left: 1px solid #d4e0ed;
    border-right: 1px solid #d4e0ed;
    border-radius: 0;
    padding: 0;
    background: #fff;
    color: #121a2d;
    text-align: center;
    font-size: 15px;
    font-weight: 620;
    -moz-appearance: textfield;
}

.swpe-cr-qty-control button:hover,
.swpe-cr-qty-control button:focus {
    background: #eef8fd;
    color: #0872a7;
}

.swpe-cr-qty-fixed {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid #d4e0ed;
    border-radius: 8px;
    padding: 0 12px;
    background: #f8fbfe;
    color: #5b6d84;
    font-size: 12px;
    font-weight: 560;
}

.swpe-cr-qty-fixed strong {
    color: #121a2d;
    font-size: 15px;
    font-weight: 640;
}

.swpe-cr-cart-qty input.qty::-webkit-outer-spin-button,
.swpe-cr-cart-qty input.qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.swpe-cr-cart-price {
    display: grid;
    gap: 8px;
    justify-items: end;
    font-size: 18px;
    font-weight: 680;
}

.swpe-subscription-price-note {
    display: block;
    margin-top: 3px;
    color: #687991;
    font-size: 12px;
    font-weight: 520;
    line-height: 1.25;
    white-space: normal;
}

.swpe-cr-remove {
    font-size: 13px;
    color: #687991;
    font-weight: 500;
}

.swpe-cr-cart-item.is-removing,
.swpe-cr-summary-item.is-removing {
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .16s ease, transform .16s ease;
    pointer-events: none;
}

.swpe-cr-cart-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
    padding: 12px;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbfe, #fff4fb);
}

.swpe-cr-cart-actions .coupon {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto;
    gap: 10px;
    align-items: center;
    width: min(100%, 470px);
}

.swpe-cr-cart-actions input,
.swpe-cr-cart-actions .button {
    min-height: 44px;
    border-radius: 8px;
}

.swpe-cr-cart-actions input.input-text {
    width: 100%;
    margin: 0;
    border: 1px solid #cbd9e8;
    background: #fff;
    color: #121a2d;
    font-size: 14px;
    font-weight: 520;
    box-shadow: inset 0 1px 0 rgba(18, 26, 45, 0.03);
}

.swpe-cr-cart-actions input.input-text:focus {
    border-color: #d84fc0;
    outline: 2px solid rgba(216, 79, 192, 0.16);
    outline-offset: 0;
}

.swpe-cr-cart-actions .button {
    margin: 0;
    white-space: nowrap;
}

.swpe-cr-cart-actions .coupon .button {
    border-color: #cfe0ee;
    background: #fff;
    color: #121a2d;
    box-shadow: 0 8px 18px rgba(18, 26, 45, 0.05);
}

.swpe-cr-cart-actions .coupon .button:hover,
.swpe-cr-cart-actions .coupon .button:focus {
    border-color: #d84fc0;
    color: #b31973;
    background: #fff7fc;
}

.swpe-cr-cart-actions [name="update_cart"] {
    justify-self: end;
    border-color: #cfe0ee;
    background: #fff;
    color: #506078;
    box-shadow: 0 8px 18px rgba(18, 26, 45, 0.05);
}

.swpe-cr-cart-actions [name="update_cart"]:not(:disabled):hover,
.swpe-cr-cart-actions [name="update_cart"]:not(:disabled):focus {
    border-color: #24aee4;
    color: #0872a7;
    background: #eefbff;
}

.swpe-cr-cart-actions [name="update_cart"]:disabled {
    opacity: 0.56;
    cursor: not-allowed;
    box-shadow: none;
}

.swpe-cr-button,
.swpe-cr-page .button,
.swpe-cr-page button.button,
.swpe-cr-page input.button,
.swpe-cr-page #place_order {
    min-height: 48px;
    border-radius: 8px;
    border: 1px solid #d5e1ee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #121a2d;
    background: #fff;
    font-weight: 650;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

.swpe-cr-page form[aria-busy="true"] {
    pointer-events: none;
}

.swpe-cr-page .is-loading {
    position: relative;
    opacity: .72;
}

.swpe-cr-page .is-loading::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: swpe-cr-spin .7s linear infinite;
}

@keyframes swpe-cr-spin {
    to {
        transform: rotate(360deg);
    }
}

.swpe-cr-button--pink,
.swpe-cr-page #place_order,
.swpe-cr-page .checkout-button,
.swpe-cr-mobile-paybar .swpe-cr-button {
    border-color: #d84fc0;
    color: #fff;
    background: #d84fc0;
}

.swpe-cr-page .swpe-cr-button--green {
    border-color: #0b8348;
    color: #fff;
    background: #0b8348;
}

.swpe-cr-page .swpe-cr-button--ghost {
    background: #fff;
    color: #121a2d;
}

.swpe-cr-page .swpe-cr-button--green,
.swpe-cr-page .swpe-cr-button--green:hover,
.swpe-cr-page .swpe-cr-button--green:focus {
    border-color: #0b8348 !important;
    color: #fff !important;
    background: #0b8348 !important;
}

.swpe-cr-page .swpe-cr-button--ghost,
.swpe-cr-page .swpe-cr-button--ghost:hover,
.swpe-cr-page .swpe-cr-button--ghost:focus {
    border-color: #d5e1ee !important;
    color: #121a2d !important;
    background: #fff !important;
}

.swpe-cr-subscribe-offer {
    margin: 18px 0;
    padding: 18px;
    background: linear-gradient(120deg, #fff5ff, #eefbff);
    border-color: #f1c7e7;
}

.swpe-cr-offer-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.swpe-cr-offer-head h2 {
    font-size: 21px;
    margin-bottom: 6px;
}

.swpe-cr-offer-head p {
    margin: 0;
    font-size: 16px;
}

.swpe-cr-offer-head > strong {
    color: #08783f;
    font-size: 24px;
    white-space: nowrap;
}

.swpe-cr-kit-note {
    margin: 16px 0 0;
    padding: 12px;
    color: #08783f;
    background: #e9f8ef;
    border: 1px solid #bfe6d1;
    border-radius: 8px;
    font-weight: 460;
}

.swpe-cr-offer-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.swpe-cr-renewal-controls {
    border-top: 1px solid #e3cfeb;
    margin-top: 18px;
    padding-top: 16px;
}

.swpe-cr-renewal-controls h3 small {
    color: #6a7c92;
    font-size: 13px;
    font-weight: 420;
}

.swpe-cr-frequency-tabs,
.swpe-cr-item-frequency {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
    min-width: 0;
    max-width: 100%;
}

.swpe-cr-item-subscribe-undo {
    margin-top: 10px;
}

.swpe-cr-page .swpe-cr-item-subscribe-undo button,
.swpe-cr-page .swpe-cr-item-subscribe-undo button:hover,
.swpe-cr-page .swpe-cr-item-subscribe-undo button:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid #cfe0ed;
    border-radius: 8px;
    padding: 0 14px;
    background: #fff !important;
    color: #0b7441 !important;
    font-size: 13px;
    font-weight: 620;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(18, 26, 45, 0.05);
}

.swpe-cr-page .swpe-cr-item-subscribe-undo button:hover,
.swpe-cr-page .swpe-cr-item-subscribe-undo button:focus {
    border-color: #9bd4b8;
    background: #f3fbf6 !important;
}

.swpe-cr-frequency-tabs button,
.swpe-cr-item-frequency button {
    width: 100%;
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid #d4e0ed;
    background: #fff;
    color: #121a2d;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.swpe-cr-frequency-tabs button.is-active,
.swpe-cr-item-frequency button.is-active {
    border-color: #d89500;
    color: #121a2d;
    box-shadow: inset 0 0 0 2px #d89500;
    background: #fff7fb;
}

.swpe-cr-page .swpe-cr-frequency-tabs button,
.swpe-cr-page .swpe-cr-item-frequency button,
.swpe-cr-page .swpe-cr-frequency-tabs button:hover,
.swpe-cr-page .swpe-cr-item-frequency button:hover,
.swpe-cr-page .swpe-cr-frequency-tabs button:focus,
.swpe-cr-page .swpe-cr-item-frequency button:focus {
    color: #121a2d !important;
    background: #fff !important;
}

.swpe-cr-page .swpe-cr-frequency-tabs button.is-active,
.swpe-cr-page .swpe-cr-item-frequency button.is-active {
    color: #121a2d !important;
    background: #fff7fb !important;
}

.swpe-cr-reassurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.swpe-cr-reassurance article {
    border: 1px solid #d9e4ef;
    background: #f8fbfe;
    border-radius: 8px;
    padding: 14px;
    display: grid;
    gap: 8px;
}

.swpe-cr-special-offer {
    border: 1px solid #f2c9e7;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 14px;
    text-align: center;
    background: #fff7fc;
}

.swpe-cr-special-offer > span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #d3187d;
    font-size: 13px;
    font-weight: 720;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.swpe-cr-special-offer img {
    width: min(150px, 70%);
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}

.swpe-cr-special-offer h2 {
    font-size: 18px;
    margin-bottom: 4px;
}

.swpe-cr-special-offer p {
    margin: 0 0 8px;
}

.swpe-cr-special-offer del {
    color: #7a8798;
    margin-right: 8px;
}

.swpe-cr-special-offer strong {
    color: #18aeda;
    font-size: 20px;
}

.swpe-cr-special-offer form {
    margin-top: 14px;
}

.swpe-cr-special-offer .swpe-cr-button {
    width: 100%;
}

.swpe-cr-summary .cart_totals {
    float: none;
    width: auto;
}

.swpe-cr-delivery-fallback {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: -2px 0 12px;
    padding: 12px 0;
    border-bottom: 1px solid #dbe6f0;
    color: #516279;
    font-weight: 520;
}

.swpe-cr-delivery-fallback[hidden] {
    display: none !important;
}

.swpe-cr-delivery-fallback strong {
    color: #121a2d;
    font-weight: 650;
    white-space: nowrap;
}

.swpe-cr-delivery-fallback small {
    display: block;
    color: #687991;
    font-size: 12px;
    font-weight: 520;
    line-height: 1.25;
}

.swpe-cr-summary .cart_totals h2,
.swpe-cr-summary--checkout > h2 {
    font-size: 22px;
    margin-bottom: 6px;
}

.swpe-cr-summary table,
.swpe-cr-summary .shop_table {
    border: 0;
    margin: 14px 0;
}

.swpe-cr-summary table th,
.swpe-cr-summary table td,
.swpe-cr-summary .shop_table th,
.swpe-cr-summary .shop_table td {
    border: 0;
    border-bottom: 1px solid #dbe6f0;
    padding: 12px 0;
    color: #516279;
    font-weight: 520;
}

.swpe-cr-summary table td,
.swpe-cr-summary .shop_table td {
    text-align: right;
    color: #121a2d;
    font-weight: 650;
}

.swpe-cr-delivery-fallback-row small {
    display: block;
    margin-top: 4px;
    color: #687991;
    font-size: 12px;
    font-weight: 520;
    line-height: 1.25;
}

.swpe-cr-summary .order-total th,
.swpe-cr-summary .order-total td {
    color: #121a2d;
    font-size: 24px;
    font-weight: 700;
}

.swpe-cr-visual-summary {
    display: grid;
    border-top: 1px solid #dbe6f0;
    margin-top: 10px;
}

.swpe-cr-summary-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) minmax(68px, auto);
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #dbe6f0;
    min-width: 0;
    max-width: 100%;
}

.swpe-cr-summary-item--kit {
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #bfe6d1;
    border-radius: 8px;
    background: #eaf9f0;
}

.swpe-cr-summary-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 7px;
    border: 1px solid #e0ecf4;
}

.swpe-cr-summary-thumb button,
.swpe-cr-summary-item button {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.swpe-cr-summary-item strong {
    display: block;
    color: #121a2d;
    font-size: 15px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.swpe-cr-summary-item > strong:last-child {
    text-align: right;
    font-size: 16px;
    white-space: nowrap;
}

.swpe-cr-summary-item > strong:last-child * {
    white-space: nowrap;
}

.swpe-cr-summary-item .swpe-subscription-price-note {
    text-align: right;
}

.swpe-cr-pick-mix-summary {
    display: grid;
    gap: 2px;
    margin: 5px 0 0;
    padding: 0;
    color: #40516a;
    font-size: 12px;
    line-height: 1.3;
    list-style: none;
}

.swpe-cr-pick-mix-summary li {
    margin: 0;
    padding: 0;
    overflow-wrap: anywhere;
}

.swpe-cr-summary-item span,
.swpe-cr-summary-item button,
.swpe-cr-summary-item a {
    display: block;
    margin-top: 3px;
    color: #5b6d84;
    font-size: 13px;
    font-weight: 400;
}

.swpe-cr-summary-item button,
.swpe-cr-summary-item a {
    color: #078247;
    font-weight: 600;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: 0;
}

.swpe-cr-pricing-breakdown {
    display: grid;
    gap: 10px;
    margin: 14px 0 16px;
    padding: 14px;
    background: #f8fbfe;
    border-color: #d7e4ef;
}

.swpe-cr-pricing-breakdown h3 {
    margin: 0 0 2px;
    color: #121a2d;
    font-size: 16px;
    font-weight: 680;
    line-height: 1.25;
}

.swpe-cr-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: baseline;
    color: #4f6078;
    font-size: 14px;
    line-height: 1.3;
}

.swpe-cr-price-row strong {
    color: #121a2d;
    font-weight: 650;
    white-space: nowrap;
}

.swpe-cr-price-row--discount strong {
    color: #078247;
}

.swpe-cr-price-row--kit {
    color: #08783f;
}

.swpe-cr-price-row--total {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #d7e4ef;
    color: #121a2d;
    font-size: 17px;
    font-weight: 650;
}

.swpe-cr-price-row--total strong {
    font-size: 20px;
    font-weight: 700;
}

.swpe-cr-recurring-summary {
    display: grid;
    gap: 7px;
    margin-top: 4px;
    padding: 12px;
    border: 1px solid #bfe6d1;
    border-radius: 8px;
    background: #effbf4;
}

.swpe-cr-recurring-summary > span {
    color: #08783f;
    font-size: 13px;
    font-weight: 680;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.swpe-cr-recurring-summary div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: baseline;
}

.swpe-cr-recurring-summary em {
    color: #121a2d;
    font-style: normal;
    font-weight: 560;
}

.swpe-cr-recurring-summary strong {
    color: #121a2d;
    font-weight: 680;
    white-space: nowrap;
}

.swpe-cr-recurring-summary small {
    color: #4f6078;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
}

.swpe-cr-native-review .woocommerce-checkout-review-order-table,
.swpe-cr-native-review .woocommerce-checkout-review-order-table th,
.swpe-cr-native-review .woocommerce-checkout-review-order-table td,
.swpe-cr-native-review .woocommerce-checkout-review-order-table .product-name,
.swpe-cr-native-review .woocommerce-checkout-review-order-table .product-total {
    color: #121a2d !important;
    opacity: 1 !important;
}

.swpe-cr-native-review .woocommerce-checkout-review-order-table thead,
.swpe-cr-native-review .woocommerce-checkout-review-order-table tbody {
    display: none;
}

.swpe-cr-native-review .woocommerce-checkout-review-order-table th,
.swpe-cr-native-review .woocommerce-checkout-review-order-table td {
    font-size: 14px;
    padding: 10px 0;
}

.swpe-cr-native-review .woocommerce-checkout-review-order-table th {
    text-align: left;
    color: #5b6d84 !important;
    font-weight: 560 !important;
}

.swpe-cr-native-review .woocommerce-checkout-review-order-table td {
    text-align: right;
    font-weight: 620 !important;
}

.swpe-cr-native-review .woocommerce-shipping-totals td {
    text-align: left;
}

.swpe-cr-native-review #shipping_method {
    display: grid;
    gap: 8px;
    margin: 0;
}

.swpe-cr-native-review #shipping_method li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 8px;
    align-items: start;
    padding: 9px 10px;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    background: #fff;
}

.swpe-cr-native-review #shipping_method input {
    margin-top: 3px;
}

.swpe-cr-native-review #shipping_method label {
    color: #121a2d;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 560;
}

.swpe-cr-native-review .woocommerce-checkout-review-order-table .order-total th,
.swpe-cr-native-review .woocommerce-checkout-review-order-table .order-total td,
.swpe-cr-native-review .woocommerce-checkout-review-order-table .order-total strong,
.swpe-cr-native-review .woocommerce-checkout-review-order-table .order-total .amount {
    color: #121a2d !important;
    opacity: 1 !important;
    font-size: 24px;
    font-weight: 700 !important;
}

.swpe-cr-native-review .woocommerce-checkout-payment,
.swpe-cr-native-review #payment {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.swpe-cr-native-review #payment ul.payment_methods {
    padding: 8px 0;
    border: 0;
    border-top: 1px solid #dbe6f0;
}

.swpe-cr-native-review #payment div.payment_box {
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    background: #f8fbfe;
}

.swpe-cr-delivery-confirmation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: center;
    margin: 16px 0 14px;
    padding: 15px 16px;
    border: 1px solid #8bcfe9;
    border-left: 4px solid #18aeda;
    border-radius: 8px;
    background: #eefbff;
}

.swpe-cr-delivery-confirmation__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #0872a7;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.swpe-cr-delivery-confirmation h3 {
    margin: 0 0 5px;
    color: #121a2d;
    font-size: 18px;
    line-height: 1.2;
}

.swpe-cr-delivery-confirmation address {
    margin: 0;
    color: #33445c;
    font-size: 14px;
    line-height: 1.45;
    font-style: normal;
    overflow-wrap: anywhere;
}

.swpe-cr-delivery-confirmation__edit {
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #8bcfe9;
    border-radius: 8px;
    color: #0872a7;
    background: #fff;
    font-weight: 650;
}

.swpe-cr-delivery-confirmation__edit:hover,
.swpe-cr-delivery-confirmation__edit:focus-visible {
    border-color: #0872a7;
    color: #075c87;
    background: #f8fdff;
}

.swpe-cr-delivery-confirmation.is-incomplete {
    border-color: #f0b4d9;
    border-left-color: #d84fc0;
    background: #fff7fc;
}

.swpe-cr-summary .wc-proceed-to-checkout .checkout-button,
.swpe-cr-page #place_order {
    width: 100%;
}

.swpe-cr-page #place_order.swpe-cr-button--processing {
    position: relative;
    cursor: wait;
    opacity: 0.92;
}

.swpe-cr-mobile-paybar {
    display: none;
}

.swpe-cr-field-prompt {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid #f0b4d9;
    border-radius: 8px;
    background: #fff3fb;
    color: #74305f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.swpe-cr-page input[aria-invalid="true"],
.swpe-cr-page select[aria-invalid="true"],
.swpe-cr-page textarea[aria-invalid="true"] {
    border-color: #d84fc0 !important;
    box-shadow: 0 0 0 2px rgba(216, 79, 192, 0.14) !important;
}

.swpe-cr-processing {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 12px;
    padding: 13px 14px;
    border: 1px solid #b7d6ea;
    border-radius: 8px;
    background: #f4fbff;
    color: #17324d;
}

.swpe-cr-processing--slow {
    border-color: #d9b44a;
    background: #fff9e8;
    color: #3b2a00;
}

.swpe-cr-processing--timeout {
    border-color: #d36b6b;
    background: #fff5f5;
    color: #4a1515;
}

.swpe-cr-processing__spinner {
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border: 3px solid rgba(23, 50, 77, 0.18);
    border-top-color: #1b7895;
    border-radius: 50%;
    animation: swpe-cr-spin 0.85s linear infinite;
}

.swpe-cr-processing strong,
.swpe-cr-processing p {
    display: block;
    margin: 0;
}

.swpe-cr-processing p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
}

@keyframes swpe-cr-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .swpe-cr-processing__spinner {
        animation: none;
    }
}

.swpe-cr-checkout-form .swpe-cr-grid {
    margin-top: 0;
}

.swpe-cr-fields {
    display: grid;
    gap: 16px;
    margin-top: 16px;
}

.swpe-cr-fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
}

.swpe-cr-fieldset h2 {
    grid-column: 1 / -1;
    margin-top: 6px;
}

.swpe-cr-page .form-row {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.swpe-cr-page .form-row-wide,
.swpe-cr-page #billing_email_field,
.swpe-cr-page #billing_country_field,
.swpe-cr-page #shipping_country_field,
.swpe-cr-page #billing_address_1_field,
.swpe-cr-page #shipping_address_1_field,
.swpe-cr-page #billing_address_2_field,
.swpe-cr-page #shipping_address_2_field,
.swpe-cr-page #order_comments_field {
    grid-column: 1 / -1;
}

.swpe-cr-page .form-row label {
    margin-bottom: 6px;
    color: #121a2d;
    font-weight: 620;
}

.swpe-cr-page .input-text,
.swpe-cr-page select,
.swpe-cr-account-card input {
    width: 100%;
    min-height: 50px;
    border: 1px solid #cad9e8;
    border-radius: 8px;
    padding: 0 14px;
    color: #121a2d;
    background: #fff;
}

.swpe-cr-page textarea.input-text {
    min-height: 108px;
    padding-top: 12px;
}

.swpe-cr-checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    background: #f8fbfe;
}

.swpe-cr-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #d84fc0;
}

.swpe-cr-country-notice {
    padding: 12px;
    background: #fff7e8;
    border-color: #f3d09a;
}

.swpe-cr-country-notice p {
    margin: 0 0 8px;
}

.swpe-cr-country-notice button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid #bfd8c9;
    border-radius: 8px;
    background: #fff;
    color: #0a7e45;
    font-weight: 620;
    padding: 0 14px;
    text-decoration: none;
}

.swpe-cr-diagnostics {
    margin-top: 18px;
    padding: 16px;
    background: #fff4f4;
    border-color: #f1bdbd;
}

.swpe-cr-diagnostics p {
    margin: 6px 0 12px;
}

.swpe-cr-diagnostics-timeline {
    display: grid;
    gap: 6px;
    margin: 0 0 12px;
}

.swpe-cr-diagnostics-event {
    display: flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid #edd0d8;
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
    color: #5a4750;
    font-size: 13px;
    line-height: 1.25;
}

.swpe-cr-diagnostics textarea {
    width: 100%;
    min-height: 92px;
    margin: 8px 0 12px;
    border: 1px solid #e3cad1;
    border-radius: 8px;
    padding: 12px;
}

.swpe-cr-diagnostics-note {
    display: block;
    margin-top: 10px;
    color: #725965;
    font-size: 13px;
    line-height: 1.35;
}

.swpe-cr-dispatch {
    margin-top: 16px;
    padding: 14px;
    background: #eaf8ef;
    border-color: #bfe6d1;
}

.swpe-cr-dispatch strong {
    color: #078247;
}

.swpe-cr-dispatch p {
    margin: 4px 0 0;
    color: #233249;
}

.swpe-cr-dispatch a {
    color: #08783f;
    font-weight: 620;
}

.swpe-cr-weather {
    display: grid;
    gap: 11px;
    margin: 16px 0;
    padding: 14px;
    background: linear-gradient(135deg, #effbf5, #eefbff);
    border-color: #bfe6d1;
}

.swpe-cr-weather[hidden] {
    display: none !important;
}

.swpe-cr-weather--checkout {
    margin-top: 0;
}

.swpe-cr-weather--order {
    margin: 0 0 18px;
}

.swpe-cr-weather__head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}

.swpe-cr-weather__mark {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px;
    background: #087842;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
}

.swpe-cr-weather__mark svg,
.swpe-cr-weather__day-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    overflow: visible;
}

.swpe-cr-weather__mark svg *,
.swpe-cr-weather__day-icon svg * {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.swpe-cr-weather__days {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.swpe-cr-weather__day {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    min-width: 0;
    border: 1px solid #d7e7ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, .74);
    padding: 8px;
}

.swpe-cr-weather__day-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eef8fd;
    color: #168ec2;
}

.swpe-cr-weather__day strong,
.swpe-cr-weather__day small {
    display: block;
}

.swpe-cr-weather__day small {
    color: #526173;
    font-size: 12px;
    font-weight: 560;
    line-height: 1.25;
}

.swpe-cr-weather strong {
    display: block;
    color: #121a2d;
    font-weight: 680;
}

.swpe-cr-weather p {
    margin: 3px 0 0;
    color: #2d394b;
    font-size: 13px;
    font-weight: 520;
}

.swpe-cr-weather__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.swpe-cr-weather__chips span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border: 1px solid #c9dfef;
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #087842;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 680;
}

.swpe-cr-weather__action {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.swpe-cr-weather__heat-button,
.swpe-cr-weather__heat-button:hover,
.swpe-cr-weather__heat-button:focus {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: #c33636;
    color: #fff;
    padding: 0 14px;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.swpe-cr-weather--cold {
    border-color: #f0b4b4;
    background: #fff0f0;
}

.swpe-cr-weather--cold .swpe-cr-weather__mark,
.swpe-cr-weather--cold .swpe-cr-weather__day-icon {
    background: #c33636;
    color: #fff;
}

.swpe-cr-weather--cold .swpe-cr-weather__chips span {
    border-color: #f0caca;
    color: #9f2424;
}

.swpe-cr-weather--hot {
    border-color: #f0d39a;
    background: #fff7db;
}

.swpe-cr-weather--hot .swpe-cr-weather__mark,
.swpe-cr-weather--hot .swpe-cr-weather__day-icon {
    background: #b96d13;
    color: #fff;
}

.swpe-cr-weather--hot .swpe-cr-weather__chips span {
    border-color: #efd8a6;
    color: #95550e;
}

.swpe-cr-thankyou-head {
    border-bottom: 1px solid #dbe6f0;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.swpe-cr-thankyou-head > span {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    color: #08783f;
    background: #dff6e8;
    font-weight: 620;
    margin-bottom: 14px;
}

.swpe-cr-thankyou-head p {
    margin-bottom: 0;
}

.swpe-cr-order-cards,
.swpe-cr-order-addresses {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.swpe-cr-order-addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swpe-cr-order-cards article,
.swpe-cr-order-addresses article {
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    padding: 14px;
    background: #f8fbfe;
}

.swpe-cr-order-cards article > span {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.swpe-cr-order-cards strong {
    font-weight: 680;
}

.swpe-cr-order-items article > strong:last-child {
    font-weight: 680;
    white-space: nowrap;
    text-align: right;
}

.swpe-cr-order-cards .woocommerce-Price-amount,
.swpe-cr-order-cards .woocommerce-Price-currencySymbol,
.swpe-cr-order-items .woocommerce-Price-amount,
.swpe-cr-order-items .woocommerce-Price-currencySymbol {
    display: inline;
    margin: 0;
    color: inherit;
    font: inherit;
    white-space: nowrap;
}

.swpe-cr-order-items {
    display: grid;
    border-top: 1px solid #dbe6f0;
}

.swpe-cr-order-items article {
    display: grid;
    grid-template-columns: 62px 1fr auto;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid #dbe6f0;
    padding: 14px 0;
}

.swpe-cr-order-items img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 7px;
}

.swpe-cr-order-items article > div:nth-child(2) > strong {
    font-weight: 660;
}

.swpe-cr-order-items article > div:nth-child(2) > span {
    display: block;
    margin-top: 3px;
}

.swpe-cr-order-delivery__icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid #cfe0ed;
    border-radius: 7px;
    background: #eef8fd;
    color: #168ec2;
}

.swpe-cr-order-delivery__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.swpe-cr-order-kit {
    background: #effbf4;
    margin-inline: -10px;
    padding-inline: 10px !important;
    border-radius: 8px;
}

.swpe-cr-order-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.swpe-cr-account-card {
    display: grid;
    gap: 12px;
}

.swpe-cr-account-card ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.swpe-cr-account-card li {
    border-bottom: 1px solid #dbe6f0;
    padding-bottom: 10px;
}

.swpe-cr-account-card label {
    display: grid;
    gap: 6px;
    color: #121a2d;
    font-weight: 620;
}

.swpe-cr-security-note {
    padding: 12px;
    border-radius: 8px;
    background: #eaf8ff;
    border: 1px solid #c9dfef;
    font-size: 13px;
}

.swpe-cr-modal[hidden],
.swpe-cr-billing-fields[hidden],
.swpe-cr-diagnostics[hidden],
.swpe-cr-country-notice[hidden] {
    display: none !important;
}

.swpe-cr-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(18, 26, 45, 0.62);
}

.swpe-cr-modal__dialog {
    position: relative;
    width: min(920px, 96vw);
    max-height: 90vh;
    overflow: auto;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
}

.swpe-cr-modal__dialog--text {
    width: min(520px, 96vw);
    padding: 24px;
}

.swpe-cr-modal__dialog img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.swpe-cr-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d7e2ef;
    background: #fff;
}

@media (max-width: 980px) {
    body.swpe-checkout-rescue-active.swpe-cr-mobile-paybar-visible {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    .swpe-cr-grid,
    .swpe-cr-grid--thanks {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .swpe-cr-checkout-coupon {
        grid-template-columns: 1fr;
    }

    .swpe-cr-summary {
        position: static;
    }

    .swpe-cr-cart-item {
        grid-template-columns: 72px 1fr;
    }

    .swpe-cr-cart-qty,
    .swpe-cr-cart-price {
        grid-column: 2;
        justify-items: start;
    }

    .swpe-cr-reassurance,
    .swpe-cr-order-cards,
    .swpe-cr-order-addresses {
        grid-template-columns: 1fr;
    }

    .swpe-cr-mobile-paybar:not([hidden]) {
        position: fixed;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        left: 10px;
        z-index: 100020;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        min-height: 72px;
        padding: 10px;
        border: 1px solid #d7e2ef;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 18px 44px rgba(18, 26, 45, 0.18);
    }

    .swpe-cr-mobile-paybar div {
        display: grid;
        gap: 2px;
        min-width: 0;
    }

    .swpe-cr-mobile-paybar strong {
        color: #121a2d;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
    }

    .swpe-cr-mobile-paybar span {
        color: #4f6078;
        font-size: 12px;
        line-height: 1.25;
        font-weight: 500;
    }

    .swpe-cr-mobile-paybar .swpe-cr-button {
        min-height: 48px;
        width: auto;
        min-width: 132px;
        padding: 0 14px;
        white-space: nowrap;
    }

    .swpe-checkout-rescue-active .swpe-cr-chat-safe {
        right: 14px !important;
        bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

@media (max-width: 767px) {
    .swpe-cr-section--cart .swpe-cr-reassurance {
        display: none;
    }

    .swpe-cr-fieldset {
        grid-template-columns: 1fr;
    }

    .swpe-cr-summary-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
    }

    .swpe-cr-summary-item > strong:last-child {
        grid-column: 2;
        justify-self: start;
        text-align: left;
        white-space: normal;
    }

    .swpe-cr-summary-item > strong:last-child .amount,
    .swpe-cr-summary-item > strong:last-child .woocommerce-Price-amount,
    .swpe-cr-summary-item > strong:last-child .woocommerce-Price-currencySymbol {
        white-space: nowrap !important;
    }

    .swpe-cr-summary-item > strong:last-child .swpe-subscription-price-note {
        white-space: normal !important;
    }
}

@media (max-width: 640px) {
    .swpe-cr-delivery-confirmation {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .swpe-cr-delivery-confirmation__edit {
        width: 100%;
        margin-top: 4px;
    }

    body.swpe-checkout-rescue-active.swpe-cr-mobile-paybar-visible {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    .swpe-cr-mobile-paybar:not([hidden]) {
        position: fixed;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        left: 10px;
        z-index: 100020;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        min-height: 72px;
        padding: 10px;
        border: 1px solid #d7e2ef;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 18px 44px rgba(18, 26, 45, 0.18);
    }

    .swpe-cr-mobile-paybar div {
        display: grid;
        gap: 2px;
        min-width: 0;
    }

    .swpe-cr-mobile-paybar strong {
        color: #121a2d;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
    }

    .swpe-cr-mobile-paybar span {
        color: #4f6078;
        font-size: 12px;
        line-height: 1.25;
        font-weight: 500;
    }

    .swpe-cr-mobile-paybar .swpe-cr-button {
        min-height: 48px;
        width: auto;
        min-width: 132px;
        padding: 0 14px;
        white-space: nowrap;
    }

    .swpe-checkout-rescue-active .swpe-cr-chat-safe {
        bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .swpe-cr-toast-stack {
        top: calc(72px + env(safe-area-inset-top, 0px));
        right: 10px;
        left: 10px;
        width: auto;
    }

    .swpe-cr-toast {
        grid-template-columns: 30px minmax(0, 1fr) 30px;
        gap: 10px;
        padding: 12px 12px 15px;
    }

    .swpe-cr-toast__icon {
        width: 30px;
        height: 30px;
    }

    .swpe-cr-toast__title,
    .swpe-cr-toast__message {
        font-size: 13px;
    }

    .swpe-cr-wrap {
        width: min(100% - 20px, 1240px);
        padding-top: 18px;
    }

    .swpe-cr-panel,
    .swpe-cr-summary {
        padding: 16px;
    }

    .swpe-cr-section--cart .cart_totals .woocommerce-shipping-totals th,
    .swpe-cr-section--cart .cart_totals tr.shipping th {
        display: none;
    }

    .swpe-cr-section--cart .cart_totals .woocommerce-shipping-totals td,
    .swpe-cr-section--cart .cart_totals tr.shipping td {
        text-align: left;
    }

    .swpe-cr-section--cart .cart_totals .woocommerce-shipping-totals td:before,
    .swpe-cr-section--cart .cart_totals tr.shipping td:before {
        content: "Shipping";
        display: block;
        margin-bottom: 4px;
        color: #516279;
        font-size: 13px;
        font-weight: 680;
    }

    .swpe-cr-section--cart .cart_totals .woocommerce-shipping-totals td:after,
    .swpe-cr-section--cart .cart_totals tr.shipping td:after {
        content: "Other delivery options available at checkout.";
        display: block;
        margin-top: 5px;
        color: #687991;
        font-size: 12px;
        font-weight: 520;
        line-height: 1.25;
    }

    .swpe-cr-delivery-fallback {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: baseline;
    }

    .swpe-cr-delivery-fallback small {
        grid-column: 1 / -1;
    }

    .swpe-cr-member-prompt,
    .swpe-cr-free-delivery,
    .swpe-cr-offer-head,
    .swpe-cr-order-actions {
        display: grid;
    }

    .swpe-cr-member-prompt__actions {
        display: grid;
        justify-content: stretch;
    }

    .swpe-cr-member-prompt .swpe-cr-button,
    .swpe-cr-offer-actions form,
    .swpe-cr-offer-actions .swpe-cr-button,
    .swpe-cr-diagnostics .swpe-cr-button,
    .swpe-cr-country-notice button {
        width: 100%;
    }

    .swpe-cr-fields {
        gap: 14px;
    }

    .swpe-cr-fieldset {
        gap: 12px;
    }

    .swpe-cr-page .input-text,
    .swpe-cr-page select,
    .swpe-cr-account-card input {
        min-height: 48px;
    }

    .swpe-cr-checkbox {
        align-items: flex-start;
    }

    .swpe-cr-checkbox input {
        flex: 0 0 auto;
        margin-top: 2px;
    }

    .swpe-cr-free-delivery {
        grid-template-columns: 1fr;
    }

    .swpe-cr-free-delivery a {
        justify-self: start;
    }

    .swpe-cr-cart-actions,
    .swpe-cr-cart-actions .coupon,
    .swpe-cr-checkout-coupon form.checkout_coupon {
        grid-template-columns: 1fr;
    }

    .swpe-cr-cart-actions {
        padding: 10px;
    }

    .swpe-cr-cart-actions [name="update_cart"],
    .swpe-cr-cart-actions .coupon .button,
    .swpe-cr-checkout-coupon .button {
        justify-self: stretch;
        width: 100%;
    }

    .swpe-cr-frequency-tabs,
    .swpe-cr-item-frequency {
        grid-template-columns: 1fr;
    }

    .swpe-cr-weather__days {
        grid-template-columns: 1fr;
    }

    .swpe-cr-cart-item {
        gap: 12px;
        align-items: start;
    }

    .swpe-cr-cart-thumb img {
        width: 64px;
        height: 64px;
    }

    .swpe-cr-cart-main h2 {
        font-size: 16px;
    }

    .swpe-cr-cart-price {
        width: 100%;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }

    .swpe-cr-native-review #payment ul.payment_methods {
        padding-bottom: 4px;
    }

    .swpe-cr-native-review #shipping_method li {
        grid-template-columns: 20px minmax(0, 1fr);
    }

    .swpe-cr-page #place_order {
        min-height: 54px;
        font-size: 16px;
    }

    .swpe-cr-modal {
        padding: 12px;
    }

    .swpe-cr-modal__dialog--text {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .swpe-cr-toast {
        transition: none;
        transform: none;
    }

    .swpe-cr-toast__timer {
        animation: none;
    }
}

@media (min-width: 981px) {
    .swpe-checkout-rescue-active .swpe-cr-chat-safe {
        right: auto !important;
        left: 24px !important;
        bottom: 24px !important;
    }
}
