/* WordPress-only login fixes — not synced from parts/login.html */

/* Hide WooCommerce default password-toggle glyph (custom icons handle this) */
.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  display: none;
}

.woocommerce-account:not(.logged-in) .jm-login__intro {
  margin: 0 !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce > h2 {
  display: none !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  grid-template-columns: unset !important;
  max-width: 476px !important;
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  background: #f4f2ed !important;
  border-radius: 20px !important;
  padding: 60px !important;
  box-sizing: border-box !important;
  gap: 6px;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-form-login .form-row,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-form-login .form-row-wide {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.woocommerce-account.jm-login:not(.logged-in) .jm-login__options {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.woocommerce-account.jm-login:not(.logged-in) .jm-login__submit-row {
  display: block !important;
  width: 100% !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-form-login__submit {
  display: flex !important;
  width: 100% !important;
  float: none !important;
}

/* Never show login + register side-by-side in the card */
.woocommerce-account.jm-login:not(.logged-in) #customer_login.u-columns,
.woocommerce-account.jm-login:not(.logged-in) #customer_login.col2-set,
.woocommerce-account.jm-login:not(.logged-in) .u-columns.col2-set {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: unset !important;
  gap: 0 !important;
  float: none !important;
}

.woocommerce-account.jm-login:not(.logged-in) #customer_login h2 {
  display: none !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-form-login,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-form-register {
  max-width: 100% !important;
  width: 100% !important;
}

/* Login page only — hide register column */
.woocommerce-account.jm-login:not(.logged-in):not(.jm-register) #customer_login .u-column2,
.woocommerce-account.jm-login:not(.logged-in):not(.jm-register) .woocommerce-form-register {
  display: none !important;
}

.woocommerce-account.jm-login:not(.logged-in):not(.jm-register) #customer_login .u-column1,
.woocommerce-account.jm-login:not(.logged-in):not(.jm-register) .woocommerce-form-login {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .u-columns.col2-set {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .u-column1,
.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-login {
  display: none !important;
}

.woocommerce-account.jm-register:not(.logged-in) .u-column2,
.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register .form-row {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

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

@media (max-width: 768px) {
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce {
    padding: clamp(40px, 6vw, 50px) clamp(28px, 5vw, 40px) !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 640px) {
  .woocommerce-account.jm-login:not(.logged-in) .entry-content {
    align-items: stretch !important;
    width: 100% !important;
    min-height: clamp(480px, 70vh, 500px) !important;
    padding: clamp(48px, 20vw, 85px) 40px 80px !important;
    box-sizing: border-box !important;
  }

  .woocommerce-account.jm-login:not(.logged-in) .entry-content .woocommerce,
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    align-self: stretch !important;
    padding: 40px 30px !important;
    border-radius: 10px !important;
  }

  .woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    align-self: stretch !important;
  }
}

.woocommerce-account.jm-forgot:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.woocommerce-account.jm-forgot:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

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

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label[for="reg_email"],
.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label[for="jmartin_date_of_birth"],
.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label[for="jmartin_register_dob"] {
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 200 !important;
  line-height: 1.5 !important;
  color: #0a2819 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register input.input-text {
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 200 !important;
  line-height: 1.5 !important;
  color: #0a2819 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register input.input-text::placeholder {
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 200 !important;
  color: #74817b !important;
  opacity: 1 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__note,
.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__privacy,
.woocommerce-account.jm-register:not(.logged-in) .jm-login__note,
.woocommerce-account.jm-register:not(.logged-in) .jm-login__privacy {
  font-family: Inter, sans-serif !important;
  font-size: 10px !important;
  font-weight: 200 !important;
  line-height: 14px !important;
  color: #74817b !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label[for="reg_email"] {
  font-weight: 200 !important;
  line-height: 1.5 !important;
  color: #0a2819 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__note {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__privacy {
  display: flex !important;
  align-items: flex-start !important;
  width: 100% !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__note .jm-login__note-icon {
  flex-shrink: 0 !important;
  width: 10px !important;
  height: 11px !important;
  margin: 0 !important;
}

.woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__privacy .jm-login__note-icon {
  flex-shrink: 0 !important;
  width: 10px !important;
  height: 11px !important;
  margin: 2px 0 0 !important;
}

.woocommerce-account.jm-forgot:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password > p.jm-login__note {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.woocommerce-account.jm-forgot:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password > p.jm-login__note .jm-login__note-icon {
  flex-shrink: 0 !important;
  width: 10px !important;
  height: 11px !important;
  margin: 0 !important;
}

.woocommerce-account.jm-forgot:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password label {
  font-weight: 200 !important;
  line-height: 25px !important;
  color: #0a2819 !important;
  text-align: left !important;
}

@media (max-width: 640px) {
  .woocommerce-account.jm-forgot:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
  .woocommerce-account.jm-forgot:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
    height: 26px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label,
  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label[for="reg_email"],
  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label[for="jmartin_date_of_birth"],
  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register label[for="jmartin_register_dob"] {
    font-size: 10px !important;
    font-weight: 300 !important;
    color: #545454 !important;
  }

  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register input.input-text {
    font-size: 10px !important;
  }

  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register input.input-text::placeholder {
    font-size: 8px !important;
    color: #545454 !important;
  }

  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__note,
  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register > p.jm-login__privacy,
  .woocommerce-account.jm-register:not(.logged-in) .jm-login__note,
  .woocommerce-account.jm-register:not(.logged-in) .jm-login__privacy {
    font-size: 8px !important;
    line-height: 14px !important;
  }

  .woocommerce-account.jm-register:not(.logged-in) .woocommerce-form-register__submit {
    font-size: 12px !important;
  }
}

/* Login / forgot / reset notices — match theme (not default WC blue boxes) */
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce > .woocommerce-notices-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 20px !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-error,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-message,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-info {
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f8e8e8 !important;
  color: #7a1f1f !important;
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 200 !important;
  line-height: 1.5 !important;
  list-style: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-error::before,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-message::before,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-info::before {
  display: none !important;
  content: none !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-error li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-error a {
  color: #46563b !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-message,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-info {
  background: #e8efe3 !important;
  color: #0a2819 !important;
}

.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-message a,
.woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-info a {
  color: #46563b !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

/* Password reset email confirmation copy */
.woocommerce-account.jm-forgot:not(.logged-in) .woocommerce > p:not(.form-row):not(.jm-login__note):not(.jm-login__privacy):not(.jm-login__register) {
  margin: 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 200 !important;
  line-height: 1.5 !important;
  color: #74817b !important;
  text-align: left !important;
}

/* Reset password form — match login / forgot field styles */
.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password > p:first-of-type:not(.form-row) {
  display: none !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row,
.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row-first,
.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row-last,
.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row-wide {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .jm-login__submit-row {
  margin-top: 30px !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password label[for="password_1"],
.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password label[for="password_2"] {
  display: block !important;
  margin: 0 0 8px 16px !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 200 !important;
  line-height: 1.5 !important;
  color: #0a2819 !important;
  text-align: left !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password label .required,
.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password label .screen-reader-text {
  display: none !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row:has(#password_1),
.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row:has(#password_2) {
  margin-bottom: 25px !important;
}

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

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password input.input-text::placeholder {
  color: #74817b !important;
  opacity: 1 !important;
  font-size: 12px !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .password-input {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .show-password-input {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .show-password-input::before {
  content: '' !important;
  display: block !important;
  width: 19px !important;
  height: 11px !important;
  margin: 0 auto !important;
  background-color: #46563b !important;
  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") !important;
  mask-size: contain !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  -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") !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
}

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

.woocommerce-account.jm-reset-password:not(.logged-in) .jm-login__title {
  font-family: Jomolhari, serif !important;
  font-size: 40px !important;
  font-weight: 200 !important;
  line-height: 67px !important;
  color: #0a2819 !important;
  text-align: center !important;
}

.woocommerce-account.jm-reset-password:not(.logged-in) .jm-login__subtitle {
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 200 !important;
  line-height: 30px !important;
  color: #74817b !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-error,
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-message,
  .woocommerce-account.jm-login:not(.logged-in) .woocommerce .woocommerce-info {
    font-size: 10px !important;
    line-height: 1.5 !important;
    padding: 10px 12px !important;
  }

  .woocommerce-account.jm-forgot:not(.logged-in) .woocommerce > p:not(.form-row):not(.jm-login__note):not(.jm-login__privacy):not(.jm-login__register) {
    font-size: 10px !important;
    line-height: 1.5 !important;
  }

  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password label[for="password_1"],
  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password label[for="password_2"] {
    font-size: 10px !important;
    font-weight: 300 !important;
    color: #545454 !important;
  }

  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row:has(#password_1),
  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .form-row:has(#password_2) {
    margin-bottom: 20px !important;
  }

  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password input.input-text,
  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password input.input-text::placeholder {
    font-size: 10px !important;
  }

  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button,
  .woocommerce-account.jm-reset-password:not(.logged-in) .woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
    height: 26px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  .woocommerce-account.jm-reset-password:not(.logged-in) .jm-login__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .woocommerce-account.jm-reset-password:not(.logged-in) .jm-login__subtitle {
    font-size: 10px !important;
    line-height: 1.5 !important;
  }
}

/* Logged-in orders list — neutralize default WC button chrome on action links */
.woocommerce-account.jm-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button {
  display: inline !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.875 !important;
  color: #0a2819 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  -webkit-tap-highlight-color: transparent !important;
}

.woocommerce-account.jm-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #46563b !important;
  text-decoration: underline !important;
}

/* Logged-in account actions — consistent hover for clickable text/buttons */
.woocommerce-account.logged-in .woocommerce-MyAccount-content a:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content a.button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content input.button:hover {
  color: #46563b !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content a.button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content input.button:hover,
.woocommerce-account.logged-in .woocommerce-EditAccountForm button[name="save_account_details"]:hover,
.woocommerce-account.logged-in .woocommerce-view-order a.button.track-button:hover,
.woocommerce-account.logged-in .woocommerce-view-order .order-again .button:hover {
  background: #3a4830 !important;
  color: #fff !important;
}

/* Orders actions stay text-only on hover (no button fill) */
.woocommerce-account.jm-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
.woocommerce-account.jm-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:focus,
.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:focus {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #46563b !important;
}

.woocommerce-account.jm-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:active,
.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #46563b !important;
}

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

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

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

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

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

/* Logged-in account notices — match cart promo banner style */
.woocommerce-account.logged-in .woocommerce-notices-wrapper {
  margin: 0 0 24px !important;
}

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

.woocommerce-account.logged-in .jm-notice-banner::before,
.woocommerce-account.logged-in .woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-account.logged-in .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-account.logged-in .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none !important;
  content: none !important;
}

.woocommerce-account.logged-in .jm-notice-banner.is-success,
.woocommerce-account.logged-in .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account.logged-in .woocommerce-notices-wrapper .woocommerce-info {
  background: #edf5ed !important;
  border-color: #4b533c !important;
  color: #0a2819 !important;
}

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

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

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

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

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

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

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

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

.woocommerce-account.logged-in .jm-notice-banner__content a,
.woocommerce-account.logged-in .woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-account.logged-in .woocommerce-notices-wrapper .woocommerce-info a {
  color: #fff !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border-radius: 10px !important;
  background-color: #46563b !important;
}

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

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

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

@media (max-width: 768px) {
  .woocommerce-account.logged-in .jm-notice-banner {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: start !important;
    gap: 8px 10px !important;
    padding: 12px 14px !important;
    font-size: 12px !important;
  }

  .woocommerce-account.logged-in .jm-notice-banner__icon {
    grid-column: 1 !important;
    grid-row: 1 / -1 !important;
    align-self: center !important;
  }

  .woocommerce-account.logged-in .jm-notice-banner__content {
    grid-column: 2 !important;
    grid-row: 1 / -1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 12px !important;
  }

  .woocommerce-account.logged-in .jm-notice-banner__content .button {
    margin-left: 0 !important;
    align-self: flex-start !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 32px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .woocommerce-account.logged-in .jm-notice-banner__dismiss {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: start !important;
  }
}

/* View order — ensure order-details card is not clipped by WC table defaults */
.woocommerce-account.jm-view-order .woocommerce-order-details,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(24px, 4.8vw, 50px) clamp(24px, 4.8vw, 50px) clamp(20px, 4.032vw, 36px) !important;
}

.woocommerce-account.jm-view-order .woocommerce-table--order-details,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details {
  float: none !important;
  margin: 0 !important;
}

.woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item td,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item td {
  transition: color 0.2s ease !important;
}

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

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

.woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__thumb-link,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .jm-view-order__thumb-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

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

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

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

.woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .product-total,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item .product-total {
  vertical-align: middle !important;
}

.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-name a,
.woocommerce-account.jm-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .product-total,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr.woocommerce-table__line-item:hover .product-total {
  color: #46563b !important;
}

/* AST / tracking plugin — override injected inline styles */
.woocommerce-account.jm-view-order .fluid_container,
.woocommerce-account.woocommerce-view-order .fluid_container {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  border: 1px solid #e5e0d3 !important;
  border-radius: 12px !important;
  background: #f4f2ed !important;
  box-sizing: border-box !important;
}

.woocommerce-account.jm-view-order a.button.track-button,
.woocommerce-account.woocommerce-view-order a.button.track-button {
  background: #46563b !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.woocommerce-account.jm-view-order .tracking_number,
.woocommerce-account.woocommerce-view-order .tracking_number {
  color: #0a2819 !important;
  text-decoration: underline !important;
}

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

.woocommerce-account.jm-view-order .order-again,
.woocommerce-account.woocommerce-view-order .order-again {
  text-align: right !important;
}

.woocommerce-account.jm-view-order .order-again .button,
.woocommerce-account.woocommerce-view-order .order-again .button {
  background: #46563b !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 8px 24px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.woocommerce-account.jm-view-order .woocommerce-customer-details,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-account.jm-view-order .woocommerce-customer-details .order-again,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .order-again {
  clear: both !important;
  width: 100% !important;
  margin-top: clamp(20px, 2.8vw, 28px) !important;
}

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

.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 .woocommerce-columns::before,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns::after,
.woocommerce-account.jm-view-order .woocommerce-customer-details .col2-set::before,
.woocommerce-account.jm-view-order .woocommerce-customer-details .col2-set::after,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .col2-set::before,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .col2-set::after {
  display: none !important;
  content: none !important;
}

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

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

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

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

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

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

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

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

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

.woocommerce-account.jm-view-order .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--email {
  display: none !important;
}

@media (max-width: 768px) {
  .woocommerce-account.jm-view-order .woocommerce-MyAccount-content > h2,
  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > h2 {
    font-size: 14px !important;
  }

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

  .woocommerce-account.jm-view-order .woocommerce-order-details,
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details {
    padding: 0 !important;
    background: transparent !important;
  }

  .woocommerce-account.jm-view-order .woocommerce-table--order-details,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details {
    font-size: 14px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
  }

  .woocommerce-account.jm-view-order .woocommerce-table--order-details thead th,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #aaa !important;
  }

  .woocommerce-account.jm-view-order .woocommerce-table--order-details tbody td,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody td {
    padding: 20px 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

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

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

  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot th,
  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot td,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot th,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot td {
    padding: 20px 0 !important;
    border-top: 0 !important;
  }

  .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,
  .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 {
    padding-bottom: 40px !important;
  }

  .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,
  .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 {
    margin-top: 0 !important;
    padding: 12px 20px !important;
  }

  .woocommerce-account.jm-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 th {
    box-shadow: 80px 0 0 #46563b !important;
  }

  .woocommerce-account.jm-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row td,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr.jm-amount-paid-row td {
    box-shadow: -80px 0 0 #46563b !important;
  }

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

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

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

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

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

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

  .woocommerce-account.jm-view-order .order-again .button,
  .woocommerce-account.woocommerce-view-order .order-again .button {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 12px 24px !important;
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .woocommerce-account.jm-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button,
  .woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    font-size: 14px !important;
  }
}

/* Logged-in account mobile nav — prevent horizontal overflow */
@media (max-width: 768px) {
  body.woocommerce-account.logged-in,
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    background: #f4f2ed !important;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    overflow-x: clip !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
    flex: unset !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 16px 20px 50px !important;
  }
}

/* Final hard override: Orders action links are text-only on all states */
.woocommerce-account.logged-in .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.button,
.woocommerce-account.logged-in .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:hover,
.woocommerce-account.logged-in .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:focus,
.woocommerce-account.logged-in .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:active,
.woocommerce-account.logged-in .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:visited {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #46563b !important;
  text-decoration: underline !important;
  text-shadow: none !important;
}

/* Edit address endpoint — match account-details visual system */
.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-of-type {
  margin: 0 0 clamp(24px, 2.8vw, 40px) !important;
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  line-height: 1.5 !important;
  color: #74817b !important;
}

.woocommerce-account.logged-in .woocommerce-Addresses,
.woocommerce-account.logged-in .woocommerce-Addresses.col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3vw, 40px) !important;
  margin: 0 !important;
}

.woocommerce-account.logged-in .woocommerce-Address {
  margin: 0 !important;
}

.woocommerce-account.logged-in .woocommerce-Address .woocommerce-Address-title {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 16px !important;
}


.woocommerce-account.logged-in .woocommerce-Address .woocommerce-Address-title .edit {
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #0a2819 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

.woocommerce-account.logged-in .woocommerce-Address address {
  margin: 0 !important;
  padding: 24px !important;
  border-radius: 12px !important;
  background: #e5e0d3 !important;
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  line-height: 1.5 !important;
  color: #74817b !important;
  font-style: normal !important;
}

.woocommerce-account.logged-in .woocommerce-address-fields .form-row {
  margin: 0 0 clamp(20px, 2.2vw, 28px) !important;
}

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

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

.woocommerce-account.logged-in .woocommerce-address-fields input.input-text,
.woocommerce-account.logged-in .woocommerce-address-fields select {
  height: 52px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #e5e0d3 !important;
  padding: 0 16px !important;
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  color: #74817b !important;
}

.woocommerce-account.logged-in .woocommerce-address-fields .select2-container .select2-selection--single {
  height: 52px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #e5e0d3 !important;
}

.woocommerce-account.logged-in .woocommerce-address-fields .select2-container .select2-selection__rendered {
  line-height: 52px !important;
  padding: 0 16px !important;
  color: #74817b !important;
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
}

.woocommerce-account.logged-in .woocommerce-address-fields .select2-container .select2-selection__arrow {
  height: 52px !important;
  right: 12px !important;
}

.woocommerce-account.logged-in .woocommerce-address-fields button[name="save_address"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  height: 52px !important;
  margin: clamp(24px, 2.8vw, 40px) 0 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #46563b !important;
  font-family: Inter, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.woocommerce-account.logged-in .jm-combined-addresses {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(32px, 3.5vw, 48px) !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > .jm-address-edit__title {
  margin: 0 0 clamp(24px, 2.8vw, 40px) !important;
  font-family: "Jomolhari", serif !important;
  font-size: clamp(24px, 2.1vw, 30px) !important;
  font-weight: 200 !important;
  line-height: 1.2 !important;
  color: #0a2819 !important;
}

.woocommerce-account.logged-in .jm-combined-addresses form {
  margin: 0 !important;
}

body.woocommerce-account.logged-in .jm-combined-addresses form > h2,
body.woocommerce-account.logged-in .jm-combined-address-form > h2,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content form > h2,
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-address-fields > h2 {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #0a2819 !important;
}

.woocommerce-account.logged-in .jm-combined-addresses .woocommerce-address-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2.2vw, 28px) !important;
}

.woocommerce-account.logged-in .jm-combined-addresses .form-row {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.woocommerce-account.logged-in .jm-combined-addresses .form-row-wide,
.woocommerce-account.logged-in .jm-combined-addresses #shipping_country_field,
.woocommerce-account.logged-in .jm-combined-addresses #billing_country_field,
.woocommerce-account.logged-in .jm-combined-addresses #shipping_address_1_field,
.woocommerce-account.logged-in .jm-combined-addresses #billing_address_1_field,
.woocommerce-account.logged-in .jm-combined-addresses #shipping_address_2_field,
.woocommerce-account.logged-in .jm-combined-addresses #billing_address_2_field {
  grid-column: 1 / -1 !important;
}

.woocommerce-account.logged-in .jm-combined-addresses .jm-combined-address-sync {
  margin: 12px 0 0 !important;
}

.woocommerce-account.logged-in .jm-combined-addresses .jm-combined-address-sync__label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #0a2819 !important;
}

body.woocommerce-account.logged-in.woocommerce-edit-address.jm-combined-address-loading .woocommerce-MyAccount-content > p:first-of-type,
body.woocommerce-account.logged-in.woocommerce-edit-address.jm-combined-address-loading .woocommerce-MyAccount-content > .woocommerce-Addresses,
body.woocommerce-account.logged-in.woocommerce-edit-address.jm-combined-address-loading .woocommerce-MyAccount-content > .u-columns {
  display: none !important;
}

/* My Account content loading (Orders / Edit Address) */
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  position: relative;
}

.woocommerce-account.logged-in .jm-account-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 220px;
  padding: 48px 24px;
  box-sizing: border-box;
  text-align: center;
}

body.woocommerce-account.logged-in.jm-account-page-loading .jm-account-loading,
body.woocommerce-account.logged-in.jm-combined-address-loading .jm-account-loading {
  display: flex;
}

body.woocommerce-account.logged-in.jm-account-page-loading .jm-account-loading {
  position: absolute;
  inset: 0;
  z-index: 5;
  min-height: 100%;
  background: rgba(244, 242, 237, 0.92);
}

body.woocommerce-account.logged-in.jm-account-page-loading .woocommerce-MyAccount-content {
  min-height: 220px;
}

.woocommerce-account.logged-in .jm-account-loading__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(10, 40, 25, 0.15);
  border-top-color: #0a2819;
  border-radius: 50%;
  animation: jm-account-spin 0.7s linear infinite;
}

.woocommerce-account.logged-in .jm-account-loading__label {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #46563b;
}

@keyframes jm-account-spin {
  to {
    transform: rotate(360deg);
  }
}

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

  .woocommerce-account.logged-in .jm-receipt-upload__submit,
  .woocommerce-account.logged-in .jm-receipt-upload__file-button {
    min-height: 40px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
  }
}

/* My Orders table — horizontal scroll on iPad Mini / Air / Pro (tablet only) */
@media (min-width: 769px) and (max-width: 1024px) {
  body.woocommerce-account.jm-orders .woocommerce,
  body.woocommerce-account.woocommerce-orders .woocommerce,
  .woocommerce-account.jm-orders .woocommerce,
  .woocommerce-account.woocommerce-orders .woocommerce {
    min-width: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .woocommerce-account.jm-orders .woocommerce-orders-table,
  .woocommerce-account.woocommerce-orders .woocommerce-orders-table,
  .woocommerce-account.jm-orders table.shop_table.woocommerce-orders-table,
  .woocommerce-account.woocommerce-orders table.shop_table.woocommerce-orders-table {
    display: table !important;
    width: 100% !important;
    min-width: 860px !important;
    table-layout: fixed !important;
  }

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .woocommerce-account.logged-in .woocommerce-Addresses,
  .woocommerce-account.logged-in .woocommerce-Addresses.col2-set {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .woocommerce-account.logged-in .woocommerce-address-fields label {
    margin-bottom: 6px !important;
    font-size: 14px !important;
  }

  .woocommerce-account.logged-in .jm-combined-addresses .woocommerce-address-fields__field-wrapper {
    gap: 18px !important;
  }

  .woocommerce-account.logged-in .woocommerce-address-fields input.input-text,
  .woocommerce-account.logged-in .woocommerce-address-fields select {
    height: 35px !important;
    border-radius: 8px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  .woocommerce-account.logged-in .woocommerce-address-fields .select2-container .select2-selection--single {
    height: 35px !important;
    border-radius: 8px !important;
  }

  .woocommerce-account.logged-in .woocommerce-address-fields .select2-container .select2-selection__rendered {
    line-height: 35px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  .woocommerce-account.logged-in .woocommerce-address-fields .select2-container .select2-selection__arrow {
    height: 35px !important;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content > .jm-address-edit__title {
    display: none !important;
  }

  .woocommerce-account.logged-in .jm-combined-addresses form > h2,
  body.woocommerce-account.logged-in .jm-combined-addresses form > h2,
  body.woocommerce-account.logged-in .jm-combined-address-form > h2,
  body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content form > h2 {
    margin: 0 0 14px !important;
    font-family: Inter, sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    color: #0a2819 !important;
  }

  .woocommerce-account.logged-in .woocommerce-address-fields button[name="save_address"] {
    height: 35px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
  }

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

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

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

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

  .woocommerce-account.logged-in .jm-receipt-upload__submit {
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #46563b !important;
    color: #fff !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
  }

  .woocommerce-account.logged-in .jm-receipt-upload__desc {
    font-size: 14px !important;
  }

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

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

  .woocommerce-account.logged-in .jm-receipt-upload__file-button {
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
  }

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