.bkr-section-heading,
.section-header {
  max-width: var(--theme-reading-max);
  margin-bottom: var(--space-content-lg);
}


/* Premium customer return request */
.bkr-return-request {
  max-width: 68.75rem;
}
.bkr-return-request__hero {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--theme-color-border);
}
.bkr-return-request__hero h1 {
  max-width: 48rem;
  margin: 0.5rem 0 1rem;
  font-family: var(--bkr-font-serif);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}
.bkr-return-request__hero > p:last-of-type {
  max-width: 43.75rem;
  margin: 0;
  color: var(--theme-color-muted);
  font-size: 1rem;
  line-height: 1.65;
}
.bkr-return-request__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
}
.bkr-return-request__meta div {
  min-width: 0;
}
.bkr-return-request__meta dt,
.bkr-return-request__meta dd {
  margin: 0;
}
.bkr-return-request__meta dt {
  margin-bottom: 0.35rem;
  color: var(--theme-color-muted);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.bkr-return-request__meta dd {
  overflow-wrap: anywhere;
  font-size: 0.875rem;
  line-height: 1.45;
}
.bkr-return-request__errors {
  margin-bottom: 1.5rem;
  border: 1px solid #8f3939;
  padding: 1rem 1.25rem;
  color: #651f1f;
  background: #fffafa;
}
.bkr-return-request__errors p {
  margin: 0.35rem 0 0;
}
.bkr-return-request__form {
  display: grid;
  gap: 2rem;
}
.bkr-return-request__items {
  display: grid;
  min-width: 0;
  gap: 1rem;
  margin: 0;
  border: 0;
  padding: 0;
}
.bkr-return-request__items > legend {
  margin-bottom: 0.25rem;
  padding: 0;
  font-family: var(--bkr-font-serif);
  font-size: 1.75rem;
  line-height: 1.2;
}
.bkr-return-request-item {
  overflow: hidden;
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
  background: var(--theme-color-surface, #fff);
}
.bkr-return-request-item.is-disabled {
  background: rgba(23, 23, 23, 0.025);
}
.bkr-return-request-item__summary {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr) minmax(13rem, auto);
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem;
}
.bkr-return-request-item__summary img {
  width: 6rem;
  height: 7.5rem;
  object-fit: cover;
  background: #f1f0ed;
}
.bkr-return-request-item__identity {
  min-width: 0;
}
.bkr-return-request-item__identity h2 {
  margin: 0 0 0.55rem;
  font-family: var(--bkr-font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
}
.bkr-return-request-item__identity p {
  margin: 0.2rem 0 0;
  color: var(--theme-color-muted);
  font-size: 0.8125rem;
  line-height: 1.45;
}
.bkr-return-request-item__summary dl {
  display: grid;
  min-width: 13rem;
  gap: 0.4rem;
  margin: 0;
}
.bkr-return-request-item__summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.bkr-return-request-item__summary dt,
.bkr-return-request-item__summary dd {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
}
.bkr-return-request-item__summary dt {
  color: var(--theme-color-muted);
}
.bkr-return-request-item__summary dd {
  font-weight: 600;
}
.bkr-return-request-item__check {
  display: flex;
  min-height: 3.25rem;
  gap: 0.75rem;
  align-items: center;
  margin: 0;
  border-top: 1px solid var(--theme-color-border);
  padding: 0.875rem 1.5rem;
  cursor: pointer;
}
.bkr-return-request-item__check input {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  accent-color: #171717;
}
.bkr-return-request-item__check span {
  font-size: 0.875rem;
  font-weight: 600;
}
.bkr-return-request-item__fields {
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(14rem, 0.65fr);
  gap: 1rem;
  border-top: 1px solid var(--theme-color-border);
  padding: 1.5rem;
  background: #faf9f7;
}
.bkr-return-request-item__fields[hidden] {
  display: none;
}
.bkr-return-field {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  margin: 0;
}
.bkr-return-field > span:first-child {
  font-size: 0.75rem;
  font-weight: 600;
}
.bkr-return-field select,
.bkr-return-field textarea {
  width: 100%;
  border: 1px solid #9b9995;
  border-radius: 0;
  padding: 0.8rem 0.875rem;
  color: var(--theme-color-text);
  background: #fff;
  font-family: var(--bkr-font-sans);
  font-size: 0.875rem;
  line-height: 1.5;
}
.bkr-return-field select {
  min-height: 3.125rem;
}
.bkr-return-field textarea {
  min-height: 8.125rem;
  resize: vertical;
}
.bkr-return-field select:focus-visible,
.bkr-return-field textarea:focus-visible,
.bkr-return-request-item__check input:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 2px;
}
.bkr-return-field [aria-invalid="true"] {
  border-color: #8f3939;
}
.bkr-return-field--note {
  grid-column: 1 / -1;
}
.bkr-return-field__meta {
  display: flex;
  min-height: 1.25rem;
  justify-content: space-between;
  gap: 1rem;
  color: var(--theme-color-muted);
  font-size: 0.75rem;
}
.bkr-return-field__meta [data-return-field-error] {
  color: #7a2424;
}
.bkr-return-request-item__unavailable {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  border-top: 1px solid var(--theme-color-border);
  padding: 1rem 1.5rem;
  color: var(--theme-color-muted);
  font-size: 0.8125rem;
}
.bkr-return-request__policy,
.bkr-return-created {
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
  padding: 1.5rem;
  background: #f7f6f3;
}
.bkr-return-request__policy h2,
.bkr-return-created h2 {
  margin: 0 0 0.75rem;
  font-family: var(--bkr-font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}
.bkr-return-request__policy p,
.bkr-return-created p {
  max-width: 46rem;
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.bkr-return-request__policy a {
  color: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  text-underline-offset: 0.2em;
}
.bkr-return-request__actions {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}
.bkr-return-request__actions .btn {
  display: inline-flex;
  min-height: 3.25rem;
  min-width: 13rem;
  justify-content: center;
  align-items: center;
}
.bkr-return-request__actions .btn:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 3px;
}
.bkr-return-created {
  margin-bottom: 2rem;
}
.bkr-return-created .bkr-eyebrow {
  margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .bkr-return-request__hero h1 {
    font-size: 3.25rem;
  }
  .bkr-return-request__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bkr-return-request-item__summary {
    grid-template-columns: 5.5rem minmax(0, 1fr);
  }
  .bkr-return-request-item__summary img {
    width: 5.5rem;
    height: 7rem;
  }
  .bkr-return-request-item__summary dl {
    grid-column: 2;
    min-width: 0;
  }
}
@media (max-width: 575.98px) {
  .bkr-return-request__hero {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .bkr-return-request__hero h1 {
    font-size: 2.5rem;
  }
  .bkr-return-request__meta {
    grid-template-columns: 1fr;
  }
  .bkr-return-request-item__summary {
    grid-template-columns: 4.75rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
  }
  .bkr-return-request-item__summary img {
    width: 4.75rem;
    height: 6rem;
  }
  .bkr-return-request-item__summary dl {
    grid-column: 1 / -1;
  }
  .bkr-return-request-item__check,
  .bkr-return-request-item__unavailable,
  .bkr-return-request-item__fields {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .bkr-return-request-item__fields {
    grid-template-columns: 1fr;
  }
  .bkr-return-field--note {
    grid-column: auto;
  }
  .bkr-return-request__actions {
    flex-direction: column;
  }
  .bkr-return-request__actions .btn {
    width: 100%;
    min-width: 0;
  }
}


.bkr-section-heading h2 {
  margin-bottom: var(--theme-space-4);
}

.bkr-section-heading > p:last-child {
  max-width: 36rem;
  color: var(--theme-color-text-muted);
}

.bkr-section-heading--split {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--theme-space-5);
}

.bkr-section-heading--split h2 {
  margin-bottom: 0;
}

.bkr-category-grid {
  display: grid;
  gap: var(--theme-space-4);
}

.bkr-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--theme-space-6) var(--theme-space-3);
}

.editorial-product-grid {
  gap: clamp(16px, 2vw, 28px);
}

.bkr-look__layout {
  display: grid;
  gap: var(--theme-space-7);
}

.bkr-story {
  display: grid;
  padding-block: 0;
  background: var(--theme-color-surface-strong);
}

.bkr-journal__grid {
  display: grid;
  gap: var(--theme-space-7);
}

.bkr-newsletter__layout,
.bkr-faq__layout {
  display: grid;
  gap: var(--theme-space-6);
}

@media (min-width: 768px) {
  .bkr-category-grid {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: repeat(2, minmax(18rem, 1fr));
  }

  .bkr-category-tile--large {
    grid-row: 1 / span 2;
  }

  .bkr-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap-inline: var(--theme-space-5);
  }

  .bkr-look__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
    align-items: center;
  }

  .bkr-story {
    grid-template-columns: 1fr 1fr;
  }

  .bkr-story__copy {
    align-self: center;
  }

  .bkr-journal__grid {
    grid-template-columns: 1.35fr 0.825fr 0.825fr;
  }

  .bkr-newsletter__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
    align-items: end;
  }

  .bkr-faq__layout {
    grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr);
  }
}

@media (min-width: 1200px) {
  .bkr-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap-inline: var(--theme-space-6);
  }

  .bkr-look__layout {
    gap: var(--theme-space-10);
  }
}

@media (max-width: 767.98px) {
  .bkr-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
  }
}

.bkr-auth-page,
.bkr-editorial-page,
.bkr-status-page,
.bkr-account-page {
  padding-block: var(--space-section-sm);
}

.bkr-auth-page,
.bkr-status-page {
  display: grid;
  min-height: 60vh;
  place-items: center;
}

.bkr-auth-panel,
.bkr-status-panel {
  width: min(100%, 34rem);
}

/* Login */
.bkr-login-page {
  padding: clamp(72px, 6vw, 88px) 0 var(--theme-space-10);
}

.account-auth {
  width: min(calc(100% - 40px), 520px);
  margin-inline: auto;
  color: #111;
  font-family: var(--bkr-font-sans);
  font-weight: 400;
}

.account-auth__header {
  margin: 0;
}

.account-auth__eyebrow {
  margin: 0 0 18px;
  font-family: var(--bkr-font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.account-auth h1 {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .95;
}

.account-auth__intro {
  margin: 24px 0 0;
  color: rgba(17, 17, 17, .68);
  font-size: 15px;
  line-height: 1.6;
}

.account-auth__message {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.account-auth__message--error {
  color: #9b2c2c;
}

.account-auth__message--notice {
  color: var(--theme-color-success);
}

.account-auth__message:focus {
  outline: none;
}

.account-auth__form {
  display: grid;
  margin-top: 32px;
  gap: 24px;
}

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

.account-field {
  display: grid;
  min-width: 0;
}

.account-field > label {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: rgba(17, 17, 17, 0.72);
}

.account-field__control {
  position: relative;
}

.account-field__input {
  width: 100%;
  min-height: var(--bkr-form-control-height);
  border: 0;
  border-bottom: 1px solid var(--bkr-form-line);
  border-radius: 0;
  padding: 10px 0 11px;
  background: transparent;
  color: var(--bkr-form-ink);
  font-family: var(--bkr-font-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.account-field__control .account-field__input {
  padding-right: 56px;
}

.account-field__input:focus {
  border-bottom-color: var(--bkr-form-ink);
  border-bottom-width: 1px;
  box-shadow: inset 0 -1px 0 var(--bkr-form-ink);
}

.account-field.is-invalid .account-field__input {
  border-bottom-color: var(--bkr-form-error);
}

.account-field__input:-webkit-autofill,
.account-field__input:-webkit-autofill:hover,
.account-field__input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--bkr-form-ink);
  caret-color: var(--bkr-form-ink);
  box-shadow: 0 0 0 1000px var(--theme-color-background) inset;
  transition: background-color 9999s ease-out 0s;
}

.account-field__visibility {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  min-width: 44px;
  height: 52px;
  align-items: center;
  justify-content: flex-end;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(17, 17, 17, .72);
  font-family: var(--bkr-font-sans);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.account-field__visibility:focus-visible {
  outline: 1px solid #111;
  outline-offset: 2px;
}

.account-field__error {
  min-height: 17px;
  margin: 5px 0 -6px;
  color: #9b2c2c;
  font-size: 11px;
  line-height: 1.4;
}

.account-submit {
  width: 100%;
  height: 54px;
  margin-top: 4px;
  border: 1px solid #111;
  border-radius: 0;
  padding: 0 20px;
  background: #111;
  color: #fff;
  font-family: var(--bkr-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}

.account-submit:hover {
  background: var(--theme-color-background);
  color: #111;
}

.account-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.account-submit:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.account-auth__links {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  font-size: 13px;
}

.account-auth__links a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.account-auth__links a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.account-auth__links a:hover::after,
.account-auth__links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.account-auth__create {
  font-weight: 500;
  gap: 7px;
}

.account-auth__links--single {
  justify-content: center;
}

.account-social-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 24px;
  color: rgba(17, 17, 17, .52);
  font-family: var(--bkr-font-sans);
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.account-social-divider > span {
  height: 1px;
  flex: 1;
  background: rgba(17, 17, 17, .12);
}

.account-social-divider small {
  font: inherit;
}

.account-google-button {
  display: flex;
  width: 100%;
  height: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(17, 17, 17, .22);
  border-radius: 0;
  padding: 0 20px;
  background: transparent;
  color: #111;
  font-family: var(--bkr-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.account-google-button:hover {
  border-color: rgba(17, 17, 17, .55);
  background: rgba(17, 17, 17, .025);
}

.account-google-button:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.account-google-button[aria-disabled="true"] {
  cursor: wait;
  opacity: .68;
  pointer-events: none;
}

.account-google-button img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

/* Password reset uses the shared account controls in a wider editorial composition. */
.bkr-password-reset-page {
  display: flex;
  min-height: calc(100svh - var(--theme-header-height) - 34px);
  align-items: center;
}

.bkr-password-reset {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  padding-block: clamp(56px, 7vw, 96px);
}

.bkr-password-reset__intro {
  max-width: 700px;
}

.bkr-password-reset__intro h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
}

.bkr-password-reset__intro > p:last-child {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(17, 17, 17, 0.68);
  font-family: var(--bkr-font-sans);
  font-size: 15px;
  line-height: 1.65;
}

.bkr-password-reset__action {
  width: 100%;
  max-width: 480px;
  justify-self: end;
}

.bkr-password-reset__action > .account-auth__message {
  margin: 0 0 20px;
}

.bkr-password-reset__form {
  margin-top: 0;
}

.bkr-password-reset__requirements {
  margin: 8px 0 0;
  color: rgba(17, 17, 17, 0.6);
  font-family: var(--bkr-font-sans);
  font-size: 11px;
  line-height: 1.5;
}

.bkr-password-reset__status {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  padding-block: 24px;
  font-size: 14px;
  line-height: 1.6;
}

.bkr-password-reset__status p {
  margin: 0;
}

.bkr-password-reset__links {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  font-family: var(--bkr-font-sans);
  font-size: 13px;
}

.bkr-password-reset__links a {
  padding-block: 12px;
  text-underline-offset: 5px;
}

.bkr-password-reset__links a:hover,
.bkr-password-reset__links a:focus-visible {
  text-decoration: underline;
}

.bkr-password-reset__links a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.bkr-password-reset__primary-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.bkr-password-reset__primary-link:hover {
  color: #111;
}

@media (max-width: 767.98px) {
  .bkr-password-reset-page {
    min-height: 0;
    align-items: flex-start;
  }

  .bkr-password-reset {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding-block: 48px 72px;
  }

  .bkr-password-reset__intro h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .bkr-password-reset__action {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 359.98px) {
  .bkr-password-reset__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767.98px) {
  .bkr-login-page {
    padding: 64px 0 72px;
  }

  .account-auth {
    width: 100%;
    padding-inline: 20px;
  }

  .account-auth h1 {
    font-size: clamp(46px, 14vw, 60px);
  }

  .account-auth__name-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 359.98px) {
  .account-auth__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.bkr-page-heading {
  max-width: 48rem;
  margin-bottom: var(--space-content-lg);
}

.bkr-page-heading h1,
.bkr-auth-panel h1,
.bkr-status-panel h1 {
  margin-bottom: var(--theme-space-4);
  font-family: var(--bkr-font-serif);
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  font-weight: 500;
  line-height: 0.98;
}

.bkr-eyebrow {
  margin-bottom: var(--theme-space-4);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bkr-contact-layout,
.bkr-account-page {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  max-width: 1440px;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.bkr-account-nav {
  display: flex;
  overflow-x: auto;
  gap: var(--theme-space-6);
  border-bottom: 1px solid var(--theme-color-border);
  padding-bottom: var(--theme-space-3);
  white-space: nowrap;
  scrollbar-width: none;
}

.bkr-account-nav::-webkit-scrollbar {
  display: none;
}

.bkr-account-nav a,
.bkr-account-nav button {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.8125rem;
  transition: color 180ms ease;
}

.bkr-account-nav a:hover,
.bkr-account-nav button:hover {
  color: var(--theme-color-text);
}

.bkr-account-nav a[aria-current="page"] {
  color: var(--theme-color-text);
  font-weight: 500;
}

.bkr-account-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
}

.bkr-account-nav__logout {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  font-size: 0.75rem !important;
  color: rgba(23, 23, 23, 0.48) !important;
}

.bkr-account-nav__logout-form {
  margin: 0;
}

.bkr-account-nav__logout:hover {
  color: var(--theme-color-text) !important;
}

.bkr-account-nav--mobile {
  display: none;
}

.bkr-account-content {
  min-width: 0;
}

.bkr-account-hero {
  max-width: 58rem;
  margin-bottom: var(--theme-space-8);
}

.bkr-account-hero h1 {
  max-width: 52rem;
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.bkr-account-hero > p:last-child {
  max-width: 34rem;
  margin: var(--theme-space-5) 0 0;
  color: rgba(23, 23, 23, 0.64);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.bkr-account-hero--compact {
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.bkr-account-section {
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-5);
}

.bkr-recent-order {
  margin-top: var(--theme-space-6);
}

.bkr-recent-order__meta,
.bkr-recent-order__footer,
.bkr-account-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--theme-space-6);
}

.bkr-recent-order h2,
.bkr-account-quick-grid h2,
.bkr-address-block h2,
.bkr-order-detail-grid h2,
.bkr-account-empty h2,
.bkr-account-subsection h2 {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
}

.bkr-recent-order__meta p,
.bkr-account-quick-grid p,
.bkr-address-block p,
.bkr-order-detail-grid p {
  margin: var(--theme-space-3) 0 0;
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.6;
}

.bkr-account-status {
  flex: 0 0 auto;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bkr-recent-order__pieces {
  display: flex;
  align-items: center;
  gap: var(--theme-space-3);
  margin-block: var(--theme-space-5);
}

.bkr-recent-order__piece {
  width: 7.5rem;
  flex: 0 0 7.5rem;
}

.bkr-recent-order__piece img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bkr-recent-order__more,
.bkr-saved-pieces-preview span {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-color-border);
  border-radius: 50%;
  font-size: 0.75rem;
}

.bkr-recent-order__summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--theme-space-5);
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-4);
}

.bkr-recent-order__link {
  display: inline-flex;
  gap: 0.4rem;
  margin-top: var(--theme-space-5);
  border-bottom: 1px solid rgba(23, 23, 23, 0.35);
  padding-bottom: 0.15rem;
  font-size: 0.8125rem;
}

.bkr-account-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  margin-top: var(--space-section-sm);
}

.bkr-account-quick-grid > section {
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-5);
}

.bkr-saved-pieces-preview {
  display: flex;
  align-items: center;
  gap: var(--theme-space-2);
  margin-top: var(--theme-space-5);
}

.bkr-saved-pieces-preview img {
  width: 4.5rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bkr-address-default {
  display: block;
  margin-top: var(--theme-space-4);
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.75rem;
}

.bkr-account-quick-grid a,
.bkr-text-link,
.bkr-account-empty a,
.bkr-recent-order__footer a,
.bkr-order-row__action {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-top: var(--theme-space-5);
  border-bottom: 1px solid rgba(23, 23, 23, 0.35);
  padding-bottom: 0.15rem;
  font-size: 0.8125rem;
}

.bkr-account-quick-grid a {
  margin-top: var(--theme-space-6);
}

.bkr-account-stats,
.bkr-address-grid {
  display: grid;
  gap: var(--theme-space-4);
  margin-bottom: var(--space-content-lg);
}

.bkr-order-list {
  border-top: 0;
}

.account-order-row {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.account-order-row:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.account-order-row__link {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) minmax(140px, 160px) minmax(110px, 140px) minmax(90px, 120px);
  gap: 28px;
  align-items: center;
  min-width: 0;
  padding-block: 28px;
  color: var(--theme-color-text);
}

.account-order-preview {
  display: flex;
  align-items: center;
  gap: 6px;
}

.account-order-preview__image {
  display: block;
  width: 72px;
  flex: 0 0 72px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.04);
  transition: opacity 160ms ease;
}

.account-order-preview__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.account-order-preview__more {
  min-width: 32px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 11px;
  text-align: center;
}

.account-order-row__identity,
.account-order-row__status {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.account-order-row__identity > strong {
  font-family: var(--bkr-font-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.05;
}

.account-order-row__identity > span,
.account-order-row__status > span {
  color: rgba(17, 17, 17, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.account-order-row__status > strong {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.account-order-row__total {
  justify-self: end;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.account-order-row__action {
  justify-self: end;
  border-bottom: 1px solid rgba(17, 17, 17, 0.35);
  padding-bottom: 2px;
  font-size: 12px;
  white-space: nowrap;
}

@media (hover: hover) {
  .account-order-row__link:hover .account-order-preview__image {
    opacity: 0.92;
  }

  .account-order-row__link:hover .account-order-row__identity > strong {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
}

.account-order-row__link:focus-visible {
  outline: 1px solid var(--theme-color-text);
  outline-offset: 4px;
}

.bkr-orders-empty p {
  margin: 1rem 0 0;
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.6;
}

.bkr-order-row {
  display: grid !important;
  grid-template-columns: minmax(9rem, 1.2fr) minmax(7rem, 1fr) minmax(7rem, 0.8fr) minmax(6rem, 0.6fr) auto;
  align-items: center !important;
  min-height: 6.75rem;
  gap: var(--theme-space-4) !important;
  margin: 0 !important;
  padding-block: var(--theme-space-5) !important;
  font-size: 0.8125rem;
}

.bkr-order-row__number {
  font-family: var(--bkr-font-serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.bkr-order-row__action {
  justify-self: end;
  margin-top: 0;
}

.bkr-order-detail-items {
  border-top: 1px solid var(--theme-color-border);
}

.bkr-order-detail-item {
  display: grid;
  grid-template-columns: 6.875rem minmax(0, 1fr) auto;
  gap: var(--theme-space-6);
  align-items: start;
  border-bottom: 1px solid var(--theme-color-border);
  padding-block: var(--theme-space-5);
}

.bkr-order-detail-item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bkr-order-detail-item h2 {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.05;
}

.bkr-order-detail-item p {
  margin: var(--theme-space-2) 0 0;
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.8125rem;
}

.bkr-order-detail-item__content a {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: var(--theme-space-4);
  border-bottom: 1px solid rgba(23, 23, 23, 0.32);
  padding-bottom: 0.1rem;
  font-size: 0.75rem;
}

.bkr-order-detail-item > strong {
  font-size: 0.875rem;
  white-space: nowrap;
}

.bkr-order-detail__header {
  margin: var(--theme-space-5) 0 var(--theme-space-8);
}

.bkr-order-detail__header h1 {
  max-width: 52rem;
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.bkr-order-detail__header > p:not(.bkr-eyebrow) {
  margin: var(--theme-space-5) 0 0;
  color: rgba(23, 23, 23, 0.64);
}

.bkr-order-detail__header small {
  display: block;
  margin-top: var(--theme-space-2);
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.6875rem;
}

.bkr-order-status {
  margin-bottom: var(--theme-space-8);
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-5);
}

.bkr-order-status > strong {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bkr-order-status > p:not(.bkr-eyebrow) {
  margin: var(--theme-space-2) 0 0;
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.875rem;
}

.bkr-order-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: var(--theme-space-7) 0 0;
  padding: 0;
  list-style: none;
}

.bkr-order-timeline li {
  position: relative;
  min-width: 0;
  padding: 1.15rem var(--theme-space-3) 0 0;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}

.bkr-order-timeline li.is-complete {
  border-color: #171717;
}

.bkr-order-timeline__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #171717;
  border-radius: 50%;
  background: var(--theme-color-background);
  transform: translateY(-50%);
}

.bkr-order-timeline .is-complete .bkr-order-timeline__marker {
  background: #171717;
}

.bkr-order-timeline__label,
.bkr-order-timeline time {
  display: block;
  font-size: 0.6875rem;
}

.bkr-order-timeline time {
  margin-top: var(--theme-space-2);
  color: rgba(23, 23, 23, 0.5);
}

.bkr-order-status__cancelled {
  display: flex;
  align-items: center;
  gap: var(--theme-space-3);
  margin-top: var(--theme-space-6);
  border-top: 1px solid #171717;
  padding-top: var(--theme-space-4);
  font-size: 0.75rem;
}

.bkr-order-status__cancelled span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #171717;
}

.bkr-order-detail__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 4.5rem;
  margin-top: var(--space-section-md);
}

.bkr-order-detail__info-grid > section {
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  padding-top: var(--theme-space-5);
}

.bkr-order-detail__info-grid h2 {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.bkr-order-detail__info-grid section > p:not(.bkr-eyebrow) {
  margin: var(--theme-space-3) 0 0;
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.6;
}

.bkr-order-tracking {
  display: grid;
  justify-items: start;
  margin-top: var(--theme-space-5);
}

.bkr-order-tracking span:first-child {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bkr-order-tracking strong {
  margin-top: var(--theme-space-2);
  font-size: 0.8125rem;
  overflow-wrap: anywhere;
}

.bkr-order-tracking a {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: var(--theme-space-4);
  border-bottom: 1px solid rgba(23, 23, 23, 0.32);
  padding-bottom: 0.1rem;
  font-size: 0.75rem;
}

.bkr-order-summary div {
  padding-block: 0.35rem;
  font-size: 0.8125rem;
}

.bkr-order-summary__total {
  margin-top: var(--theme-space-3);
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-4) !important;
  font-size: 0.9375rem !important;
}

.bkr-order-return {
  margin-top: var(--space-section-sm);
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-5);
}

.bkr-order-return p {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.bkr-order-return .bkr-text-link {
  margin-top: var(--theme-space-4);
}

.bkr-return-detail__header {
  margin: var(--theme-space-5) 0 var(--theme-space-8);
}

.bkr-return-detail__header h1 {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.bkr-return-detail__header > p:not(.bkr-eyebrow) {
  margin: var(--theme-space-5) 0 0;
  color: rgba(23, 23, 23, 0.64);
}

.bkr-return-detail__header > a,
.bkr-return-detail__info-grid a {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: var(--theme-space-3);
  border-bottom: 1px solid rgba(23, 23, 23, 0.32);
  padding-bottom: 0.1rem;
  font-size: 0.75rem;
}

.bkr-return-detail__header small {
  display: block;
  margin-top: var(--theme-space-2);
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.6875rem;
}

.bkr-return-status {
  margin-bottom: var(--space-content-lg);
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-5);
}

.bkr-return-status > strong {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bkr-return-status > p:not(.bkr-eyebrow) {
  max-width: 34rem;
  margin: var(--theme-space-3) 0 0;
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.875rem;
  line-height: 1.6;
}

.bkr-return-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: var(--theme-space-7) 0 0;
  padding: 0;
  list-style: none;
}

.bkr-return-timeline li {
  position: relative;
  min-width: 0;
  padding: 1.15rem var(--theme-space-3) 0 0;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}

.bkr-return-timeline li.is-complete {
  border-color: #171717;
}

.bkr-return-timeline__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #171717;
  border-radius: 50%;
  background: var(--theme-color-background);
  transform: translateY(-50%);
}

.bkr-return-timeline .is-complete .bkr-return-timeline__marker {
  background: #171717;
}

.bkr-return-timeline__label,
.bkr-return-timeline time {
  display: block;
  font-size: 0.6875rem;
}

.bkr-return-timeline time {
  margin-top: var(--theme-space-2);
  color: rgba(23, 23, 23, 0.5);
}

.bkr-return-status__terminal {
  display: flex;
  align-items: center;
  gap: var(--theme-space-3);
  margin-top: var(--theme-space-6);
  border-top: 1px solid #171717;
  padding-top: var(--theme-space-4);
  font-size: 0.75rem;
}

.bkr-return-status__terminal span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #171717;
}

.bkr-return-items {
  border-top: 1px solid var(--theme-color-border);
}

.bkr-return-item {
  display: grid;
  grid-template-columns: 6.875rem minmax(0, 1fr) auto;
  gap: var(--theme-space-6);
  align-items: start;
  border-bottom: 1px solid var(--theme-color-border);
  padding-block: var(--theme-space-5);
}

.bkr-return-item__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bkr-return-item h2,
.bkr-return-detail__info-grid h2,
.bkr-return-next h2 {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-weight: 500;
  line-height: 1.05;
}

.bkr-return-item h2 {
  font-size: 1.25rem;
}

.bkr-return-item p {
  margin: var(--theme-space-2) 0 0;
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.8125rem;
}

.bkr-return-item__content a {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: var(--theme-space-4);
  border-bottom: 1px solid rgba(23, 23, 23, 0.32);
  padding-bottom: 0.1rem;
  font-size: 0.75rem;
}

.bkr-return-item > strong {
  font-size: 0.875rem;
  white-space: nowrap;
}

.bkr-return-detail__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 4.5rem;
  margin-top: var(--theme-space-8);
}

.bkr-return-detail__info-grid > section,
.bkr-return-next {
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  padding-top: var(--theme-space-5);
}

.bkr-return-detail__info-grid h2 {
  font-size: 1.75rem;
}

.bkr-return-detail__info-grid section > p:not(.bkr-eyebrow) {
  margin: var(--theme-space-3) 0 0;
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.6;
}

.bkr-return-refund div {
  display: flex;
  justify-content: space-between;
  gap: var(--theme-space-5);
  font-size: 0.8125rem;
}

.bkr-return-next {
  margin-top: var(--theme-space-8);
}

.bkr-return-next h2 {
  max-width: 42rem;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.bkr-order-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--theme-space-8) clamp(2rem, 5vw, 5rem);
  margin-block: clamp(4rem, 7vw, 6rem);
}

.bkr-order-detail-grid > section {
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-5);
}

.bkr-order-summary div {
  display: flex;
  justify-content: space-between;
  gap: var(--theme-space-4);
}

.bkr-account-heading-row .bkr-account-hero {
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.bkr-account-heading-row > .bkr-text-link {
  flex: 0 0 auto;
  margin-top: 2rem;
}

.bkr-address-book .bkr-account-heading-row {
  margin-bottom: 3.5rem;
}

.bkr-address-book .bkr-account-hero--compact {
  margin-bottom: 0;
}

.bkr-address-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 3rem;
  margin-bottom: 0;
}

.bkr-address-block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  padding-top: 1.5rem;
}

.bkr-address-block__status {
  margin: 0 0 1.5rem !important;
  color: var(--theme-color-text) !important;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1 !important;
  text-transform: uppercase;
}

.bkr-address-block address {
  margin-top: 0.9rem;
  color: rgba(23, 23, 23, 0.68);
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.65;
}

.bkr-address-block__actions {
  gap: 1.5rem;
  margin-top: 2rem;
}

.bkr-address-block__actions a,
.bkr-address-block__actions button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--theme-color-text);
  font-family: var(--bkr-font-sans);
  font-size: 0.75rem;
  text-decoration: none;
}

.bkr-address-block__actions a,
.bkr-address-block__actions form:not(:last-child) button {
  border-bottom: 1px solid rgba(23, 23, 23, 0.35);
}

.bkr-address-remove {
  opacity: 0.55;
  transition: opacity 180ms ease;
}

.bkr-address-remove:hover,
.bkr-address-remove:focus-visible {
  opacity: 1;
}

.bkr-address-empty p {
  margin: 1rem 0 0;
  color: rgba(23, 23, 23, 0.62);
}

.bkr-address-dialog {
  width: min(28rem, calc(100vw - 2.5rem));
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 0;
  padding: 2rem;
  background: var(--theme-color-surface);
  color: var(--theme-color-text);
}

.bkr-address-dialog::backdrop {
  background: rgba(0, 0, 0, 0.3);
}

.bkr-address-dialog h2 {
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: 2rem;
  font-weight: 500;
}

.bkr-address-dialog p {
  margin: 1rem 0 0;
  color: rgba(23, 23, 23, 0.64);
  font-size: 0.875rem;
  line-height: 1.6;
}

.bkr-address-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.bkr-address-dialog__actions button {
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.35);
  padding: 0;
  background: transparent;
  color: inherit;
  font-family: var(--bkr-font-sans);
  font-size: 0.75rem;
}

.bkr-address-form-page .bkr-account-hero {
  margin-top: 2.25rem;
}

.bkr-address-form-page .bkr-account-form {
  max-width: 40rem;
}

.bkr-account-wishlist-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bkr-account-empty {
  max-width: 34rem;
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--theme-space-6);
}

.bkr-account-message {
  margin-bottom: var(--theme-space-6);
  border: 1px solid var(--theme-color-border);
  padding: var(--theme-space-4);
  font-size: 0.8125rem;
}

.bkr-account-message--success {
  border-color: rgba(45, 97, 72, 0.35);
}

.bkr-account-message--error {
  border-color: rgba(145, 55, 48, 0.38);
}

.bkr-account-form {
  max-width: 46rem;
}

.bkr-account-submit {
  min-width: 180px;
  min-height: 52px;
  justify-self: start;
  border: 1px solid #171717;
  border-radius: 0;
  padding-inline: 28px;
  background: var(--bkr-form-ink);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bkr-account-muted {
  margin-top: var(--theme-space-5);
  color: rgba(23, 23, 23, 0.58);
}

.bkr-account-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bkr-account-stats > div {
  border-top: 1px solid var(--theme-color-border);
  padding-block: var(--theme-space-5);
}

.bkr-account-stats strong,
.bkr-account-stats span {
  display: block;
}

.bkr-account-stats strong {
  font-family: var(--bkr-font-serif);
  font-size: 2.5rem;
  font-weight: 500;
}

.bkr-order-list,
.bkr-line-list,
.bkr-form-stack {
  display: grid;
  gap: var(--theme-space-4);
}

.bkr-order-list > a,
.bkr-line-list > div,
.bkr-order-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--theme-space-5);
  border-bottom: 1px solid var(--theme-color-border);
  padding-block: var(--theme-space-4);
}

.bkr-order-list small,
.bkr-order-list strong {
  display: block;
}

.bkr-form-stack label,
.bkr-form-stack fieldset {
  display: grid;
  gap: var(--theme-space-2);
  border: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.account-form-field {
  display: block !important;
  min-width: 0;
}

.account-form-field > span:first-child {
  display: block;
  margin-bottom: 4px;
  color: rgba(17, 17, 17, 0.72);
  font-family: var(--bkr-font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.account-form-field__optional {
  display: inline;
  opacity: 0.48;
  font-weight: 400;
}

.account-form-field--full {
  grid-column: 1 / -1;
}

.bkr-form-stack input:not([type="checkbox"]),
.bkr-form-stack select,
.bkr-form-stack textarea,
.bkr-search-page-form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--theme-color-border-strong);
  border-radius: 0;
  padding: 0.85rem 0;
  background: transparent;
  color: var(--theme-color-text);
  font: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

.account-form-control {
  width: 100%;
  min-height: var(--bkr-form-control-height) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bkr-form-line) !important;
  border-radius: 0 !important;
  padding: 10px 0 11px !important;
  background-color: transparent !important;
  color: var(--bkr-form-ink) !important;
  font-family: var(--bkr-font-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

select.account-form-control {
  appearance: none;
  padding-right: 28px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m3 5 4 4 4-4' fill='none' stroke='%23111' stroke-width='1.2'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 14px 14px !important;
}

@media (hover: hover) {
  .account-form-control:hover,
  .account-field__input:hover {
    border-bottom-color: var(--bkr-form-line-hover) !important;
  }
}

.account-form-control:focus {
  border-bottom-color: var(--bkr-form-ink) !important;
  border-bottom-width: 1px !important;
  box-shadow: inset 0 -1px 0 var(--bkr-form-ink);
}

.account-form-control[aria-invalid="true"] {
  border-bottom-color: var(--bkr-form-error) !important;
  box-shadow: inset 0 -1px 0 var(--bkr-form-error);
}

.account-form-field__error {
  display: block;
  min-height: 0;
  margin-top: 6px;
  color: var(--bkr-form-error);
  font-family: var(--bkr-font-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.account-form-field__error:empty {
  display: none;
}

.account-form-control:-webkit-autofill,
.account-form-control:-webkit-autofill:hover,
.account-form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--bkr-form-ink);
  caret-color: var(--bkr-form-ink);
  box-shadow: 0 0 0 1000px var(--theme-color-background) inset;
  transition: background-color 9999s ease-out 0s;
}

.bkr-form-stack input:focus,
.bkr-form-stack select:focus,
.bkr-form-stack textarea:focus,
.bkr-search-page-form input:focus {
  border-bottom-width: 2px;
  outline: 0;
}

.bkr-form-grid {
  display: grid;
  gap: 28px 32px;
}

.bkr-auth-links,
.bkr-inline-actions,
.bkr-status-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--theme-space-5);
  margin-top: var(--theme-space-5);
}

.bkr-inline-actions form {
  margin: 0;
}

.bkr-inline-actions button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  text-decoration: underline;
}

/* Order confirmation */
.bkr-confirmation-page {
  width: min(100%, 68.75rem);
  padding-block: 5rem 6rem;
  color: var(--theme-color-text);
}

.bkr-confirmation-hero {
  display: grid;
  justify-items: center;
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.bkr-confirmation-hero__icon {
  display: grid;
  width: 2.875rem;
  height: 2.875rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(17, 17, 17, 0.42);
  border-radius: 50%;
  place-items: center;
  font-size: 1rem;
}

.bkr-confirmation-hero > .bkr-eyebrow {
  margin: 0 0 1rem;
}

.bkr-confirmation-hero h1 {
  max-width: 46rem;
  margin: 0;
  font-family: var(--bkr-font-serif);
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.02;
}

.bkr-confirmation-hero__intro {
  max-width: 43.75rem;
  margin: 1.5rem 0 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.bkr-confirmation-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3.5rem;
  margin: 2.25rem 0 0;
}

.bkr-confirmation-meta div {
  display: grid;
  gap: 0.35rem;
  min-width: 10rem;
}

.bkr-confirmation-meta dt {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bkr-confirmation-meta dd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.bkr-confirmation-copy {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: inherit;
  place-items: center;
}

.bkr-confirmation-copy:hover,
.bkr-confirmation-copy:focus-visible {
  background: rgba(17, 17, 17, 0.06);
  outline: 2px solid #111;
  outline-offset: 2px;
}

.bkr-confirmation-email {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1.75rem 0 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.bkr-confirmation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(17rem, 1fr);
  gap: 2rem;
  margin-top: 4.5rem;
  align-items: start;
}

.bkr-confirmation-main,
.bkr-confirmation-aside {
  display: grid;
  gap: 1.5rem;
  min-width: 0;
}

.bkr-confirmation-aside {
  position: sticky;
  top: calc(var(--bkr-header-offset, 7rem) + 1.5rem);
}

.bkr-confirmation-card {
  min-width: 0;
  border: 1px solid var(--theme-color-border);
  border-radius: 4px;
  padding: 1.75rem;
  background: var(--theme-color-background, #fff);
}

.bkr-confirmation-card > h2 {
  margin: 0 0 1.75rem;
  font-family: var(--bkr-font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.bkr-confirmation-item {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: start;
}

.bkr-confirmation-item + .bkr-confirmation-item {
  margin-top: 1.5rem;
  border-top: 1px solid var(--theme-color-border);
  padding-top: 1.5rem;
}

.bkr-confirmation-item img {
  width: 6rem;
  height: 7.5rem;
  background: #f4f3f1;
  object-fit: cover;
}

.bkr-confirmation-item__details {
  min-width: 0;
}

.bkr-confirmation-item__details h3 {
  margin: 0 0 0.55rem;
  font-family: var(--bkr-font-sans);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.bkr-confirmation-item__details p {
  margin: 0.15rem 0 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.75rem;
  line-height: 1.45;
}

.bkr-confirmation-item__total {
  font-size: 0.875rem;
  white-space: nowrap;
}

.bkr-confirmation-delivery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(11rem, 0.8fr);
  gap: 2rem;
  font-size: 0.875rem;
  line-height: 1.65;
}

.bkr-confirmation-delivery > div,
.bkr-confirmation-delivery > p {
  display: grid;
  align-content: start;
  margin: 0;
}

.bkr-confirmation-delivery > p span {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.75rem;
}

.bkr-confirmation-tracking {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.5rem 0 0;
  border-top: 1px solid var(--theme-color-border);
  padding-top: 1.25rem;
  font-size: 0.75rem;
}

.bkr-confirmation-tracking a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.bkr-confirmation-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.bkr-confirmation-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.6rem;
  min-width: 0;
  padding-right: 0.75rem;
}

.bkr-confirmation-timeline li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 0.44rem;
  right: 0;
  left: 0.95rem;
  height: 1px;
  background: var(--theme-color-border);
  content: "";
}

.bkr-confirmation-timeline__marker {
  z-index: 1;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid rgba(17, 17, 17, 0.35);
  border-radius: 50%;
  background: #fff;
}

.bkr-confirmation-timeline .is-complete .bkr-confirmation-timeline__marker {
  border-color: #111;
  background: #111;
  box-shadow: inset 0 0 0 3px #fff;
}

.bkr-confirmation-timeline .is-active .bkr-confirmation-timeline__marker {
  border: 3px solid #111;
}

.bkr-confirmation-timeline strong,
.bkr-confirmation-timeline small {
  display: block;
}

.bkr-confirmation-timeline strong {
  padding-right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
}

.bkr-confirmation-timeline small {
  margin-top: 0.35rem;
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.6875rem;
}

.bkr-confirmation-totals dl,
.bkr-confirmation-payment dl {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.bkr-confirmation-totals dl > div,
.bkr-confirmation-payment dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8125rem;
}

.bkr-confirmation-totals dd,
.bkr-confirmation-payment dd {
  margin: 0;
  text-align: right;
}

.bkr-confirmation-totals__total {
  margin-top: 0.4rem;
  border-top: 1px solid var(--theme-color-border);
  padding-top: 1rem;
  font-size: 1rem !important;
  font-weight: 600;
}

.bkr-confirmation-totals > p {
  margin: 0.75rem 0 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.6875rem;
  text-align: right;
}

.bkr-confirmation-retry {
  width: 100%;
  margin-top: 1.5rem;
}

.bkr-confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.bkr-confirmation-actions .btn {
  display: inline-flex;
  min-width: 12rem;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
}

.bkr-button-outline {
  border: 1px solid #111;
  background: transparent;
  color: #111;
}

.bkr-button-outline:hover,
.bkr-button-outline:focus-visible {
  background: #111;
  color: #fff;
}

.bkr-confirmation-error {
  width: min(100%, 42rem);
  margin-inline: auto;
  padding-block: 5rem;
  text-align: center;
}

.bkr-confirmation-error h1 {
  margin: 1rem 0;
  font-family: var(--bkr-font-serif);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.08;
}

.bkr-confirmation-error .btn {
  margin-top: 1.5rem;
}

@media (max-width: 1023.98px) {
  .bkr-confirmation-page {
    padding-block: 4.5rem 5rem;
  }

  .bkr-confirmation-hero h1 {
    font-size: 3.5rem;
  }

  .bkr-confirmation-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 1fr);
    gap: 1.5rem;
    margin-top: 3.75rem;
  }

  .bkr-confirmation-card {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .bkr-confirmation-page {
    padding-block: 3.5rem 4rem;
  }

  .bkr-confirmation-hero h1 {
    font-size: 2.75rem;
  }

  .bkr-confirmation-hero__intro {
    margin-top: 1.25rem;
  }

  .bkr-confirmation-meta {
    display: grid;
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
  }

  .bkr-confirmation-layout {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 3rem;
  }

  .bkr-confirmation-aside {
    position: static;
  }

  .bkr-confirmation-card {
    padding: 1.25rem;
  }

  .bkr-confirmation-card > h2 {
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
  }

  .bkr-confirmation-item {
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1rem;
  }

  .bkr-confirmation-item img {
    width: 5rem;
    height: 6.25rem;
  }

  .bkr-confirmation-item__total {
    grid-column: 2;
  }

  .bkr-confirmation-delivery {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .bkr-confirmation-timeline {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .bkr-confirmation-timeline li {
    grid-template-columns: 1rem minmax(0, 1fr);
    min-height: 2.75rem;
  }

  .bkr-confirmation-timeline li:not(:last-child)::after {
    top: 0.85rem;
    bottom: -1.65rem;
    left: 0.42rem;
    width: 1px;
    height: auto;
  }

  .bkr-confirmation-actions {
    display: grid;
  }

  .bkr-confirmation-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .bkr-confirmation-error h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 359.98px) {
  .bkr-confirmation-page {
    padding-block: 3rem;
  }

  .bkr-confirmation-hero h1,
  .bkr-confirmation-error h1 {
    font-size: 2.5rem;
  }

  .bkr-confirmation-card {
    padding: 1.125rem;
  }
}

.bkr-account-subsection,
.bkr-note,
.bkr-rich-text {
  margin-top: var(--space-content-lg);
  border-top: 1px solid var(--theme-color-border);
  padding-top: var(--space-content-lg);
}

.bkr-choice,
.bkr-check {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: var(--theme-space-3) !important;
}

.account-form-checkbox {
  position: relative;
  min-height: 44px;
  width: fit-content;
  cursor: pointer;
}

.account-form-checkbox input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 1px solid rgba(17, 17, 17, 0.55);
  border-radius: 0;
  background: transparent;
}

.account-form-checkbox input:checked {
  border-color: var(--bkr-form-ink);
  background-color: var(--bkr-form-ink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='m2.5 6 2.2 2.2L9.6 3.6' fill='none' stroke='white' stroke-width='1.4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.account-form-checkbox input:focus-visible {
  outline: 2px solid var(--bkr-form-ink);
  outline-offset: 3px;
}

.account-form-checkbox > span {
  margin: 0 !important;
  color: var(--bkr-form-ink) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}

.bkr-back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  color: rgba(17, 17, 17, 0.68);
  font-size: 12px;
  transition: color 160ms ease;
}

.bkr-back-link:hover {
  color: var(--bkr-form-ink);
}

.bkr-choice input {
  width: 4.5rem !important;
}

.bkr-search-page-form {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-content-lg);
}

.bkr-search-page-form button {
  border: 0;
  padding: var(--theme-space-4);
  background: transparent;
  font-size: 1.5rem;
}

.bkr-faq-list details {
  border-bottom: 1px solid var(--theme-color-border);
  padding-block: var(--theme-space-5);
}

.bkr-faq-list summary {
  cursor: pointer;
  font-family: var(--bkr-font-serif);
  font-weight: 500;
  font-size: 1.75rem;
}

.bkr-faq-list details > div {
  max-width: 44rem;
  padding-top: var(--theme-space-4);
}

@media (min-width: 768px) {
  .bkr-form-grid,
  .bkr-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bkr-contact-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
  }
}

@media (min-width: 1024px) {
  .bkr-account-page {
    grid-template-columns: 13.75rem minmax(0, 1fr);
  }

  .bkr-account-nav {
    display: grid;
    align-content: start;
    overflow: visible;
    border: 0;
    white-space: normal;
    position: sticky;
    top: calc(var(--header-total-height, 120px) + 3rem);
    gap: 0.1rem;
  }

  .bkr-account-nav a {
    justify-self: start;
  }

  .bkr-account-nav__logout {
    margin-top: var(--theme-space-6);
  }

  .bkr-account-nav--mobile {
    display: none;
  }
}

/* Contact page owns its form and spacing without changing shared account forms. */
.bkr-contact-page {
  padding-block: clamp(2.5rem, 5vw, 5rem);
}

.bkr-contact-page__heading {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.bkr-contact-page__heading > p:last-child {
  max-width: 39rem;
}

.bkr-contact-page__layout {
  grid-template-columns: minmax(0, 1fr);
  row-gap: clamp(2.5rem, 6vw, 5.5rem);
  column-gap: clamp(4rem, 5vw, 5rem);
  max-width: none;
  padding-block: 0;
}

.bkr-contact-form {
  display: grid;
  align-self: start;
  align-content: start;
  grid-auto-rows: max-content;
  min-width: 0;
  gap: 1.375rem;
}

.bkr-contact-form__row {
  display: grid;
  gap: 1.375rem;
}

.bkr-contact-field {
  display: grid;
  min-width: 0;
  gap: 0.5rem;
}

.bkr-contact-field > label {
  color: var(--theme-color-text);
  font-family: var(--bkr-font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

.bkr-contact-field > label span {
  margin-left: 0.25rem;
  color: var(--theme-color-text-muted);
  font-weight: 400;
}

.bkr-contact-field input,
.bkr-contact-field textarea {
  width: 100%;
  border: 1px solid #b9bab6;
  border-radius: 0;
  background: #fff;
  color: var(--theme-color-text);
  font-family: var(--bkr-font-sans);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.bkr-contact-field input {
  height: 3.25rem;
  min-height: 3.125rem;
  padding: 0 1rem;
}

.bkr-contact-field textarea {
  min-height: 10rem;
  padding: 0.875rem 1rem;
  resize: vertical;
}

@media (hover: hover) {
  .bkr-contact-field input:hover,
  .bkr-contact-field textarea:hover {
    border-color: #71726f;
  }
}

.bkr-contact-field input:focus-visible,
.bkr-contact-field textarea:focus-visible {
  border-color: #111;
  outline: 2px solid #126c63;
  outline-offset: 2px;
  box-shadow: none;
}

.bkr-contact-field input[aria-invalid="true"],
.bkr-contact-field textarea[aria-invalid="true"],
.bkr-contact-field input:user-invalid,
.bkr-contact-field textarea:user-invalid {
  border-color: #a32626;
}

.bkr-contact-field input:user-valid,
.bkr-contact-field textarea:user-valid {
  border-color: #47715d;
}

.bkr-contact-field input:disabled,
.bkr-contact-field textarea:disabled {
  border-color: #d7d7d4;
  background: #eeeeeb;
  color: #73736f;
  cursor: not-allowed;
}

.bkr-contact-field__error {
  margin: 0;
  color: #8e2020;
  font-family: var(--bkr-font-sans);
  font-size: 0.75rem;
  line-height: 1.4;
}

.bkr-contact-form__status {
  border-block: 1px solid currentColor;
  padding-block: 0.875rem;
  font-family: var(--bkr-font-sans);
  font-size: 0.875rem;
  line-height: 1.5;
}

.bkr-contact-form__status p,
.bkr-contact-form__status ul {
  margin: 0;
}

.bkr-contact-form__status ul {
  display: grid;
  gap: 0.25rem;
  padding: 0.5rem 0 0 1.125rem;
}

.bkr-contact-form__status a {
  color: inherit;
  text-underline-offset: 0.18em;
}

.bkr-contact-form__status--success {
  color: #355f4c;
}

.bkr-contact-form__status--error {
  color: #8e2020;
}

.bkr-contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.25rem;
  min-height: 3.25rem;
  border: 1px solid #111;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  background: #111;
  color: #fff;
  font-family: var(--bkr-font-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.bkr-contact-confirmation {
  align-self: start;
  max-width: 38rem;
  border-block: 1px solid var(--theme-color-border);
  padding-block: clamp(2rem, 4vw, 3rem);
}

.bkr-contact-confirmation h2 {
  margin: 0 0 1rem;
  font: 500 clamp(2rem, 3vw, 3rem)/1.05 var(--bkr-font-serif);
  letter-spacing: 0;
}

.bkr-contact-confirmation > p:not(.bkr-eyebrow) {
  max-width: 32rem;
  margin-bottom: 1.5rem;
  color: var(--theme-color-text-muted);
}

.bkr-contact-confirmation__action {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  padding: 0.75rem 1.5rem;
  background: #111;
  color: #fff;
  font: 600 0.8125rem/1.3 var(--bkr-font-sans);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.bkr-contact-confirmation__action:focus-visible {
  outline: 2px solid #126c63;
  outline-offset: 3px;
}

@media (hover: hover) {
  .bkr-contact-form__submit:hover:not(:disabled) {
    background: #fff;
    color: #111;
  }
}

.bkr-contact-form__submit:focus-visible {
  outline: 2px solid #126c63;
  outline-offset: 3px;
}

.bkr-contact-form__submit:disabled {
  opacity: 0.58;
  cursor: wait;
}

.bkr-contact-store {
  align-self: start;
  min-width: 0;
  border-block: 1px solid var(--theme-color-border);
  padding-block: clamp(1.75rem, 4vw, 2.5rem);
}

.bkr-contact-store h2 {
  margin: 0 0 1rem;
  font-family: var(--bkr-font-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.bkr-contact-store__note {
  max-width: 31rem;
  margin-bottom: 2rem;
  color: var(--theme-color-text-muted);
}

.bkr-contact-store__details {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 2rem;
}

.bkr-contact-store__details > div {
  display: grid;
  gap: 0.25rem;
}

.bkr-contact-store__details dt {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bkr-contact-store__details dd,
.bkr-contact-store__details address {
  margin: 0;
  color: var(--theme-color-text-muted);
  font-style: normal;
  line-height: 1.6;
}

.bkr-contact-store a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.bkr-contact-store a:focus-visible {
  outline: 2px solid #126c63;
  outline-offset: 3px;
}

.bkr-contact-store__faq {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
}

.bkr-contact-route {
  margin-top: 2rem;
  border-top: 1px solid var(--theme-color-border);
  padding-top: 1.5rem;
}

.bkr-contact-route p {
  margin: 0 0 0.75rem;
  color: var(--theme-color-text-muted);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.bkr-contact-route .bkr-contact-route__title {
  color: var(--theme-color-text);
  font-size: 0.875rem;
  font-weight: 600;
}

.bkr-contact-route a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .bkr-contact-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bkr-contact-form__submit {
    width: 14rem;
    justify-self: start;
  }
}

@media (min-width: 1024px) {
  .bkr-contact-page__layout {
    grid-template-columns: minmax(0, 7fr) minmax(18rem, 5fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bkr-contact-field input,
  .bkr-contact-field textarea,
  .bkr-contact-form__submit {
    transition: none;
  }
}

@media (max-width: 1023px) {
  .bkr-account-nav--desktop {
    display: none;
  }

  .bkr-account-nav--mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .bkr-account-nav--mobile > a,
  .bkr-account-nav__more > summary {
    justify-content: center;
    min-width: 0;
    padding-inline: 0.35rem;
    list-style: none;
    cursor: pointer;
  }

  .bkr-account-nav__more > summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    color: rgba(23, 23, 23, 0.62);
    font-size: 0.8125rem;
  }

  .bkr-account-nav__more > summary::-webkit-details-marker {
    display: none;
  }

  .bkr-account-nav__more[data-active="true"] > summary {
    color: var(--theme-color-text);
    font-weight: 500;
  }

  .bkr-account-nav__more-menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    z-index: 20;
    min-width: 13rem;
    padding: 0.5rem 1rem;
    background: var(--theme-color-surface);
    border: 1px solid var(--theme-color-border);
  }

  .bkr-account-nav__more-menu a,
  .bkr-account-nav__more-menu button {
    width: 100%;
  }

  .bkr-account-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bkr-order-row {
    grid-template-columns: minmax(8rem, 1fr) auto auto;
  }

  .bkr-order-row > :nth-child(2) {
    display: none;
  }

  .bkr-order-row__action {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .account-order-row__link {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px 24px;
  }

  .account-order-row__status {
    grid-column: 2;
  }

  .account-order-row__total {
    grid-column: 3;
    grid-row: 1;
  }

  .account-order-row__action {
    grid-column: 3;
    grid-row: 2;
  }

  .bkr-return-row {
    grid-template-columns: minmax(9rem, 1fr) auto auto;
  }

  .bkr-return-row > :nth-child(2) {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .account-order-row__link {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px 24px;
  }

  .account-order-row__status {
    grid-column: 2;
  }

  .account-order-row__total {
    grid-column: 3;
    grid-row: 1;
  }

  .account-order-row__action {
    grid-column: 3;
    grid-row: 2;
  }

  .account-order-preview__image {
    width: 64px;
    flex-basis: 64px;
  }
}

@media (max-width: 767px) {
  .bkr-account-page {
    padding-block: 2.5rem 4rem;
  }

  .account-form-submit {
    width: 100%;
  }

  .account-order-row__link {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px 20px;
    padding-block: 28px;
  }

  .account-order-preview {
    grid-column: 1 / -1;
  }

  .account-order-preview__image {
    width: 68px;
    flex-basis: 68px;
  }

  .account-order-row__identity {
    grid-column: 1 / -1;
  }

  .account-order-row__status {
    grid-column: 1 / -1;
  }

  .account-order-row__total {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .account-order-row__action {
    grid-column: 2;
    grid-row: auto;
    align-self: center;
  }

  .bkr-address-book .bkr-account-heading-row {
    display: block;
    margin-bottom: 3rem;
  }

  .bkr-address-book .bkr-account-heading-row > .bkr-text-link {
    margin-top: 1.5rem;
  }

  .bkr-address-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .bkr-address-block__actions {
    gap: 1.25rem;
  }

  .bkr-address-dialog {
    padding: 1.5rem;
  }

  .bkr-account-hero,
  .bkr-account-hero--compact {
    margin-bottom: 2.75rem;
  }

  .bkr-account-hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.75rem);
  }

  .bkr-account-quick-grid,
  .bkr-order-detail-grid,
  .bkr-order-detail__info-grid,
  .bkr-return-detail__info-grid {
    grid-template-columns: 1fr;
  }

  .bkr-return-detail__header {
    margin-bottom: var(--theme-space-7);
  }

  .bkr-return-detail__header h1 {
    font-size: clamp(2.75rem, 13vw, 3.75rem);
  }

  .bkr-return-timeline {
    grid-template-columns: 1fr;
  }

  .bkr-return-timeline li {
    min-height: 3.75rem;
    padding: 0 0 var(--theme-space-4) 1.5rem;
    border-top: 0;
    border-left: 1px solid rgba(23, 23, 23, 0.2);
  }

  .bkr-return-timeline li.is-complete {
    border-left-color: #171717;
  }

  .bkr-return-timeline__marker {
    top: 0;
    left: 0;
    transform: translate(-50%, 0.25rem);
  }

  .bkr-return-item {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: var(--theme-space-4);
  }

  .bkr-return-item > strong {
    grid-column: 2;
    justify-self: start;
  }

  .bkr-return-detail__info-grid {
    gap: var(--theme-space-7);
    margin-top: var(--space-section-sm);
  }

  .bkr-order-detail__info-grid {
    gap: var(--theme-space-7);
    margin-top: var(--space-section-sm);
  }

  .bkr-order-detail__header {
    margin-bottom: var(--theme-space-7);
  }

  .bkr-order-detail__header h1 {
    font-size: clamp(2.75rem, 13vw, 3.75rem);
  }

  .bkr-order-status {
    margin-bottom: var(--theme-space-7);
  }

  .bkr-order-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bkr-order-timeline li {
    min-height: 3.75rem;
    padding: 0 0 var(--theme-space-4) 1.5rem;
    border-top: 0;
    border-left: 1px solid rgba(23, 23, 23, 0.2);
  }

  .bkr-order-timeline li.is-complete {
    border-left-color: #171717;
  }

  .bkr-order-timeline__marker {
    top: 0;
    left: 0;
    transform: translate(-50%, 0.25rem);
  }

  .bkr-order-detail-item {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: var(--theme-space-4);
  }

  .bkr-order-detail-item > strong {
    grid-column: 2;
    justify-self: start;
  }

  .bkr-account-quick-grid {
    gap: 3rem;
    margin-top: 4rem;
  }

  .bkr-recent-order__pieces {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bkr-recent-order__meta,
  .bkr-recent-order__footer,
  .bkr-account-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .bkr-account-heading-row > .bkr-text-link {
    margin-top: -1.5rem;
    margin-bottom: 2.5rem;
  }

  .bkr-order-row {
    grid-template-columns: 1fr auto;
  }

  .bkr-order-row > :nth-child(2),
  .bkr-order-row > :nth-child(3) {
    display: none;
  }

  .bkr-return-row {
    grid-template-columns: 1fr auto;
  }

  .bkr-return-row > :nth-child(2),
  .bkr-return-row > :nth-child(3) {
    display: block;
  }

  .bkr-return-row > :nth-child(2) {
    justify-self: end;
  }

  .bkr-return-row > :nth-child(3),
  .bkr-return-row > :nth-child(4),
  .bkr-return-row .bkr-order-row__action {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .bkr-order-detail-item {
    grid-template-columns: 4.75rem minmax(0, 1fr);
  }

  .bkr-order-detail-item > strong {
    grid-column: 2;
  }
}
.bkr-legal-document {
  max-width: var(--bkr-container-max);
  padding-block: clamp(3rem, 7vw, 6rem);
}
.bkr-legal-document__back {
  display: inline-flex;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  color: inherit;
  font-size: 0.875rem;
  text-underline-offset: 0.25em;
}
.bkr-legal-document__heading {
  max-width: 56rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.bkr-legal-document__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  margin: 1.5rem 0 0;
  font-size: 0.8125rem;
}
.bkr-legal-document__meta div {
  display: flex;
  gap: 0.5rem;
}
.bkr-legal-document__meta dt {
  color: var(--theme-color-muted);
}
.bkr-legal-document__meta dd {
  margin: 0;
  font-weight: 600;
}
.bkr-legal-document__draft {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  border-block: 1px solid var(--theme-color-border);
  padding-block: 1rem;
}
.bkr-legal-document__draft strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.bkr-legal-document__draft p {
  margin: 0;
  color: var(--theme-color-muted);
}
.bkr-legal-document__toc,
.bkr-legal-document__content {
  width: min(100%, 54rem);
}
.bkr-legal-document__toc {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--theme-color-border);
  padding-top: 1.5rem;
}
.bkr-legal-document__toc h2 {
  margin: 0 0 1rem;
  font-family: var(--bkr-font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.bkr-legal-document__toc ol {
  columns: 2;
  gap: 2rem;
  margin: 0;
  padding-left: 1.25rem;
}
.bkr-legal-document__toc li {
  break-inside: avoid;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}
.bkr-legal-document__toc a {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.45;
  text-underline-offset: 0.2em;
}
.bkr-legal-document__content {
  overflow-x: auto;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 1rem;
  line-height: 1.75;
}
.bkr-legal-document__content h2 {
  scroll-margin-top: 8rem;
  margin: clamp(2.5rem, 5vw, 4rem) 0 1rem;
  font-family: var(--bkr-font-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.12;
}
.bkr-legal-document__content p,
.bkr-legal-document__content ul,
.bkr-legal-document__content ol,
.bkr-legal-document__content blockquote {
  margin: 0 0 1rem;
}
.bkr-legal-document__content table {
  width: 100%;
  min-width: 32rem;
  margin: 1.5rem 0 2rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.bkr-legal-document__content th,
.bkr-legal-document__content td {
  border-bottom: 1px solid var(--theme-color-border);
  padding: 0.75rem 0;
  text-align: left;
}
.bkr-legal-document__content th:last-child,
.bkr-legal-document__content td:last-child {
  text-align: right;
}
.bkr-legal-document__content blockquote {
  border-left: 2px solid var(--theme-color-ink);
  padding-left: 1.25rem;
}
@media (max-width: 767.98px) {
  .bkr-legal-document {
    padding-block: 2.5rem 4rem;
  }
  .bkr-legal-document__toc ol {
    columns: 1;
  }
  .bkr-legal-document__heading h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 11vw, 2.5rem);
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .bkr-legal-document__content {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
