body.swpe-account-active {
    --swpe-account-ink: #142033;
    --swpe-account-text: #2d394b;
    --swpe-account-muted: #66748b;
    --swpe-account-soft: #f5f8fb;
    --swpe-account-white: #fff;
    --swpe-account-line: #dce5ef;
    --swpe-account-line-strong: #c8d7e6;
    --swpe-account-pink: #d85fc4;
    --swpe-account-pink-dark: #b83ea4;
    --swpe-account-pink-soft: #fff1fb;
    --swpe-account-blue: #1ca7dc;
    --swpe-account-blue-dark: #0f8fbf;
    --swpe-account-blue-soft: #eaf8ff;
    --swpe-account-green: #087842;
    --swpe-account-green-dark: #123b27;
    --swpe-account-green-soft: #eafaf2;
    --swpe-account-amber: #b96d13;
    --swpe-account-amber-soft: #fff7db;
    --swpe-account-radius: 8px;
    --swpe-account-shadow: 0 18px 42px rgba(20, 32, 51, .12);
    --swpe-account-shadow-soft: 0 8px 24px rgba(20, 32, 51, .07);
    background: var(--swpe-account-soft);
}

body.swpe-account-active .woocommerce,
body.swpe-account-active .woocommerce * {
    box-sizing: border-box;
}

body.swpe-account-active .woocommerce {
    color: var(--swpe-account-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

body.swpe-account-active .woocommerce::before,
body.swpe-account-active .woocommerce::after,
body.swpe-account-active .woocommerce-MyAccount-content::before,
body.swpe-account-active .woocommerce-MyAccount-content::after {
    content: none !important;
    display: none !important;
}

body.swpe-account-active .woocommerce a {
    text-decoration: none;
}

body.swpe-account-active .woocommerce h1,
body.swpe-account-active .woocommerce h2,
body.swpe-account-active .woocommerce h3,
body.swpe-account-active .woocommerce p {
    margin-top: 0;
}

body.swpe-account-active .woocommerce img {
    max-width: 100%;
    height: auto;
}

body.swpe-account-active .woocommerce svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
}

body.swpe-account-active .woocommerce-MyAccount-navigation,
body.swpe-account-active .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    clear: none !important;
    margin: 0 !important;
}

body.swpe-account-logged-in .woocommerce {
    width: min(1180px, calc(100% - 32px));
    margin: 32px auto 56px;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

body.swpe-account-logged-in .entry-content > .woocommerce,
body.swpe-account-logged-in .woocommerce:has(.swpe-account-dashboard),
body.swpe-account-logged-in .woocommerce:has(.woocommerce-MyAccount-navigation) {
    width: min(1180px, calc(100% - 32px)) !important;
    max-width: 1180px !important;
    margin: 32px auto 56px !important;
    display: grid !important;
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
    overflow: visible !important;
}

body.swpe-account-logged-in .woocommerce:has(> .wd-my-account-wrapper) {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}

body.swpe-account-logged-in .wd-my-account-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
}

body.swpe-account-logged-in .wd-my-account-sidebar {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.swpe-account-active .wd-my-account-sidebar > h1,
body.swpe-account-active .wd-my-account-sidebar > h2,
body.swpe-account-active .wd-my-account-sidebar > h3,
body.swpe-account-active .wd-my-account-sidebar > .title,
body.swpe-account-active .wd-my-account-sidebar > .entry-title {
    display: none !important;
}

body.swpe-account-logged-in .woocommerce-MyAccount-content.wd-grid-col {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-self: stretch !important;
    align-self: start !important;
}

body.swpe-account-active .site-content,
body.swpe-account-active .entry-content,
body.swpe-account-active .main-page-wrapper {
    overflow: visible;
}

body.swpe-account-active .content-layout-wrapper.container {
    width: min(1240px, calc(100% - 32px)) !important;
    max-width: 1240px !important;
    display: block !important;
}

body.swpe-account-active .wd-content-area.site-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.swpe-account-active .entry-title,
body.swpe-account-active .page-title,
body.swpe-account-active .wd-page-title {
    display: none !important;
}

body.swpe-account-active .woocommerce-notices-wrapper,
body.swpe-account-active .woocommerce-error,
body.swpe-account-active .woocommerce-info,
body.swpe-account-active .woocommerce-message {
    grid-column: 1 / -1;
}

body.swpe-account-active .woocommerce-info,
body.swpe-account-active .woocommerce-message,
body.swpe-account-active .woocommerce-error {
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #bfdcf4;
    border-radius: var(--swpe-account-radius);
    background: linear-gradient(135deg, #eefbff, #fff4fb);
    color: var(--swpe-account-ink);
    box-shadow: var(--swpe-account-shadow-soft);
}

.swpe-account-nav {
    position: sticky;
    top: 112px;
    overflow: hidden;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    box-shadow: var(--swpe-account-shadow-soft);
}

.swpe-account-profile {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 18px;
    background: var(--swpe-account-ink);
    color: var(--swpe-account-white);
}

.swpe-account-avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--swpe-account-blue);
    color: var(--swpe-account-white);
    font-size: 17px;
    font-weight: 850;
    line-height: 1;
}

.swpe-account-profile small {
    display: block;
    margin-bottom: 2px;
    color: #b8c7da;
    font-size: 12px;
    font-weight: 600;
}

.swpe-account-profile strong {
    display: block;
    overflow: hidden;
    color: inherit;
    font-size: 18px;
    font-weight: 760;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swpe-account-nav ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 8px;
    list-style: none;
}

.swpe-account-nav li {
    margin: 0;
    padding: 0;
}

.swpe-account-nav a {
    min-height: 48px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--swpe-account-radius);
    padding: 0 10px;
    color: var(--swpe-account-ink);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.swpe-account-nav a:hover,
.swpe-account-nav a:focus,
.swpe-account-nav a:focus-visible,
.swpe-account-action:hover,
.swpe-account-action:focus,
.swpe-account-action:focus-visible,
.swpe-account-area-card:hover,
.swpe-account-area-card:focus,
.swpe-account-area-card:focus-visible,
.swpe-account-support-card:hover,
.swpe-account-support-card:focus,
.swpe-account-support-card:focus-visible,
.swpe-account-button:hover,
.swpe-account-button:focus,
.swpe-account-button:focus-visible {
    outline: 0;
    border-color: #b7d9ec;
    box-shadow: var(--swpe-account-shadow), 0 0 0 3px rgba(28, 167, 220, .16);
    transform: translateY(-1px);
}

.swpe-account-nav a span {
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swpe-account-nav a small {
    min-width: 24px;
    min-height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--swpe-account-soft);
    color: var(--swpe-account-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.swpe-account-nav li.is-active a {
    border-color: rgba(28, 167, 220, .28);
    background: var(--swpe-account-blue-soft);
    color: #103f5c;
}

.swpe-account-nav li.is-active a span {
    font-weight: 720;
}

body.swpe-account-active .woocommerce-MyAccount-content {
    min-width: 0;
    grid-column: 2 !important;
    display: block !important;
}

body.swpe-account-active .woocommerce-MyAccount-navigation {
    grid-column: 1 !important;
}

.swpe-account-dashboard {
    display: grid;
    gap: 18px;
    width: 100% !important;
    max-width: none !important;
}

.swpe-account-hero {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 16px;
    align-items: stretch;
}

.swpe-account-hero__copy,
.swpe-account-hero__media,
.swpe-account-summary article,
.swpe-account-section,
.swpe-account-action,
.swpe-account-area-card,
.swpe-account-support-card,
.swpe-account-return {
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    box-shadow: var(--swpe-account-shadow-soft);
}

.swpe-account-hero__copy {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
    overflow: hidden;
    background: var(--swpe-account-green-dark);
    color: var(--swpe-account-white);
}

.swpe-account-eyebrow {
    margin: 0 0 9px;
    color: #9fe0b3;
    font-size: 12px;
    font-weight: 760;
    line-height: 1.1;
    text-transform: uppercase;
}

.swpe-account-hero h1 {
    max-width: 720px;
    margin-bottom: 12px;
    color: inherit;
    font-size: 46px;
    font-weight: 800;
    line-height: .98;
}

.swpe-account-hero__copy > p:not(.swpe-account-eyebrow) {
    max-width: 690px;
    margin-bottom: 22px;
    color: #dceee3;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}

.swpe-account-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.swpe-account-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: var(--swpe-account-radius);
    padding: 0 16px;
    color: var(--swpe-account-white);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.1;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.swpe-account-button--pink {
    background: var(--swpe-account-pink);
    box-shadow: 0 12px 24px rgba(216, 95, 196, .2);
}

.swpe-account-button--green {
    background: var(--swpe-account-green);
    box-shadow: 0 12px 24px rgba(8, 120, 66, .18);
}

.swpe-account-button--blue {
    background: var(--swpe-account-blue);
    box-shadow: 0 12px 24px rgba(28, 167, 220, .2);
}

.swpe-account-button--light {
    border-color: var(--swpe-account-line);
    background: var(--swpe-account-white);
    color: var(--swpe-account-ink);
}

.swpe-account-hero__media {
    min-height: 270px;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: hidden;
}

.swpe-account-passport-image {
    min-height: 250px;
    display: grid;
    place-items: center;
    padding: 16px;
    background: linear-gradient(135deg, var(--swpe-account-blue-soft), var(--swpe-account-green-soft) 72%, var(--swpe-account-pink-soft));
}

.swpe-account-passport-image img {
    width: auto;
    max-width: 100%;
    height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(20, 32, 51, .16));
}

.swpe-account-next-step {
    padding: 18px;
}

.swpe-account-next-step span {
    display: block;
    margin-bottom: 6px;
    color: var(--swpe-account-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.swpe-account-next-step strong {
    display: block;
    margin-bottom: 4px;
    color: var(--swpe-account-ink);
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.swpe-account-next-step small {
    color: var(--swpe-account-green);
    font-size: 13px;
    font-weight: 620;
    line-height: 1.35;
}

.swpe-account-mobile-shortcuts {
    display: none;
}

.swpe-account-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.swpe-account-summary article {
    min-height: 112px;
    padding: 16px;
}

.swpe-account-summary span,
.swpe-account-section__head p,
.swpe-account-area-card span,
.swpe-account-action p,
.swpe-account-orders small,
.swpe-account-empty span,
.swpe-account-support-card small,
.swpe-account-return p {
    color: var(--swpe-account-muted);
    font-weight: 400;
}

.swpe-account-summary span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.swpe-account-summary strong {
    display: block;
    color: var(--swpe-account-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
}

.swpe-account-summary small {
    color: var(--swpe-account-muted);
    font-size: 13px;
    font-weight: 400;
}

.swpe-account-section {
    padding: 18px;
}

.swpe-account-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.swpe-account-section__head h2 {
    margin-bottom: 0;
    color: var(--swpe-account-ink);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.08;
}

.swpe-account-section__head p {
    max-width: 520px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: right;
}

.swpe-account-actions,
.swpe-account-area-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.swpe-account-action,
.swpe-account-area-card,
.swpe-account-support-card {
    color: inherit;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.swpe-account-action {
    min-height: 188px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
}

.swpe-account-action__icon,
.swpe-account-area-card__icon {
    display: grid;
    place-items: center;
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-soft);
    color: var(--swpe-account-ink);
}

.swpe-account-action__icon {
    width: 42px;
    height: 42px;
}

.swpe-account-area-card__icon {
    width: 38px;
    height: 38px;
}

.swpe-account-action--green .swpe-account-action__icon {
    background: var(--swpe-account-green-soft);
    color: var(--swpe-account-green);
}

.swpe-account-action--blue .swpe-account-action__icon {
    background: var(--swpe-account-blue-soft);
    color: var(--swpe-account-blue-dark);
}

.swpe-account-action--pink .swpe-account-action__icon {
    background: var(--swpe-account-pink-soft);
    color: var(--swpe-account-pink-dark);
}

.swpe-account-action--amber .swpe-account-action__icon {
    background: var(--swpe-account-amber-soft);
    color: var(--swpe-account-amber);
}

.swpe-account-action h3 {
    margin: 14px 0 7px;
    color: var(--swpe-account-ink);
    font-size: 18px;
    font-weight: 720;
    line-height: 1.12;
}

.swpe-account-action p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.4;
}

.swpe-account-action > span {
    color: var(--swpe-account-blue-dark);
    font-size: 13px;
    font-weight: 700;
}

.swpe-account-area-card {
    min-height: 132px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 14px;
    padding: 16px;
}

.swpe-account-area-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.swpe-account-area-card__top small {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: var(--swpe-account-soft);
    color: var(--swpe-account-muted);
    padding: 0 8px;
    font-size: 11px;
    font-weight: 650;
    white-space: nowrap;
}

.swpe-account-area-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--swpe-account-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.12;
}

.swpe-account-area-card span {
    font-size: 13px;
    line-height: 1.35;
}

.swpe-account-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 16px;
}

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

.swpe-account-orders li {
    min-height: 72px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 12px;
}

.swpe-account-order-thumb {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-green-soft);
}

.swpe-account-order-thumb img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.swpe-account-orders strong,
.swpe-account-empty strong {
    display: block;
    color: var(--swpe-account-ink);
    font-size: 14px;
    font-weight: 700;
}

.swpe-account-orders small {
    display: block;
    font-size: 13px;
    line-height: 1.35;
}

.swpe-account-orders a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: var(--swpe-account-green-soft);
    color: var(--swpe-account-green);
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.swpe-account-empty {
    display: grid;
    gap: 4px;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 18px;
}

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

.swpe-account-support-card {
    min-height: 108px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
}

.swpe-account-support-card img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.swpe-account-support-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--swpe-account-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
}

.swpe-account-support-card small {
    display: block;
    font-size: 13px;
    line-height: 1.35;
}

.swpe-account-return {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border-color: #cde7d9;
    background: var(--swpe-account-green-soft);
    padding: 20px;
}

.swpe-account-return h2 {
    margin-bottom: 6px;
    color: var(--swpe-account-green-dark);
    font-size: 24px;
    font-weight: 760;
}

.swpe-account-return p {
    max-width: 720px;
    margin-bottom: 0;
    color: #315e48;
    line-height: 1.45;
}

body.swpe-account-active .woocommerce-MyAccount-content:not(:has(.swpe-account-dashboard)) {
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 0;
    box-shadow: var(--swpe-account-shadow-soft);
    overflow: hidden;
}

body.swpe-account-active .woocommerce-MyAccount-content > p {
    color: var(--swpe-account-muted);
    font-size: 15px;
    line-height: 1.5;
}

body.swpe-account-endpoint-active .woocommerce-MyAccount-content > p,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > form,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > table,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-info,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-message,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-error,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-address-fields,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-Addresses,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-order-details,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-customer-details,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-EditAccountForm,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-pagination,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .wc_points_rewards_account,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-MyAccount-downloads,
body.swpe-account-endpoint-active .woocommerce-MyAccount-content > div:not(.swpe-account-endpoint-intro) {
    margin-right: 22px;
    margin-left: 22px;
}

body.swpe-account-endpoint-active .woocommerce-MyAccount-content > table {
    width: calc(100% - 44px);
}

body.swpe-account-endpoint-active .woocommerce-MyAccount-content > *:last-child {
    margin-bottom: 22px;
}

.swpe-account-standalone {
    width: min(1040px, calc(100% - 32px));
    display: grid;
    gap: 16px;
    margin: 32px auto 56px;
}

.swpe-account-endpoint-body {
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 22px;
    box-shadow: var(--swpe-account-shadow-soft);
}

.swpe-account-endpoint-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    border-bottom: 1px solid var(--swpe-account-line);
    background: linear-gradient(135deg, var(--swpe-account-blue-soft), #fff 58%, var(--swpe-account-pink-soft));
    padding: 24px;
}

.swpe-account-standalone .swpe-account-endpoint-intro {
    overflow: hidden;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    box-shadow: var(--swpe-account-shadow-soft);
}

.swpe-account-endpoint-copy {
    max-width: 780px;
}

.swpe-account-endpoint-copy .swpe-account-eyebrow {
    color: var(--swpe-account-blue-dark);
}

.swpe-account-endpoint-copy h1 {
    max-width: 760px;
    margin-bottom: 8px;
    color: var(--swpe-account-ink);
    font-size: 34px;
    font-weight: 720;
    line-height: 1.04;
}

.swpe-account-endpoint-copy > p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--swpe-account-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

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

.swpe-account-endpoint-highlights div {
    min-height: 112px;
    display: grid;
    align-content: start;
    gap: 7px;
    border: 1px solid rgba(28, 167, 220, .16);
    border-radius: var(--swpe-account-radius);
    background: rgba(255, 255, 255, .74);
    padding: 14px;
}

.swpe-account-endpoint-highlights span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-blue-soft);
    color: var(--swpe-account-blue-dark);
}

.swpe-account-endpoint-highlights strong {
    color: var(--swpe-account-ink);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.2;
}

.swpe-account-endpoint-highlights small {
    color: var(--swpe-account-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.swpe-account-endpoint-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.swpe-account-active .woocommerce-MyAccount-content table {
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    border-collapse: separate;
    border-spacing: 0;
    background: var(--swpe-account-white);
    table-layout: fixed;
    overflow: hidden;
}

body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-number,
body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number {
    width: 12%;
}

body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-date,
body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date {
    width: 18%;
}

body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-status,
body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status {
    width: 16%;
}

body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-total,
body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total {
    width: 28%;
}

body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-actions,
body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
    width: 26%;
}

body.swpe-account-active .woocommerce-MyAccount-content table th,
body.swpe-account-active .woocommerce-MyAccount-content table td {
    padding: 14px;
    border-color: var(--swpe-account-line);
    vertical-align: middle;
    overflow-wrap: anywhere;
}

body.swpe-account-active .woocommerce-MyAccount-content table th {
    background: var(--swpe-account-soft);
    color: var(--swpe-account-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.swpe-account-active .woocommerce-MyAccount-content table td {
    color: var(--swpe-account-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

body.swpe-account-active .woocommerce-MyAccount-content table td a:not(.button) {
    color: var(--swpe-account-blue-dark);
    font-weight: 650;
}

body.swpe-account-endpoint-view-order .woocommerce-MyAccount-content table th:last-child,
body.swpe-account-endpoint-view-order .woocommerce-MyAccount-content table td:last-child {
    width: 160px;
    text-align: right;
}

body.swpe-account-endpoint-view-order .woocommerce-MyAccount-content table th:last-child {
    white-space: normal;
}

body.swpe-account-endpoint-view-order .woocommerce-MyAccount-content table td:last-child .button,
body.swpe-account-endpoint-view-order .woocommerce-MyAccount-content table td:last-child a.button {
    max-width: 100%;
    white-space: nowrap;
}

body.swpe-account-active .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions,
body.swpe-account-active .woocommerce-MyAccount-content td[class*="order-actions"] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

body.swpe-account-active .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions .button,
body.swpe-account-active .woocommerce-MyAccount-content td[class*="order-actions"] .button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table {
    display: block;
    width: calc(100% - 44px);
    margin: 16px 22px 20px;
    border: 0;
    background: transparent;
    table-layout: auto;
    overflow: visible;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table thead {
    display: none;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table tbody {
    display: grid;
    gap: 10px;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table tr {
    display: grid;
    grid-template-columns: minmax(82px, .7fr) minmax(118px, .95fr) minmax(104px, .85fr) minmax(160px, 1.35fr);
    gap: 12px 16px;
    align-items: start;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 12px;
    box-shadow: 0 6px 16px rgba(20, 32, 51, .05);
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table th.woocommerce-orders-table__cell,
body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td {
    display: grid;
    width: auto !important;
    min-width: 0 !important;
    gap: 4px;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    overflow-wrap: anywhere;
    text-align: left;
    text-transform: none;
    white-space: normal;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table th.woocommerce-orders-table__cell::before,
body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td::before {
    content: attr(data-title);
    color: var(--swpe-account-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table th.woocommerce-orders-table__cell-order-number::before {
    content: "Order";
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid var(--swpe-account-line) !important;
    padding-top: 10px !important;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before {
    flex: 0 0 auto;
    min-width: 70px;
    text-align: left;
}

body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button {
    min-width: 0;
    max-width: 100%;
    margin: 0;
}

body.swpe-account-active .woocommerce-MyAccount-content td mark,
body.swpe-account-active .woocommerce-MyAccount-content td .order-status,
body.swpe-account-active .woocommerce-MyAccount-content td .subscription-status,
body.swpe-account-active .woocommerce-MyAccount-content .order-status:not(th):not(.woocommerce-orders-table__header-order-status),
body.swpe-account-active .woocommerce-MyAccount-content .subscription-status:not(th):not(.woocommerce-orders-table__header-order-status) {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    border-radius: 999px;
    background: var(--swpe-account-green-soft);
    color: var(--swpe-account-green);
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
}

body.swpe-account-active .woocommerce-MyAccount-content th.order-status,
body.swpe-account-active .woocommerce-MyAccount-content th.subscription-status,
body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-orders-table__header-order-status,
body.swpe-account-active .woocommerce-MyAccount-content table th mark {
    display: table-cell;
    min-height: 0;
    border-radius: 0;
    background: var(--swpe-account-soft);
    color: var(--swpe-account-muted);
    padding: 14px;
    font-size: 12px;
    font-weight: 700;
}

body.swpe-account-active .woocommerce-MyAccount-content table td.subscription-status.order-status,
body.swpe-account-active .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-subscription-status {
    display: table-cell !important;
    width: 16% !important;
    min-width: 112px !important;
    border-radius: 0;
    background: transparent !important;
    color: var(--swpe-account-green);
    padding: 14px !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: normal !important;
    text-align: left;
    white-space: nowrap !important;
    word-break: normal !important;
}

body.swpe-account-active .woocommerce-MyAccount-content h2,
body.swpe-account-active .woocommerce-MyAccount-content h3,
body.swpe-account-active .woocommerce-MyAccount-content legend {
    color: var(--swpe-account-ink);
    font-weight: 680;
    line-height: 1.12;
}

body.swpe-account-active .woocommerce-MyAccount-content h2 {
    margin: 22px 22px 12px;
    font-size: 25px;
}

body.swpe-account-active .woocommerce-MyAccount-content h3,
body.swpe-account-active .woocommerce-MyAccount-content legend {
    margin: 18px 0 10px;
    font-size: 18px;
}

body.swpe-account-active .woocommerce-MyAccount-content address {
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-soft);
    padding: 16px;
    color: var(--swpe-account-text);
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}

body.swpe-account-active .woocommerce-MyAccount-content fieldset {
    margin: 18px 0;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-soft);
    padding: 16px;
}

body.swpe-account-active .woocommerce-MyAccount-content .form-row {
    margin-bottom: 14px;
}

body.swpe-account-active .woocommerce-MyAccount-content .form-row-first,
body.swpe-account-active .woocommerce-MyAccount-content .form-row-last {
    width: calc(50% - 6px);
}

body.swpe-account-active .woocommerce-MyAccount-content .form-row-wide {
    clear: both;
}

body.swpe-account-active .woocommerce-MyAccount-content label {
    margin-bottom: 7px;
    color: var(--swpe-account-ink);
    font-size: 13px;
    font-weight: 650;
}

body.swpe-account-active .woocommerce-MyAccount-content em,
body.swpe-account-active .woocommerce-MyAccount-content .description {
    color: var(--swpe-account-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-Addresses,
body.swpe-account-active .woocommerce-MyAccount-content .u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-Address,
body.swpe-account-active .woocommerce-MyAccount-content .u-column1,
body.swpe-account-active .woocommerce-MyAccount-content .u-column2 {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 16px;
}

body.swpe-account-active .woocommerce-MyAccount-content .button,
body.swpe-account-active .woocommerce-MyAccount-content button.button,
body.swpe-account-login-active .woocommerce button.button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-blue);
    color: var(--swpe-account-white);
    padding: 0 16px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
}

body.swpe-account-login-active .woocommerce {
    width: min(1040px, calc(100% - 32px));
    margin: 32px auto 56px;
}

body.swpe-account-login-active .woocommerce > h2 {
    display: none;
}

body.swpe-account-login-active .woocommerce .swpe-account-login-view {
    width: 100%;
}

body.swpe-account-login-active .woocommerce .swpe-account-login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1040px);
    justify-content: center;
}

body.swpe-account-login-active .woocommerce .u-columns,
body.swpe-account-login-active .woocommerce #customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin: 0;
}

body.swpe-account-login-active .woocommerce #customer_login.wd-grid-f-col {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
}

body.swpe-account-login-active .woocommerce .u-column1,
body.swpe-account-login-active .woocommerce .u-column2,
body.swpe-account-login-active .woocommerce .col-1,
body.swpe-account-login-active .woocommerce .col-2,
body.swpe-account-login-active .woocommerce #customer_login > .wd-col {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    flex-basis: auto !important;
    margin: 0 !important;
}

body.swpe-account-login-active .woocommerce .u-column1,
body.swpe-account-login-active .woocommerce .u-column2,
body.swpe-account-login-active .woocommerce #customer_login > .col-login,
body.swpe-account-login-active .woocommerce #customer_login > .col-register {
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 22px !important;
    box-shadow: var(--swpe-account-shadow-soft);
}

body.swpe-account-login-active .woocommerce #customer_login > .col-register {
    display: block !important;
}

body.swpe-account-login-active .woocommerce #customer_login > .col-register-text,
body.swpe-account-login-active .woocommerce #customer_login .wd-login-divider,
body.swpe-account-login-active .woocommerce #customer_login .registration-info,
body.swpe-account-login-active .woocommerce #customer_login .wd-switch-to-register {
    display: none !important;
}

body.swpe-account-login-active .woocommerce .u-column1 > h2,
body.swpe-account-login-active .woocommerce .u-column2 > h2,
body.swpe-account-login-active .woocommerce #customer_login > .wd-col > .wd-login-title {
    display: none !important;
}

body.swpe-account-login-active .woocommerce .u-column1 > p,
body.swpe-account-login-active .woocommerce .u-column2 > p {
    display: none;
}

body.swpe-account-login-active .woocommerce .swpe-account-form-intro {
    display: grid;
    gap: 8px;
}

body.swpe-account-login-active .woocommerce .swpe-account-form-intro h2 {
    margin: 0 0 14px;
    color: var(--swpe-account-ink);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.08;
}

body.swpe-account-login-active .woocommerce .swpe-account-form-intro p {
    margin: 0;
    color: var(--swpe-account-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

body.swpe-account-login-active .woocommerce form.login,
body.swpe-account-login-active .woocommerce form.register,
body.swpe-account-login-active .woocommerce form.woocommerce-form-login,
body.swpe-account-login-active .woocommerce form.woocommerce-form-register {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    border: 0;
}

body.swpe-account-login-active .woocommerce form p {
    margin: 0;
}

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

.swpe-account-benefits span {
    min-height: 96px;
    display: block;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-soft);
    color: var(--swpe-account-muted);
    padding: 13px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.swpe-account-benefits strong {
    display: block;
    margin-bottom: 5px;
    color: var(--swpe-account-ink);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.15;
}

body.swpe-account-login-active .woocommerce label {
    display: block;
    margin: 0 0 7px;
    color: var(--swpe-account-ink);
    font-size: 13px;
    font-weight: 700;
}

body.swpe-account-login-active .woocommerce input.input-text,
body.swpe-account-login-active .woocommerce input[type="text"],
body.swpe-account-login-active .woocommerce input[type="email"],
body.swpe-account-login-active .woocommerce input[type="password"],
body.swpe-account-active .woocommerce-MyAccount-content input.input-text,
body.swpe-account-active .woocommerce-MyAccount-content input[type="text"],
body.swpe-account-active .woocommerce-MyAccount-content input[type="email"],
body.swpe-account-active .woocommerce-MyAccount-content input[type="password"],
body.swpe-account-active .woocommerce-MyAccount-content select,
body.swpe-account-active .woocommerce-MyAccount-content textarea {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 1px solid var(--swpe-account-line-strong);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    color: var(--swpe-account-ink);
    padding: 0 13px;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
}

body.swpe-account-active .woocommerce-MyAccount-content textarea {
    min-height: 96px;
    padding-top: 12px;
}

body.swpe-account-login-active .woocommerce input:focus,
body.swpe-account-active .woocommerce-MyAccount-content input:focus,
body.swpe-account-active .woocommerce-MyAccount-content select:focus,
body.swpe-account-active .woocommerce-MyAccount-content textarea:focus {
    border-color: var(--swpe-account-blue);
    box-shadow: 0 0 0 3px rgba(28, 167, 220, .12);
}

body.swpe-account-login-active .woocommerce .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--swpe-account-muted);
    font-size: 13px;
    font-weight: 500;
}

body.swpe-account-login-active .woocommerce .woocommerce-form-login__rememberme input {
    width: 18px;
    height: 18px;
    accent-color: var(--swpe-account-green);
}

body.swpe-account-login-active .woocommerce .woocommerce-LostPassword {
    text-align: right;
}

body.swpe-account-login-active .woocommerce .woocommerce-LostPassword a {
    color: var(--swpe-account-ink);
    font-size: 13px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.swpe-account-login-active .woocommerce .woocommerce-form-login__submit,
body.swpe-account-login-active .woocommerce .woocommerce-form-register__submit {
    width: 100%;
}

body.swpe-account-login-active .woocommerce .woocommerce-form-login__submit {
    background: var(--swpe-account-green);
}

body.swpe-account-login-active .woocommerce .woocommerce-form-register__submit {
    background: var(--swpe-account-pink);
}

body.swpe-account-login-active .woocommerce .woocommerce-privacy-policy-text {
    color: var(--swpe-account-muted);
    font-size: 13px;
    line-height: 1.45;
}

.swpe-waitlist-account {
    display: grid;
    gap: 14px;
}

.swpe-waitlist-account__grid {
    display: grid;
    gap: 12px;
}

.swpe-waitlist-account__card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid var(--swpe-account-line);
    border-radius: var(--swpe-account-radius);
    background: var(--swpe-account-white);
    padding: 12px;
    box-shadow: 0 10px 24px rgba(20, 32, 51, .06);
}

.swpe-waitlist-account__image {
    display: block;
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--swpe-account-soft);
}

.swpe-waitlist-account__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swpe-waitlist-account__card strong,
.swpe-waitlist-account__card span,
.swpe-waitlist-account__card small {
    display: block;
}

.swpe-waitlist-account__card strong {
    color: var(--swpe-account-ink);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
}

.swpe-waitlist-account__card span {
    margin-top: 3px;
    color: var(--swpe-account-blue);
    font-size: 13px;
    font-weight: 750;
}

.swpe-waitlist-account__card small {
    margin-top: 4px;
    color: var(--swpe-account-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}

.swpe-waitlist-account__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.swpe-waitlist-account__actions form {
    margin: 0;
}

.swpe-waitlist-account__actions .button,
.swpe-waitlist-account__actions button.button {
    min-height: 40px !important;
    padding: 0 14px !important;
}

@media (min-width: 761px) {
    body.swpe-account-active.swpe-account-logged-in.woocommerce-account .wd-my-account-wrapper.wd-grid-g {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: 280px minmax(0, 1fr) !important;
        grid-auto-flow: column !important;
        gap: 20px !important;
        align-items: start !important;
    }

    body.swpe-account-active.swpe-account-logged-in.woocommerce-account .wd-my-account-wrapper.wd-grid-g > .wd-my-account-sidebar.wd-grid-col {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.swpe-account-active.swpe-account-logged-in.woocommerce-account .wd-my-account-wrapper.wd-grid-g > .woocommerce-MyAccount-content.wd-grid-col {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        flex-basis: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-self: stretch !important;
        align-self: start !important;
    }
}

@media (min-width: 1081px) {
    body.swpe-account-active.swpe-account-logged-in.woocommerce-account .wd-my-account-wrapper.wd-grid-g {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 280px minmax(0, 1fr) !important;
    }

    body.swpe-account-active.swpe-account-logged-in.woocommerce-account .wd-my-account-wrapper.wd-grid-g > .woocommerce-MyAccount-content.wd-grid-col {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }
}

@media (max-width: 1080px) {
    body.swpe-account-logged-in .woocommerce,
    .swpe-account-hero,
    .swpe-account-two-column {
        grid-template-columns: 1fr;
    }

    .swpe-account-nav {
        position: static;
    }

    .swpe-account-nav ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swpe-account-summary,
    .swpe-account-actions,
    .swpe-account-area-grid,
    .swpe-account-endpoint-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.swpe-account-login-active .woocommerce .u-columns,
    body.swpe-account-login-active .woocommerce #customer_login {
        grid-template-columns: 1fr;
    }

    body.swpe-account-login-active .woocommerce #customer_login.wd-grid-f-col {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    body.swpe-account-active .main-page-wrapper,
    body.swpe-account-active .site-content,
    body.swpe-account-active .entry-content,
    body.swpe-account-active .content-layout-wrapper.container,
    body.swpe-account-active .wd-content-area.site-content {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.swpe-account-logged-in .woocommerce,
    body.swpe-account-login-active .woocommerce {
        width: 100%;
        margin: 0;
        padding: 0 10px 34px;
    }

    body.swpe-account-logged-in .entry-content > .woocommerce,
    body.swpe-account-logged-in .woocommerce:has(.swpe-account-dashboard),
    body.swpe-account-logged-in .woocommerce:has(.woocommerce-MyAccount-navigation) {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        display: block !important;
        padding: 0 10px 34px !important;
    }

    body.swpe-account-logged-in .wd-my-account-wrapper {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        display: block !important;
        padding: 0 !important;
    }

    body.swpe-account-logged-in .wd-my-account-sidebar,
    body.swpe-account-logged-in .woocommerce-MyAccount-content.wd-grid-col {
        width: 100% !important;
        max-width: none !important;
    }

    body.swpe-account-active .woocommerce-MyAccount-content,
    body.swpe-account-active .woocommerce-MyAccount-navigation {
        grid-column: auto !important;
    }

    body.swpe-account-dashboard-active .swpe-account-nav {
        display: none;
    }

    .swpe-account-nav ul,
    .swpe-account-summary,
    .swpe-account-actions,
    .swpe-account-area-grid,
    .swpe-account-endpoint-highlights,
    body.swpe-account-active .woocommerce-MyAccount-content .woocommerce-Addresses,
    body.swpe-account-active .woocommerce-MyAccount-content .u-columns {
        grid-template-columns: 1fr;
    }

    body.swpe-account-active .woocommerce-MyAccount-content:not(:has(.swpe-account-dashboard)) {
        border-radius: var(--swpe-account-radius);
    }

    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > p,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > form,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > table,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-info,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-message,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-error,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-address-fields,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-Addresses,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-order-details,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-customer-details,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-EditAccountForm,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-pagination,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .wc_points_rewards_account,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > .woocommerce-MyAccount-downloads,
    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > div:not(.swpe-account-endpoint-intro) {
        margin-right: 18px;
        margin-left: 18px;
    }

    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > table {
        width: calc(100% - 36px);
    }

    body.swpe-account-endpoint-active .woocommerce-MyAccount-content > *:last-child {
        margin-bottom: 18px;
    }

    .swpe-account-standalone {
        width: 100%;
        margin: 0;
        padding: 0 10px 34px;
    }

    .swpe-account-endpoint-body {
        padding: 14px;
    }

    .swpe-account-endpoint-intro {
        padding: 16px;
    }

    .swpe-account-endpoint-copy h1 {
        font-size: 29px;
    }

    .swpe-account-endpoint-copy > p {
        font-size: 15px;
    }

    .swpe-account-endpoint-highlights div {
        min-height: 0;
        grid-template-columns: 36px minmax(0, 1fr);
        align-items: start;
        gap: 4px 10px;
    }

    .swpe-account-endpoint-highlights span {
        grid-row: span 2;
    }

    .swpe-account-endpoint-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .swpe-account-endpoint-actions .swpe-account-button {
        width: 100%;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table {
        display: block;
        width: calc(100% - 24px);
        margin-right: 12px;
        margin-left: 12px;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive thead,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table thead {
        display: none;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive tbody,
    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive tr,
    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table tbody,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table tr,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive tr,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table tr {
        overflow: hidden;
        margin-bottom: 10px;
        border: 1px solid var(--swpe-account-line);
        border-radius: var(--swpe-account-radius);
        background: var(--swpe-account-white);
        box-shadow: 0 6px 16px rgba(20, 32, 51, .05);
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td {
        display: grid;
        grid-template-columns: minmax(96px, .4fr) minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        border: 0;
        border-bottom: 1px solid var(--swpe-account-line);
        padding: 12px;
        text-align: left !important;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td:last-child,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td:last-child {
        border-bottom: 0;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td::before,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td::before {
        content: attr(data-title);
        color: var(--swpe-account-muted);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions,
    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td[class*="order-actions"],
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td[class*="order-actions"] {
        display: grid;
        grid-template-columns: minmax(96px, .4fr) minmax(0, 1fr);
        justify-content: stretch;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions::before,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before,
    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td[class*="order-actions"]::before,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td[class*="order-actions"]::before {
        grid-row: 1 / span 8;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions .button,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button,
    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td[class*="order-actions"] .button,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td[class*="order-actions"] .button {
        grid-column: 2;
        width: 100%;
        justify-self: stretch;
        margin: 0;
    }

    body.swpe-account-active .woocommerce-MyAccount-content .form-row-first,
    body.swpe-account-active .woocommerce-MyAccount-content .form-row-last {
        float: none !important;
        width: 100%;
    }

    .swpe-account-hero {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .swpe-account-hero__copy {
        min-height: 0;
        padding: 18px 16px;
        border-color: #c8e7f6;
        background: linear-gradient(135deg, #eaf8ff, #f5fbff 64%, #fff1fb);
        color: var(--swpe-account-ink);
        box-shadow: 0 8px 24px rgba(28, 167, 220, .1);
    }

    .swpe-account-eyebrow {
        color: var(--swpe-account-blue-dark);
    }

    .swpe-account-hero h1 {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 1.06;
    }

    .swpe-account-hero__copy > p:not(.swpe-account-eyebrow),
    .swpe-account-hero__actions,
    .swpe-account-hero__media,
    .swpe-account-summary,
    .swpe-account-areas {
        display: none;
    }

    .swpe-account-mobile-shortcuts {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 14px;
    }

    .swpe-account-mobile-shortcuts a {
        min-height: 48px;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        border: 1px solid #cbd9e6;
        border-radius: var(--swpe-account-radius);
        background: var(--swpe-account-white);
        color: var(--swpe-account-ink);
        padding: 9px 10px;
        text-decoration: none;
        box-shadow: 0 6px 16px rgba(20, 32, 51, .05);
    }

    .swpe-account-mobile-shortcuts a.is-active {
        border-color: var(--swpe-account-blue);
        background: var(--swpe-account-blue);
        color: var(--swpe-account-white);
    }

    .swpe-account-mobile-shortcuts svg {
        width: 18px;
        height: 18px;
    }

    .swpe-account-mobile-shortcuts span {
        min-width: 0;
        overflow: hidden;
        font-size: 15px;
        font-weight: 650;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .swpe-account-mobile-shortcuts small {
        min-width: 24px;
        min-height: 22px;
        display: inline-grid;
        place-items: center;
        border-radius: 999px;
        background: var(--swpe-account-blue-soft);
        color: inherit;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
    }

    .swpe-account-mobile-shortcuts a.is-active small {
        background: rgba(255, 255, 255, .18);
    }

    .swpe-account-section {
        padding: 18px;
    }

    .swpe-account-section__head {
        display: grid;
        align-items: start;
    }

    .swpe-account-section__head h2 {
        font-size: 25px;
    }

    .swpe-account-section__head p {
        text-align: left;
    }

    .swpe-account-action {
        min-height: 168px;
    }

    .swpe-account-orders li {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .swpe-account-orders a {
        grid-column: 2;
        justify-self: start;
    }

    .swpe-account-return {
        grid-template-columns: 1fr;
    }

    body.swpe-account-active .woocommerce-MyAccount-content:not(:has(.swpe-account-dashboard)) {
        padding: 18px;
    }

    body.swpe-account-login-active .woocommerce .u-column1,
    body.swpe-account-login-active .woocommerce .u-column2 {
        padding: 18px;
    }

    .swpe-account-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .swpe-waitlist-account__card {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .swpe-waitlist-account__image {
        width: 58px;
        height: 58px;
    }

    .swpe-waitlist-account__actions {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .swpe-waitlist-account__actions .button,
    .swpe-waitlist-account__actions form {
        width: 100%;
    }

    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td.subscription-status.order-status,
    body.swpe-account-active .woocommerce-MyAccount-content table.shop_table_responsive td.woocommerce-orders-table__cell-subscription-status,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td.subscription-status.order-status,
    body.swpe-account-active .woocommerce-MyAccount-content table.woocommerce-orders-table td.woocommerce-orders-table__cell-subscription-status {
        display: grid !important;
        width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: minmax(96px, .4fr) minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        border-bottom: 1px solid var(--swpe-account-line) !important;
        padding: 12px !important;
        white-space: nowrap !important;
    }

    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table {
        width: calc(100% - 24px);
        margin-right: 12px;
        margin-left: 12px;
    }

    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table tr {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table th.woocommerce-orders-table__cell,
    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td {
        display: grid;
        grid-template-columns: minmax(92px, .38fr) minmax(0, 1fr);
        gap: 10px;
        border-bottom: 1px solid var(--swpe-account-line) !important;
        padding: 12px !important;
    }

    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table th.woocommerce-orders-table__cell:last-child,
    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td:last-child {
        border-bottom: 0 !important;
    }

    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
        display: grid;
        grid-template-columns: minmax(92px, .38fr) minmax(0, 1fr);
        justify-content: stretch;
        border-top: 0 !important;
    }

    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before {
        grid-row: 1 / span 8;
        text-align: left;
    }

    body.swpe-account-endpoint-orders .woocommerce-MyAccount-content > table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button {
        grid-column: 2;
        width: 100%;
        justify-self: stretch;
    }
}
