* {
  box-sizing: border-box;
}

body.altaha-woocommerce-page {
  overflow-x: hidden;
  background: #232228;
  color: #eae4d9;
  -webkit-font-smoothing: antialiased;
}

body.altaha-woocommerce-page::selection {
  background: #d9b27c;
  color: #1a1712;
}

.altaha-woocommerce-page .ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(700px 500px at 8% 0, rgba(217,178,124,.13), transparent 62%), radial-gradient(600px 500px at 100% 35%, rgba(140,150,214,.08), transparent 65%), #232228;
}

.altaha-wc-main {
  min-height: 65vh;
  padding: 132px 20px 32px;
}

.altaha-wc-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 30px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.altaha-wc-heading {
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.altaha-wc-heading p {
  margin: 0 0 11px;
  color: #e7c08f;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.altaha-wc-heading h1 {
  margin: 0;
  color: #eae4d9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.altaha-wc-content,
.altaha-wc-content p,
.altaha-wc-content li,
.altaha-wc-content label {
  color: rgba(234,228,217,.76);
}

.altaha-wc-content a {
  color: #e7c08f;
}

.altaha-wc-content h2,
.altaha-wc-content h3,
.altaha-wc-content h4 {
  color: #eae4d9;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.altaha-wc-content .woocommerce {
  color: #eae4d9;
}

.altaha-wc-content .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.altaha-wc-content .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.altaha-wc-content .woocommerce-MyAccount-navigation a {
  display: inline-flex;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(234,228,217,.72);
  text-decoration: none;
}

.altaha-wc-content .woocommerce-MyAccount-navigation .is-active a,
.altaha-wc-content .woocommerce-MyAccount-navigation a:hover {
  border-color: rgba(231,192,143,.36);
  background: rgba(231,192,143,.12);
  color: #e7c08f;
}

.altaha-wc-content .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}

.altaha-wc-content input:not([type="checkbox"]):not([type="radio"]),
.altaha-wc-content select,
.altaha-wc-content textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 11px;
  outline: 0;
  background: rgba(255,255,255,.06);
  color: #eae4d9;
  font: inherit;
}

.altaha-wc-content input:focus,
.altaha-wc-content select:focus,
.altaha-wc-content textarea:focus {
  border-color: #d9b27c;
  box-shadow: 0 0 0 3px rgba(217,178,124,.12);
}

.altaha-wc-content button,
.altaha-wc-content .button,
.altaha-wc-content .wp-element-button,
.altaha-wc-content .wc-block-components-button {
  min-height: 44px;
  padding: 11px 19px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg,#e7c08f,#d9b27c) !important;
  color: #221a10 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.altaha-wc-content table,
.altaha-wc-content .woocommerce form,
.altaha-wc-content .woocommerce-info,
.altaha-wc-content .woocommerce-message,
.altaha-wc-content .woocommerce-error,
.altaha-wc-content .wc-block-components-sidebar-layout > div {
  border-color: rgba(255,255,255,.12) !important;
  border-radius: 16px;
  background: rgba(255,255,255,.035) !important;
  color: #eae4d9 !important;
}

.altaha-wc-content table th,
.altaha-wc-content table td {
  padding: 14px !important;
  border-color: rgba(255,255,255,.1) !important;
  color: rgba(234,228,217,.78);
}

.altaha-wc-content .woocommerce-info,
.altaha-wc-content .woocommerce-message,
.altaha-wc-content .woocommerce-error {
  padding: 18px 20px 18px 52px;
}

.altaha-wc-content .wc-block-components-totals-wrapper,
.altaha-wc-content .wc-block-components-order-summary,
.altaha-wc-content .wc-block-components-checkout-step {
  border-color: rgba(255,255,255,.1) !important;
}

@media (min-width: 769px) {
  .altaha-wc-content .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
}

@media (max-width: 700px) {
  .altaha-wc-main {
    padding: 112px 10px 18px;
  }

  .altaha-wc-shell {
    padding: 22px 15px;
    border-radius: 22px;
  }

  .altaha-wc-content .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .altaha-wc-content .woocommerce-MyAccount-navigation a {
    justify-content: center;
    text-align: center;
  }
}

