.block-account-navigation ul li a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    color: var(--modern-muted);
    border: 0;
    border-bottom: 1px solid var(--modern-border);
    border-radius: 0;
    margin: 0;
    font-size: 12px;
    text-decoration: none;
}
.block-account-navigation ul li a.active, .block-account-navigation ul li a:hover  {
    color: var(--modern-accent);
    padding-left: 6px;
}
.block-account-navigation ul li svg,
.block-account-navigation ul li .b-icon {
    font-size: 18px;
    margin: 0 9px 0 0;
}
.block-account-navigation ul li span {
    font-size: 12px;
}

.account-page,
.login-page,
.password-recovery-page,
.form-page-island {
    width: 100%;
    color: var(--modern-text);
}

.account-page .card,
.login-page .card,
.password-recovery-page .card,
.form-page-island .card {
    margin-bottom: 14px;
}

.account-page > p,
.form-page-island > p {
    max-width: 760px;
    margin-bottom: 8px;
    color: var(--modern-muted);
    font-size: 13px;
    line-height: 1.65;
}

.account-page .table-responsive {
    margin: 22px 0;
    border: 1px solid var(--modern-border);
    background: var(--modern-panel);
}

.account-page .table-responsive .table {
    margin: 0;
}

.account-page .order-total {
    color: var(--modern-accent);
    font-weight: 750;
}

.account-page .buttons,
.form-page-island .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.account-page .btn,
.form-page-island .btn,
.login-page .btn,
.password-recovery-page .btn {
    border-radius: 0;
}
.return-request-page .result .btn {
    display: table;
    margin: 0 auto;
    width: auto !important;
}

/* merchandise table */

.merchandise-table {
    display: flex;
    flex-direction: column;
    padding: 0 0 25px 0;
    position: relative;
}
.merchandise-table thead tr {
    display: flex;
    width: 100%;
    padding: 0 0 0 50px;
    border: 0;
}
.merchandise-table thead th {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 125px;
    display: flex;
    align-items: center;
    border-bottom: 0;
    border-top: 0;
}
.merchandise-table thead th:first-child {
    display: flex;
    align-items: center;
}
.merchandise-table tbody {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 100%;
}
.merchandise-table tbody tr:nth-child(1) {
    display: flex;
    flex-direction: column;
    min-width: 50px;
}
.merchandise-table tbody tr:nth-child(1) td {
    height: 100%;
    padding: 0;
    border: 0;
}
.merchandise-table tbody tr:nth-child(1) td > div {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.merchandise-table tbody tr:nth-child(1) td > div > div {
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.merchandise-table tbody tr:nth-child(2) {
    width: calc(100% - 50px);
}
.merchandise-table tbody tr:nth-child(2) td {
    display: inline-flex;
    width: 100%;
    padding: .75rem 0;
    height: 110px;
}
.merchandise-table tbody tr:nth-child(2) td > div {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 125px;
}
.merchandise-table .product a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.merchandise-table .field-validation-error {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .merchandise-table tbody tr:nth-child(2) td > div {
        max-width: 125px;
    }
    .merchandise-table {
        padding: 0 0 45px 0;
    }
    .merchandise-table .field-validation-error {
        font-size: 14px;
    }
}

/* status */

/* Bootstrap's .badge sets a white foreground, which was unreadable on these pale
   tints - white on #d4edda is about 1.2:1. The subtle/emphasis variable pairs carry
   their own accessible foreground and flip with data-bs-theme, so the separate dark
   override this used to need is gone.
   The class comes from the order status *name*, which is editable in admin, so the
   base rule has to stand on its own for a renamed or custom status. */
table .status.badge {
    font-size: 16px;
    padding: 6px 8px;
    color: var(--bs-secondary-color);
    background-color: var(--modern-panel-soft);
}
table .status.pending {
    color: var(--bs-info-text-emphasis);
    background-color: var(--bs-info-bg-subtle);
}
table .status.processing {
    color: var(--bs-warning-text-emphasis);
    background-color: var(--bs-warning-bg-subtle);
}
table .status.complete {
    color: var(--bs-success-text-emphasis);
    background-color: var(--bs-success-bg-subtle);
}
table .status.cancelled {
    color: var(--bs-danger-text-emphasis);
    background-color: var(--bs-danger-bg-subtle);
}

/* pagination */

.pagination .current-page.page-item .page-link {
    color: var(--modern-accent-ink);
    background-color: var(--modern-accent);
    border-color: var(--modern-accent);
}

/* Account workspace */
.account-page {
    padding-bottom: 48px;
}

.account-page > .generalTitle,
.form-page-island .generalTitle {
    max-width: 820px;
}

.account-page .card,
.form-page-island .card,
.login-page .card,
.password-recovery-page .card {
    overflow: hidden;
    box-shadow: var(--modern-shadow);
}

.account-page .card-header,
.form-page-island .card-header {
    border-left: 3px solid var(--modern-accent);
}

.account-page .address-list ul {
    display: grid;
    gap: 4px;
    list-style: none;
}

.account-page .address-list li,
.account-page .attributes {
    color: var(--modern-muted);
    font-size: 12px;
    line-height: 1.55;
}

.account-page .address-list h3,
.account-page .product-name,
.account-page strong {
    color: var(--modern-text);
}

.order-details-page > .card,
.order-details-page .products,
.order-details-page .shipments,
.order-details-page .order-notes {
    border-color: var(--modern-border);
}

@media (max-width: 991px) {
    .block-account-navigation ul {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .account-page,
    .form-page-island,
    .login-page,
    .password-recovery-page {
        padding-bottom: 30px;
    }

    .account-page .card-body,
    .form-page-island .card-body,
    .login-page .card-body,
    .password-recovery-page .card-body {
        padding: 16px;
    }

    .account-page .buttons,
    .form-page-island .buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .account-page .buttons .btn,
    .form-page-island .buttons .btn {
        width: 100%;
        margin: 0 !important;
    }

    .account-page .left-side-toggler {
        width: 100%;
        justify-content: center;
    }

    .account-page .table-responsive {
        margin: 16px 0;
    }
}

/* Account navigation stays discoverable on small screens. */
.block-account-navigation ul li a { border-radius: 7px; border: 0; padding: 11px 12px; font-size: 13px; }
.block-account-navigation ul li a.active,
.block-account-navigation ul li a:hover { padding-left: 12px; background: var(--modern-panel-soft); color: var(--modern-link); }
.block-account-navigation ul li span { font-size: inherit; }
.account-page .card,
.form-page-island .card { border-radius: 12px; box-shadow: none; }
.account-page .card-header,
.form-page-island .card-header { border-left: 0; padding: 18px 22px; font-size: 16px; font-weight: 500; text-transform: none; }
.account-page .card-body { padding: 22px; }
.account-page .form-control,
.account-page .form-select,
.account-page .custom-select { border-radius: 7px; min-height: 44px; }
.account-page .col-form-label { font-size: 13px; font-weight: 500; }
.account-page .btn,
.form-page-island .btn { border-radius: 7px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.account-page .order-total { color: var(--modern-text); }
.account-page .table-responsive { border-radius: 10px; }
@media (max-width: 991px) {
    #TwoColumns:has(.block-account-navigation) { display: block; }
    #TwoColumns .generalLeftSide:has(.block-account-navigation),
    #TwoColumns .generalLeftSide:not(.show):has(.block-account-navigation) {
        position: static;
        display: block;
        width: 100%;
        max-height: none;
        margin-bottom: 24px;
        padding: 12px;
        border: 1px solid var(--modern-border);
        border-radius: 12px;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        overflow: hidden;
    }
    #TwoColumns .generalLeftSide:has(.block-account-navigation) .modal-close,
    #TwoColumns:has(.block-account-navigation) .left-side-toggler { display: none; }
    #TwoColumns .block-account-navigation ul { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; overflow-x: auto; padding-bottom: 6px; }
    .block-account-navigation ul li { flex: 0 0 auto; }
    .block-account-navigation ul li a { min-height: 44px; white-space: nowrap; border: 1px solid var(--modern-border); }
    #TwoColumns .block-account-navigation h2.h5 { margin-bottom: 12px; }
}
@media (max-width: 575px) {
    .account-page .card-body { padding: 16px; }
    .account-page .card-header { padding: 16px; }
    .account-page .form-row { margin: 0; gap: 12px; }
    .account-page .form-row > [class*="col-"] { width: 100%; padding: 0; }
}

/* Gym login / register */
body.theme-modern.gym-auth-page,
body.theme-modern.gym-auth-page .main-container {
    background: var(--modern-black);
}
body.theme-modern.gym-auth-page #content.right-container {
    max-width: 100%;
    padding: 28px 24px 48px;
    background: var(--modern-black);
}
.theme-modern .gym-auth {
    width: 100%;
    color: var(--modern-text);
}
.theme-modern .gym-auth__stage {
    display: grid;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--modern-border);
    background: var(--modern-panel);
    box-shadow: var(--modern-shadow);
}
.theme-modern .gym-auth--login .gym-auth__stage {
    grid-template-columns: 1fr;
    max-width: 440px;
}
.theme-modern .gym-auth--register .gym-auth__stage {
    grid-template-columns: 1fr;
    max-width: 560px;
}
.theme-modern .gym-auth__visual {
    position: relative;
    overflow: hidden;
    height: 140px;
    max-height: 140px;
    min-height: 140px;
    background: #080a08;
}
.theme-modern .gym-auth--login .gym-auth__visual,
.theme-modern .gym-auth--register .gym-auth__visual {
    min-height: 140px;
    height: 140px;
    max-height: 140px;
}
.theme-modern .gym-auth__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
}
.theme-modern .gym-auth__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 3, 2, .12) 0%, rgba(2, 3, 2, .4) 100%);
    pointer-events: none;
}
.theme-modern .gym-auth__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 28px 32px;
    box-sizing: border-box;
}
.theme-modern .gym-auth--register .gym-auth__panel {
    justify-content: flex-start;
    padding: 24px 28px 36px;
}
.theme-modern .gym-auth__intro {
    margin-bottom: 20px;
}
.theme-modern .gym-auth__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--modern-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.theme-modern .gym-auth__kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}
.theme-modern .gym-auth__intro h1 {
    margin: 10px 0 0;
    color: var(--modern-text);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.03em;
    text-transform: uppercase;
}
.theme-modern .gym-auth--login .gym-auth__intro > p {
    display: none;
}
.theme-modern .gym-auth__form,
.theme-modern .gym-auth--register form {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.theme-modern .gym-auth__field {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}
.theme-modern .gym-auth__field .col-form-label,
.theme-modern .gym-auth__field > span.col-form-label {
    display: block;
    margin-bottom: 6px;
    color: var(--modern-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}
.theme-modern .gym-auth .form-control,
.theme-modern .gym-auth .custom-select,
.theme-modern .gym-auth select.form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--modern-border);
    border-radius: 0;
    color: var(--modern-text);
    background: var(--modern-panel);
}
.theme-modern .gym-auth .form-control:focus,
.theme-modern .gym-auth .custom-select:focus {
    border-color: var(--modern-accent);
    box-shadow: none;
    outline: 2px solid var(--modern-accent);
    outline-offset: 1px;
}
.theme-modern .gym-auth__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
}
.theme-modern .gym-auth__section {
    margin: 0 0 28px;
    padding: 0 0 8px;
    border-bottom: 1px solid var(--modern-border);
}
.theme-modern .gym-auth__section:last-of-type {
    border-bottom: 0;
}
.theme-modern .gym-auth__section-title {
    margin: 0 0 18px;
    color: var(--modern-text);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.theme-modern .gym-auth__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    margin: 4px 0 22px;
}
.theme-modern .gym-auth__link,
.theme-modern .gym-auth__switch a,
.theme-modern .gym-auth a.gym-auth__link {
    color: var(--modern-accent);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.theme-modern .gym-auth__link:hover,
.theme-modern .gym-auth__switch a:hover {
    color: var(--modern-text);
}
.theme-modern .gym-auth__submit,
.theme-modern .gym-auth__submit:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    padding: 12px 21px;
    border: 1px solid var(--modern-accent);
    border-radius: 0;
    color: var(--modern-accent-ink) !important;
    background: var(--modern-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-decoration: none !important;
    text-transform: uppercase;
}
.theme-modern .gym-auth__submit:hover {
    color: var(--modern-accent-ink) !important;
    border-color: #fff;
    background: #fff;
}
.theme-modern .gym-auth__ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    padding: 12px 21px;
    border: 1px solid var(--modern-border);
    border-radius: 0;
    color: var(--modern-text);
    background: transparent;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.theme-modern .gym-auth__ghost:hover {
    border-color: var(--modern-text);
}
.theme-modern .gym-auth__switch {
    margin: 22px 0 0;
    color: var(--modern-muted);
    font-size: 14px;
}
.theme-modern .gym-auth__intro .gym-auth__switch {
    margin-top: 16px;
}
.theme-modern .gym-auth__errors {
    margin-bottom: 16px;
}
.theme-modern .gym-auth__external {
    margin-top: 20px;
}
.theme-modern .gym-auth__guest {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--modern-border);
}
.theme-modern .gym-auth__guest h2 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.theme-modern .gym-auth__guest-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}
.theme-modern .gym-auth .custom-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.theme-modern .gym-auth .custom-control-description,
.theme-modern .gym-auth .custom-control-label {
    color: var(--modern-text);
    font-size: 13px;
}
.theme-modern .gym-auth .required {
    color: var(--modern-accent);
}
@media (max-width: 767px) {
    .theme-modern .gym-auth--login .gym-auth__stage,
    .theme-modern .gym-auth--register .gym-auth__stage {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
    .theme-modern .gym-auth__visual,
    .theme-modern .gym-auth--login .gym-auth__visual,
    .theme-modern .gym-auth--register .gym-auth__visual {
        height: 96px;
        max-height: 96px;
        min-height: 96px;
    }
    .theme-modern .gym-auth__panel,
    .theme-modern .gym-auth--register .gym-auth__panel {
        padding: 22px 20px 28px;
    }
}
@media (max-width: 575px) {
    .theme-modern .gym-auth__row,
    .theme-modern .gym-auth__guest-actions {
        grid-template-columns: 1fr;
    }
    .theme-modern .gym-auth__visual,
    .theme-modern .gym-auth--login .gym-auth__visual,
    .theme-modern .gym-auth--register .gym-auth__visual {
        display: none;
    }
    body.theme-modern.gym-auth-page #content.right-container {
        padding: 16px 12px 32px;
    }
    .theme-modern .gym-auth__intro h1 {
        font-size: 22px;
    }
}

.theme-modern .gym-auth--recover .gym-auth__stage {
    max-width: 440px;
}
.theme-modern .gym-account .catalog-heading {
    margin-bottom: 16px;
}
.theme-modern .gym-account__lead {
    max-width: 640px;
    margin: 0 0 10px;
    color: var(--modern-muted);
    font-size: 14px;
    line-height: 1.65;
}
.theme-modern .gym-account__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 24px;
}
.theme-modern .gym-account__card {
    padding: 22px;
    border: 1px solid var(--modern-border);
    background: var(--modern-panel);
}
.theme-modern .gym-account__card h2 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
    text-transform: uppercase;
}
.theme-modern .gym-account__card header p {
    margin: 0 0 16px;
    color: var(--modern-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account__card dl {
    display: grid;
    gap: 10px;
    margin: 0;
}
.theme-modern .gym-account__card dl > div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 8px;
}
.theme-modern .gym-account__card dt {
    color: var(--modern-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account__card dd {
    margin: 0;
    color: var(--modern-text);
    font-size: 14px;
}
.theme-modern .gym-account__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.theme-modern .gym-account__actions .btn {
    border-radius: 0;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.theme-modern .gym-account__actions .btn-info {
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
}
.theme-modern .gym-account__card h2 a {
    color: inherit;
    text-decoration: none;
}
.theme-modern .gym-account__card .review-text {
    margin: 12px 0 0;
    color: var(--modern-muted);
    font-size: 14px;
    line-height: 1.7;
}
.theme-modern .change-password-page .change-password-button {
    border-radius: 0;
    min-height: 46px;
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .address-list-page .add-address-button,
.theme-modern .subaccounts-list-page .add-address-button {
    border-radius: 0;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.theme-modern .block-account-navigation .catalog-heading__section,
.theme-modern .product-spec-filter .catalog-heading__section,
.theme-modern .block-popular-blogtags .catalog-heading__section {
    margin-bottom: 12px;
}
.theme-modern .order-details-page .catalog-heading {
    margin-bottom: 20px;
}
.theme-modern .order-details-page .catalog-heading__section {
    margin: 0 0 12px;
    color: var(--modern-text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.theme-modern .order-details-page .billing-info,
.theme-modern .order-details-page .shipping-info {
    padding: 18px 0;
    border-top: 1px solid var(--modern-border);
}
.theme-modern .order-details-page .btn-group .btn {
    border-radius: 0;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .theme-modern .gym-account__list { grid-template-columns: 1fr; }
    .theme-modern .gym-account__card dl > div { grid-template-columns: 1fr; }
}
.theme-modern .loyalty-points-page .catalog-heading,
.theme-modern .return-request-page .catalog-heading {
    margin-bottom: 20px;
}
.theme-modern .loyalty-points-page .table,
.theme-modern .return-request-page .table {
    border-radius: 0;
}
.theme-modern .gym-auth--recover .new-password-button,
.theme-modern .gym-auth--recover .register-continue-button {
    border-radius: 0;
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .category-page.gym-account .jumbotron,
.theme-modern .category-page.gym-account .card {
    border-radius: 0;
    border: 1px solid var(--modern-border);
    background: var(--modern-panel);
}
.theme-modern .category-page.gym-account .btn-outline-info,
.theme-modern .category-page.gym-account .btn-info {
    border-radius: 0;
}
.theme-modern .apply-vendor-page .catalog-heading,
.theme-modern .shipment-details-page .catalog-heading,
.theme-modern .out-of-stock-subscription-list-page .catalog-heading {
    margin-bottom: 20px;
}
.theme-modern .apply-vendor-page .btn,
.theme-modern .user-agreement-button,
.theme-modern .gym-auth--recover .login-button {
    border-radius: 0;
}
.theme-modern .apply-vendor-page .btn-info,
.theme-modern .user-agreement-button,
.theme-modern .gym-auth--recover .login-button {
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .shipment-details-page .card {
    border-radius: 0;
    border-color: var(--modern-border);
}
.theme-modern .gym-auth-external__title {
    margin: 16px 0 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--modern-accent);
}
.theme-modern .gym-auth-external .btn,
.theme-modern .gym-auth-external a {
    border-radius: 0;
}
.theme-modern .gym-address .form-control,
.theme-modern .gym-address .form-select,
.theme-modern .gym-form .form-control,
.theme-modern .gym-form .form-select,
.theme-modern .gym-form__button {
    border-radius: 0;
}
.theme-modern .gym-form__button {
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account .gym-form .btn-info,
.theme-modern .gym-account .gym-form .btn-secondary {
    border-radius: 0;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account .gym-form .btn-info {
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
}
.theme-modern .gym-date {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.theme-modern .gym-date .form-select {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 0;
}
.theme-modern .gym-account__table,
.theme-modern .gym-account .table {
    border-radius: 0;
}
.theme-modern .gym-account__table thead,
.theme-modern .gym-account .table thead {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
}
.theme-modern .gym-account .gym-catalog-empty {
    border-radius: 0;
}
.theme-modern .gym-account .gym-form .btn,
.theme-modern .gym-account .gym-form .btn-secondary,
.theme-modern .gym-account .gym-form .btn-success {
    border-radius: 0;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .block-account-navigation.gym-catalog-nav .list a {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}
.theme-modern .block-account-navigation.gym-catalog-nav .list a.active {
    color: var(--modern-accent-ink);
    background: var(--modern-accent);
}
.theme-modern .gym-account .card {
    border-radius: 0;
    border-color: var(--modern-border);
}
.theme-modern .gym-auth .gym-catalog-empty,
.theme-modern .gym-auth--recover .new-password-button,
.theme-modern .gym-auth--recover .register-continue-button {
    border-radius: 0;
}
.theme-modern .gym-auth--recover .new-password-button,
.theme-modern .gym-auth--recover .register-continue-button {
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account .gym-account__card.card {
    padding: 0;
    overflow: hidden;
}
.theme-modern .gym-account .gym-account__card .card-header,
.theme-modern .gym-account .gym-account__card h3.card-header {
    margin: 0;
    border-radius: 0;
    border-color: var(--modern-border);
    background: transparent;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--modern-accent);
}
.theme-modern .gym-account .gym-account__card .card-body,
.theme-modern .gym-account .gym-account__card .card-footer {
    border-radius: 0;
}
.theme-modern .gym-account .gym-account__card .btn-info,
.theme-modern .gym-account .gym-account__card .login-button {
    border-radius: 0;
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account .gym-form .re-order-button,
.theme-modern .order-details-page.gym-account .btn-secondary {
    border-radius: 0;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account .gym-account__table {
    border-radius: 0;
    border-color: var(--modern-border);
}
.theme-modern .gym-course img,
.theme-modern .gym-course .jumbotron,
.theme-modern .gym-auth .user-agreement-button {
    border-radius: 0;
}
.theme-modern .gym-auth .user-agreement-button {
    color: var(--modern-accent-ink);
    border-color: var(--modern-accent);
    background: var(--modern-accent);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-course__lesson img {
    border-radius: 0;
    max-width: 96px;
    object-fit: cover;
}
.theme-modern .gym-account .return-items-button {
    border-radius: 0;
}
.theme-modern .gym-course__hero,
.theme-modern .gym-course__hero img,
.theme-modern .gym-account .btn-info {
    border-radius: 0;
}
.theme-modern .gym-course__hero img {
    max-width: 160px;
    object-fit: cover;
}
.theme-modern .gym-account .btn-outline-info {
    border-radius: 0;
}
.theme-modern .gym-account .add-address-button {
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.theme-modern .gym-account .catalog-heading {
    margin: 0 0 10px;
}
.theme-modern .gym-account .catalog-heading__kicker {
    font-size: 10px;
    letter-spacing: .16em;
    gap: 8px;
}
.theme-modern .gym-account .catalog-heading__kicker::before {
    width: 18px;
}
.theme-modern .gym-account .catalog-heading .generalTitle,
.theme-modern .gym-account .catalog-heading h1 {
    margin-top: 4px;
    font-size: 22px;
    letter-spacing: -.02em;
}
.theme-modern .gym-account__meta {
    max-width: 720px;
    margin: 0 0 14px;
    padding: 10px 12px;
    border: 1px solid var(--modern-border);
    background: var(--modern-panel);
}
.theme-modern .gym-account__meta p {
    margin: 0;
    color: var(--modern-muted);
    font-size: 12px;
    line-height: 1.45;
}
.theme-modern .gym-account__meta p + p {
    margin-top: 4px;
}
.theme-modern .gym-account__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 16px;
}
.theme-modern .gym-account__card {
    padding: 12px 14px;
}
.theme-modern .gym-account__card h2 {
    font-size: 14px;
}
.theme-modern .gym-account__card header p {
    margin: 0 0 10px;
    font-size: 10px;
}
.theme-modern .gym-account__card dl {
    gap: 6px;
}
.theme-modern .gym-account__card dl > div {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 6px;
    align-items: baseline;
}
.theme-modern .gym-account__card dt {
    font-size: 10px;
}
.theme-modern .gym-account__card dd {
    font-size: 13px;
}
.theme-modern .gym-account__pager {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}
.theme-modern .gym-account__pager .btn {
    min-height: 36px;
    padding: 6px 12px;
    font-size: 12px;
}
.theme-modern .gym-account .card-header,
.theme-modern .gym-account .gym-account__card h3.card-header {
    padding: 10px 14px;
    font-size: 12px;
}
.theme-modern .gym-account .card-body {
    padding: 12px 14px;
}
.theme-modern .gym-account .form-control,
.theme-modern .gym-account .form-select,
.theme-modern .gym-account .custom-select {
    min-height: 36px;
    border-radius: 0;
    font-size: 13px;
}
.theme-modern .gym-account .col-form-label {
    margin-bottom: 2px;
    font-size: 12px;
}
.theme-modern .gym-account .form-group {
    margin-bottom: 10px;
}
.theme-modern .gym-account-nav .catalog-heading__section {
    margin: 0 0 8px;
    font-size: 11px;
    letter-spacing: .12em;
}
.theme-modern .gym-account-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.theme-modern .gym-account-nav .list a {
    min-height: 0;
    padding: 6px 8px;
    font-size: 11px;
    letter-spacing: .04em;
    border-radius: 0;
}
.theme-modern .gym-account-nav .list .b-icon {
    font-size: 14px;
    margin: 0;
}
.theme-modern .gym-catalog-layout:has(.gym-account-nav) .generalLeftSide .block {
    padding: 0;
    border-bottom: 0;
}
@media (min-width: 1200px) {
    .theme-modern .gym-account__list--passes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .theme-modern .gym-catalog-layout:has(.gym-account-nav) .generalLeftSide {
        flex: 0 0 210px;
        max-width: 210px;
        width: 210px;
        padding: 12px;
    }
    .theme-modern .gym-catalog-layout:has(.gym-account-nav) .generalSideRight {
        flex: 1 1 0;
        max-width: calc(100% - 210px);
        width: auto;
        padding-left: 12px;
    }
}
@media (max-width: 767px) {
    .theme-modern .gym-account__list,
    .theme-modern .gym-account__list--passes {
        grid-template-columns: 1fr;
    }
    .theme-modern .gym-account__card dl > div {
        grid-template-columns: 1fr;
    }
}
