[hidden] {
  display: none !important;
}
.commerce-form fieldset {
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 12px 0;
  display: grid;
  gap: 14px;
}
.commerce-form legend {
  font-weight: 750;
  margin-bottom: 16px;
}
.commerce-form fieldset:disabled {
  opacity: 0.7;
}
.card-fields {
  font-size: 14px;
}
.hosted-card-field {
  height: 50px;
  border: 1px solid var(--line, #ddd);
  border-radius: 12px;
  background: #fff;
  margin-top: 7px;
}
.hosted-card-field iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#card-payment-message {
  font-size: 14px;
  line-height: 1.6;
  min-height: 24px;
}
[data-card-pay] {
  margin-top: 12px;
}
.checkout-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.7;
}
.checkout-consent input {
  margin-top: 5px;
  min-width: 20px;
  min-height: 20px;
}
.account-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  width: auto;
  min-width: 42px;
  font-size: 13px;
  font-weight: 700;
}
.account-link svg {
  width: 21px;
  height: 21px;
}
.footer-links a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.customer-view {
  width: calc(100% - 2 * var(--space));
  max-width: 1440px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  min-height: 65vh;
}
.customer-view:focus {
  outline: none;
}
.customer-back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  gap: 8px;
}
.customer-heading {
  padding: 24px 0 40px;
}
.customer-eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--muted);
}
.customer-heading h1 {
  margin: 10px 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -1.8px;
  line-height: 1.15;
}
.customer-heading p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 16px;
}
.customer-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.customer-nav {
  display: grid;
  gap: 7px;
}
.customer-nav a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  padding: 16px;
  min-height: 54px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.customer-nav a[aria-current] {
  background: var(--ink);
  color: white;
  font-weight: 700;
}
.customer-nav a:hover:not([aria-current]) {
  background: var(--surface);
}
.customer-content {
  min-width: 0;
}
.customer-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
}
.customer-section-heading h2 {
  margin: 6px 0 0;
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.7px;
  overflow-wrap: anywhere;
}
.customer-badge {
  padding: 7px 12px;
  border-radius: 30px;
  background: #fff8d5;
  font-size: 12px;
  flex-shrink: 0;
}
.customer-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.customer-shortcut {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  min-height: 168px;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.customer-shortcut:hover {
  border-color: #aa920c;
  background: #fffdf5;
}
.customer-shortcut svg {
  width: 26px;
  height: 26px;
  margin-bottom: 22px;
}
.customer-shortcut strong {
  line-height: 1.45;
  font-size: 16px;
}
.customer-shortcut span {
  line-height: 1.6;
  color: var(--muted);
  font-size: 12px;
  margin-top: 6px;
}
.customer-shortcut b {
  position: absolute;
  right: 18px;
  top: 18px;
  font-weight: 400;
  color: var(--muted);
}
.customer-bag {
  border-radius: 16px;
  background: #f4f4ef;
  padding: 28px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.customer-bag h3 {
  font-size: 23px;
  margin: 12px 0;
  letter-spacing: -0.6px;
}
.customer-bag p,
.customer-note p,
.customer-help p,
.purchase-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 10px 0 0;
}
.customer-bag p {
  max-width: 440px;
}
.customer-bag-side {
  text-align: right;
  display: grid;
  gap: 9px;
  flex-shrink: 0;
}
.customer-bag-side strong {
  font-size: 24px;
}
.customer-bag-side > span {
  color: var(--muted);
  font-size: 12px;
}
.customer-note {
  padding: 26px 0;
}
.customer-note h3 {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}
.customer-note .text-link {
  margin-top: 24px;
}
.customer-help {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  margin-top: 16px;
}
.customer-help > svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.customer-help > div {
  flex: 1;
}
.customer-help h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.customer-help p {
  margin-top: 4px;
}
.customer-help .button {
  flex-shrink: 0;
}
.customer-view svg,
.purchase-card svg,
.product-support svg {
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.customer-empty {
  min-height: 300px;
  border: 1px dashed var(--line);
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 42px 24px;
  gap: 16px;
}
.customer-empty > svg {
  width: 42px;
  height: 42px;
  color: #888d88;
}
.customer-empty h3 {
  font-size: 23px;
  margin: 8px 0 0;
  line-height: 1.35;
}
.customer-empty p {
  max-width: 400px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 8px;
}
.customer-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.purchase-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 18px;
}
.purchase-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.4;
}
.purchase-card h3 svg {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.purchase-facts {
  margin: 0;
}
.purchase-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid #eff0ed;
}
.purchase-facts > div:last-child {
  border: 0;
}
.purchase-facts dt {
  color: var(--muted);
}
.purchase-facts dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
  overflow-wrap: anywhere;
  max-width: 65%;
}
.customer-order-card {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.customer-order-card > div:last-child {
  text-align: right;
  flex-shrink: 0;
}
.customer-order-card span {
  display: block;
  color: var(--muted);
  margin-top: 8px;
  font-size: 12px;
}
.customer-order-card p {
  font-size: 14px;
  line-height: 1.6;
}
.product-support {
  margin: 22px 0;
  padding: 18px;
  border: 1px solid #ddcf8d;
  background: #fffdf3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-support > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.product-support div {
  flex: 1;
}
.product-support strong {
  font-size: 14px;
  line-height: 1.5;
}
.product-support p {
  font-size: 12px;
  color: var(--muted);
  margin: 5px 0 0;
  line-height: 1.6;
}
.product-support button {
  min-height: 44px;
  padding: 10px 0 10px 10px;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  background: none;
}
.purchase-disclosure {
  border-top: 1px solid var(--line);
  padding: 18px 0 0;
  margin-top: 16px;
}
.purchase-disclosure summary {
  cursor: pointer;
  padding: 8px 0 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.purchase-disclosure .purchase-card {
  border: 0;
  padding: 10px 0;
  border-radius: 0;
}
.checkout-steps {
  display: flex;
  padding: 0;
  margin: 4px 0 28px;
  list-style: none;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
}
.checkout-steps li {
  flex: 1;
  padding: 12px 4px;
  border-top: 3px solid var(--line);
  line-height: 1.5;
}
.checkout-steps [aria-current] {
  border-color: var(--accent);
  color: var(--ink);
  font-weight: 700;
}
.review-list small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 4px;
}
@media (max-width: 480px) {
  .site-header a.brand {
    --brand-width: 136px;
  }
  .header-actions .bag-button > span:not(#bag-count) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .customer-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
  }
  .customer-shortcuts {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .customer-shortcut {
    min-height: 90px;
    padding-left: 65px;
  }
  .customer-shortcut svg {
    position: absolute;
    left: 22px;
    top: 28px;
  }
  .customer-help {
    flex-wrap: wrap;
  }
  .customer-details-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 720px) {
  .account-link span {
    display: none;
  }
  .account-link {
    width: 36px;
    min-width: 36px;
    justify-content: center;
  }
  .customer-view {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .customer-heading {
    padding: 14px 0 24px;
  }
  .customer-layout {
    display: block;
  }
  .customer-nav {
    display: flex;
    overflow-x: auto;
    margin: 0 0 28px;
    gap: 7px;
    padding-bottom: 6px;
  }
  .customer-nav a {
    white-space: nowrap;
    padding: 10px 14px;
    min-height: 44px;
    font-size: 12px;
  }
  .customer-nav a > span {
    display: none;
  }
  .customer-bag {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
    gap: 12px;
  }
  .customer-bag-side {
    text-align: left;
  }
  .customer-help {
    gap: 12px;
  }
  .customer-help > div {
    min-width: 200px;
  }
  .customer-help .button {
    width: 100%;
  }
  .purchase-card {
    padding: 20px;
  }
  .product-support {
    flex-wrap: wrap;
  }
  .product-support button {
    padding: 6px 0;
    width: 100%;
    text-align: left;
  }
  .customer-order-card {
    flex-wrap: wrap;
  }
  .customer-order-card > div:last-child {
    text-align: left;
  }
  .footer-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
