.woocommerce-account .site-header,
.woocommerce-account .site-footer {
  position: relative;
  z-index: 10;
}

.woocommerce-account .woocommerce-notices-wrapper {
  max-width: 1360px;
  margin: 24px auto 0;
  padding: 0 24px;
}

.djs-account-page {
  min-height: 58vh;
  background: #fff;
  color: var(--djs-secondary);
}

.djs-account-auth {
  padding: 82px 0 140px;
}

.djs-account-auth__inner {
  max-width: 860px;
  margin: 0 auto;
}

.djs-account-auth__tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  border-bottom: 1px solid #ece7df;
  margin: 0 auto 30px;
  max-width: 480px;
}
.djs-account-panel .woocommerce-privacy-policy-text {
    display: none;
}
.djs-account-auth__tab {
  flex: 1;
  min-height: 48px;
  padding: 0 16px 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #c6bdb1;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
}

.djs-account-auth__tab.is-active {
  color: var(--djs-secondary);
  border-bottom-color: var(--djs-secondary);
}

.djs-account-panel {
  display: none;
  max-width: 480px;
  margin: 0 auto;
}

.djs-account-panel.is-active {
  display: block;
}

.djs-account-panel__title {
  color: var(--djs-secondary);
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

.djs-account-auth label,
.djs-account-field__hint {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding:10px 0px
}

.djs-account-auth label {
  color: #a89f93;
  margin-bottom: 5px;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.djs-account-auth label.djs-account-checkbox{
  margin-bottom: 20px;
}
p.djs-account-generated-password-note {
    display: none;
}
.djs-account-auth .woocommerce-form-row,
.djs-account-auth .form-row {
  margin: 0 0 24px;
}

.djs-account-auth input[type="text"],
.djs-account-auth input[type="email"],
.djs-account-auth input[type="password"] {
  width: 100%;
  padding: 0 34px 16px 0;
  border: 0;
  border-bottom: 1px solid #ebe4da;
  background: transparent !important;
  color: var(--djs-secondary);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  box-shadow: none;
  appearance: none;
}

.djs-account-auth input::placeholder {
  color: #b8afa4;
  opacity: 1;
}

.djs-account-auth input:focus {
  border-color: var(--djs-secondary);
  background: transparent !important;
  box-shadow: none;
  outline: 0;
}

.djs-account-auth input:-webkit-autofill,
.djs-account-auth input:-webkit-autofill:hover,
.djs-account-auth input:-webkit-autofill:focus,
.djs-account-auth input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--djs-secondary) !important;
  background-color: transparent !important;
  transition: background-color 9999s ease-out 0s;
}

.djs-account-field {
  position: relative;
}

.djs-account-password-toggle {
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b7aea2;
  cursor: pointer;
}

.djs-account-password-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}

.djs-account-field__hint {
  display: inline-block;
  margin-top: 14px;
  color: #c0b7ab;
}

.djs-account-auth .lost_password {
  margin: 10px 0 44px;
  text-align: right;
}

.djs-account-auth .lost_password a {
  color: var(--djs-primary);
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: none;
}

.djs-account-auth .woocommerce-form-login__submit,
.djs-account-auth .woocommerce-form-register__submit {
  width: 100%;
  min-height: 68px;
  border: 0;
  border-radius: 0;
  background: #1A1A1A;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.djs-account-auth .woocommerce-form-login__submit:hover,
.djs-account-auth .woocommerce-form-register__submit:hover {
  background: var(--djs-primary);
}

.djs-account-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.djs-account-panel .woocommerce-form-login,
.djs-account-panel .woocommerce-form-register {
  max-width: 100%;
}

.djs-account-panel .form-row:last-child {
  margin-bottom: 0;
}

.djs-account-auth .password-input {
  display: block;
  position: relative;
}

.djs-account-auth .password-input .input-text {
  padding-right: 34px;
}

.djs-account-auth .password-input .show-password-input {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b7aea2;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}

.djs-account-auth .password-input .show-password-input::after {
  color: currentColor;
  font-size: 18px;
}

.djs-account-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 28px;
  color: #a9a092;
  font-size: 14px;
  line-height: 1.8;
  text-transform: none;
  letter-spacing: 0;
}

.djs-account-checkbox input {
  appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #2c2830;
  background: #2c2830;
  flex: 0 0 16px;
}

.djs-account-checkbox input:checked {
  background: var(--djs-primary);
  border-color: var(--djs-primary);
}

.djs-account-checkbox span {
  color: #b1a89c;
  font-size: 11px;
  line-height: 1.2;
  text-transform: initial;
}

.djs-account-legal-note,
.djs-account-generated-password-note {
  color: #b1a89c;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.djs-account-legal-note {
  max-width: 540px;
  margin: 22px auto 0;
}

.djs-account-generated-password-note {
  margin: 4px 0 18px;
}

.djs-account-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  padding: 64px 0 90px;
}

.djs-account-shell__nav .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ece7df;
}

.djs-account-shell__nav .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #ece7df;
}

.djs-account-shell__nav .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 16px 0;
  color: var(--djs-secondary);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.djs-account-shell__nav .is-active a,
.djs-account-shell__nav a:hover {
  color: var(--djs-primary);
}

.djs-account-shell__content {
  min-width: 0;
}

.djs-account-shell__content .woocommerce-MyAccount-content {
  color: #6f675e;
  font-size: 15px;
  line-height: 1.9;
}

.djs-account-shell__content .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

.djs-account-shell__content h2,
.djs-account-shell__content h3 {
  color: var(--djs-secondary);
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
}

.djs-account-shell__content a {
  color: var(--djs-primary);
  text-decoration: none;
}

.djs-account-shell__content a:hover {
  text-decoration: underline;
}

.djs-account-shell__content .woocommerce-Button,
.djs-account-shell__content .button,
.djs-account-shell__content button.button,
.djs-account-shell__content input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 0;
  border-radius: 0;
  background: var(--djs-secondary);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.djs-account-shell__content .woocommerce-Button:hover,
.djs-account-shell__content .button:hover,
.djs-account-shell__content button.button:hover,
.djs-account-shell__content input.button:hover {
  background: var(--djs-primary);
  color: #fff;
}

.djs-account-shell__content .woocommerce-info,
.djs-account-shell__content .woocommerce-message,
.djs-account-shell__content .woocommerce-error {
  margin-bottom: 26px;
  padding: 18px 20px;
  border: 1px solid #ece7df;
  background: #faf8f5;
}

.djs-account-shell__content .woocommerce-orders-table,
.djs-account-shell__content .shop_table_responsive,
.djs-account-shell__content .woocommerce-Addresses {
  margin-top: 22px;
}

.djs-account-shell__content table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.djs-account-shell__content table.shop_table th,
.djs-account-shell__content table.shop_table td {
  padding: 16px 0;
  border-bottom: 1px solid #ece7df;
  text-align: left;
  vertical-align: top;
}

.djs-account-shell__content table.shop_table th {
  color: #8f867b;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.djs-account-shell__content .woocommerce-orders-table__cell-order-actions {
  white-space: nowrap;
}

.djs-account-shell__content .woocommerce-orders-table__cell-order-actions .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.djs-account-shell__content .woocommerce-address-fields .form-row,
.djs-account-shell__content .edit-account .form-row {
  margin-bottom: 24px;
}

.djs-account-shell__content input[type="text"],
.djs-account-shell__content input[type="email"],
.djs-account-shell__content input[type="password"],
.djs-account-shell__content input[type="tel"],
.djs-account-shell__content textarea,
.djs-account-shell__content select {
  width: 100%;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid #ebe4da;
  background: transparent;
  color: var(--djs-secondary);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.djs-account-shell__content textarea {
  min-height: 120px;
  resize: vertical;
}

.djs-account-shell__content .woocommerce-column--billing-address,
.djs-account-shell__content .woocommerce-column--shipping-address,
.djs-account-shell__content .woocommerce-Address {
  padding: 24px;
  border: 1px solid #ece7df;
  background: #faf8f5;
}

.djs-account-shell__content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.djs-account-shell__content .woocommerce-column__title,
.djs-account-shell__content .woocommerce-Address-title h3 {
  margin: 0 0 16px;
  font-size: 30px;
}

.djs-account-shell__content .woocommerce-Address address {
  margin: 0;
  font-style: normal;
}

.djs-account-shell__content .edit-account fieldset {
  margin: 34px 0 0;
  padding: 0;
  border: 0;
}

.djs-account-shell__content .edit-account legend {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: 1px solid #ece7df;
  color: var(--djs-secondary);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}

.djs-account-shell__content .edit-account .password-input {
  position: relative;
  display: block;
}

.djs-account-shell__content .edit-account .password-input .input-text {
  padding-right: 38px;
}

.djs-account-shell__content .edit-account .show-password-input {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b7aea2;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}

.djs-account-shell__content .edit-account .show-password-input::after {
  color: currentColor;
  font-size: 18px;
}

.djs-account-shell__content .edit-account > p:last-of-type {
  margin-top: 36px;
}

@media only screen and (max-width: 991px) {
  .djs-account-auth {
    padding: 58px 0 90px;
  }

  .djs-account-panel__title {
    font-size: 30px;
  }

  .djs-account-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 48px 0 72px;
  }

  .djs-account-shell__content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .djs-account-shell__content .edit-account legend {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-notices-wrapper {
    padding: 0 18px;
  }

  .djs-account-auth {
    padding: 40px 0 72px;
  }

  .djs-account-auth__tabs {
    margin-bottom: 20px;
  }

  .djs-account-panel__title {
    font-size: 40px;
    margin-bottom: 26px;
  }

  .djs-account-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .djs-account-page .lost_password {
    text-align: left;
  }

  .djs-account-shell__content table.shop_table thead {
    display: none;
  }

  .djs-account-shell__content table.shop_table tr {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #ece7df;
  }

  .djs-account-shell__content table.shop_table td {
    display: block;
    padding: 8px 0;
    border: 0;
  }

  .djs-account-shell__content .woocommerce-column--billing-address,
  .djs-account-shell__content .woocommerce-column--shipping-address,
  .djs-account-shell__content .woocommerce-Address {
    padding: 18px;
  }
}
