/* RELAYR loja — alinhada ao site principal */

.shop-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--abyss, #070d14);
  color: var(--foam, #e8f0f2);
  --shop-test-banner-h: 0px;
}

.shop-body--test-mode {
  --shop-test-banner-h: 2.85rem;
}

.shop-test-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  margin: 0;
  padding: 0.55rem 1rem;
  background: linear-gradient(90deg, #b45309 0%, #d97706 50%, #b45309 100%);
  color: #fffbeb;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid rgba(255, 251, 235, 0.35);
}

.shop-test-banner__text {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

@media (min-width: 640px) {
  .shop-test-banner__text {
    font-size: 0.9rem;
  }
}

.shop-body--test-mode .shop-header.site-header {
  top: var(--shop-test-banner-h);
}

.shop-body--test-mode .shop-main {
  padding-top: calc(5.25rem + var(--shop-test-banner-h));
}

.shop-checkout-payment {
  margin-top: 1.25rem;
}

.shop-test-payment {
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  border: 1px dashed rgba(217, 119, 6, 0.55);
  background: rgba(217, 119, 6, 0.12);
}

.shop-test-payment__label {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: #fcd34d;
}

.shop-btn--test {
  width: 100%;
  justify-content: center;
  background: rgba(217, 119, 6, 0.35);
  border-color: rgba(252, 211, 77, 0.45);
}

.shop-btn--test:hover:not(:disabled) {
  background: rgba(217, 119, 6, 0.5);
}

.shop-header.site-header {
  padding: 0.75rem 1.25rem;
}

.shop-header .logo-link {
  flex-shrink: 1;
  min-width: 0;
}

.shop-header .logo-link img {
  height: 26px;
  width: auto;
  max-width: 100%;
}

.shop-header .site-header__tools {
  gap: 0.5rem;
}

.shop-header .lang-switch {
  flex-shrink: 0;
}

.shop-nav-primary ul {
  gap: 0.35rem 0.85rem;
}

.shop-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  color: var(--mist, #a8bcc2);
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  transition: color 0.15s ease, background 0.15s ease;
}

.shop-nav-link:hover {
  color: var(--foam, #e8f0f2);
  background: rgba(232, 240, 242, 0.06);
}

.shop-nav-link.is-active {
  color: var(--foam, #e8f0f2);
  background: rgba(61, 122, 122, 0.28);
}

.shop-nav-link i {
  font-size: 0.95em;
  opacity: 0.85;
}

.shop-nav-link--cart {
  position: relative;
}

.nav-toggle__label {
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .shop-header.site-header {
    padding: 0.65rem 1rem;
  }

  .shop-header .logo-link {
    flex: 0 1 auto;
    max-width: 42vw;
  }

  .shop-header .logo-link img {
    height: 18px;
  }

  .shop-header .nav-toggle {
    align-items: center;
    gap: 0.45rem;
  }

  .shop-header .site-header__tools {
    flex-shrink: 0;
  }

  .shop-header .nav-primary {
    top: 3.5rem;
  }

  .shop-body--test-mode .shop-header .nav-primary {
    top: calc(3.5rem + var(--shop-test-banner-h));
  }

  .shop-nav-primary ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }

  .shop-nav-link {
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
  }

  .shop-header .lang-switch button {
    min-height: 2.75rem;
    min-width: 2.75rem;
  }
}

.shop-main {
  flex: 1 1 auto;
  padding: 5.25rem 1.25rem 2.5rem;
  background: linear-gradient(180deg, var(--abyss, #070d14) 0%, var(--abyss-mid, #0f1a24) 45%, var(--abyss, #070d14) 100%);
}

.shop-page__inner {
  max-width: var(--max, 1180px);
  margin: 0 auto;
}

.shop-page__intro {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line, rgba(232, 240, 242, 0.12));
}

.shop-page__intro--product {
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
}

.shop-page__title {
  font-family: var(--font-display, "Montserrat", sans-serif);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 600;
  margin: 0 0 0.5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.shop-page__lead {
  margin: 0;
  max-width: 42rem;
  color: var(--mist, #a8bcc2);
  font-size: 1.02rem;
  line-height: 1.55;
}

.shop-breadcrumb {
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
}

.shop-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--mist, #a8bcc2);
  text-decoration: none;
}

.shop-breadcrumb a:hover {
  color: var(--coral, #c98c6b);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.shop-card {
  background: var(--surface, rgba(22, 37, 54, 0.65));
  border: 1px solid var(--line, rgba(232, 240, 242, 0.12));
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--ease, cubic-bezier(0.22, 1, 0.36, 1)), border-color 0.2s ease, box-shadow 0.25s ease;
}

.shop-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 140, 107, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  color: inherit;
}

.shop-card__img {
  aspect-ratio: 4/3;
  background: var(--abyss-soft, #162536);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mist, #a8bcc2);
  font-size: 0.85rem;
  overflow: hidden;
}

.shop-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.shop-card:hover .shop-card__img img {
  transform: scale(1.03);
}

.shop-card__body {
  padding: 1.1rem 1.2rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.shop-card__title {
  font-family: var(--font-display, "Montserrat", sans-serif);
  font-weight: 600;
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
}

.shop-card__price {
  color: var(--coral, #c98c6b);
  font-weight: 600;
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 1.05rem;
}

/* Página de produto */
.shop-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shop-product {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.shop-product__media {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.shop-product__hero {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line, rgba(232, 240, 242, 0.12));
  background: var(--abyss-soft, #162536);
  aspect-ratio: 1;
}

.shop-product__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-product__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.shop-product__thumb {
  flex: 0 0 auto;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--abyss-soft, #162536);
  cursor: pointer;
}

.shop-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-product__thumb--active,
.shop-product__thumb:focus-visible {
  border-color: var(--coral, #c98c6b);
  outline: none;
}

.shop-product__thumb:hover {
  border-color: rgba(201, 140, 107, 0.55);
}

.shop-product__info {
  padding: 0.25rem 0;
}

.shop-product__title {
  font-family: var(--font-display, "Montserrat", sans-serif);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.shop-product__price {
  color: var(--coral, #c98c6b);
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0 1.25rem;
}

.shop-panel {
  background: var(--surface, rgba(22, 37, 54, 0.55));
  border: 1px solid var(--line, rgba(232, 240, 242, 0.12));
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.5rem;
}

.shop-panel__title {
  font-family: var(--font-display, "Montserrat", sans-serif);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shop-panel__title i {
  color: var(--teal, #3d7a7a);
  opacity: 0.9;
}

.shop-form__hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.shop-form {
  --shop-field-height: calc(1.5em + 1.2rem + 2px);
}

.shop-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  color: var(--mist, #a8bcc2);
}

.shop-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.shop-form select,
.shop-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 8px;
  border: 1px solid var(--line, rgba(232, 240, 242, 0.18));
  background-color: var(--abyss-mid, #0f1a24);
  color: var(--foam, #e8f0f2);
  margin-bottom: 1rem;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.shop-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.shop-form select {
  min-height: var(--shop-field-height);
}

.shop-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23b8c9ce' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 0.75rem;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
  border-color: var(--teal, #3d7a7a);
  box-shadow: 0 0 0 2px var(--teal-glow, rgba(61, 122, 122, 0.35));
}

.shop-form input:focus-visible,
.shop-form select:focus-visible,
.shop-form textarea:focus-visible {
  outline: 2px solid var(--teal, #3d7a7a);
  outline-offset: 2px;
}

.shop-form input:-webkit-autofill,
.shop-form input:-webkit-autofill:hover,
.shop-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--foam, #e8f0f2);
  caret-color: var(--foam, #e8f0f2);
  box-shadow: 0 0 0 1000px var(--abyss-mid, #0f1a24) inset;
  transition: background-color 99999s ease-out 0s;
}

.shop-phone-row {
  display: grid;
  grid-template-columns: minmax(6.75rem, 7.5rem) minmax(0, 1fr);
  gap: 0.5rem;
  align-items: stretch;
  margin-bottom: 1rem;
  width: 100%;
}

.shop-phone-row--compact {
  grid-template-columns: 5.75rem minmax(0, 1fr);
  max-width: 20rem;
}

.shop-phone-row > select,
.shop-phone-row > input {
  margin-bottom: 0;
  min-width: 0;
  height: var(--shop-field-height);
  min-height: var(--shop-field-height);
  max-height: var(--shop-field-height);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  line-height: 1.5;
}

.shop-phone-row > select.shop-phone-row__dial {
  padding-left: 0.55rem;
  padding-right: 1.6rem;
  background-position: right 0.45rem center;
  background-size: 0.65rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.shop-phone-row > input.shop-phone-row__local {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.shop-form-row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 560px) {
  .shop-form-row--2 {
    grid-template-columns: 1fr;
  }
}

.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  border: none;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  background: var(--coral, #c98c6b);
  color: var(--abyss, #070d14);
  text-decoration: none;
  text-align: center;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.shop-btn:hover {
  filter: brightness(1.08);
  color: var(--abyss, #070d14);
  transform: translateY(-1px);
}

.shop-btn--ghost {
  background: transparent;
  color: var(--foam, #e8f0f2);
  border: 1px solid rgba(232, 240, 242, 0.42);
}

.shop-btn--ghost:hover {
  background: rgba(232, 240, 242, 0.06);
  color: var(--foam, #e8f0f2);
}

.shop-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.3rem;
  margin-left: 0.15rem;
  border-radius: 999px;
  background: var(--teal, #3d7a7a);
  color: var(--foam, #e8f0f2);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.shop-lines {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-lines li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line, rgba(232, 240, 242, 0.1));
}

.shop-lines li:first-child {
  padding-top: 0;
}

.shop-lines__main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 10.5rem);
}

.shop-lines__main strong {
  display: block;
}

.shop-lines__options {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shop-lines__aside {
  flex: 0 0 auto;
  text-align: right;
  align-self: flex-start;
}

.shop-lines__price {
  font-size: 0.92rem;
  color: var(--mist, #a8bcc2);
}

.shop-lines__total {
  display: block;
  margin-top: 0.15rem;
}

.shop-lines__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
  margin-top: 0.4rem;
}

@media (max-width: 560px) {
  .shop-lines li {
    flex-wrap: wrap;
  }

  .shop-lines__main {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .shop-lines__aside {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .shop-lines__actions {
    margin-top: 0;
    margin-left: auto;
  }
}

.shop-muted {
  color: var(--mist, #a8bcc2);
  font-size: 0.92rem;
}

.shop-msg {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.shop-msg--err {
  background: rgba(180, 60, 60, 0.2);
  border: 1px solid rgba(220, 100, 100, 0.35);
}

.shop-msg--ok {
  background: rgba(61, 122, 122, 0.25);
  border: 1px solid rgba(61, 122, 122, 0.45);
}

.shop-msg-link {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.shop-msg-link:hover {
  opacity: 0.85;
}

.shop-checkout-coupon {
  margin: 1rem 0 0;
}

/* Linha cupão: metade da largura; botão estica à altura exacta do input */
.shop-form .shop-checkout-coupon__row {
  display: inline-flex;
  align-items: stretch;
  gap: 0.4rem;
  width: 50%;
  max-width: 100%;
  min-width: 11rem;
  margin-top: 0;
  margin-bottom: 1rem;
  vertical-align: top;
}

.shop-form .shop-checkout-coupon__row input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  margin-bottom: 0;
}

.shop-form .shop-checkout-coupon__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0.55rem;
  height: auto;
  min-height: 0;
  max-height: none;
  border-radius: 8px;
  border: 1px solid rgba(232, 240, 242, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: var(--mist, #a8bcc2);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.shop-form .shop-checkout-coupon__btn:hover {
  border-color: rgba(232, 240, 242, 0.35);
  color: var(--foam, #e8f0f2);
  background: rgba(232, 240, 242, 0.06);
}

@media (max-width: 560px) {
  .shop-form .shop-checkout-coupon__row {
    width: 100%;
  }
}

.shop-checkout-totals {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-checkout-totals p {
  margin: 0.35rem 0;
}

.shop-checkout-totals__gross {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-btn--disabled,
.shop-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.shop-nav-link--account-greeting span {
  white-space: nowrap;
}

@media (max-width: 560px) {
  .shop-nav-link--account-greeting span {
    max-width: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
  }
}

.shop-account__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.shop-account__addr-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.shop-account__addr-head .shop-panel__title {
  margin: 0;
}

.shop-check-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--mist, #a8bcc2);
}

.shop-check-row input {
  width: auto;
  margin: 0;
}

.shop-account__sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.shop-form--account {
  max-width: 34rem;
}

.shop-form--account-wide {
  max-width: 40rem;
}

.shop-form--account .shop-field {
  min-width: 0;
}

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

.shop-form--account .shop-field--phone .shop-phone-row {
  margin-bottom: 1rem;
}

.shop-form--account .shop-form-row--2 {
  margin-bottom: 0;
}

.shop-form--account > .shop-btn,
.shop-form--account .shop-form-row--2 .shop-btn {
  margin-top: 0.25rem;
}

.shop-checkout-saved {
  margin-bottom: 1rem;
}

.shop-checkout-terms {
  max-width: 40rem;
}

.shop-checkout-terms a {
  color: var(--teal, #3d7a7a);
}

.shop-address-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.shop-address-card {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line, rgba(232, 240, 242, 0.18));
  border-radius: 8px;
  background: rgba(15, 26, 36, 0.5);
}

.shop-address-card__label {
  font-weight: 600;
  margin: 0 0 0.35rem;
}

.shop-address-card__meta {
  margin: 0;
  font-size: 0.88rem;
  color: var(--mist, #a8bcc2);
  line-height: 1.45;
}

.shop-address-card__actions {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.shop-order-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-order-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line, rgba(232, 240, 242, 0.1));
}

.shop-order-list__item:last-child {
  border-bottom: none;
}

.shop-order-list__summary {
  flex: 1 1 12rem;
  min-width: 0;
}

.shop-order-list__num {
  font-weight: 600;
}

.shop-order-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5.5rem 1rem 2rem;
}

.shop-order-modal[hidden] {
  display: none !important;
}

.shop-order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 12, 0.72);
  backdrop-filter: blur(4px);
}

.shop-order-modal__panel {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 2rem));
  max-height: calc(100vh - 7rem);
  overflow: auto;
  border-radius: 12px;
  border: 1px solid var(--line, rgba(232, 240, 242, 0.14));
  background: var(--abyss-mid, #0f1a24);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}

.shop-order-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line, rgba(232, 240, 242, 0.1));
}

.shop-order-modal__title {
  margin: 0;
  font-family: var(--font-display, "Montserrat", sans-serif);
  font-size: 1.1rem;
  font-weight: 600;
}

.shop-order-modal__close {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 8px;
  background: rgba(232, 240, 242, 0.08);
  color: var(--foam, #e8f0f2);
  cursor: pointer;
}

.shop-order-modal__close:hover {
  background: rgba(232, 240, 242, 0.14);
}

.shop-order-modal__body {
  padding: 1rem 1.15rem 1.25rem;
}

.shop-order-detail__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  margin: 0 0 1rem;
}

.shop-order-detail__meta dt {
  margin: 0;
  color: var(--mist, #a8bcc2);
  font-size: 0.88rem;
}

.shop-order-detail__meta dd {
  margin: 0;
  font-weight: 500;
}

.shop-order-detail__heading {
  margin: 1rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.shop-order-detail__address {
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.shop-order-detail__tracking {
  margin: 0 0 0.75rem;
}

.shop-order-detail__table-wrap {
  overflow-x: auto;
  margin: 0 -0.15rem;
}

.shop-order-detail__table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.shop-order-detail__table th,
.shop-order-detail__table td {
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid var(--line, rgba(232, 240, 242, 0.08));
  text-align: left;
  vertical-align: top;
}

.shop-order-detail__table th:first-child,
.shop-order-detail__table td:first-child {
  width: 100%;
  min-width: 14rem;
}

.shop-order-detail__table th:nth-child(2),
.shop-order-detail__table td:nth-child(2) {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.shop-order-detail__table th:nth-child(3),
.shop-order-detail__table td:nth-child(3),
.shop-order-detail__table th:nth-child(4),
.shop-order-detail__table td:nth-child(4) {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

.shop-order-detail__totals {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line, rgba(232, 240, 242, 0.12));
  max-width: 22rem;
  margin-left: auto;
}

.shop-order-detail__totals p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
  margin: 0.35rem 0;
}

.shop-order-detail__totals p span,
.shop-order-detail__totals p strong {
  white-space: nowrap;
}

.shop-order-detail__total {
  margin-top: 0.5rem !important;
  font-size: 1.05rem;
}

body.shop-order-modal-open {
  overflow: hidden;
}

.shop-btn--sm {
  padding: 0.4rem 0.75rem;
  font-size: 0.85rem;
}

.shop-footer {
  margin-top: auto;
  text-align: center;
}

.shop-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin-top: 0.5rem;
}

.shop-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--mist, #a8bcc2);
  text-decoration: none;
}

.shop-footer__links a:hover {
  color: var(--foam, #e8f0f2);
}

.shop-footer__sep {
  color: var(--line, rgba(232, 240, 242, 0.25));
}

#paypal-button-container {
  margin-top: 1.25rem;
  max-width: 420px;
}
