:root {
  color: #202534;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  align-items: center;
  background: #202020;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}

button,
input {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.phone-shell {
  background: #eef1f6;
  container-type: inline-size;
  min-height: 100vh;
  max-width: 390px;
  overflow: hidden;
  position: relative;
  width: min(100vw, 390px);
}

.hero {
  background: #ec1765;
  color: #fff;
  min-height: clamp(166px, 52cqw, 196px);
}

.hero-content {
  display: grid;
  grid-template-areas:
    "logo spacer install cart"
    "copy copy copy copy";
  grid-template-columns: clamp(124px, 40cqw, 172px) minmax(0, 1fr) clamp(98px, 34cqw, 130px) clamp(50px, 15cqw, 60px);
  gap: clamp(3px, 1.2cqw, 5px);
  padding: clamp(8px, 2.6cqw, 12px) clamp(8px, 2.6cqw, 12px) clamp(12px, 3.6cqw, 16px);
}

.brand-logo {
  align-self: center;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(80, 17, 73, 0.2));
  grid-area: logo;
  height: clamp(124px, 40cqw, 172px);
  object-fit: contain;
  width: clamp(124px, 40cqw, 172px);
}

.brand-copy {
  align-self: center;
  font-size: clamp(13px, 4cqw, 16px);
  font-weight: 900;
  grid-area: copy;
  line-height: 1;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: nowrap;
}

.install-button,
.cart-button {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #fff;
  cursor: pointer;
  justify-self: center;
}

.install-button {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.12));
  border-radius: clamp(8px, 3cqw, 10px);
  box-shadow: 0 8px 18px rgba(128, 0, 58, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  display: inline-flex;
  gap: clamp(3px, 1cqw, 4px);
  grid-area: install;
  justify-content: center;
  min-height: clamp(30px, 9cqw, 36px);
  padding: 0 clamp(6px, 2cqw, 8px);
  width: clamp(108px, 34cqw, 130px);
}

.install-button-icon {
  display: block;
  fill: none;
  flex: 0 0 auto;
  height: clamp(15px, 4.8cqw, 18px);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: clamp(15px, 4.8cqw, 18px);
}

.install-button-text {
  display: block;
  font-size: clamp(8.5px, 2.6cqw, 10px);
  font-weight: 800;
  line-height: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.cart-button {
  align-items: center;
  background: #fff4b5;
  border-radius: 50%;
  display: flex;
  grid-area: cart;
  height: clamp(50px, 15cqw, 60px);
  justify-content: center;
  position: relative;
  width: clamp(50px, 15cqw, 60px);
}

.cart-button-icon {
  display: block;
  fill: none;
  height: clamp(28px, 8cqw, 34px);
  stroke: #202534;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: clamp(28px, 8cqw, 34px);
}

.cart-button strong {
  align-items: center;
  background: #ffe657;
  border-radius: 50%;
  color: #202534;
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: clamp(17px, 5cqw, 20px);
  justify-content: center;
  position: absolute;
  right: clamp(5px, 2cqw, 10px);
  top: clamp(7px, 2.5cqw, 14px);
  width: clamp(17px, 5cqw, 20px);
}

.catalog-panel {
  background: #eef1f6;
  border-radius: 0;
  margin-top: 0;
  padding: 12px 10px clamp(68px, 21cqw, 88px);
}

.search-row {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  padding: 9px 10px;
}

.search-row label {
  color: #202534;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.search-row input {
  background: #f6f7fa;
  border: 1px solid #dfe4ec;
  border-radius: 9px;
  color: #202534;
  min-width: 0;
  padding: 8px 12px;
}

.category-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
  margin: 9px 0 9px;
}

.category-button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  min-height: 27px;
  padding: 6px 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.category-button[aria-current="true"] {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2d77e6;
}

.category-todos {
  background: #fff;
  color: #202534;
}

.category-juguetes,
.category-fiesta {
  background: #ec1765;
}

.category-hogar {
  background: #1fa658;
}

.category-utiles {
  background: #238ee8;
}

.category-ferreteria,
.category-otros {
  background: #60738a;
}

.category-deporte {
  background: #00a7b5;
}

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

.product-card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 2px 10px rgba(25, 34, 52, 0.1);
  cursor: pointer;
  min-width: 0;
  overflow: hidden;
}

.product-visual {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}

.product-image {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}

.product-visual::after {
  background: rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
  display: none;
  height: 92px;
  position: absolute;
  right: -18px;
  top: 28px;
  width: 92px;
}

.visual-pool {
  background: linear-gradient(135deg, #65d5ff, #e7f8ff 48%, #ffb0a9);
}

.visual-swim {
  background: linear-gradient(135deg, #a7c8f7, #f7fbff 50%, #1a5f9e);
}

.visual-bag {
  background: linear-gradient(135deg, #fbd0d8, #fff3d2 50%, #76c7b7);
}

.visual-kitchen {
  background: linear-gradient(135deg, #d6c2a9, #f7e5bf 52%, #a0d766);
}

.visual-ball {
  background: linear-gradient(135deg, #2d91ff, #fff3a8 48%, #ff517b);
}

.visual-home {
  background: linear-gradient(135deg, #d2f2e4, #fff 46%, #6b8fb7);
}

.visual-school {
  background: linear-gradient(135deg, #ffd76f, #fcf6ff 52%, #6f7ff1);
}

.visual-tool {
  background: linear-gradient(135deg, #9fb4c9, #fbfcff 50%, #ff9c3a);
}

.code-pill,
.price-sticker {
  position: absolute;
  z-index: 1;
}

.code-pill {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(25, 34, 52, 0.12);
  color: #238ee8;
  font-size: 9px;
  font-weight: 900;
  left: 8px;
  padding: 5px 8px;
  top: 8px;
}

.price-sticker {
  align-items: center;
  background: #ffe565;
  border: 2px solid #fff;
  border-radius: 7px;
  bottom: 8px;
  color: #f23431;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  padding: 7px 9px;
  right: 7px;
  transform: rotate(5deg);
}

.price-sticker small {
  color: #f15c25;
  font-size: 7px;
  text-transform: uppercase;
}

.product-copy {
  padding: 5px 7px 6px;
  text-align: center;
}

.product-copy h2 {
  color: #202534;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 2px;
  min-height: 22px;
  text-transform: uppercase;
}

.product-copy p {
  color: #687184;
  font-size: 9px;
  margin: 0;
}

.product-copy strong {
  color: #238ee8;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 4px;
}

.product-copy button {
  background: #ec1765;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  min-height: 26px;
  text-transform: uppercase;
  width: 100%;
}

[data-product-zoom] {
  cursor: zoom-in;
  touch-action: manipulation;
}

.product-image-zoom {
  align-items: center;
  background: transparent;
  cursor: zoom-out;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  touch-action: none;
  width: 100%;
  z-index: 60;
}

.product-image-zoom img {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  cursor: default;
  display: block;
  max-height: calc(100vh - 36px);
  max-height: calc(100dvh - 36px);
  max-width: calc(100vw - 36px);
  object-fit: contain;
  touch-action: none;
  transform-origin: center center;
  will-change: transform;
}

.empty-state {
  background: #fff;
  border-radius: 8px;
  color: #687184;
  font-weight: 800;
  margin: 18px 0 0;
  padding: 18px;
  text-align: center;
}

.bottom-nav {
  background: #fff;
  border-radius: 18px 18px 0 0;
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(25, 34, 52, 0.14);
  display: grid;
  gap: clamp(2px, 0.8cqw, 4px);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  left: 0;
  margin: 0 auto;
  max-width: 390px;
  overflow: hidden;
  padding: clamp(5px, 1.4cqw, 7px);
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 20;
}

.bottom-nav a {
  align-items: center;
  border-radius: clamp(10px, 3.3cqw, 14px);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: grid;
  font-size: clamp(5.5px, 2cqw, 9px);
  font-weight: 900;
  gap: 0;
  grid-template-rows: clamp(20px, 5.2cqw, 25px) auto;
  justify-items: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: clamp(44px, 13cqw, 54px);
  min-width: 0;
  padding: clamp(4px, 1.1cqw, 6px) clamp(1px, 0.4cqw, 3px) clamp(3px, 0.8cqw, 5px);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom-nav a[aria-current="page"] {
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.9),
    inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.bottom-nav-icon {
  display: grid;
  height: clamp(20px, 5.2cqw, 25px);
  place-items: center;
  width: 100%;
}

.bottom-nav-icon svg {
  display: block;
  fill: none;
  height: clamp(19px, 5cqw, 24px);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: clamp(19px, 5cqw, 24px);
}

.bottom-nav-label {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  width: 100%;
}

.nav-ultimo {
  background: #f23c2f;
}

.nav-productos {
  background: #ff8500;
}

.bottom-nav .nav-carrito {
  background: #ffd34d;
  color: #152033;
}

.nav-pedidos {
  background: #13a95a;
}

.nav-whatsapp {
  background: #14ad55;
}

.nav-telegram {
  background: #258ee8;
}

.nav-buscar {
  background: #60738a;
}

.toast {
  background: #202534;
  border-radius: 999px;
  bottom: 66px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  left: 50%;
  max-width: 320px;
  padding: 11px 16px;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  width: calc(100vw - 48px);
}

.detail-view {
  background: #eef1f6;
  min-height: 100vh;
  padding: 0 10px clamp(78px, 23cqw, 96px);
}

.cart-view,
.customer-view,
.orders-view,
.transfer-view {
  background: #eef1f6;
  min-height: 100vh;
  padding: 0 10px clamp(78px, 23cqw, 96px);
}

.detail-topbar {
  align-items: center;
  background: linear-gradient(135deg, #ec1765 0%, #f43d93 100%);
  display: grid;
  gap: 10px;
  grid-template-columns: 44px 1fr 44px;
  margin: 0 -10px 10px;
  padding: 14px 12px;
}

.detail-topbar h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.back-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.detail-visual {
  border-radius: 8px;
  min-height: 0;
}

.detail-image {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}

.detail-card,
.quantity-card,
.total-card {
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
}

.detail-card {
  padding: 14px 12px;
}

.detail-card h2 {
  color: #202534;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.detail-card p {
  color: #687184;
  font-size: 12px;
  margin: 0 0 12px;
}

.price-tier-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.price-tier {
  border: 1px solid #dfe4ec;
  border-radius: 7px;
  padding: 8px 7px;
  text-align: center;
}

.price-tier.active {
  background: #fff3df;
  border-color: #ff8a00;
}

.price-tier span,
.price-tier small,
.price-tier strong {
  display: block;
}

.price-tier span {
  color: #60738a;
  font-size: 10px;
  font-weight: 900;
}

.price-tier small {
  color: #687184;
  font-size: 9px;
  margin: 1px 0 4px;
}

.price-tier strong {
  color: #202534;
  font-size: 14px;
  font-weight: 900;
}

.price-tier.active strong {
  color: #ff7b00;
}

.quantity-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.quantity-card span,
.total-card span {
  color: #202534;
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.quantity-card strong {
  color: #687184;
  display: block;
  font-size: 11px;
  margin-top: 3px;
}

.quantity-stepper {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 34px 40px 34px;
}

.quantity-stepper button {
  background: #ec1765;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  height: 34px;
}

.quantity-stepper input {
  align-items: center;
  appearance: textfield;
  background: #f0f2f6;
  border: 0;
  border-radius: 8px;
  color: #202534;
  font-size: 14px;
  font-weight: 900;
  height: 34px;
  min-width: 0;
  -moz-appearance: textfield;
  padding: 0;
  text-align: center;
  width: 40px;
}

.quantity-stepper input::-webkit-inner-spin-button,
.quantity-stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.total-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.total-card strong {
  color: #ec1765;
  font-size: 20px;
  font-weight: 900;
}

.primary-detail-button {
  background: #ec1765;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  min-height: 46px;
  text-transform: uppercase;
  width: 100%;
}

.detail-action-grid {
  display: grid;
  gap: 8px;
}

.cart-header {
  align-items: center;
  background: linear-gradient(135deg, #a013af 0%, #ec1765 100%);
  border-radius: 0 0 8px 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 10px;
  padding: 18px 14px;
}

.cart-header h1 {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}

.cart-header-copy p {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  margin: 2px 0 0;
  max-width: 220px;
}

.cart-header span {
  background: #ffe565;
  border-radius: 8px;
  color: #202534;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 12px;
}

.cart-lines {
  display: grid;
  gap: 10px;
}

.cart-line {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  grid-template-columns: 86px 1fr;
  padding: 10px;
}

.cart-line-visual {
  aspect-ratio: 1;
  border-radius: 8px;
}

.cart-line-image {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}

.cart-line-copy h2 {
  color: #202534;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.cart-line-copy p {
  color: #687184;
  font-size: 11px;
  margin: 0;
}

.cart-line-copy strong {
  color: #ec1765;
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin: 4px 0 7px;
}

.cart-line-actions {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 30px 34px 30px 1fr;
}

.cart-line-actions button {
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 30px;
}

.cart-line-actions button:not(.remove-line-button) {
  background: #238ee8;
  color: #fff;
}

.cart-line-quantity-input {
  appearance: textfield;
  -moz-appearance: textfield;
  align-items: center;
  background: #f0f2f6;
  border: 0;
  border-radius: 7px;
  color: #202534;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 30px;
  text-align: center;
  width: 100%;
}

.cart-line-quantity-input::-webkit-inner-spin-button,
.cart-line-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.remove-line-button {
  background: #f0f2f6;
  color: #60738a;
  padding: 0 8px;
}

.cart-summary,
.empty-cart {
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
}

.cart-summary div {
  align-items: center;
  color: #202534;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  padding: 5px 0;
}

.cart-summary strong {
  font-weight: 900;
}

.cart-shipping-note {
  color: #8a94a5;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 2px;
}

.cart-summary .cart-total-row {
  border-top: 1px solid #e6ebf2;
  font-size: 16px;
  margin-top: 5px;
  padding-top: 10px;
}

.cart-total-row strong {
  color: #ec1765;
  font-size: 22px;
}

.cart-minimum-note {
  border-top: 1px solid #e6ebf2;
  color: #60738a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  margin: 5px 0 0;
  padding-top: 9px;
}

.cart-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.secondary-cart-button,
.primary-cart-button,
.empty-cart button {
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  min-height: 42px;
  text-transform: uppercase;
}

.secondary-cart-button,
.empty-cart button {
  background: #fff;
  border: 1px solid #238ee8;
  color: #238ee8;
}

.primary-cart-button {
  background: #ec1765;
  border: 0;
  color: #fff;
}

.order-status-card {
  background: #fff;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
}

.order-status-card h2 {
  color: #202534;
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
}

.order-status-hero {
  border-bottom: 1px solid #e6ebf2;
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
}

.order-status-hero span,
.order-status-row span,
.order-item span,
.order-status-note {
  color: #60738a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.order-status-hero strong {
  color: #202534;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.order-status-hero p {
  color: #ec1765;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.order-status-row,
.order-item {
  align-items: center;
  border-top: 1px solid #eef2f7;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 9px;
}

.order-status-card .order-status-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.order-status-row strong,
.order-item strong {
  color: #202534;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
}

.order-status-total strong {
  color: #ec1765;
  font-size: 18px;
}

.order-item-list {
  display: grid;
  gap: 9px;
}

.order-item {
  align-items: flex-start;
  padding-top: 0;
}

.order-item-image {
  background: #eef2f7;
  border-radius: 6px;
  flex: 0 0 48px;
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.order-item-main {
  display: grid;
  flex: 1;
  gap: 3px;
  min-width: 0;
}

.order-item-main strong {
  text-align: left;
}

.order-item-total {
  flex: 0 0 auto;
  white-space: nowrap;
}

.customer-order-list {
  display: grid;
  gap: 8px;
}

.customer-order-card {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 9px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 8px;
  text-align: left;
  width: 100%;
}

.customer-order-card[aria-current="true"] {
  border-color: #238ee8;
  box-shadow: inset 0 0 0 1px #238ee8;
}

.customer-order-card span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.customer-order-card strong {
  color: #202534;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.customer-order-card small {
  color: #60738a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-order-list-image {
  background: #eef2f7;
  border-radius: 6px;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.customer-order-history {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.customer-order-history h2 {
  color: #202534;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}

.customer-order-history-list {
  display: grid;
  gap: 12px;
}

.customer-order-history-card {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(32, 37, 52, 0.08);
  display: grid;
  overflow: hidden;
}

.customer-order-history-summary {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  padding: 18px;
}

.customer-order-history-main {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}

.customer-order-history-main.has-image {
  grid-template-columns: 42px minmax(0, 1fr);
}

.customer-order-history-main > div {
  min-width: 0;
}

.customer-order-history-main h3 {
  align-items: baseline;
  color: #2d3d50;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 5px;
  line-height: 1.25;
  margin: 0 0 8px;
  white-space: nowrap;
}

.customer-order-history-order-code {
  color: #2d3d50;
  display: inline;
  font-size: inherit;
  font-weight: 900;
  white-space: nowrap;
}

.customer-order-history-total {
  color: #4caf50;
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.customer-order-history-meta {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
}

.customer-order-history-meta span {
  background: #f7f8fb;
  border-radius: 8px;
  color: #202534;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  padding: 8px 10px;
  text-align: center;
}

.customer-order-history-meta time {
  color: #60738a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.customer-order-history-actions {
  border-top: 1px solid #e1e7ef;
  padding: 12px 18px 16px;
}

.customer-order-history-edit {
  min-height: 42px;
  width: 100%;
}

.order-status-note {
  margin: 0;
}

.order-status-continue {
  margin-top: 10px;
  width: 100%;
}

.order-status-edit {
  margin-top: 10px;
  width: 100%;
}

.customer-orders-lookup {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}

.customer-orders-lookup .primary-cart-button {
  min-height: 42px;
}

.customer-header {
  align-items: center;
  background: linear-gradient(135deg, #ec1765 0%, #a013af 100%);
  color: #fff;
  display: grid;
  gap: 10px;
  grid-template-columns: 44px 1fr;
  margin: 0 -10px 10px;
  padding: 14px 12px;
}

.customer-header h1 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}

.customer-header p {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  margin: 2px 0 0;
}

.customer-form {
  display: grid;
  gap: 9px;
}

.customer-field,
.customer-note {
  background: #fff;
  border-radius: 8px;
}

.customer-field {
  display: grid;
  gap: 5px;
  padding: 9px 10px;
}

.customer-field span {
  color: #202534;
  font-size: 12px;
  font-weight: 900;
}

.customer-field input {
  background: #f6f7fa;
  border: 1px solid #dfe4ec;
  border-radius: 7px;
  color: #202534;
  min-height: 36px;
  min-width: 0;
  padding: 8px 10px;
  width: 100%;
}

.customer-field-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-error {
  color: #ec1765;
  font-size: 11px;
  font-weight: 800;
}

.customer-note {
  border: 1px solid #ffcc66;
  color: #202534;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  padding: 10px 12px;
}

.customer-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.transfer-header {
  align-items: center;
  background: linear-gradient(135deg, #ec1765 0%, #a013af 100%);
  color: #fff;
  display: grid;
  gap: 10px;
  grid-template-columns: 44px 1fr;
  margin: 0 -10px 10px;
  padding: 14px 12px;
}

.transfer-header h1 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.transfer-header p {
  font-size: 11px;
  font-weight: 900;
  margin: 3px 0 0;
  text-transform: uppercase;
}

.transfer-alert,
.transfer-next-steps,
.transfer-card {
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
}

.transfer-alert {
  border: 1px solid #ffcc66;
  display: grid;
  gap: 5px;
}

.transfer-alert strong {
  color: #202534;
  font-size: 13px;
  font-weight: 900;
}

.transfer-alert span,
.transfer-card-note {
  color: #60738a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.transfer-next-steps {
  border-left: 4px solid #238ee8;
  display: grid;
  gap: 8px;
}

.transfer-next-steps strong {
  color: #202534;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.transfer-step-list {
  color: #202534;
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.28;
  margin: 0;
  padding-left: 18px;
}

.transfer-card h2 {
  color: #202534;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 10px;
}

.transfer-card-title {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.transfer-card-title h2 {
  margin: 0;
}

.transfer-edit-button {
  background: #fff;
  border: 1px solid #238ee8;
  border-radius: 8px;
  color: #238ee8;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  min-height: 34px;
  padding: 0 10px;
  text-transform: uppercase;
}

.transfer-summary-row {
  align-items: start;
  border-top: 1px solid #edf0f5;
  color: #202534;
  display: grid;
  gap: 8px;
  grid-template-columns: 92px 1fr;
  padding: 8px 0;
}

.transfer-summary-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.transfer-summary-row span {
  color: #60738a;
  font-size: 12px;
  font-weight: 900;
}

.transfer-summary-row strong {
  color: #202534;
  font-size: 12px;
  font-weight: 900;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

.transfer-order-number {
  background: #f6f7fa;
  border-radius: 8px;
  color: #202534;
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding: 10px;
}

.transfer-order-action {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 74px;
  margin-top: 10px;
}

.transfer-order-action .transfer-order-number {
  margin: 0;
}

.transfer-order-number strong,
.transfer-order-number span {
  font-size: 12px;
  font-weight: 900;
}

.transfer-order-number span {
  color: #ec1765;
}

.transfer-whatsapp-channel {
  align-items: center;
  aspect-ratio: 1;
  background: #f6f7fa;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 74px;
  text-decoration: none;
}

.transfer-whatsapp-channel:focus-visible {
  outline: 3px solid #25d366;
  outline-offset: 2px;
}

.transfer-whatsapp-icon {
  display: block;
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.transfer-whatsapp-note {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin: 8px 0 0;
}

.payment-account-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.payment-account-card {
  align-items: start;
  background: #fff;
  border: 1px solid #cfd4dc;
  border-radius: 8px;
  display: grid;
  gap: 8px 10px;
  grid-template-columns: minmax(0, 1fr) 96px;
  padding: 10px;
}

.payment-account-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.payment-bank-header {
  align-items: center;
  display: flex;
  min-height: 42px;
  overflow: hidden;
}

.payment-bank-logo {
  display: block;
  height: 42px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.payment-transfer-lines {
  display: grid;
  gap: 3px;
}

.payment-transfer-line {
  align-items: baseline;
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1fr);
}

.payment-transfer-label,
.payment-account-number,
.payment-holder-name,
.payment-id-number {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.payment-transfer-label {
  color: #221f78;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.payment-account-number {
  color: #d60000;
  display: inline-block;
  font-size: 18px;
}

.payment-holder-name {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.payment-id-number {
  color: #6b218e;
  font-size: 18px;
  font-weight: 900;
}

.copy-account-button {
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  min-height: 24px;
  min-width: 0;
  padding: 0 2px;
  text-align: left;
}

.copy-account-button:focus-visible {
  outline: 2px solid #238ee8;
  outline-offset: 2px;
}

.copy-account-action {
  background: #238ee8;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 6px;
  padding: 7px 10px;
  text-align: center;
  width: fit-content;
}

.copy-hint {
  color: #238ee8;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 6px;
}

.payment-bank-qr-block {
  display: grid;
  gap: 5px;
  justify-items: center;
  width: 96px;
}

.payment-bank-qr {
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  display: block;
  height: auto;
  width: 96px;
}

.payment-bank-qr-note {
  color: #60738a;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
  text-align: center;
}

.empty-cart {
  color: #202534;
  display: grid;
  gap: 12px;
  text-align: center;
}

@media (min-width: 600px) {
  body {
    padding: 24px;
  }

  .phone-shell {
    border-radius: 22px;
    min-height: 844px;
  }

  .bottom-nav {
    border-radius: 22px 22px 0 0;
    bottom: 0;
  }
}
