/* ——— Loja (estilo PUMA referência) ——— */

.store-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 2.75rem 1fr 2.75rem;
  align-items: center;
  min-height: 3.25rem;
  padding: 0 0.75rem;
  background: #000;
  color: #fff;
}

.store-bar__back {
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  justify-self: start;
}

.store-bar__logo {
  justify-self: center;
  height: 1.35rem;
  width: auto;
  filter: brightness(0) invert(1);
}

.store-bar__cart {
  position: relative;
  justify-self: end;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-bar__cart svg {
  width: 1.35rem;
  height: 1.35rem;
}

.store-bar__badge {
  position: absolute;
  top: 0.15rem;
  right: 0;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 4px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-bar__badge:empty,
.store-bar__badge[data-count="0"] {
  display: none;
}

.store-bar__ssl {
  justify-self: end;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* Catálogo */
.catalog {
  flex-direction: column;
  background: #fff;
  min-height: 100dvh;
  padding-bottom: 2rem;
}

.catalog__promo {
  padding: 1.25rem 1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.catalog__promo-title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
}

.catalog__promo-sub {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.65);
}

.catalog__section {
  padding: 1.25rem 0.75rem 0;
}

.catalog__section-head {
  padding: 0 0.25rem 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.catalog__section-title {
  margin: 0;
  font-size: clamp(1.35rem, 5vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.1;
}

.catalog__section-count {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 0.65rem;
  align-items: start;
}

.catalog__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0;
}

.catalog__card-img-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.catalog__card-img-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f3f4f6;
}

.catalog__card-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.catalog__card-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0.45rem;
  min-width: 0;
}

.catalog__card-colors {
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
  line-height: 1.2;
}

.catalog__card-title {
  margin: 0.35rem 0 0;
  font-size: 1.0125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

.catalog__card-prices {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #111;
}

.catalog__card-prices strong {
  font-weight: 800;
  margin-right: 0.35rem;
}

.catalog__card-prices s {
  color: #9ca3af;
  font-weight: 500;
  text-decoration: line-through;
}

.catalog__card-cta {
  margin-top: 0.5rem;
  width: 100%;
  height: 2.35rem;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog__card-cta:hover {
  opacity: 0.9;
}

/* Footer loja */
.store-footer {
  margin-top: 2rem;
  background: #000;
  color: #fff;
  padding: 0 0 calc(1.5rem + env(safe-area-inset-bottom));
}

.store-footer__acc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.store-footer__acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.store-footer__acc-panel {
  padding: 0 1rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.store-footer__acc-panel[hidden] {
  display: none;
}

.store-footer__region {
  margin: 1rem 1rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.store-footer__social {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1rem 0;
  font-size: 0.75rem;
  opacity: 0.85;
}

.store-footer__copy {
  margin: 1rem 1rem 0;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

/* PDP — alinhado à referência PUMA */
.pdp {
  flex-direction: column;
  background: #fff;
  min-height: 100dvh;
  padding-bottom: calc(4.25rem + env(safe-area-inset-bottom));
}

.pdp__main {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  padding: 0 0 0.5rem;
}

.pdp__crumb {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem 0.5rem;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  color: #111;
}

.pdp__gallery {
  padding: 0 1rem;
  background: #fff;
}

.pdp-swiper {
  width: 100%;
}

.pdp-swiper .swiper-slide {
  display: block;
  height: auto;
  background: #f3f4f6;
}

.pdp-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.pdp-swiper .swiper-pagination {
  position: static;
  display: flex;
  gap: 6px;
  padding: 0.65rem 0 0.25rem;
  margin: 0;
}

.pdp-swiper .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  margin: 0 !important;
  background: #e5e7eb;
  opacity: 1;
}

.pdp-swiper .swiper-pagination-bullet-active {
  background: #000;
}

.pdp__detail {
  padding: 1rem 1rem 0.5rem;
}

.pdp__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 1000;
  line-height: 1.35;
  color: #111;
}

.pdp__pix-note {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
}

.pdp__prices {
  margin: 0.65rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.65rem;
}

.pdp__price-now {
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
}

.pdp__price-was {
  font-size: 1rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
}

.pdp__vat {
  margin: 0.4rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #9ca3af;
}

.pdp__color {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #111;
}

.pdp__color-label {
  font-weight: 800;
}

.pdp__size-head {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pdp__size-label {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pdp__size-guide {
  padding: 0;
  border: none;
  background: none;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #111;
  cursor: pointer;
  white-space: nowrap;
}

.pdp__sizes {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.pdp__size-btn {
  min-height: 2.65rem;
  padding: 0 0.25rem;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111;
  cursor: pointer;
}

.pdp__size-btn.is-active {
  background: #111;
  color: #fff;
}

.pdp__single-size {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
}

.pdp__sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.pdp__cta {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  display: block;
  height: 2.85rem;
  border: none;
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.pdp__cta:disabled {
  background: #9ca3af;
  color: #fff;
  cursor: not-allowed;
}

.pdp__cta:not(:disabled) {
  background: #111;
  color: #fff;
}

@media (min-width: 768px) {
  .pdp__main {
    max-width: 32rem;
  }

  .pdp__sizes {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.pdp__cta,
.cart-page__dock-btn,
.checkout__next {
  text-transform: uppercase;
}

/* Carrinho */
.cart-page {
  flex-direction: column;
  background: #fff;
  min-height: 100dvh;
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
}

.cart-page__main {
  padding: 1rem;
}

.cart-page__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.cart-page__count {
  margin: 0.25rem 0 1.25rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.cart-page__empty {
  padding: 2rem 0;
  text-align: center;
  color: #6b7280;
}

.cart-item {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.cart-item__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f4f4f5;
}

.cart-item__top {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.cart-item__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

.cart-item__remove {
  border: none;
  background: transparent;
  padding: 0.25rem;
  cursor: pointer;
  opacity: 0.5;
  font-size: 1rem;
}

.cart-item__meta {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.cart-item__prices {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.cart-item__prices strong {
  font-weight: 800;
}

.cart-item__prices s {
  margin-left: 0.35rem;
  color: #9ca3af;
}

.cart-item__line-total {
  margin-top: 0.5rem;
  text-align: right;
  font-weight: 800;
}

.cart-summary {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  font-size: 0.875rem;
}

.cart-summary__row--save {
  color: #6b7280;
}

.cart-summary__row--ship strong {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.cart-summary__divider {
  height: 1px;
  background: #e5e7eb;
  margin: 0.5rem 0;
}

.cart-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 800;
}

.cart-summary__total span:last-child {
  font-size: 1.125rem;
}

.cart-page__dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.cart-page__dock-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6b7280;
  text-transform: uppercase;
}

.cart-page__dock-total {
  font-size: 1.125rem;
  font-weight: 900;
}

.cart-page__dock-btn {
  flex-shrink: 0;
  height: 3rem;
  padding: 0 1.5rem;
  border: none;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.cart-page__dock-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Checkout */
.checkout {
  flex-direction: column;
  background: #fff;
  min-height: 100dvh;
  padding-bottom: calc(5rem + env(safe-area-inset-bottom));
}

.checkout__trust {
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #6b7280;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
}

.checkout__stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: 1rem 0.5rem 0.75rem;
  overflow-x: auto;
}

.chk-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 4.5rem;
  flex: 1;
  max-width: 5.5rem;
  position: relative;
}

.chk-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: calc(50% + 0.85rem);
  width: calc(100% - 1.7rem);
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}

.chk-step.is-done:not(:last-child)::after {
  background: #000;
}

.chk-step__dot {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background: #fff;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.chk-step.is-active .chk-step__dot {
  border-color: #000;
  background: #000;
  color: #fff;
}

.chk-step.is-done .chk-step__dot {
  border-color: #000;
  background: #000;
  color: #fff;
}

.chk-step__label {
  margin-top: 0.35rem;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9ca3af;
  text-align: center;
}

.chk-step.is-active .chk-step__label,
.chk-step.is-done .chk-step__label {
  color: #000;
}

.checkout__body {
  padding: 0 1rem 1rem;
  max-width: 32rem;
  margin: 0 auto;
  width: 100%;
}

.chk-order {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.chk-order__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.chk-order__cap {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.chk-order__badge {
  padding: 0.2rem 0.5rem;
  background: #000;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.chk-order__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.3;
}

.chk-order__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.chk-order__tag {
  padding: 0.25rem 0.5rem;
  background: #f3f4f6;
  font-size: 10px;
  font-weight: 600;
}

.chk-order__rows {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
}

.chk-order__row {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0;
}

.chk-order__total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e7eb;
}

.chk-order__total-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.chk-order__total-label small {
  display: block;
  font-weight: 500;
  color: #6b7280;
  text-transform: none;
}

.chk-order__pending {
  color: #6b7280;
  font-weight: 600;
}

.chk-order__row--upsell span:first-child {
  max-width: 62%;
  font-size: 0.75rem;
  line-height: 1.25;
}

.chk-upsell {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.chk-upsell__title {
  margin: 0 0 0.65rem;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.chk-upsell__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.chk-upsell__item:has(.chk-upsell__input:checked) {
  border-color: #000;
  background: #fafafa;
}

.chk-upsell__input {
  margin-top: 0.35rem;
  flex-shrink: 0;
  accent-color: #000;
}

.chk-upsell__img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
  background: #f9fafb;
  border-radius: 2px;
}

.chk-upsell__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.chk-upsell__name {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

.chk-upsell__price {
  font-size: 0.875rem;
  font-weight: 800;
  color: #111;
}

.field-cep-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.field-cep-row__input {
  flex: 1;
  min-width: 0;
}

.field-cep-row__btn {
  flex-shrink: 0;
  padding: 0 1rem;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.field-cep-row__btn:hover {
  border-color: #000;
}

.field-line__hint {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.field-line--row {
  display: flex;
  gap: 0.75rem;
}

.field-line__col {
  flex: 1;
  min-width: 0;
}

.field-line__col--grow {
  flex: 2;
}

.field-line__col--uf {
  flex: 0 0 4.5rem;
}

.chk-ship-block {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.chk-ship-block__label {
  margin: 0 0 0.75rem;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.chk-order__total-val {
  font-size: 1.25rem;
  font-weight: 900;
}

.checkout-pane[hidden] {
  display: none !important;
}

.checkout__section-title {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 800;
}

.checkout__section-sub {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.field-line {
  margin-bottom: 1.25rem;
}

.field-line__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.field-line__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d1d5db;
  padding: 0.35rem 0 0.5rem;
  font-size: 0.9375rem;
  font-family: inherit;
  background: transparent;
  border-radius: 0;
}

.field-line__input:focus {
  outline: none;
  border-bottom-color: #000;
}

.field-line.is-invalid .field-line__input {
  border-bottom-color: #dc2626;
}

.field-line.is-invalid .field-phone,
.field-phone.is-invalid {
  border-color: #dc2626;
}

.field-line__err {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #dc2626;
}

.field-line__err[hidden] {
  display: none;
}

.chk-ship {
  border-top: 1px solid #e5e7eb;
}

.chk-ship label {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
}

.chk-ship input[type="radio"] {
  accent-color: #000;
  width: 1.1rem;
  height: 1.1rem;
}

.chk-ship__info strong {
  display: block;
  font-size: 0.875rem;
}

.chk-ship__info span {
  font-size: 0.75rem;
  color: #6b7280;
}

.chk-ship__price {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.chk-pay {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.chk-pay__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
}

.chk-pay__main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.chk-pay__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #f3f4f6;
  background: #fff;
}

.chk-pay__name {
  font-size: 0.9375rem;
  font-weight: 700;
}

.chk-pay__option input[type="radio"] {
  flex-shrink: 0;
  accent-color: #000;
  width: 1.1rem;
  height: 1.1rem;
}

.field-phone {
  display: flex;
  align-items: stretch;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.field-phone__prefix {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111;
  background: #f9fafb;
  border-right: 1px solid #e5e7eb;
  white-space: nowrap;
}

.field-phone__input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 0.65rem 0.75rem;
  font-size: 0.9375rem;
  font-family: inherit;
  background: transparent;
}

.field-phone__input:focus {
  outline: none;
}

.field-phone:focus-within {
  border-color: #000;
}

.checkout__notice {
  margin: 1rem 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

.checkout__notice strong {
  display: block;
  margin-bottom: 0.25rem;
}

.checkout__processing,
.checkout-pay {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
}

.checkout-pay__ref {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.checkout-pay__ref div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.checkout-pay__ref div:last-child {
  border-bottom: none;
}

.checkout-pay__ref dt {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
}

.checkout-pay__ref dd {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111;
}

.checkout-pay__code {
  word-break: break-all;
  font-size: 0.75rem;
  font-weight: 500;
  max-width: 65%;
  text-align: right;
}

.checkout-pay__qr {
  display: flex;
  justify-content: center;
  margin: 0.75rem auto 0.5rem;
}

.checkout-pay__qr img {
  display: block;
}

.checkout-pay__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.checkout-pay__btn {
  width: 100%;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.checkout-pay__btn--ghost {
  background: #fff;
  color: #111;
  border: 1px solid #d1d5db;
}

.checkout-pay__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.checkout-pay__ok-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
}

.checkout__processing {
  padding: 2rem 0;
}

.checkout__spinner {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border: 3px solid #e5e7eb;
  border-top-color: #000;
  border-radius: 50%;
  animation: chk-spin 0.8s linear infinite;
}

@keyframes chk-spin {
  to {
    transform: rotate(360deg);
  }
}

.checkout__secure {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.6875rem;
  color: #9ca3af;
}

.checkout__err {
  margin: 0 0 0.75rem;
  padding: 0.65rem;
  border-radius: 4px;
  background: #fef2f2;
  color: #991b1b;
  font-size: 0.8125rem;
  font-weight: 600;
}

.checkout__err--ok {
  background: #ecfdf5;
  color: #065f46;
}

.checkout__actions {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.checkout__next {
  width: 100%;
  height: 3rem;
  border: none;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.checkout__next:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Página de sucesso do pedido */
.order-success {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111;
}

.order-success__main {
  flex: 1;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 6.5rem;
}

.order-success__hero {
  text-align: center;
  margin-bottom: 1.5rem;
}

.order-success__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 4rem;
}

.order-success__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.order-success__lead {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6b7280;
}

.order-success__ref {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9ca3af;
}

.order-success__ref strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #111;
  text-transform: none;
  letter-spacing: 0;
  word-break: break-all;
}

.order-success__card {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.order-success__card-title {
  margin: 0 0 0.75rem;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.order-success__product {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.order-success__thumb {
  flex-shrink: 0;
  width: 5.5rem;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #f3f4f6;
}

.order-success__product-info {
  flex: 1;
  min-width: 0;
}

.order-success__product-label {
  margin: 0 0 0.25rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.order-success__product-title {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.3;
}

.order-success__product-meta,
.order-success__product-ship {
  margin: 0 0 0.2rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.order-success__product-total {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

.order-success__product-total strong {
  font-weight: 900;
}

.order-success__dl {
  margin: 0;
}

.order-success__dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.8125rem;
}

.order-success__dl div:last-child {
  border-bottom: none;
}

.order-success__dl dt {
  margin: 0;
  color: #6b7280;
  font-weight: 600;
}

.order-success__dl dd {
  margin: 0;
  text-align: right;
  font-weight: 700;
  color: #111;
}

.order-success__email {
  margin: 0 0 1rem;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #374151;
}

.order-success__steps {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6b7280;
}

.order-success__steps li + li {
  margin-top: 0.35rem;
}

.order-success__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.order-success__cta {
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  height: 3rem;
  border: none;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.order-success__cta:hover {
  opacity: 0.92;
}

/* ——— Cart Nike Style ——— */
.cart-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  background: #f9f5e7;
  border: 1px solid #e8dfa0;
  border-radius: 6px;
  padding: 0.75rem 0.875rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #333;
}

.cart-notice__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #6b6000;
}

.cart-notice p { margin: 0; flex: 1; }

.cart-notice__close {
  flex-shrink: 0;
  background: none;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 0 0 0 0.25rem;
}

.cart-item-nike {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1.25rem;
}

.cart-item-nike__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.cart-item-nike__name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

.cart-item-nike__remove {
  flex-shrink: 0;
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
}

.cart-item-nike__remove svg { width: 20px; height: 20px; }

.cart-item-nike__meta {
  margin: 0 0 0.2rem;
  font-size: 0.8rem;
  color: #555;
}

.cart-item-nike__body {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 0.875rem;
}

.cart-item-nike__img {
  width: 110px;
  height: 138px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #f5f5f5;
}

.cart-item-nike__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cart-item-nike__price {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #111;
}

.cart-item-nike__was {
  margin: 0;
  font-size: 0.8125rem;
  color: #999;
}

.cart-item-nike__promo {
  margin: 0;
  font-size: 0.75rem;
  color: #c00;
  font-weight: 600;
}

.cart-item-nike__unit {
  margin: 0;
  font-size: 0.75rem;
  color: #666;
}

.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 0.35rem;
}

.cart-qty__btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f5f5f5;
  color: #111;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
}

.cart-qty__btn:hover {
  background: #ebebeb;
}

.cart-qty__val {
  min-width: 2rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0 0.5rem;
}

.cart-section__title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111;
}

.cart-cep {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1.25rem;
}

.cart-cep__row {
  display: flex;
  gap: 0.5rem;
}

.cart-cep__input {
  flex: 1;
  height: 2.75rem;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  padding: 0 0.875rem;
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s;
}

.cart-cep__input:focus { border-color: #111; }

.cart-cep__btn {
  height: 2.75rem;
  padding: 0 1.1rem;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.cart-cep__btn:disabled { opacity: 0.4; cursor: not-allowed; }

.cart-cep__loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: #555;
}

.cart-cep__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-top-color: #111;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.cart-cep__options { margin-top: 0.75rem; display: flex; flex-direction: column; gap: 0.5rem; }

.cart-cep__option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0.75rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  font-size: 0.8125rem;
  color: #333;
}

.cart-cep__free { color: #006e33; font-weight: 700; }

.cart-cep__links {
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
  font-size: 0.75rem;
}

.cart-cep__links a { color: #555; text-decoration: underline; }

.cart-coupon {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1.25rem;
}

.cart-coupon__row {
  display: flex;
  gap: 0.5rem;
}

.cart-coupon__input {
  flex: 1;
  height: 2.75rem;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  padding: 0 0.875rem;
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s;
}

.cart-coupon__input:focus { border-color: #111; }

.cart-coupon__btn {
  height: 2.75rem;
  padding: 0 1.1rem;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-coupon__msg {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #c00;
}

.cart-summary-nike {
  padding-bottom: 1.5rem;
  margin-bottom: 0.75rem;
}

.cart-summary-nike__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
  font-size: 0.875rem;
  color: #333;
}

.cart-summary-nike__frete { color: #888; }

.cart-summary-nike__divider {
  height: 1px;
  background: #e0e0e0;
  margin: 0.5rem 0;
}

.cart-summary-nike__total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111;
}

.cart-summary-nike__total-vals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}

.cart-summary-nike__pix {
  font-size: 0.9375rem;
  font-weight: 800;
}

.cart-payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #f0f0f0;
  flex-wrap: wrap;
}

.cart-pay-logo {
  width: 48px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

/* ——— Cart button product thumbnail ——— */
.store-bar__cart { position: relative; }

.cart-btn__thumb {
  position: absolute;
  top: -5px;
  right: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  pointer-events: none;
}

/* ——— Shipping step loading ——— */
.chk-ship-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 0 1.5rem;
  color: #555;
  font-size: 0.875rem;
}

.chk-ship-loading__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e5e5e5;
  border-top-color: #111;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}
