body.woocommerce-account {
    background: #e5e0d3;
  }

  .woocommerce-account {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: clip;
    background: #e5e0d3;
    color: #0a2819;
    font-family: Inter, sans-serif;
  }

  .woocommerce-account .entry-content {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce,
  body.woocommerce-account .woocommerce {
    display: grid !important;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    font-family: Inter, sans-serif;
    color: #0a2819;
  }

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

  .woocommerce-account .woocommerce table.shop_table {
    border: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    background: #e5e0d3;
    padding: clamp(48px, 5.6vw, 80px) clamp(24px, 2.8vw, 40px);
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    background: #f4f2ed;
    padding: clamp(40px, 5.6vw, 50px) clamp(24px, 5.6vw, 80px);
    min-width: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(14px, 1.4vw, 18px);
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a {
    display: inline-block;
    position: relative;
    font-family: Inter, sans-serif;
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 200;
    line-height: 1.4;
    color: #74817b;
    text-decoration: none;
    transition: color 0.2s;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #0a2819;
    padding-bottom: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #4b443a;
  }

  .woocommerce-account.logged-in .woocommerce-notices-wrapper {
    margin: 0 0 24px;
  }

  .woocommerce-account.logged-in .jm-notice-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #edf5ed;
    color: #0a2819;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    list-style: none;
    outline: none;
    box-shadow: none;
  }

  .woocommerce-account.logged-in .jm-notice-banner::before {
    display: none;
    content: none;
  }

  .woocommerce-account.logged-in .jm-notice-banner.is-success {
    background: #edf5ed;
    border-color: #4b533c;
    color: #0a2819;
  }

  .woocommerce-account.logged-in .jm-notice-banner.is-error {
    background: #f6e8e8;
    border-color: #d63638;
    color: #3c1516;
  }

  .woocommerce-account.logged-in .jm-notice-banner__icon {
    flex: 0 0 auto;
    line-height: 0;
  }

  .woocommerce-account.logged-in .jm-notice-banner__icon svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  .woocommerce-account.logged-in .jm-notice-banner.is-success .jm-notice-banner__icon svg {
    fill: #4b533c;
  }

  .woocommerce-account.logged-in .jm-notice-banner.is-error .jm-notice-banner__icon svg {
    fill: #d63638;
  }

  .woocommerce-account.logged-in .jm-notice-banner__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .woocommerce-account.logged-in .jm-notice-banner__content .button {
    margin-left: auto;
  }

  .woocommerce-account.logged-in .jm-notice-banner__content p,
  .woocommerce-account.logged-in .jm-notice-banner__content li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .woocommerce-account.logged-in .jm-notice-banner__content a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }

  .woocommerce-account.logged-in .jm-notice-banner__dismiss {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    line-height: 0;
    opacity: 0.65;
  }

  .woocommerce-account.logged-in .jm-notice-banner__dismiss:hover {
    opacity: 1;
  }

  .woocommerce-account.logged-in .jm-notice-banner__dismiss svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content::before {
    content: "My Account";
    display: block;
    margin: 0 0 clamp(24px, 2.8vw, 40px);
    font-family: Jomolhari, serif;
    font-size: clamp(24px, 2.1vw, 30px);
    font-weight: 200;
    line-height: 1.2;
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-EditAccountForm,
  .woocommerce-account .woocommerce-EditAccountForm fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
    width: 100%;
    max-width: 880px;
    box-sizing: border-box;
  }

  .woocommerce-account .woocommerce-EditAccountForm fieldset {
    margin-top: clamp(32px, 3.5vw, 48px);
  }

  .woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    margin: 0 0 clamp(24px, 2.8vw, 40px);
    padding: 0;
    font-family: Jomolhari, serif;
    font-size: clamp(24px, 2.1vw, 30px);
    font-weight: 200;
    line-height: 1.2;
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-EditAccountForm .form-row {
    margin: 0 0 clamp(20px, 2.2vw, 28px);
    padding: 0;
    width: 100%;
    float: none;
  }

  .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-last {
    width: 100%;
    float: none;
  }

  .woocommerce-account .woocommerce-EditAccountForm label {
    display: block;
    margin: 0 0 8px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-EditAccountForm label[for="password_1"],
  .woocommerce-account .woocommerce-EditAccountForm label[for="password_2"] {
    color: #d32727;
  }

  .woocommerce-account .woocommerce-EditAccountForm .required {
    color: #d32727;
    text-decoration: none;
  }

  .woocommerce-account .woocommerce-EditAccountForm em,
  .woocommerce-account .woocommerce-EditAccountForm #account_display_name_description {
    display: block;
    margin-top: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5;
    color: #74817b;
  }

  .woocommerce-account .woocommerce-EditAccountForm input.input-text,
  .woocommerce-account .woocommerce-EditAccountForm input[type="email"],
  .woocommerce-account .woocommerce-EditAccountForm input[type="password"],
  .woocommerce-account .woocommerce-EditAccountForm input[type="text"],
  .woocommerce-account .woocommerce-EditAccountForm input[type="tel"],
  .woocommerce-account .woocommerce-EditAccountForm input[type="date"] {
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    padding-left: 16px;
    border: 0;
    border-radius: 12px;
    background: #e5e0d3;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
    color: #74817b;
    box-shadow: none;
    outline: none;
    appearance: none;
  }

  .woocommerce-account .woocommerce-EditAccountForm input:focus {
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-EditAccountForm .password-input {
    display: block;
    width: 100%;
    position: relative;
  }

  .woocommerce-account .woocommerce-EditAccountForm .password-input input {
    box-sizing: border-box;
    width: 100%;
    padding-right: 48px;
  }

  .woocommerce-account .woocommerce-EditAccountForm .show-password-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2374817B' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24'/%3E%3Cline x1='1' y1='1' x2='23' y2='23'/%3E%3C/svg%3E");
    cursor: pointer;
    opacity: 1;
  }

  .woocommerce-account .woocommerce-EditAccountForm .password-input.display-password .show-password-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2374817B' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
  }

  .woocommerce-account .woocommerce-EditAccountForm input[type="date"] {
    padding-right: 24px;
    color-scheme: light;
  }

  .woocommerce-account .woocommerce-EditAccountForm input[type="date"]::-webkit-calendar-picker-indicator,
  .woocommerce-account .woocommerce-EditAccountForm input[type="date"]::-moz-calendar-picker-indicator {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2374817B' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  }

  .woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-strength,
  .woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-hint {
    display: block;
    margin-top: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    color: #74817b;
  }

  .woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-strength.bad,
  .woocommerce-account .woocommerce-EditAccountForm .woocommerce-password-strength.short {
    color: #d32727;
  }

  .woocommerce-account .woocommerce-EditAccountForm .clear {
    display: none;
  }

  .woocommerce-account .woocommerce-EditAccountForm > p:has(button[name="save_account_details"]) {
    width: 101%;
    margin: clamp(24px, 2.8vw, 40px) 0 0;
    padding: 0;
  }

  .woocommerce-account .woocommerce-EditAccountForm button[name="save_account_details"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 52px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: #46563b;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
  }

  .woocommerce-account .woocommerce-EditAccountForm button[name="save_account_details"]:hover {
    background: #4d5a3b;
  }

  @media (max-width: 1024px) {
    .woocommerce-account .woocommerce,
    body.woocommerce-account .woocommerce {
      grid-template-columns: minmax(200px, 260px) minmax(0, 1fr) !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
      padding: 40px 24px 32px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
      padding: 40px 32px 56px;
    }

    .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content::before,
    .woocommerce-account .woocommerce-EditAccountForm fieldset legend {
      font-size: 26px;
    }

    .woocommerce-account .woocommerce-EditAccountForm label {
      font-size: 15px;
    }

    .woocommerce-account .woocommerce-EditAccountForm input.input-text,
    .woocommerce-account .woocommerce-EditAccountForm input[type="email"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="password"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="text"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="tel"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="date"] {
      height: 46px;
      font-size: 14px;
    }

    .woocommerce-account .woocommerce-EditAccountForm button[name="save_account_details"] {
      height: 46px;
      font-size: 16px;
    }
  }

  @media (max-width: 768px) {
    .woocommerce-account,
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
      background: #f4f2ed;
    }

    .woocommerce-account .woocommerce,
    body.woocommerce-account .woocommerce {
      grid-template-columns: 1fr !important;
      max-width: none !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    body.woocommerce-account .woocommerce-MyAccount-navigation {
      width: 100% !important;
      max-width: 100% !important;
      padding: 16px 20px 0 !important;
      overflow-x: clip;
      min-width: 0;
      box-sizing: border-box;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    body.woocommerce-account .woocommerce-MyAccount-content {
      width: 100% !important;
      max-width: 100% !important;
      padding: 40px 20px 50px !important;
      min-width: 0;
      box-sizing: border-box;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      align-items: stretch;
      gap: 0;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      padding: 0;
      border: 1px solid #e5e0d3;
      border-radius: 10px;
      background: #f4f2ed;
      box-sizing: border-box;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
      min-width: 0;
      max-width: none;
      width: auto;
      margin: 0;
      box-sizing: border-box;
      border-right: 1px solid #e5e0d3;
      border-bottom: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(4n) {
      border-right: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
      background: #e5e0d3;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-width: 0;
      min-height: 40px;
      padding: 10px 6px;
      font-family: Inter, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.2;
      color: #74817b;
      text-align: center;
      white-space: normal;
      overflow-wrap: anywhere;
      box-sizing: border-box;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
      color: #0a2819;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
      color: #0a2819;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after {
      display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
      padding: 40px 20px 50px;
    }

    .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content::before {
      display: none;
    }

    .woocommerce-account .woocommerce-EditAccountForm,
    .woocommerce-account .woocommerce-EditAccountForm fieldset {
      max-width: none;
    }

    .woocommerce-account .woocommerce-EditAccountForm .form-row {
      margin-bottom: 18px;
    }

    .woocommerce-account .woocommerce-EditAccountForm fieldset {
      margin-top: 28px;
    }

    .woocommerce-account .woocommerce-EditAccountForm fieldset legend {
      margin-bottom: 18px;
      font-family: Inter, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      color: #0a2819;
    }

    .woocommerce-account .woocommerce-EditAccountForm label {
      margin-bottom: 6px;
      font-family: Inter, sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.5;
    }

    .woocommerce-account .woocommerce-EditAccountForm em,
    .woocommerce-account .woocommerce-EditAccountForm #account_display_name_description {
      font-size: 11px;
      line-height: 1.4;
      margin-top: 6px;
    }

    .woocommerce-account .woocommerce-EditAccountForm input.input-text,
    .woocommerce-account .woocommerce-EditAccountForm input[type="email"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="password"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="text"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="tel"],
    .woocommerce-account .woocommerce-EditAccountForm input[type="date"] {
      width: 100%;
      height: 35px;
      padding-left: 12px;
      border-radius: 8px;
      font-family: Inter, sans-serif;
      font-size: 12px;
      line-height: 1.2;
    }

    .woocommerce-account .woocommerce-EditAccountForm input[type="date"] {
      padding-right: 12px;
    }

    .woocommerce-account .woocommerce-EditAccountForm .password-input input {
      width: 100%;
      padding-right: 40px;
    }

    .woocommerce-account .woocommerce-EditAccountForm .show-password-input {
      right: 10px;
      width: 24px;
      height: 24px;
      background-size: 18px 18px;
    }

    .woocommerce-account .woocommerce-EditAccountForm input[type="date"]::-webkit-calendar-picker-indicator,
    .woocommerce-account .woocommerce-EditAccountForm input[type="date"]::-moz-calendar-picker-indicator {
      width: 18px;
      height: 18px;
      background-size: 18px 18px;
    }

    .woocommerce-account .woocommerce-EditAccountForm > p:has(button[name="save_account_details"]) {
      width: 100%;
      margin-top: 24px;
    }

    .woocommerce-account .woocommerce-EditAccountForm button[name="save_account_details"] {
      width: 100%;
      height: 35px;
      padding: 0 16px;
      border-radius: 8px;
      background: #46563b;
      font-family: Inter, sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.04em;
    }

    .woocommerce-account .woocommerce-EditAccountForm button[name="save_account_details"]:hover {
      background: #3a4830;
    }
  }

.woocommerce-account .site-main {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:first-of-type {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-ResetPassword {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-MyAccount-content > h2,
.woocommerce-account .woocommerce-MyAccount-content > h3 {
  margin: 0 0 clamp(24px, 2.8vw, 40px);
  padding: 0;
  font-family: Jomolhari, serif;
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  color: #0a2819;
}

.woocommerce-account .woocommerce-address-fields .form-row {
  margin: 0 0 clamp(20px, 2.2vw, 28px);
  padding: 0;
  width: 100%;
  float: none;
}

.woocommerce-account .woocommerce-address-fields .form-row-first,
.woocommerce-account .woocommerce-address-fields .form-row-last {
  width: 100%;
  float: none;
}

.woocommerce-account .woocommerce-address-fields label {
  display: block;
  margin: 0 0 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0a2819;
}

.woocommerce-account .woocommerce-address-fields input.input-text,
.woocommerce-account .woocommerce-address-fields select,
.woocommerce-account .woocommerce-ResetPassword input.input-text {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: #e5e0d3;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #74817b;
  box-shadow: none;
  outline: none;
  appearance: none;
}

.woocommerce-account .woocommerce-address-fields button[name="save_address"],
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 880px;
  height: 52px;
  margin: clamp(24px, 2.8vw, 40px) auto 0;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  background: #46563b;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-downloads {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-table--order-downloads th,
.woocommerce-account .woocommerce-table--order-downloads td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e0d3;
  text-align: left;
  color: #0a2819;
}

.woocommerce-account .woocommerce-Address {
  margin-bottom: 32px;
}

.woocommerce-account .woocommerce-Address address {
  margin: 0 0 16px;
  font-style: normal;
  line-height: 1.6;
  color: #74817b;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  max-width: 880px;
}

.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

@media (max-width: 768px) {
  .woocommerce-account .u-columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

body.jm-login-page {
    background: #e5e0d3;
  }

  body.jm-login-page #jm-preview-main {
    margin: 0;
    padding: 0;
  }

  body.jm-login-page .jm-header {
    position: relative;
    background: #5f6b4f;
  }

  .woocommerce-account.jm-login {
    --jm-login-hero-image: url('https://www.jmartin.my/wp-content/uploads/2026/08/login-page-scaled.webp');
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: clip;
    background: #e5e0d3;
    color: #0a2819;
    font-family: Inter, sans-serif;
  }

  .jm-login__scene {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(620px, 78vh, 840px);
    padding: clamp(48px, 11vh, 100px) clamp(24px, 6.6vw, 100px) clamp(72px, 11vh, 100px);
    box-sizing: border-box;
    overflow: hidden;
  }

  .jm-login__hero {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--jm-login-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .woocommerce-account.jm-login .entry-content {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
  }

  .jm-login__wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .jm-login__card {
    width: 100%;
    max-width: 476px;
    background: #f4f2ed;
    border-radius: 20px;
    padding: 60px;
    box-sizing: border-box;
  }

  .jm-login__intro {
    margin: 0 0 50px;
    text-align: center;
  }

  .jm-login__title {
    margin: 0 0 5px;
    font-family: Jomolhari, serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 67px;
    color: #0a2819;
    text-align: center;
  }

  .jm-login__subtitle {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: #74817b;
    text-align: center;
  }

  .woocommerce-account.jm-login .woocommerce > h2 {
    display: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-login {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    width: 100%;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .form-row {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    float: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .form-row-wide {
    margin-bottom: 20px;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .form-row-wide:first-of-type {
    margin-bottom: 25px;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .form-row-wide:has(#password) {
    margin-bottom: 15px;
  }

  .woocommerce-account.jm-login .woocommerce-form-login label {
    display: block;
    margin: 0 0 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
  }

  .woocommerce-account.jm-login .woocommerce-form-login label .required {
    display: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-login label[for="username"],
  .woocommerce-account.jm-login .woocommerce-form-login label[for="password"] {
    margin-left: 16px;
  }

  .woocommerce-account.jm-login .woocommerce-form-login input.input-text {
    width: 100%;
    height: 36px;
    padding: 0 16px 0 40px;
    border: 0;
    border-radius: 10px;
    background: #e5e0d3;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
    box-shadow: none;
    outline: none;
    appearance: none;
    box-sizing: border-box;
  }

  .woocommerce-account.jm-login .woocommerce-form-login input.input-text::placeholder {
    color: #74817b;
    opacity: 1;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .password-input {
    display: block;
    position: relative;
    width: 100%;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .password-input input {
    padding: 0 44px 0 40px;
  }

  .jm-login__field-wrap {
    position: relative;
    display: block;
  }

  .jm-login__field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #74817b;
    pointer-events: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .show-password-input {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
  }

  .woocommerce-account.jm-login .woocommerce-form-login .show-password-input::before {
    content: '';
    display: block;
    width: 19px;
    height: 11px;
    margin: 0 auto;
    background-color: #46563b;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 11'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2172 2.58399C14.4356 0.929499 12.0192 0 9.5 0C6.98083 0 4.56443 0.929499 2.78279 2.58399C1.36041 3.90405 0.253256 4.933 0.253256 4.933C-0.0844185 5.24577 -0.0844185 5.75423 0.253256 6.067C0.253256 6.067 1.36041 7.09595 2.78279 8.41601C4.56443 10.0705 6.98083 11 9.5 11C12.0192 11 14.4356 10.0705 16.2172 8.41601C17.6396 7.09595 18.7467 6.067 18.7467 6.067C19.0844 5.75423 19.0844 5.24577 18.7467 4.933C18.7467 4.933 17.6396 3.90405 16.2172 2.58399ZM9.5 2.29207C7.59313 2.29207 6.04553 3.72922 6.04553 5.5C6.04553 7.27078 7.59313 8.70793 9.5 8.70793C11.4069 8.70793 12.9545 7.27078 12.9545 5.5C12.9545 3.72922 11.4069 2.29207 9.5 2.29207ZM9.5 3.89603C10.4534 3.89603 11.2272 4.61461 11.2272 5.5C11.2272 6.38539 10.4534 7.10397 9.5 7.10397C8.54657 7.10397 7.77277 6.38539 7.77277 5.5C7.77277 4.61461 8.54657 3.89603 9.5 3.89603Z'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 11'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2172 2.58399C14.4356 0.929499 12.0192 0 9.5 0C6.98083 0 4.56443 0.929499 2.78279 2.58399C1.36041 3.90405 0.253256 4.933 0.253256 4.933C-0.0844185 5.24577 -0.0844185 5.75423 0.253256 6.067C0.253256 6.067 1.36041 7.09595 2.78279 8.41601C4.56443 10.0705 6.98083 11 9.5 11C12.0192 11 14.4356 10.0705 16.2172 8.41601C17.6396 7.09595 18.7467 6.067 18.7467 6.067C19.0844 5.75423 19.0844 5.24577 18.7467 4.933C18.7467 4.933 17.6396 3.90405 16.2172 2.58399ZM9.5 2.29207C7.59313 2.29207 6.04553 3.72922 6.04553 5.5C6.04553 7.27078 7.59313 8.70793 9.5 8.70793C11.4069 8.70793 12.9545 7.27078 12.9545 5.5C12.9545 3.72922 11.4069 2.29207 9.5 2.29207ZM9.5 3.89603C10.4534 3.89603 11.2272 4.61461 11.2272 5.5C11.2272 6.38539 10.4534 7.10397 9.5 7.10397C8.54657 7.10397 7.77277 6.38539 7.77277 5.5C7.77277 4.61461 8.54657 3.89603 9.5 3.89603Z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
  }

  .jm-login__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 20px;
    width: 100%;
  }

  .woocommerce-account.jm-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
    cursor: pointer;
  }

  .woocommerce-account.jm-login .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
    border: 1px solid #74817b;
    border-radius: 50%;
    background: transparent;
    appearance: none;
    cursor: pointer;
    flex-shrink: 0;
  }

  .woocommerce-account.jm-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked {
    background: #46563b;
    border-color: #46563b;
    box-shadow: inset 0 0 0 2px #f4f2ed;
  }

  .woocommerce-account.jm-login .lost_password,
  .woocommerce-account.jm-login .jm-login__forgot {
    margin: 0 0 8px;
    padding: 0;
    text-align: right;
  }

  .woocommerce-account.jm-login .lost_password a,
  .woocommerce-account.jm-login .jm-login__forgot a {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
    text-decoration: none;
  }

  .woocommerce-account.jm-login .lost_password a:hover,
  .woocommerce-account.jm-login .jm-login__forgot a:hover {
    text-decoration: underline;
  }

  .jm-login__submit-row {
    margin: 0 0 30px !important;
  }

  .woocommerce-account.jm-login .woocommerce-form-login__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    background: #46563b;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    float: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-login__submit:hover,
  .woocommerce-account.jm-login .woocommerce-form-login__submit:focus {
    background: #3a4732;
    color: #fff;
  }

  .jm-login__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    width: 100%;
  }

  .jm-login__divider::before,
  .jm-login__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #74817b;
    border-radius: 0.5px;
  }

  .jm-login__divider span {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #74817b;
    flex-shrink: 0;
  }

  .jm-login__register {
    margin: 0;
    text-align: center;
  }

  .jm-login__register a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    color: #74817b;
    text-decoration: none;
  }

  .jm-login__register a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .jm-login__scene {
      min-height: clamp(560px, 75vh, 720px);
      padding: clamp(40px, 8vh, 72px) clamp(32px, 5vw, 60px) clamp(56px, 9vh, 80px);
    }

    .jm-login__card {
      padding: clamp(40px, 6vw, 50px) clamp(28px, 5vw, 40px);
      border-radius: 14px;
    }

    .jm-login__intro {
      margin-bottom: clamp(32px, 5vw, 40px);
    }

    .jm-login__title {
      font-size: clamp(24px, 4.5vw, 32px);
      margin-bottom: clamp(16px, 3vw, 22px);
    }

    .jm-login__subtitle {
      font-size: clamp(11px, 2vw, 13px);
      line-height: 1.4;
    }

    .woocommerce-account.jm-login .woocommerce-form-login label {
      font-size: 12px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login label[for="username"],
    .woocommerce-account.jm-login .woocommerce-form-login label[for="password"] {
      margin-left: 12px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login input.input-text {
      height: 32px;
      border-radius: 9px;
      font-size: 11px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login__submit {
      height: 32px;
      border-radius: 9px;
      font-size: 14px;
    }
  }

  @media (max-width: 640px) {
    .jm-login__scene {
      align-items: flex-start;
      min-height: clamp(480px, 70vh, 500px);
      padding: clamp(48px, 20vw, 85px) 40px 80px;
    }

    .jm-login__card {
      max-width: 100%;
      padding: 40px 30px;
      border-radius: 10px;
    }

    .jm-login__intro {
      margin: 0 0 30px;
    }

    .jm-login__title {
      margin: 0 0 11px;
      font-size: 20px;
      line-height: 1;
    }

    .jm-login__subtitle {
      font-size: 10px;
      line-height: 14px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login label {
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 300;
      color: #545454;
    }

    .woocommerce-account.jm-login .woocommerce-form-login label[for="username"],
    .woocommerce-account.jm-login .woocommerce-form-login label[for="password"] {
      margin-left: 10px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login input.input-text {
      height: 27px;
      padding: 0 12px 0 34px;
      border-radius: 8px;
      font-size: 10px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login input.input-text::placeholder {
      font-size: 8px;
      color: #545454;
    }

    .woocommerce-account.jm-login .woocommerce-form-login .password-input input {
      padding: 0 40px 0 34px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login .form-row-wide:first-of-type {
      margin-bottom: 20px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login .form-row-wide:has(#password) {
      margin-bottom: 10px;
    }

    .jm-login__options {
      margin-bottom: 16px;
      gap: 12px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login__rememberme,
    .woocommerce-account.jm-login .lost_password a,
    .woocommerce-account.jm-login .jm-login__forgot a {
      font-size: 8px;
      color: #444444;
    }

    .jm-login__submit-row {
      margin: 0 0 12px !important;
    }

    .woocommerce-account.jm-login .woocommerce-form-login__submit {
      height: 26px;
      border-radius: 8px;
      font-size: 12px;
    }

    .woocommerce-account.jm-login .woocommerce-form-login .show-password-input {
      right: 10px;
      width: 20px;
      height: 20px;
    }

    .jm-login__divider {
      margin: 0 0 12px;
    }

    .jm-login__divider span {
      font-size: 10px;
      color: #625567;
    }

    .jm-login__register a {
      font-size: 10px;
      color: #74817b;
    }
  }

.woocommerce-account.jm-login:not(.logged-in) .woocommerce {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  grid-template-columns: unset !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  background: transparent;
}

.woocommerce-account.jm-login:not(.logged-in) .site-main,
.woocommerce-account.jm-login:not(.logged-in) .jm-site-main,
.woocommerce-account.jm-login:not(.logged-in) article.page {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(620px, 78vh, 840px);
  overflow: hidden;
  padding: clamp(48px, 11vh, 100px) clamp(24px, 6.6vw, 100px) clamp(72px, 11vh, 100px);
  background: #e5e0d3;
  box-sizing: border-box;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(https://www.jmartin.my/wp-content/uploads/2026/08/login-page-scaled.webp);
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content > * {
  position: relative;
  z-index: 1;
}

body.woocommerce-account.jm-login:not(.logged-in) .jm-header {
  position: relative;
  background: #5f6b4f;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
  width: 100%;
  max-width: 476px;
  background: #f4f2ed;
  border-radius: 20px;
  padding: 60px;
  box-sizing: border-box;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 476px;
  margin: 0 auto clamp(16px, 2vw, 24px);
}

@media (max-width: 768px) {
  .woocommerce-account.jm-login:not(.logged-in) .entry-content {
    min-height: clamp(560px, 75vh, 720px);
    padding: clamp(40px, 8vh, 72px) clamp(32px, 5vw, 60px) clamp(56px, 9vh, 80px);
  }

  .woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
    padding: clamp(40px, 6vw, 50px) clamp(28px, 5vw, 40px);
    border-radius: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce-account.jm-login:not(.logged-in) .entry-content {
    justify-content: flex-start;
    min-height: clamp(480px, 70vh, 500px);
    padding: clamp(48px, 20vw, 85px) 40px 80px;
  }

  .woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
    max-width: 100%;
    padding: 40px 30px;
    border-radius: 10px;
  }
}

.jm-register .jm-login__title {
    font-family: Jomolhari, serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 67px;
    color: #0a2819;
    text-align: center;
  }

  .jm-register .jm-login__subtitle {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: #74817b;
    text-align: center;
  }

  .woocommerce-account.jm-login .woocommerce-form-register {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    width: 100%;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .form-row {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    float: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:first-of-type {
    margin-bottom: 25px;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#reg_password),
  .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#jmartin_password_confirm),
  .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#jmartin_date_of_birth),
  .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#jmartin_register_dob) {
    margin-bottom: 25px;
  }

  .woocommerce-account.jm-login .woocommerce-form-register label {
    display: block;
    margin: 0 0 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
    text-align: left;
  }

  .woocommerce-account.jm-login .woocommerce-form-register label .required {
    display: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-register label[for="reg_email"],
  .woocommerce-account.jm-login .woocommerce-form-register label[for="reg_password"],
  .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_password_confirm"],
  .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_date_of_birth"],
  .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_register_dob"] {
    margin-left: 16px;
  }

  .jm-login__field-wrap {
    position: relative;
    display: block;
  }

  .jm-login__field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #74817b;
    pointer-events: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-register input.input-text {
    width: 100%;
    height: 36px;
    padding: 0 16px 0 40px;
    border: 0;
    border-radius: 10px;
    background: #e5e0d3;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
    box-shadow: none;
    outline: none;
    appearance: none;
    box-sizing: border-box;
  }

  .woocommerce-account.jm-login .woocommerce-form-register input.input-text::placeholder {
    color: #74817b;
    opacity: 1;
    font-size: 12px;
    font-weight: 200;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .password-input {
    display: block;
    position: relative;
    width: 100%;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .password-input input {
    width: 100%;
    height: 36px;
    padding: 0 44px 0 40px;
    border: 0;
    border-radius: 10px;
    background: #e5e0d3;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
    box-sizing: border-box;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .password-input input::placeholder {
    color: #74817b;
    opacity: 1;
    font-size: 12px;
    font-weight: 200;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .show-password-input {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
  }

  .woocommerce-account.jm-login .woocommerce-form-register .show-password-input::before {
    content: '';
    display: block;
    width: 19px;
    height: 11px;
    margin: 0 auto;
    background-color: #46563b;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 11'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2172 2.58399C14.4356 0.929499 12.0192 0 9.5 0C6.98083 0 4.56443 0.929499 2.78279 2.58399C1.36041 3.90405 0.253256 4.933 0.253256 4.933C-0.0844185 5.24577 -0.0844185 5.75423 0.253256 6.067C0.253256 6.067 1.36041 7.09595 2.78279 8.41601C4.56443 10.0705 6.98083 11 9.5 11C12.0192 11 14.4356 10.0705 16.2172 8.41601C17.6396 7.09595 18.7467 6.067 18.7467 6.067C19.0844 5.75423 19.0844 5.24577 18.7467 4.933C18.7467 4.933 17.6396 3.90405 16.2172 2.58399ZM9.5 2.29207C7.59313 2.29207 6.04553 3.72922 6.04553 5.5C6.04553 7.27078 7.59313 8.70793 9.5 8.70793C11.4069 8.70793 12.9545 7.27078 12.9545 5.5C12.9545 3.72922 11.4069 2.29207 9.5 2.29207ZM9.5 3.89603C10.4534 3.89603 11.2272 4.61461 11.2272 5.5C11.2272 6.38539 10.4534 7.10397 9.5 7.10397C8.54657 7.10397 7.77277 6.38539 7.77277 5.5C7.77277 4.61461 8.54657 3.89603 9.5 3.89603Z'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 11'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2172 2.58399C14.4356 0.929499 12.0192 0 9.5 0C6.98083 0 4.56443 0.929499 2.78279 2.58399C1.36041 3.90405 0.253256 4.933 0.253256 4.933C-0.0844185 5.24577 -0.0844185 5.75423 0.253256 6.067C0.253256 6.067 1.36041 7.09595 2.78279 8.41601C4.56443 10.0705 6.98083 11 9.5 11C12.0192 11 14.4356 10.0705 16.2172 8.41601C17.6396 7.09595 18.7467 6.067 18.7467 6.067C19.0844 5.75423 19.0844 5.24577 18.7467 4.933C18.7467 4.933 17.6396 3.90405 16.2172 2.58399ZM9.5 2.29207C7.59313 2.29207 6.04553 3.72922 6.04553 5.5C6.04553 7.27078 7.59313 8.70793 9.5 8.70793C11.4069 8.70793 12.9545 7.27078 12.9545 5.5C12.9545 3.72922 11.4069 2.29207 9.5 2.29207ZM9.5 3.89603C10.4534 3.89603 11.2272 4.61461 11.2272 5.5C11.2272 6.38539 10.4534 7.10397 9.5 7.10397C8.54657 7.10397 7.77277 6.38539 7.77277 5.5C7.77277 4.61461 8.54657 3.89603 9.5 3.89603Z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
  }

  .jm-login__field-error {
    margin: 6px 0 0;
    padding: 0 4px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #b42318;
  }

  .jm-login__field-error-target .input-text {
    outline: 1px solid #b42318;
  }

  .jm-login__note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 24px;
    padding: 0 4px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 200;
    line-height: 14px;
    color: #74817b;
    text-align: left;
  }

  .jm-login__privacy {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 30px;
    padding: 0 4px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 200;
    line-height: 14px;
    color: #74817b;
    text-align: left;
  }

  .jm-login__note-icon {
    flex-shrink: 0;
    width: 10px;
    height: 11px;
    color: #74817b;
  }

  .jm-login__note > .jm-login__note-icon {
    margin: 0;
  }

  .jm-login__privacy > .jm-login__note-icon {
    margin-top: 2px;
  }

  .jm-login__submit-row {
    margin: 0 0 30px !important;
  }

  .woocommerce-account.jm-login .woocommerce-form-register__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    background: #46563b;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    float: none;
  }

  .woocommerce-account.jm-login .woocommerce-form-register__submit:hover {
    background: #3d4a33;
  }

  .jm-register .woocommerce-form-register > p:not(.form-row):not(.jm-login__note):not(.jm-login__privacy) {
    display: none;
  }

  .jm-register .woocommerce-form-register > p.jm-login__note,
  .jm-register .woocommerce-form-register > p.jm-login__privacy {
    display: flex;
  }

  @media (max-width: 768px) {
    .jm-login__scene {
      min-height: clamp(560px, 75vh, 720px);
      padding: clamp(40px, 8vh, 72px) clamp(32px, 5vw, 60px) clamp(56px, 9vh, 80px);
    }

    .jm-login__card {
      padding: clamp(40px, 6vw, 50px) clamp(28px, 5vw, 40px);
      border-radius: 14px;
    }

    .jm-login__intro {
      margin-bottom: clamp(32px, 5vw, 40px);
    }

    .jm-login__title {
      font-size: clamp(24px, 4.5vw, 32px);
      margin-bottom: clamp(16px, 3vw, 22px);
    }

    .jm-login__subtitle {
      font-size: clamp(11px, 2vw, 13px);
      line-height: 1.4;
    }

    .woocommerce-account.jm-login .woocommerce-form-register label {
      font-size: 12px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register label[for="reg_email"],
    .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_date_of_birth"],
    .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_register_dob"] {
      margin-left: 12px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register input.input-text {
      height: 32px;
      border-radius: 9px;
      font-size: 11px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register__submit {
      height: 32px;
      border-radius: 9px;
      font-size: 14px;
    }
  }

  @media (max-width: 640px) {
    .jm-login__scene {
      align-items: flex-start;
      min-height: clamp(480px, 70vh, 500px);
      padding: clamp(48px, 20vw, 85px) 40px 80px;
    }

    .jm-login__card {
      max-width: 100%;
      padding: 40px 30px;
      border-radius: 10px;
    }

    .jm-login__intro {
      margin: 0 0 30px;
    }

    .jm-register .jm-login__intro {
      margin: 0 0 30px;
    }

    .jm-login__title {
      margin: 0 0 11px;
      font-size: 20px;
      line-height: 1;
    }

    .jm-register .jm-login__title {
      margin: 0 0 11px;
      font-size: 20px;
      line-height: 1;
    }

    .jm-login__subtitle {
      font-size: 10px;
      line-height: 14px;
    }

    .jm-register .jm-login__subtitle {
      font-size: 10px;
      line-height: 14px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register label {
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 300;
      color: #545454;
    }

    .woocommerce-account.jm-login .woocommerce-form-register label[for="reg_email"],
    .woocommerce-account.jm-login .woocommerce-form-register label[for="reg_password"],
    .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_password_confirm"],
    .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_date_of_birth"],
    .woocommerce-account.jm-login .woocommerce-form-register label[for="jmartin_register_dob"] {
      margin-left: 10px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:first-of-type {
      margin-bottom: 20px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#reg_password),
    .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#jmartin_password_confirm),
    .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#jmartin_date_of_birth),
    .woocommerce-account.jm-login .woocommerce-form-register .form-row-wide:has(#jmartin_register_dob) {
      margin-bottom: 20px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register input.input-text {
      height: 27px;
      padding: 0 12px 0 34px;
      border-radius: 8px;
      font-size: 10px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register .password-input input {
      height: 27px;
      padding: 0 40px 0 34px;
      border-radius: 8px;
      font-size: 10px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register .password-input input::placeholder {
      font-size: 8px;
      color: #545454;
    }

    .woocommerce-account.jm-login .woocommerce-form-register .show-password-input {
      right: 10px;
      width: 20px;
      height: 20px;
    }

    .woocommerce-account.jm-login .woocommerce-form-register input.input-text::placeholder {
      font-size: 8px;
      color: #545454;
    }

    .jm-login__field-icon {
      left: 10px;
      width: 12px;
      height: 12px;
    }

    .jm-login__note,
    .jm-login__privacy {
      font-size: 8px;
      line-height: 14px;
      color: #74817b;
      margin-bottom: 16px;
    }

    .jm-login__privacy {
      margin-bottom: 20px;
    }

    .jm-login__submit-row {
      margin: 0 0 12px !important;
    }

    .woocommerce-account.jm-login .woocommerce-form-register__submit {
      height: 26px;
      border-radius: 8px;
      font-size: 12px;
    }

    .jm-login__divider {
      margin: 0 0 12px;
    }

    .jm-login__divider span {
      font-size: 10px;
      color: #625567;
    }

    .jm-login__register a {
      font-size: 10px;
      color: #74817b;
    }
  }

.woocommerce-account.jm-login:not(.logged-in) .woocommerce {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  grid-template-columns: unset !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  background: transparent;
}

.woocommerce-account.jm-login:not(.logged-in) .site-main,
.woocommerce-account.jm-login:not(.logged-in) .jm-site-main,
.woocommerce-account.jm-login:not(.logged-in) article.page {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(620px, 78vh, 840px);
  overflow: hidden;
  padding: clamp(48px, 11vh, 100px) clamp(24px, 6.6vw, 100px) clamp(72px, 11vh, 100px);
  background: #e5e0d3;
  box-sizing: border-box;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(https://www.jmartin.my/wp-content/uploads/2026/08/login-page-scaled.webp);
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content > * {
  position: relative;
  z-index: 1;
}

body.woocommerce-account.jm-login:not(.logged-in) .jm-header {
  position: relative;
  background: #5f6b4f;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
  width: 100%;
  max-width: 476px;
  background: #f4f2ed;
  border-radius: 20px;
  padding: 60px;
  box-sizing: border-box;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 476px;
  margin: 0 auto clamp(16px, 2vw, 24px);
}

@media (max-width: 768px) {
  .woocommerce-account.jm-login:not(.logged-in) .entry-content {
    min-height: clamp(560px, 75vh, 720px);
    padding: clamp(40px, 8vh, 72px) clamp(32px, 5vw, 60px) clamp(56px, 9vh, 80px);
  }

  .woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
    padding: clamp(40px, 6vw, 50px) clamp(28px, 5vw, 40px);
    border-radius: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce-account.jm-login:not(.logged-in) .entry-content {
    justify-content: flex-start;
    min-height: clamp(480px, 70vh, 500px);
    padding: clamp(48px, 20vw, 85px) 40px 80px;
  }

  .woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
    max-width: 100%;
    padding: 40px 30px;
    border-radius: 10px;
  }
}

.jm-forgot .jm-login__title {
    font-family: Jomolhari, serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 67px;
    color: #0a2819;
    text-align: center;
  }

  .jm-forgot .jm-login__subtitle {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: #74817b;
    text-align: center;
  }

  .jm-forgot__title--mobile {
    display: none;
  }

  .jm-forgot__subtitle--mobile {
    display: none;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    width: 100%;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password > p:first-of-type:not(.form-row) {
    display: none;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password .form-row {
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    float: none;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password label {
    display: block;
    margin: 0 0 8px 16px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
    color: #0a2819;
    text-align: left;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password label .required {
    display: none;
  }

  .jm-login__field-wrap {
    position: relative;
    display: block;
  }

  .jm-login__field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #74817b;
    pointer-events: none;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password input.input-text {
    width: 100%;
    height: 36px;
    padding: 0 16px 0 40px;
    border: 0;
    border-radius: 10px;
    background: #e5e0d3;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    color: #0a2819;
    box-shadow: none;
    outline: none;
    appearance: none;
    box-sizing: border-box;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password input.input-text::placeholder {
    color: #74817b;
    opacity: 1;
    font-size: 12px;
    font-weight: 200;
  }

  .jm-login__note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 30px;
    padding: 0 4px;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 200;
    line-height: 14px;
    color: #74817b;
    text-align: left;
  }

  .jm-login__note-icon {
    flex-shrink: 0;
    width: 10px;
    height: 11px;
    color: #74817b;
  }

  .jm-login__note > .jm-login__note-icon {
    margin: 0;
  }

  .jm-login__submit-row {
    margin: 0 0 30px !important;
  }

  .jm-login__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    width: 100%;
  }

  .jm-login__divider::before,
  .jm-login__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #74817b;
    border-radius: 0.5px;
  }

  .jm-login__divider span {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #74817b;
    flex-shrink: 0;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    background: #46563b;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    float: none;
  }

  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover,
  .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password button[type="submit"]:hover {
    background: #3d4a33;
  }

  @media (max-width: 768px) {
    .jm-login__scene {
      min-height: clamp(560px, 75vh, 720px);
      padding: clamp(40px, 8vh, 72px) clamp(32px, 5vw, 60px) clamp(56px, 9vh, 80px);
    }

    .jm-login__card {
      padding: clamp(40px, 6vw, 50px) clamp(28px, 5vw, 40px);
      border-radius: 14px;
    }

    .jm-login__intro {
      margin-bottom: clamp(32px, 5vw, 40px);
    }

    .jm-login__title {
      font-size: clamp(24px, 4.5vw, 32px);
      margin-bottom: clamp(16px, 3vw, 22px);
    }

    .jm-login__subtitle {
      font-size: clamp(11px, 2vw, 13px);
      line-height: 1.4;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password label {
      font-size: 12px;
      margin-left: 12px;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password input.input-text {
      height: 32px;
      border-radius: 9px;
      font-size: 11px;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
      height: 32px;
      border-radius: 9px;
      font-size: 14px;
    }
  }

  @media (max-width: 640px) {
    .jm-forgot__title--desktop,
    .jm-forgot__subtitle--desktop {
      display: none;
    }

    .jm-forgot__title--mobile,
    .jm-forgot__subtitle--mobile {
      display: block;
    }

    .jm-login__scene {
      align-items: flex-start;
      min-height: clamp(480px, 70vh, 500px);
      padding: clamp(48px, 20vw, 85px) 40px 80px;
    }

    .jm-login__card {
      max-width: 100%;
      padding: 40px 30px;
      border-radius: 10px;
    }

    .jm-login__intro {
      margin: 0 0 30px;
    }

    .jm-forgot .jm-login__intro {
      margin: 0 0 30px;
    }

    .jm-login__title {
      margin: 0 0 11px;
      font-size: 20px;
      line-height: 1;
    }

    .jm-forgot .jm-login__title,
    .jm-forgot .jm-forgot__title--mobile {
      margin: 0 0 11px;
      font-size: 20px;
      line-height: 1;
    }

    .jm-login__subtitle {
      font-size: 10px;
      line-height: 14px;
    }

    .jm-forgot .jm-login__subtitle,
    .jm-forgot .jm-forgot__subtitle--mobile {
      font-size: 10px;
      line-height: 14px;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password .form-row {
      margin: 0 0 10px;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password label {
      margin: 0 0 6px 10px;
      font-size: 10px;
      font-weight: 300;
      color: #545454;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password input.input-text {
      height: 27px;
      padding: 0 12px 0 34px;
      border-radius: 8px;
      font-size: 10px;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password input.input-text::placeholder {
      font-size: 8px;
      color: #545454;
    }

    .jm-login__field-icon {
      left: 10px;
      width: 12px;
      height: 12px;
    }

    .jm-login__note {
      font-size: 8px;
      line-height: 14px;
      color: #74817b;
      margin-bottom: 20px;
    }

    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
    .woocommerce-account.jm-login .woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
      height: 26px;
      border-radius: 8px;
      font-size: 12px;
    }

    .jm-login__submit-row {
      margin: 0 0 12px !important;
    }

    .jm-login__divider {
      margin: 0 0 12px;
    }

    .jm-login__divider span {
      font-size: 10px;
      color: #625567;
    }

    .jm-login__register a {
      font-size: 10px;
      color: #74817b;
    }
  }

.woocommerce-account.jm-login:not(.logged-in) .woocommerce {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  grid-template-columns: unset !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  background: transparent;
}

.woocommerce-account.jm-login:not(.logged-in) .site-main,
.woocommerce-account.jm-login:not(.logged-in) .jm-site-main,
.woocommerce-account.jm-login:not(.logged-in) article.page {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(620px, 78vh, 840px);
  overflow: hidden;
  padding: clamp(48px, 11vh, 100px) clamp(24px, 6.6vw, 100px) clamp(72px, 11vh, 100px);
  background: #e5e0d3;
  box-sizing: border-box;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(https://www.jmartin.my/wp-content/uploads/2026/08/login-page-scaled.webp);
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content > * {
  position: relative;
  z-index: 1;
}

body.woocommerce-account.jm-login:not(.logged-in) .jm-header {
  position: relative;
  background: #5f6b4f;
}

.woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
  width: 100%;
  max-width: 476px;
  background: #f4f2ed;
  border-radius: 20px;
  padding: 60px;
  box-sizing: border-box;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 476px;
  margin: 0 auto clamp(16px, 2vw, 24px);
}

@media (max-width: 768px) {
  .woocommerce-account.jm-login:not(.logged-in) .entry-content {
    min-height: clamp(560px, 75vh, 720px);
    padding: clamp(40px, 8vh, 72px) clamp(32px, 5vw, 60px) clamp(56px, 9vh, 80px);
  }

  .woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
    padding: clamp(40px, 6vw, 50px) clamp(28px, 5vw, 40px);
    border-radius: 14px;
  }
}

@media (max-width: 640px) {
  .woocommerce-account.jm-login:not(.logged-in) .entry-content {
    justify-content: flex-start;
    min-height: clamp(480px, 70vh, 500px);
    padding: clamp(48px, 20vw, 85px) 40px 80px;
  }

  .woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce {
    max-width: 100%;
    padding: 40px 30px;
    border-radius: 10px;
  }
}

.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::before,
  .woocommerce-account.jm-orders .woocommerce-MyAccount-content::before {
    content: "My Orders";
    display: block;
    margin: 0 0 clamp(24px, 2.8vw, 40px);
    font-family: Jomolhari, serif;
    font-size: clamp(24px, 2.1vw, 30px);
    font-weight: 200;
    line-height: 1.2;
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button.button.upload-receipt {
    color: #46563b;
    font-weight: 400;
  }

  .woocommerce-account .woocommerce-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #0a2819;
    background: transparent;
  }

  .woocommerce-account .woocommerce-orders-table thead th {
    padding: 16px 20px;
    border: 0;
    background: #46563b;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
  }

  .woocommerce-account .woocommerce-orders-table thead th:first-child {
    border-radius: 12px 0 0 12px;
    text-align: left;
    padding-left: 28px;
  }

  .woocommerce-account .woocommerce-orders-table thead th:last-child {
    border-radius: 0 12px 12px 0;
    padding-right: 28px;
    text-align: left;
    padding-left: 28px;
  }

  .woocommerce-account .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-actions {
    text-align: left;
  }

  .woocommerce-account .woocommerce-orders-table tbody th,
  .woocommerce-account .woocommerce-orders-table tbody td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid #e5e0d3;
    background: transparent;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.875;
    color: #0a2819;
    vertical-align: middle;
    text-align: center;
  }

  .woocommerce-account .woocommerce-orders-table tbody th {
    text-align: left;
    padding-left: 28px;
    font-weight: 200;
  }

  .woocommerce-account .woocommerce-orders-table tbody td:last-child {
    padding-right: 28px;
    text-align: left;
    padding-left: 28px;
  }

  .woocommerce-account .woocommerce-orders-table tbody tr:last-child th,
  .woocommerce-account .woocommerce-orders-table tbody tr:last-child td {
    border-bottom: 0;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-number a {
    color: #0a2819;
    font-weight: 200;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-number a:hover {
    color: #46563b;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-status {
    text-align: center;
    vertical-align: middle;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-status .jm-order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    max-width: 180px;
    min-height: 32px;
    padding: 4px 12px;
    border-radius: 16px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.25;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .woocommerce-account .woocommerce-orders-table__row--status-pending .jm-order-status,
  .woocommerce-account .woocommerce-orders-table__row--status-failed .jm-order-status {
    background: #ddd0bd;
    color: #805555;
  }

  .woocommerce-account .woocommerce-orders-table__row--status-processing .jm-order-status,
  .woocommerce-account .woocommerce-orders-table__row--status-on-hold .jm-order-status {
    background: #e8e9de;
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-orders-table__row--status-completed .jm-order-status {
    background: #dde1c7;
    color: #46563b;
  }

  .woocommerce-account .woocommerce-orders-table__row--status-cancelled .jm-order-status,
  .woocommerce-account .woocommerce-orders-table__row--status-refunded .jm-order-status {
    background: #eee4d8;
    color: #805555;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions {
    text-align: left;
    white-space: nowrap;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.875;
    color: #0a2819;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
    appearance: none;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
    text-decoration: underline;
    background: none;
    color: #0a2819;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button + .woocommerce-button::before {
    content: " ";
    display: inline-block;
    width: 12px;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-total {
    font-weight: 200;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-total .jm-order-total-value {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    margin-right: 5px;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-total .jm-order-total-value .woocommerce-Price-amount {
    margin-right: 0;
  }

  /* My Orders table — horizontal scroll + column widths (tablet / iPad) */
  @media (min-width: 769px) and (max-width: 1024px) {
    .woocommerce-account.jm-orders .woocommerce,
    .woocommerce-account.woocommerce-orders .woocommerce {
      min-width: 0;
    }

    .woocommerce-account.jm-orders .woocommerce-MyAccount-content,
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
      min-width: 0;
      max-width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .woocommerce-account .woocommerce-orders-table {
      display: table;
      width: max(100%, 900px);
      min-width: 900px;
      table-layout: auto;
    }

    .woocommerce-account .woocommerce-orders-table thead th,
    .woocommerce-account .woocommerce-orders-table tbody th,
    .woocommerce-account .woocommerce-orders-table tbody td {
      padding: 18px 24px;
      white-space: nowrap;
    }

    .woocommerce-account .woocommerce-orders-table thead th:first-child,
    .woocommerce-account .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number {
      min-width: 110px;
      padding-left: 28px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-date,
    .woocommerce-account .woocommerce-orders-table__cell-order-date {
      min-width: 140px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-status,
    .woocommerce-account .woocommerce-orders-table__cell-order-status {
      min-width: 160px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-total,
    .woocommerce-account .woocommerce-orders-table__cell-order-total {
      min-width: 180px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-actions,
    .woocommerce-account .woocommerce-orders-table__cell-order-actions {
      min-width: 200px;
    }
  }

  /* iPad Air landscape — orders table column widths */
  @media (min-width: 1025px) and (max-width: 1194px) and (orientation: landscape) {
    .woocommerce-account.jm-orders .woocommerce,
    .woocommerce-account.woocommerce-orders .woocommerce {
      min-width: 0;
    }

    .woocommerce-account.jm-orders .woocommerce-MyAccount-content,
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
      min-width: 0;
      max-width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .woocommerce-account .woocommerce-orders-table {
      display: table;
      width: 100%;
      min-width: 860px;
      table-layout: fixed;
    }

    .woocommerce-account .woocommerce-orders-table thead th,
    .woocommerce-account .woocommerce-orders-table tbody th,
    .woocommerce-account .woocommerce-orders-table tbody td {
      padding: 16px 18px;
      white-space: nowrap;
    }

    .woocommerce-account .woocommerce-orders-table thead th:first-child,
    .woocommerce-account .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number {
      width: 12%;
      min-width: 100px;
      padding-left: 24px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-date,
    .woocommerce-account .woocommerce-orders-table__cell-order-date {
      width: 16%;
      min-width: 130px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-status,
    .woocommerce-account .woocommerce-orders-table__cell-order-status {
      width: 18%;
      min-width: 150px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-total,
    .woocommerce-account .woocommerce-orders-table__cell-order-total {
      width: 22%;
      min-width: 170px;
    }

    .woocommerce-account .woocommerce-orders-table__header-order-actions,
    .woocommerce-account .woocommerce-orders-table__cell-order-actions {
      width: 32%;
      min-width: 220px;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-status .jm-order-status {
      width: 140px;
      max-width: 140px;
    }
  }

  @media (max-width: 768px) {
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::before,
    .woocommerce-account.jm-orders .woocommerce-MyAccount-content::before {
      display: none;
    }

    .woocommerce-account.jm-orders .woocommerce-MyAccount-content,
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
      padding: 40px 20px 50px !important;
    }

    .woocommerce-account .woocommerce-orders-table thead {
      display: none;
    }

    .woocommerce-account .woocommerce-orders-table tbody tr {
      display: block;
      margin: 0 0 20px;
      padding: 0;
      border: 1px solid #e5e0d3;
      border-radius: 10px;
      background: #f4f2ed;
      overflow: hidden;
    }

    .woocommerce-account .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number {
      display: flex;
      align-items: center;
      gap: 6px;
      width: 100%;
      padding: 14px 30px;
      margin: 0;
      border: 0;
      border-bottom: 0;
      border-radius: 8px 8px 0 0;
      background: #e5e0d3;
      text-align: left;
      font-family: Inter, sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #0a2819;
    }

    .woocommerce-account .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number::before {
      content: "Order:";
      font-weight: 400;
    }

    .woocommerce-account .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number a {
      font-weight: 200;
      line-height: 20px;
    }

    .woocommerce-account .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number a::before {
      content: none;
    }

    .woocommerce-account .woocommerce-orders-table tbody td {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 5px;
      padding: 10px 30px;
      border: 0;
      background: #f4f2ed;
      font-family: Inter, sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 32px;
      color: #0a2819;
      text-align: right;
    }

    .woocommerce-account .woocommerce-orders-table tbody td::before {
      content: attr(data-title) ":";
      font-weight: 300;
      line-height: 24px;
      letter-spacing: 0.42px;
      color: #0a2819;
      text-align: left;
      flex: 0 0 auto;
    }

    .woocommerce-account .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-date {
      padding-top: 30px;
    }

    .woocommerce-account .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions {
      padding-bottom: 30px;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-status {
      justify-content: space-between;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-status .jm-order-status {
      width: auto;
      max-width: none;
      min-width: 0;
      min-height: 30px;
      padding: 5px 14px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      flex-shrink: 0;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-actions {
      display: flex;
      align-items: center;
      text-align: right;
      white-space: normal;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-actions::before {
      float: none;
      margin-right: auto;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button {
      display: inline;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button + .woocommerce-button {
      margin-left: 5px;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button + .woocommerce-button::before {
      content: none;
      display: none;
      width: 0;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-total {
      display: block;
      text-align: right;
      white-space: nowrap;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-total::before {
      float: left;
    }

    .woocommerce-account .woocommerce-orders-table__cell-order-total .jm-order-total-value {
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
  }

  @media (max-width: 640px) {
    .woocommerce-account .woocommerce-orders-table tbody td,
    .woocommerce-account .woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number,
    .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button,
    .woocommerce-account .woocommerce-orders-table__cell-order-status .jm-order-status {
      font-size: 14px;
    }
  }

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type,
  .woocommerce-account.jm-view-order .woocommerce-MyAccount-content > p:first-of-type {
    margin: 0 0 clamp(24px, 2.8vw, 32px);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #74817b;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type mark,
  .woocommerce-account.jm-view-order .woocommerce-MyAccount-content > p:first-of-type mark {
    background: none;
    color: #0a2819;
    font-weight: 200;
  }

  .woocommerce-account .jm-receipt-upload {
    margin: 0 0 clamp(24px, 2.8vw, 32px);
  }

  .woocommerce-account .jm-receipt-upload__title {
    margin: 0 0 40px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #0a2819;
  }

  .woocommerce-account .jm-receipt-upload__box {
    padding: 16px 20px;
    border: 1px solid #e5e0d3;
    border-radius: 12px;
    background: #f4f2ed;
    box-sizing: border-box;
  }

  .woocommerce-account .jm-receipt-upload__desc {
    margin: 0 0 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #0a2819;
  }

  .woocommerce-account .jm-receipt-upload__current {
    margin: 0 0 20px;
  }

  .woocommerce-account .jm-receipt-upload__status {
    margin: 0 0 16px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #46563b;
    font-weight: 400;
  }

  .woocommerce-account .jm-receipt-upload__preview img {
    display: block;
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .woocommerce-account .jm-receipt-upload__form {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .woocommerce-account .jm-receipt-upload__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    align-items: center;
  }

  .woocommerce-account .jm-receipt-upload__file-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 2px solid #46563b;
    border-radius: 8px;
    background: transparent;
    color: #46563b;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .woocommerce-account .jm-receipt-upload__file-name {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #74817b;
  }

  .woocommerce-account .jm-receipt-upload__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    background: #46563b;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
  }

  @media (max-width: 1024px) {
    .woocommerce-account .jm-receipt-upload__title {
      font-size: 16px;
      margin: 0 0 24px;
    }

    .woocommerce-account .jm-receipt-upload__file-button,
    .woocommerce-account .jm-receipt-upload__submit {
      min-height: 40px;
      padding: 0 20px;
      font-size: 14px;
      font-weight: 400;
    }
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-order-details,
  .woocommerce-account.jm-view-order .woocommerce-order-details {
    margin: 0;
    padding: clamp(24px, 4.8vw, 50px) clamp(24px, 4.8vw, 50px) clamp(20px, 4.032vw, 36px);
    border-radius: 12px;
    background: #e5e0d3;
    box-sizing: border-box;
    overflow: visible;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-order-details__title,
  .woocommerce-account.jm-view-order .woocommerce-order-details__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #0a2819;
    background: transparent;
    overflow: visible;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details thead th {
    padding: 0 0 16px;
    border: 0;
    border-bottom: 1px solid #aaa;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #0a2819;
    text-align: left;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th.product-total,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details thead th.product-total {
    text-align: right;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th.product-name,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details thead th.product-name {
    font-weight: 400;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody td,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody td {
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #aaa;
    vertical-align: top;
    transition: color 0.2s ease;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody .product-name,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody .product-name {
    font-weight: 300;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .product-name,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .product-name {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-media,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-media {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 56px;
    background: #e5e0d3;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-media img,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .jm-view-order__product-media img,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .jm-view-order__product-media img {
    transform: scale(1.08);
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-details,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-details {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody .product-name a,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody .product-name a {
    color: #0a2819;
    font-weight: 300;
    text-decoration: none;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .product-name a,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .product-name a,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .product-total,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .product-total {
    color: #46563b;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody .product-quantity,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody .product-quantity {
    font-weight: 200;
    color: #0a2819;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody .product-total,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody .product-total {
    text-align: right;
    font-weight: 200;
    vertical-align: middle;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot th,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot td,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot th,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot td {
    padding: 16px 0;
    border: 0;
    background: transparent;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #0a2819;
    vertical-align: top;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot th,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot th {
    font-weight: 200;
    text-align: left;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot td,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot td {
    text-align: right;
  }

  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row th,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td {
    font-weight: 500;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row th,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row th,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td {
    margin-top: 8px;
    padding: 14px 0;
    background: #f4f2ed;
    border-radius: 0;
    box-shadow: none;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row th,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row th {
    border-radius: 12px 0 0 12px;
    box-shadow: -20px 0 0 #f4f2ed;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td {
    border-radius: 0 12px 12px 0;
    box-shadow: 20px 0 0 #f4f2ed;
    font-weight: 400;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .shipped_via,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details .shipped_via {
    display: block;
    font-size: 10px;
    letter-spacing: 0.03em;
    color: #0a2819;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot a,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot a {
    color: #0a2819;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot a[target="_blank"]::after,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot a[target="_blank"]::after,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot a.jm-tracking-link::after,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot a.jm-tracking-link::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    vertical-align: -2px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A2819' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > h2,
  .woocommerce-account.jm-view-order .woocommerce-MyAccount-content > h2 {
    margin: 0 0 16px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #0a2819;
  }

  .woocommerce-account.woocommerce-view-order .fluid_section,
  .woocommerce-account.jm-view-order .fluid_section {
    margin: 0 0 clamp(24px, 2.8vw, 32px);
  }

  .woocommerce-account.woocommerce-view-order .fluid_container,
  .woocommerce-account.jm-view-order .fluid_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 16px 20px;
    border: 1px solid #e5e0d3;
    border-radius: 12px;
    background: #f4f2ed;
    box-sizing: border-box;
  }

  .woocommerce-account.woocommerce-view-order .fluid_left_cl,
  .woocommerce-account.jm-view-order .fluid_left_cl {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }

  .woocommerce-account.woocommerce-view-order .fluid_right_cl,
  .woocommerce-account.jm-view-order .fluid_right_cl {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    text-align: right;
  }

  .woocommerce-account.woocommerce-view-order .fluid_img_with_provider,
  .woocommerce-account.jm-view-order .fluid_img_with_provider {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .woocommerce-account.woocommerce-view-order .fluid_provider_img,
  .woocommerce-account.jm-view-order .fluid_provider_img {
    flex: 0 0 40px;
    width: 40px;
    margin: 0;
  }

  .woocommerce-account.woocommerce-view-order .fluid_provider_img img,
  .woocommerce-account.jm-view-order .fluid_provider_img img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: contain;
  }

  .woocommerce-account.woocommerce-view-order .provider_name,
  .woocommerce-account.jm-view-order .provider_name {
    width: auto;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0a2819;
  }

  .woocommerce-account.woocommerce-view-order .tracking_provider,
  .woocommerce-account.jm-view-order .tracking_provider {
    display: inline;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #0a2819;
  }

  .woocommerce-account.woocommerce-view-order .tracking_number,
  .woocommerce-account.jm-view-order .tracking_number {
    color: #0a2819;
    font-size: 14px;
    font-weight: 200;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .woocommerce-account.woocommerce-view-order .order_status,
  .woocommerce-account.jm-view-order .order_status {
    margin: 4px 0 0;
    font-size: 13px;
    color: #74817b;
  }

  .woocommerce-account.woocommerce-view-order .order_status strong,
  .woocommerce-account.jm-view-order .order_status strong {
    color: #0a2819;
    font-weight: 400;
  }

  .woocommerce-account.woocommerce-view-order a.button.track-button,
  .woocommerce-account.jm-view-order a.button.track-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0;
    padding: 8px 20px;
    border: 0;
    border-radius: 10px;
    background: #46563b;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
  }

  .woocommerce-account.woocommerce-view-order a.button.track-button:hover,
  .woocommerce-account.jm-view-order a.button.track-button:hover {
    background: #3a4830;
    color: #fff;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr .order-actions--heading,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr .order-actions--heading {
    font-weight: 200;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .order-actions-button,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details .order-actions-button,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr .order-actions--heading + td .button,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr .order-actions--heading + td .button {
    display: inline;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-transform: none;
    color: #0a2819;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .woocommerce-account.woocommerce-view-order .order-again,
  .woocommerce-account.jm-view-order .order-again {
    margin: clamp(20px, 2.8vw, 28px) 0 0;
    padding: 0;
    text-align: right;
  }

  .woocommerce-account.woocommerce-view-order .order-again .button,
  .woocommerce-account.jm-view-order .order-again .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0;
    padding: 8px 24px;
    border: 0;
    border-radius: 10px;
    background: #46563b;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
  }

  .woocommerce-account.woocommerce-view-order .order-again .button:hover,
  .woocommerce-account.jm-view-order .order-again .button:hover {
    background: #3a4830;
    color: #fff;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details,
  .woocommerce-account.jm-view-order .woocommerce-customer-details {
    margin: clamp(32px, 4vw, 32px) 0 0;
    padding: 0;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-columns,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .col2-set,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .col2-set {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 40px);
    margin: 0;
    float: none;
    width: 100%;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns::before,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns::after,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-columns::before,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-columns::after,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .col2-set::before,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .col2-set::after,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .col2-set::before,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .col2-set::after {
    display: none;
    content: none;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-column,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .col-1,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .col-1,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .col-2,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .col-2 {
    float: none;
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-block,
  .woocommerce-account.jm-view-order .jm-view-order__address-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    float: none;
    width: auto;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-title,
  .woocommerce-account.jm-view-order .jm-view-order__address-title,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-column__title {
    margin: 0 0 0 40px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #0a2819;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details address,
  .woocommerce-account.jm-view-order .woocommerce-customer-details address {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-style: normal;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details address.jm-view-order__address-card-wrap,
  .woocommerce-account.jm-view-order .woocommerce-customer-details address.jm-view-order__address-card-wrap {
    display: block;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-card,
  .woocommerce-account.jm-view-order .jm-view-order__address-card {
    padding: 40px;
    border-radius: 12px;
    background: #e5e0d3;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    color: #0a2819;
    box-sizing: border-box;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-card p,
  .woocommerce-account.jm-view-order .jm-view-order__address-card p {
    margin: 0 0 20px;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-card p:last-child,
  .woocommerce-account.jm-view-order .jm-view-order__address-card p:last-child {
    margin-bottom: 0;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-meta,
  .woocommerce-account.jm-view-order .jm-view-order__address-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-meta-icon,
  .woocommerce-account.jm-view-order .jm-view-order__address-meta-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .woocommerce-account.woocommerce-view-order .jm-view-order__address-meta-icon img,
  .woocommerce-account.jm-view-order .jm-view-order__address-meta-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--email,
  .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-customer-details--email {
    margin: 0;
    font-size: 16px;
    color: #0a2819;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row {
    display: none;
  }

  @media (max-width: 768px) {
    .woocommerce-account.jm-view-order .woocommerce-MyAccount-content,
    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
      padding: 40px 20px 50px !important;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > h2,
    .woocommerce-account.jm-view-order .woocommerce-MyAccount-content > h2 {
      margin: 0 0 20px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
      color: #0a2819;
    }

    .woocommerce-account .jm-receipt-upload__title {
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 20px;
    }

    .woocommerce-account .jm-receipt-upload__desc {
      font-size: 14px;
    }

    .woocommerce-account .jm-receipt-upload__controls {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .woocommerce-account .jm-receipt-upload__file-label {
      flex-direction: column;
      align-items: stretch;
    }

    .woocommerce-account .jm-receipt-upload__file-button,
    .woocommerce-account .jm-receipt-upload__submit {
      width: 100%;
      min-height: 40px;
      padding: 0 16px;
      font-size: 14px;
      font-weight: 400;
    }

    .woocommerce-account.woocommerce-view-order .fluid_section,
    .woocommerce-account.jm-view-order .fluid_section {
      margin: 0 0 40px;
    }

    .woocommerce-account.woocommerce-view-order .fluid_container,
    .woocommerce-account.jm-view-order .fluid_container {
      flex-direction: column;
      align-items: stretch;
      padding: 16px;
    }

    .woocommerce-account.woocommerce-view-order .fluid_right_cl,
    .woocommerce-account.jm-view-order .fluid_right_cl {
      text-align: left;
    }

    .woocommerce-account.woocommerce-view-order a.button.track-button,
    .woocommerce-account.jm-view-order a.button.track-button {
      width: 100%;
    }

    .woocommerce-account.woocommerce-view-order .provider_name .order_status,
    .woocommerce-account.jm-view-order .provider_name .order_status {
      display: none;
    }

    .woocommerce-account.woocommerce-view-order .mb_fluid_shipping_date,
    .woocommerce-account.jm-view-order .mb_fluid_shipping_date {
      display: block !important;
      margin-top: 8px;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type,
    .woocommerce-account.jm-view-order .woocommerce-MyAccount-content > p:first-of-type {
      margin: 0 0 40px;
      font-size: 14px;
      font-weight: 200;
      line-height: 16px;
      letter-spacing: 0.42px;
      color: #74817b;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type mark,
    .woocommerce-account.jm-view-order .woocommerce-MyAccount-content > p:first-of-type mark {
      color: #0a2819;
      font-weight: 200;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-order-details,
    .woocommerce-account.jm-view-order .woocommerce-order-details {
      margin: 0;
      padding: 0;
      border-radius: 0;
      background: transparent;
      box-sizing: border-box;
      overflow-x: clip;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.42px;
      border-collapse: collapse;
      border-spacing: 0;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details thead th {
      padding: 0 0 20px;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      border-bottom: 1px solid #aaa;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody td {
      padding: 20px 0;
      font-size: 14px;
      font-weight: 300;
      line-height: 16px;
      border-top: 0;
      border-bottom: 0;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr:last-child td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr:last-child td {
      padding-bottom: 20px;
      border-bottom: 1px solid #aaa;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody .product-name a,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody .product-name a {
      font-size: 14px;
      font-weight: 300;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody .product-total,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody .product-total {
      font-size: 14px;
      font-weight: 200;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-media,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__product-media {
      width: 52px;
      height: 52px;
      flex-basis: 52px;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot th,
    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot th,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot td {
      padding: 20px 0;
      font-size: 14px;
      font-weight: 200;
      line-height: 16px;
      letter-spacing: 0.42px;
      border-top: 0;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:first-child th,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr:first-child th {
      font-weight: 300;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row th,
    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row th,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td {
      margin-top: 0;
      padding: 20px 0;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
      font-weight: 500;
      color: #0a2819;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-order-total-row td {
      font-weight: 400;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row {
      display: table-row;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:has(+ tr.jm-amount-paid-row) th,
    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:has(+ tr.jm-amount-paid-row) td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr:has(+ tr.jm-amount-paid-row) th,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr:has(+ tr.jm-amount-paid-row) td {
      padding-bottom: 40px;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row th,
    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row th,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row td {
      margin-top: 0;
      padding: 12px 20px;
      border: 0;
      border-radius: 0;
      background: #46563b;
      box-shadow: none;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row th,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row th {
      border-radius: 8px 0 0 8px;
      text-align: left;
      box-shadow: 80px 0 0 #46563b;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row td,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row td {
      border-radius: 0 8px 8px 0;
      text-align: right;
      box-shadow: -80px 0 0 #46563b;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .shipped_via,
    .woocommerce-account.jm-view-order .woocommerce-table--order-details .shipped_via {
      font-size: 8px;
      line-height: 16px;
      letter-spacing: 0.24px;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:has(.order-actions--heading),
    .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr:has(.order-actions--heading) {
      display: none;
    }

    .woocommerce-account.woocommerce-view-order .order-again,
    .woocommerce-account.jm-view-order .order-again {
      margin: 30px 0 0;
      padding: 0;
      text-align: left;
      width: 100%;
    }

    .woocommerce-account.woocommerce-view-order .order-again .button,
    .woocommerce-account.jm-view-order .order-again .button {
      display: flex;
      width: 100%;
      padding: 12px 24px;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-customer-details,
    .woocommerce-account.jm-view-order .woocommerce-customer-details {
      margin: 20px 0 0;
    }

    .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns,
    .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-columns {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .woocommerce-account.woocommerce-view-order .jm-view-order__address-block,
    .woocommerce-account.jm-view-order .jm-view-order__address-block {
      gap: 0;
      border: 1px solid #e5e0d3;
      border-radius: 10px;
      overflow: hidden;
      background: #f4f2ed;
    }

    .woocommerce-account.woocommerce-view-order .jm-view-order__address-title,
    .woocommerce-account.jm-view-order .jm-view-order__address-title,
    .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title,
    .woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-column__title {
      margin: 0;
      padding: 15px 20px;
      background: #e5e0d3;
      border-radius: 8px 8px 0 0;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      color: #0a2819;
    }

    .woocommerce-account.woocommerce-view-order .jm-view-order__address-card,
    .woocommerce-account.jm-view-order .jm-view-order__address-card {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 20px;
      border-radius: 0;
      background: #f4f2ed;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      color: #74817b;
    }

    .woocommerce-account.woocommerce-view-order .jm-view-order__address-card p,
    .woocommerce-account.jm-view-order .jm-view-order__address-card p {
      margin: 0;
    }

    .woocommerce-account.woocommerce-view-order .jm-view-order__address-lines,
    .woocommerce-account.jm-view-order .jm-view-order__address-lines {
      margin: 0;
      color: #74817b;
    }

    .woocommerce-account.woocommerce-view-order .jm-view-order__address-meta,
    .woocommerce-account.jm-view-order .jm-view-order__address-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      color: #74817b;
    }

    .woocommerce-account.woocommerce-view-order .jm-view-order__address-meta-icon,
    .woocommerce-account.jm-view-order .jm-view-order__address-meta-icon {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
    }
  }
