:root {
  --navy: #071535;
  --blue: #1238a6;
  --bright-blue: #1769ff;
  --yellow: #ffd52a;
  --ink: #09142c;
  --muted: #5d6679;
  --line: #dfe4ed;
  --soft: #f4f7fb;
  --white: #ffffff;
}

[hidden] {
  display: none !important;
}

img {
  max-width: 100%;
}

.storeLogo {
  border-radius: 8px;
  object-fit: contain;
}

.heroImage img,
.productImage img,
.detailImage img,
.orderItemImage img,
.adminProductImage img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.detailImage img {
  position: absolute;
  inset: 0;
}

.honeypot {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

.formAlert {
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  line-height: 1.5;
  margin: 0 0 22px;
  padding: 14px 16px;
}

.formAlert.success {
  background: #ecfdf5;
  border-color: #6ee7b7;
  color: #065f46;
}

.formAlert.error {
  background: #fff1f2;
  border-color: #fda4af;
  color: #9f1239;
}

.formAlert.warning {
  background: #fffbeb;
  border-color: #fcd34d;
  color: #854d0e;
}

.installerBody,
.adminLoginBody {
  align-items: center;
  background: linear-gradient(135deg, #071535, #1238a6);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 28px;
}

.installerCard,
.adminLoginCard {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  padding: clamp(28px, 5vw, 58px);
  width: 100%;
}

.adminLoginCard {
  max-width: 500px;
}

.installerCard h1,
.adminLoginCard h1 {
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 12px 0 18px;
}

.installerCard > p,
.adminLoginCard > p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 30px;
}

.installerCard hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 30px 0;
}

.installerCard label,
.adminLoginCard label,
.adminEditorCard label,
.orderManagementCard label {
  color: #303b51;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.installerCard input,
.adminLoginCard input,
.adminEditorCard input,
.adminEditorCard select,
.adminEditorCard textarea,
.orderManagementCard input,
.orderManagementCard select,
.orderManagementCard textarea {
  background: #fff;
  border: 1px solid #cfd6e2;
  border-radius: 9px;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.installerButton,
.adminLoginCard .button {
  margin-top: 28px;
  width: 100%;
}

.adminLoginCard .adminBrand {
  color: var(--ink);
  margin-bottom: 38px;
}

.adminLoginCard form {
  display: grid;
  gap: 18px;
}

.adminLoginCard .backLink {
  display: inline-block;
  margin-top: 24px;
}

.adminSidebar nav a {
  align-items: center;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
}

.adminSidebar nav a:hover,
.adminSidebar nav a.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.adminSidebar nav a strong {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 99px;
  font-size: 11px;
  padding: 4px 8px;
}

.adminEditorCard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(10, 28, 66, 0.08);
  margin-bottom: 28px;
  padding: clamp(22px, 4vw, 38px);
}

.adminEditorCard h2 {
  font-size: 26px;
  margin: 0 0 26px;
}

.adminEditorCard .checkboxField {
  align-items: center;
  flex-direction: row;
  padding-top: 28px;
}

.adminEditorCard .checkboxField input {
  min-height: auto;
  width: auto;
}

.adminEditorCard small {
  color: var(--muted);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.editorFooter a.cancelButton {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.adminRowActions a,
.storeCardActions a {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
}

.adminRowActions form {
  margin: 0;
}

.orderAdminCard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}

.orderAdminCard summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1.3fr auto auto;
  list-style: none;
  padding: 18px 20px;
}

.orderAdminCard summary::-webkit-details-marker {
  display: none;
}

.orderAdminCard summary > span:not(.orderStatus) {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.orderAdminCard summary small {
  color: var(--muted);
}

.orderAdminDetails {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(180px, 0.7fr) minmax(280px, 1.3fr) minmax(240px, 0.8fr);
  padding: 24px;
}

.orderAdminDetails > dl {
  margin: 0;
}

.orderAdminDetails > dl div {
  margin-bottom: 18px;
}

.orderAdminDetails dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.orderAdminDetails dd {
  line-height: 1.5;
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.orderAdminDetails .orderLinesCard,
.orderAdminDetails .orderManagementCard {
  border: 0;
  padding: 0;
}

.orderAdminDetails .orderLinesCard article {
  grid-template-columns: 1fr auto;
}

.orderAdminDetails .orderManagementCard {
  display: grid;
  gap: 14px;
}

.settingsForm {
  max-width: 1100px;
}

@media (max-width: 1000px) {
  .orderAdminDetails {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .installerBody,
  .adminLoginBody {
    padding: 0;
  }

  .installerCard,
  .adminLoginCard {
    border-radius: 0;
    min-height: 100vh;
  }

  .orderAdminCard summary {
    align-items: start;
    grid-template-columns: 1fr auto;
  }

  .orderAdminCard summary > span:nth-child(2) {
    grid-column: 1 / -1;
  }

  .adminSidebar nav a {
    font-size: 0;
    justify-content: center;
  }

  .adminSidebar nav a span {
    font-size: 11px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.siteHeader {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.footerBrand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand > span:last-child,
.footerBrand > div {
  display: flex;
  flex-direction: column;
}

.brand strong,
.footerBrand strong {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.brand small,
.footerBrand span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brandMark {
  display: grid;
  gap: 3px;
  height: 42px;
  position: relative;
  width: 42px;
}

.brandMark i {
  background: linear-gradient(135deg, #2b84db, #0f2d8d);
  border-radius: 2px 10px 2px 10px;
  display: block;
  height: 9px;
  transform: skewX(12deg);
  width: 30px;
}

.brandMark i:nth-child(2) {
  margin-left: 7px;
  width: 34px;
}

.brandMark i:nth-child(3) {
  height: 10px;
  margin-left: 15px;
  position: relative;
  width: 27px;
}

.brandMark i:nth-child(3)::after {
  background: var(--yellow);
  border-radius: 2px;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: -14px;
  width: 12px;
}

.siteHeader nav {
  display: flex;
  gap: 34px;
}

.siteHeader nav a {
  color: #36415a;
  font-size: 14px;
  font-weight: 700;
}

.siteHeader nav a:hover,
.textLink:hover,
.productBody > a:hover {
  color: var(--bright-blue);
}

.button {
  align-items: center;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 10px;
  color: var(--navy);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  box-shadow: 0 12px 24px rgba(8, 28, 77, 0.14);
  transform: translateY(-2px);
}

.buttonSmall {
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
}

.cartButton {
  align-items: center;
  background: var(--yellow);
  border-radius: 10px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  justify-self: end;
  min-height: 44px;
  padding: 0 12px 0 18px;
}

.cartButton strong {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 11px;
  height: 25px;
  justify-content: center;
  min-width: 25px;
}

.siteHeaderCompact {
  position: relative;
}

.hero {
  background:
    radial-gradient(circle at 15% 18%, rgba(26, 102, 255, 0.3), transparent 30%),
    linear-gradient(128deg, #061331 0%, #0c2f86 58%, #146bff 100%);
  color: var(--white);
  display: grid;
  gap: clamp(40px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  min-height: 680px;
  overflow: hidden;
  padding: clamp(64px, 7vw, 104px) clamp(20px, 6vw, 92px);
  position: relative;
}

.hero::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 620px;
  position: absolute;
  right: -270px;
  top: -260px;
  width: 620px;
}

.heroCopy {
  align-self: center;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--bright-blue);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--yellow);
}

.hero h1 {
  font-size: clamp(52px, 6vw, 88px);
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0;
  max-width: 720px;
}

.heroCopy > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 610px;
}

.heroActions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 34px;
}

.textLink {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 5px;
}

.heroFacts {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 42px;
  margin-top: 54px;
  padding-top: 28px;
}

.heroFacts div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.heroFacts strong {
  font-size: 14px;
}

.heroFacts span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.heroVisual {
  min-height: 520px;
  position: relative;
  z-index: 2;
}

.heroImage {
  border: 10px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  bottom: 0;
  box-shadow: 0 40px 70px rgba(0, 0, 0, 0.3);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(1.5deg);
}

.heroImage img {
  object-fit: cover;
  object-position: center 28%;
}

.floatingCard {
  background: var(--white);
  border-radius: 16px;
  bottom: 28px;
  box-shadow: 0 18px 50px rgba(3, 14, 43, 0.3);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  left: -36px;
  min-width: 210px;
  padding: 20px 22px;
  position: absolute;
}

.floatingCard span,
.floatingCard small {
  color: var(--muted);
  font-size: 11px;
}

.floatingCard strong {
  color: var(--blue);
  font-size: 38px;
  letter-spacing: -0.04em;
  margin: 4px 0;
}

.benefitStrip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(20px, 6vw, 92px);
}

.benefitStrip article {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 20px;
  min-height: 136px;
  padding: 26px clamp(18px, 3vw, 46px);
}

.benefitStrip article:first-child {
  padding-left: 0;
}

.benefitStrip article:last-child {
  border: 0;
}

.benefitStrip article > span {
  color: var(--bright-blue);
  font-size: 12px;
  font-weight: 800;
}

.benefitStrip strong {
  font-size: 15px;
}

.benefitStrip p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
}

.catalog {
  background: var(--soft);
  padding: 100px clamp(20px, 6vw, 92px) 116px;
}

.sectionHeading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.sectionHeading h2,
.contact h2 {
  font-size: clamp(36px, 4.6vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0;
  max-width: 720px;
}

.sectionHeading > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 5px 40px;
  max-width: 360px;
}

.productGrid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.productCard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(13, 31, 72, 0.05);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.productCard:hover {
  box-shadow: 0 20px 42px rgba(13, 31, 72, 0.11);
  transform: translateY(-5px);
}

.productImage {
  aspect-ratio: 0.92;
  background: #dbe4f4;
  overflow: hidden;
  position: relative;
}

.productImage img {
  object-fit: cover;
  transition: transform 300ms ease;
}

.productCard:hover .productImage img {
  transform: scale(1.025);
}

.categoryTag {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  left: 14px;
  padding: 8px 11px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}

.sourcePriceCover {
  align-items: center;
  background: var(--blue);
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 17px;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  left: 6px;
  position: absolute;
  top: 86px;
  width: 64px;
}

.productBody {
  padding: 22px;
}

.productTitle {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.productTitle h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.productTitle strong {
  color: var(--bright-blue);
  font-size: 18px;
  white-space: nowrap;
}

.productBody > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 14px 0;
}

.productBody ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.productBody li {
  background: var(--soft);
  border-radius: 999px;
  color: #465168;
  font-size: 10px;
  padding: 7px 9px;
}

.productBody > a {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  padding-top: 16px;
}

.contact {
  align-items: center;
  background: var(--navy);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 90px clamp(20px, 7vw, 110px);
}

.contact p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
  max-width: 620px;
}

.eyebrowLight {
  color: var(--yellow);
}

.buttonLight {
  flex: 0 0 auto;
  margin-left: 50px;
}

footer {
  align-items: center;
  background: #040c20;
  color: var(--white);
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr auto 1fr;
  padding: 36px clamp(20px, 6vw, 92px);
}

.brandMarkSmall {
  transform: scale(0.76);
  transform-origin: left center;
  width: 35px;
}

.footerInfo {
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 11px;
  gap: 24px;
}

footer > p {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  justify-self: end;
  margin: 0;
}

/* Product detail */
.productPage,
.orderPage {
  background: var(--soft);
  min-height: 720px;
  padding: 34px clamp(20px, 6vw, 92px) 100px;
}

.breadcrumbs {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 9px;
  margin-bottom: 32px;
}

.breadcrumbs a:hover {
  color: var(--bright-blue);
}

.breadcrumbs strong {
  color: var(--ink);
}

.productDetailGrid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(380px, 0.95fr) minmax(420px, 1.05fr);
}

.detailImage {
  aspect-ratio: 0.92;
  background: #dfe6f1;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(13, 31, 72, 0.11);
  overflow: hidden;
  position: sticky;
  top: 26px;
}

.detailImage img {
  object-fit: cover;
}

.detailImage > span {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  left: 18px;
  padding: 9px 13px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
}

.detailInfo {
  padding: 28px 0;
}

.detailInfo h1,
.orderHeading h1 {
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.detailInfo > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 24px 0;
}

.detailPrice {
  align-items: baseline;
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.detailPrice strong {
  color: var(--bright-blue);
  font-size: 38px;
}

.detailPrice span {
  color: var(--muted);
  font-size: 12px;
}

.detailFeatures {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.detailFeatures li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #465168;
  font-size: 11px;
  padding: 8px 11px;
}

.configurator {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(13, 31, 72, 0.07);
  padding: 26px;
}

.choiceGroup + .choiceGroup {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 22px;
}

.choiceHeading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.choiceHeading strong,
.quantityRow strong {
  font-size: 13px;
}

.choiceHeading span {
  color: var(--bright-blue);
  font-size: 11px;
  font-weight: 700;
}

.choiceButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choiceButtons button {
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 9px;
  color: #3f4a60;
  cursor: pointer;
  font-size: 12px;
  min-height: 39px;
  padding: 0 13px;
}

.choiceButtons button:hover,
.choiceButtons button.selected {
  background: #edf3ff;
  border-color: var(--bright-blue);
  color: var(--blue);
}

.sizeButtons button {
  min-width: 43px;
}

.quantityRow {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding: 20px 0;
}

.quantityRow > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.quantityRow span {
  color: var(--muted);
  font-size: 10px;
}

.quantityControl {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  display: flex;
  height: 42px;
  overflow: hidden;
}

.quantityControl button {
  background: var(--soft);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  height: 100%;
  width: 39px;
}

.quantityControl button:disabled {
  color: #aab1bf;
  cursor: not-allowed;
}

.quantityControl output {
  font-size: 13px;
  font-weight: 800;
  min-width: 40px;
  text-align: center;
}

.configTotal {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.configTotal span {
  color: var(--muted);
  font-size: 12px;
}

.configTotal strong {
  color: var(--blue);
  font-size: 28px;
}

.addButton {
  border: 0;
  cursor: pointer;
  width: 100%;
}

.secondaryAction {
  border: 1px solid var(--line);
  border-radius: 10px;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 9px;
  padding: 14px;
  text-align: center;
}

.secondaryAction:hover {
  border-color: var(--bright-blue);
  color: var(--bright-blue);
}

.configNote {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  margin: 14px 0 0;
  text-align: center;
}

/* Order */
.orderHeading {
  margin: 38px 0 46px;
  max-width: 760px;
}

.orderHeading p {
  color: var(--muted);
  line-height: 1.7;
}

.emptyCart {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 70px 24px;
  text-align: center;
}

.emptyCart > span {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 28px;
  font-weight: 800;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.emptyCart h2 {
  font-size: 30px;
  margin: 24px 0 8px;
}

.emptyCart p {
  color: var(--muted);
  margin: 0 0 24px;
}

.orderGrid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.5fr);
}

.orderItems,
.orderSummary {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.orderItems {
  overflow: hidden;
}

.orderItem {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 92px minmax(150px, 1fr) auto auto;
  padding: 22px;
  position: relative;
}

.orderItemImage {
  aspect-ratio: 1;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}

.orderItemImage img {
  object-fit: cover;
}

.orderItemInfo {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.orderItemInfo a {
  font-size: 14px;
  font-weight: 800;
}

.orderItemInfo a:hover {
  color: var(--bright-blue);
}

.orderItemInfo span,
.orderItemInfo small {
  color: var(--muted);
  font-size: 11px;
}

.orderQuantity {
  height: 38px;
}

.itemSubtotal {
  color: var(--blue);
  font-size: 17px;
  min-width: 65px;
  text-align: right;
}

.removeItem {
  background: transparent;
  border: 0;
  bottom: 16px;
  color: #9b3c46;
  cursor: pointer;
  font-size: 10px;
  position: absolute;
  right: 22px;
}

.continueShopping {
  color: var(--blue);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 20px 22px;
}

.orderSummary {
  padding: 26px;
  position: sticky;
  top: 22px;
}

.orderSummary h2 {
  font-size: 20px;
  margin: 0 0 22px;
}

.orderSummary label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 16px;
}

.orderSummary label span {
  color: var(--muted);
  font-weight: 400;
}

.orderSummary input,
.orderSummary textarea {
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  display: block;
  font: inherit;
  margin-top: 7px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.orderSummary input:focus,
.orderSummary textarea:focus {
  border-color: var(--bright-blue);
  outline: 2px solid rgba(23, 105, 255, 0.12);
}

.summaryTotal {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  padding: 20px 0;
}

.summaryTotal span {
  color: var(--muted);
  font-size: 12px;
}

.summaryTotal strong {
  color: var(--blue);
  font-size: 28px;
}

.whatsappOrder {
  border: 0;
  cursor: pointer;
  width: 100%;
}

.orderSummary > p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  margin: 14px 0 0;
  text-align: center;
}

/* Administrator */
.adminShell {
  background: #f4f6fa;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 100vh;
}

.adminSidebar {
  background: var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 28px 18px;
  position: sticky;
  top: 0;
}

.adminBrand {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0 8px 32px;
}

.adminBrand .brandMark {
  transform: scale(0.8);
  transform-origin: left center;
  width: 36px;
}

.adminBrand > span:last-child {
  display: flex;
  flex-direction: column;
}

.adminBrand strong {
  font-size: 18px;
}

.adminBrand small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-top: 2px;
  text-transform: uppercase;
}

.adminSidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.adminSidebar nav button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.67);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 13px;
  text-align: left;
}

.adminSidebar nav button:hover,
.adminSidebar nav button.active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.adminSidebar nav button strong {
  align-items: center;
  background: var(--yellow);
  border-radius: 999px;
  color: var(--navy);
  display: flex;
  font-size: 9px;
  height: 21px;
  justify-content: center;
  min-width: 21px;
}

.adminAccount {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding: 18px 10px 0;
}

.adminAccount span {
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adminAccount a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.adminMain {
  padding: 52px clamp(24px, 5vw, 72px) 90px;
  position: relative;
}

.adminHeading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.adminHeading > div > span {
  color: var(--bright-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.adminHeading h1 {
  font-size: clamp(40px, 5vw, 62px);
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 9px 0 11px;
}

.adminHeading p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.adminHeading .button {
  border: 0;
  cursor: pointer;
}

.adminProductList,
.settingsCard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(13, 31, 72, 0.06);
  overflow: hidden;
}

.adminProductList article {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 76px minmax(180px, 1fr) 80px 90px auto;
  padding: 18px 20px;
}

.adminProductList article:last-child {
  border-bottom: 0;
}

.adminProductList article.inactive {
  background: #fafbfc;
  opacity: 0.72;
}

.adminProductImage {
  align-items: center;
  aspect-ratio: 1;
  background: var(--soft);
  border-radius: 9px;
  color: var(--muted);
  display: flex;
  font-size: 9px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.adminProductImage img,
.editorPreview img {
  object-fit: cover;
}

.adminProductName {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.adminProductName strong {
  font-size: 13px;
}

.adminProductName span {
  color: var(--muted);
  font-size: 10px;
}

.adminPrice {
  color: var(--blue);
  font-size: 15px;
}

.statusPill {
  background: #f0f2f6;
  border: 0;
  border-radius: 999px;
  color: #697286;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  padding: 8px 10px;
}

.statusPill.active {
  background: #def7e9;
  color: #147443;
}

.adminRowActions {
  display: flex;
  gap: 7px;
}

.adminRowActions button,
.cancelButton {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 10px;
  min-height: 34px;
  padding: 0 12px;
}

.adminRowActions button:hover {
  border-color: var(--bright-blue);
  color: var(--bright-blue);
}

.adminRowActions button.danger:hover {
  border-color: #bd4651;
  color: #a92b37;
}

.adminLoading {
  background: var(--white);
  border-radius: 16px;
  color: var(--muted);
  padding: 60px;
  text-align: center;
}

.adminToast {
  background: var(--navy);
  border-radius: 9px;
  box-shadow: 0 12px 36px rgba(4, 16, 46, 0.25);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 13px 17px;
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 80;
}

.settingsCard {
  padding: 30px;
}

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

.formGrid label,
.editorImageBlock > label:last-child {
  color: #34405a;
  display: block;
  font-size: 10px;
  font-weight: 800;
}

.formGrid label small {
  color: var(--muted);
  font-weight: 400;
}

.formGrid input,
.formGrid textarea,
.formGrid select,
.editorImageBlock > label:last-child input {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  font: inherit;
  margin-top: 7px;
  min-height: 43px;
  padding: 10px 12px;
  width: 100%;
}

.formGrid textarea {
  resize: vertical;
}

.formGrid input:focus,
.formGrid textarea:focus,
.formGrid select:focus,
.editorImageBlock input:focus {
  border-color: var(--bright-blue);
  outline: 2px solid rgba(23, 105, 255, 0.1);
}

.formWide {
  grid-column: 1 / -1;
}

.settingsSave {
  border: 0;
  cursor: pointer;
  margin-top: 24px;
}

.orderAdminToolbar {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(240px, 1fr) 220px;
  margin-bottom: 18px;
}

.orderAdminToolbar label,
.orderManagementCard label {
  color: #34405a;
  display: block;
  font-size: 10px;
  font-weight: 800;
}

.orderAdminToolbar input,
.orderAdminToolbar select,
.orderManagementCard select,
.orderManagementCard textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  display: block;
  font: inherit;
  margin-top: 7px;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.orderAdminList {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(13, 31, 72, 0.06);
  overflow: hidden;
}

.orderAdminRow {
  align-items: center;
  background: var(--white);
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.05fr 1.2fr 0.8fr 70px 105px;
  padding: 20px;
  text-align: left;
  width: 100%;
}

.orderAdminRow:last-child {
  border-bottom: 0;
}

.orderAdminRow:hover {
  background: #f8faff;
}

.orderAdminRow > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.orderAdminRow > div strong {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orderAdminRow > div span {
  color: var(--muted);
  font-size: 9px;
}

.orderStatus {
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  padding: 8px 10px;
  text-align: center;
}

.orderStatus.new { background: #fff2c8; color: #7a5a00; }
.orderStatus.in_process { background: #e3efff; color: #1454a1; }
.orderStatus.production { background: #ece7ff; color: #5434a0; }
.orderStatus.shipped { background: #daf5f3; color: #126b65; }
.orderStatus.delivered { background: #def7e9; color: #147443; }
.orderStatus.cancelled { background: #fde5e8; color: #a92b37; }

.adminEmpty {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 70px 24px;
  text-align: center;
}

.adminEmpty strong {
  color: var(--ink);
  font-size: 16px;
}

.adminEmpty span {
  font-size: 10px;
}

.orderEditor {
  background: var(--soft);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  max-width: 780px;
  overflow-y: auto;
  width: min(780px, 94vw);
}

.orderEditor > header {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
}

.orderEditor > header span {
  color: var(--bright-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.orderEditor > header h2 {
  font-size: 24px;
  margin: 6px 0 0;
}

.orderEditor > header > button {
  background: var(--soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  height: 38px;
  width: 38px;
}

.orderEditorBody {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.orderCustomerCard,
.orderLinesCard,
.orderManagementCard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 22px;
}

.orderEditorBody h3 {
  font-size: 15px;
  margin: 0 0 18px;
}

.orderCustomerCard dl {
  display: grid;
  gap: 14px 24px;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.orderCustomerCard dl div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.orderCustomerCard dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.orderCustomerCard dd {
  font-size: 11px;
  margin: 0;
}

.customerNote {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 16px;
}

.customerNote strong,
.customerNote p {
  font-size: 10px;
  margin: 0;
}

.customerNote p {
  color: var(--muted);
  line-height: 1.65;
  margin-top: 6px;
}

.orderLinesCard article {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto 70px;
  padding: 13px 0;
}

.orderLinesCard article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.orderLinesCard article strong,
.orderLinesCard article span {
  font-size: 10px;
}

.orderLinesCard article > div span {
  color: var(--muted);
  font-size: 9px;
}

.orderLinesCard article > strong {
  text-align: right;
}

.orderEditorTotal {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}

.orderEditorTotal span { font-size: 11px; font-weight: 700; }
.orderEditorTotal strong { color: var(--blue); font-size: 20px; }

.orderManagementCard {
  display: grid;
  gap: 16px;
  grid-template-columns: 190px 1fr;
}

.orderManagementCard h3 {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.orderManagementCard textarea {
  min-height: 86px;
  resize: vertical;
}

.orderEditor .editorFooter {
  background: var(--white);
}

.orderFeedback {
  background: #fde5e8;
  border-radius: 8px;
  color: #a92b37 !important;
  font-size: 10px !important;
  font-weight: 700;
  margin: 14px 0 0 !important;
  padding: 11px 12px;
}

.orderFeedback.success {
  background: #def7e9;
  color: #147443 !important;
}

.editorOverlay {
  align-items: stretch;
  background: rgba(3, 12, 33, 0.62);
  display: flex;
  inset: 0;
  justify-content: flex-end;
  position: fixed;
  z-index: 90;
}

.productEditor {
  background: var(--white);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  max-width: 920px;
  overflow-y: auto;
  width: min(920px, 92vw);
}

.productEditor > header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
}

.productEditor > header span {
  color: var(--bright-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.productEditor > header h2 {
  font-size: 24px;
  margin: 6px 0 0;
}

.productEditor > header > button {
  background: var(--soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  height: 38px;
  width: 38px;
}

.editorBody {
  display: grid;
  gap: 28px;
  grid-template-columns: 240px 1fr;
  padding: 28px;
}

.editorImageBlock {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.editorPreview {
  align-items: center;
  aspect-ratio: 0.92;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  display: flex;
  font-size: 11px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.uploadButton {
  background: var(--navy);
  border-radius: 8px;
  color: var(--white) !important;
  cursor: pointer;
  font-size: 10px !important;
  padding: 12px;
  text-align: center;
}

.uploadButton input {
  display: none;
}

.checkboxField {
  align-items: center;
  display: flex !important;
  gap: 9px;
}

.checkboxField input {
  display: inline-block;
  margin: 0;
  min-height: 16px;
  width: 16px;
}

.editorFooter {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: auto;
  padding: 20px 28px;
}

.editorFooter .button {
  border: 0;
  cursor: pointer;
}

.adminDenied {
  align-items: center;
  background: var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  text-align: center;
}

.adminDenied h1 {
  font-size: 48px;
  margin: 0 0 12px;
}

.adminDenied p {
  color: rgba(255, 255, 255, 0.65);
}

.adminDenied a {
  background: var(--yellow);
  border-radius: 9px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  margin-top: 14px;
  padding: 14px 18px;
}

.storeLogo {
  border-radius: 10px;
  object-fit: contain;
}

.heroImagePlaceholder {
  align-items: center;
  background: linear-gradient(145deg, var(--navy), #26498c);
  color: var(--white);
  display: flex;
  font-size: clamp(32px, 6vw, 76px);
  font-weight: 900;
  height: 100%;
  justify-content: center;
  padding: 30px;
  text-align: center;
  width: 100%;
}

.adminStorePicker {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 20px;
}

.adminStorePicker label {
  color: rgba(255, 255, 255, 0.55);
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.adminStorePicker select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: var(--white);
  font-size: 10px;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.adminStorePicker option {
  color: var(--ink);
}

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

.storeCards article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(13, 31, 72, 0.06);
  display: grid;
  gap: 18px;
  grid-template-columns: 54px 1fr;
  padding: 22px;
}

.storeCards article.inactive {
  opacity: 0.65;
}

.storeAvatar {
  align-items: center;
  background: var(--navy);
  border-radius: 12px;
  color: var(--yellow);
  display: flex;
  font-size: 15px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
}

.storeCardMain h2 {
  font-size: 20px;
  margin: 7px 0 4px;
}

.storeCardMain > p {
  color: var(--muted);
  font-size: 10px;
  margin: 0;
}

.storeState {
  background: #f0f2f6;
  border-radius: 999px;
  color: #697286;
  display: inline-block;
  font-size: 8px;
  font-weight: 800;
  padding: 6px 9px;
}

.storeState.active {
  background: #def7e9;
  color: #147443;
}

.storeCardMain dl {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 100px;
  margin: 18px 0 0;
  padding-top: 16px;
}

.storeCardMain dl div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.storeCardMain dt {
  color: var(--muted);
  font-size: 8px;
}

.storeCardMain dd {
  font-size: 10px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storeCardActions {
  display: flex;
  gap: 8px;
  grid-column: 1 / -1;
}

.storeCardActions button {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 9px;
  min-height: 36px;
  padding: 0 12px;
}

.storeCardActions button:first-child {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.storeEditor {
  background: var(--white);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  max-width: 620px;
  overflow-y: auto;
  width: min(620px, 94vw);
}

.storeEditor > header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
}

.storeEditor > header span {
  color: var(--bright-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.storeEditor > header h2 {
  font-size: 24px;
  margin: 6px 0 0;
}

.storeEditor > header > button {
  background: var(--soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  height: 38px;
  width: 38px;
}

.storeEditorBody {
  padding: 28px;
}

.settingsCard > h2,
.settingsSection h2 {
  font-size: 16px;
  margin: 0 0 18px;
}

.settingsSection {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 26px;
}

.settingsUpload {
  align-self: end;
  display: inline-block !important;
  justify-self: start;
  min-width: 170px;
}

.legalPage {
  margin: 0 auto;
  max-width: 920px;
  min-height: 60vh;
  padding: 90px 5vw;
}

.legalPage h1 {
  font-size: clamp(42px, 7vw, 78px);
  margin: 16px 0 38px;
}

.legalContent {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(13, 31, 72, 0.06);
  padding: 34px;
}

.legalContent p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 16px;
}

@media (max-width: 1120px) {
  .productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .siteHeader {
    grid-template-columns: 1fr auto;
  }

  .siteHeader nav {
    display: none;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .footerInfo {
    flex-direction: column;
    gap: 7px;
  }

  footer > p {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .productDetailGrid {
    grid-template-columns: minmax(330px, 0.9fr) minmax(390px, 1.1fr);
  }

  .adminProductList article {
    grid-template-columns: 68px minmax(160px, 1fr) 70px auto;
  }

  .adminProductList .statusPill {
    display: none;
  }

  .orderAdminRow {
    grid-template-columns: 1fr 1.2fr 80px 100px;
  }

  .orderAdminRow > div:nth-child(3) {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .heroVisual {
    min-height: 620px;
  }

  .floatingCard {
    left: 20px;
  }

  .benefitStrip {
    grid-template-columns: 1fr;
  }

  .benefitStrip article,
  .benefitStrip article:first-child {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 22px 0;
  }

  .sectionHeading,
  .contact {
    align-items: start;
    flex-direction: column;
  }

  .sectionHeading > p {
    margin: 22px 0 0;
  }

  .buttonLight {
    margin: 24px 0 0;
  }

  .productDetailGrid,
  .orderGrid {
    grid-template-columns: 1fr;
  }

  .detailImage,
  .orderSummary {
    position: relative;
    top: auto;
  }

  .adminShell {
    display: block;
  }

  .adminSidebar {
    align-items: center;
    flex-direction: row;
    min-height: auto;
    padding: 12px 18px;
    position: relative;
  }

  .adminBrand {
    padding: 0;
  }

  .adminSidebar nav {
    flex-direction: row;
    margin-left: auto;
  }

  .adminAccount {
    border: 0;
    margin: 0 0 0 12px;
    padding: 0;
  }

  .adminAccount span {
    display: none;
  }

  .adminMain {
    padding-top: 38px;
  }

  .adminStorePicker {
    border: 0;
    margin-left: 16px;
    max-width: 190px;
    padding: 0;
  }

  .adminStorePicker label {
    display: none;
  }

  .storeCards {
    grid-template-columns: 1fr;
  }

  .orderAdminToolbar {
    grid-template-columns: 1fr 180px;
  }
}

@media (max-width: 620px) {
  .siteHeader {
    min-height: 74px;
  }

  .brand small {
    display: none;
  }

  .buttonSmall {
    font-size: 0;
    min-height: 42px;
    padding: 0 14px;
  }

  .buttonSmall::after {
    content: "WhatsApp";
    font-size: 12px;
  }

  .cartButton {
    padding-left: 13px;
  }

  .cartButton > span {
    font-size: 0;
  }

  .cartButton > span::after {
    content: "Pedido";
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .heroFacts {
    flex-direction: column;
    gap: 20px;
  }

  .heroVisual {
    min-height: 430px;
  }

  .heroImage {
    border-width: 6px;
  }

  .productGrid {
    grid-template-columns: 1fr;
  }

  .catalog {
    padding-bottom: 78px;
    padding-top: 74px;
  }

  .contact {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  footer > p {
    grid-column: auto;
  }

  .productPage,
  .orderPage {
    padding-bottom: 72px;
  }

  .detailInfo {
    padding-top: 0;
  }

  .detailInfo h1,
  .orderHeading h1 {
    font-size: 42px;
  }

  .configurator {
    padding: 20px;
  }

  .orderItem {
    align-items: start;
    grid-template-columns: 76px 1fr;
  }

  .orderQuantity {
    grid-column: 2;
  }

  .itemSubtotal {
    position: absolute;
    right: 20px;
    top: 24px;
  }

  .orderItemInfo {
    padding-right: 72px;
  }

  .adminSidebar nav button {
    min-height: 40px;
    padding: 0 9px;
  }

  .adminSidebar nav button span {
    font-size: 9px;
  }

  .adminSidebar nav button span::after {
    content: none !important;
  }

  .adminAccount {
    display: none;
  }

  .adminHeading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

  .adminProductList article {
    align-items: start;
    grid-template-columns: 62px 1fr auto;
  }

  .adminPrice {
    grid-column: 3;
    grid-row: 1;
  }

  .adminRowActions {
    grid-column: 2 / -1;
  }

  .formGrid,
  .editorBody {
    grid-template-columns: 1fr;
  }

  .formWide {
    grid-column: auto;
  }

  .editorImageBlock {
    max-width: 260px;
  }

  .productEditor {
    width: 100vw;
  }

  .orderAdminToolbar,
  .orderManagementCard {
    grid-template-columns: 1fr;
  }

  .orderAdminRow {
    align-items: start;
    grid-template-columns: 1fr auto;
    padding: 16px;
  }

  .orderAdminRow > div:nth-child(2),
  .orderAdminRow > div:nth-child(3) {
    display: none;
  }

  .orderAdminRow > .adminPrice {
    grid-column: 2;
    grid-row: 1;
  }

  .orderAdminRow > .orderStatus {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .orderEditor {
    width: 100vw;
  }

  .orderCustomerCard dl {
    grid-template-columns: 1fr;
  }

  .orderLinesCard article {
    grid-template-columns: 1fr auto;
  }

  .orderLinesCard article > strong {
    grid-column: 2;
    grid-row: 1;
  }

  .adminStorePicker {
    display: none;
  }

  .adminSidebar {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .adminSidebar nav {
    justify-content: space-between;
    margin: 10px 0 0;
    order: 3;
    width: 100%;
  }

  .adminSidebar nav button {
    flex: 1;
  }

  .storeEditor {
    width: 100vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
