:root {
  --background: #120b10;
  --background-strong: #1f131a;
  --surface: rgba(39, 25, 34, 0.82);
  --surface-strong: rgba(57, 35, 48, 0.9);
  --foreground: #fff1f7;
  --muted: #d7b2c3;
  --line: rgba(255, 214, 232, 0.14);
  --accent: #e33397;
  --accent-strong: #ff72b8;
  --accent-soft: rgba(248, 214, 228, 0.14);
  --sage: #84b48a;
  --gold: #f4c46f;
  --danger: #ff8b7e;
  --ok: #85d7a3;
  --radius: 8px;
  --shadow: 0 24px 72px rgba(8, 3, 7, 0.36);
  --container: min(1160px, calc(100% - 28px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--foreground);
  background:
    radial-gradient(circle at top left, rgba(227, 51, 151, 0.22), transparent 30%),
    radial-gradient(circle at 90% 0%, rgba(132, 180, 138, 0.13), transparent 26%),
    linear-gradient(180deg, #120b10 0%, #23151d 48%, #160d13 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

pre {
  white-space: pre-wrap;
  line-height: 1.8;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.announcement-bar {
  padding: 10px 14px;
  text-align: center;
  color: #17080f;
  background: #f8d6e4;
  font-size: 0.9rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 10, 16, 0.88);
  backdrop-filter: blur(18px);
}

.header-main,
.header-actions,
.desktop-nav,
.hero-actions,
.trust-row,
.section-heading--split,
.product-card__meta,
.tag-row,
.summary-total,
.cart-actions,
.radio-panel,
.thumb-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-main {
  min-height: 82px;
  justify-content: space-between;
  padding: 14px 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  width: clamp(125px, 33.6vw, 178px);
  max-height: 55px;
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: none;
}

.desktop-nav a,
.category-strip a,
.mobile-menu a {
  color: var(--muted);
  font-size: 0.94rem;
}

.desktop-nav a:hover,
.category-strip a:hover,
.mobile-menu a:hover {
  color: var(--foreground);
}

.cart-pill,
.menu-toggle,
.button,
.icon-button {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--foreground);
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  gap: 8px;
}

.cart-pill strong {
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  color: #17080f;
  background: var(--accent-strong);
}

.menu-toggle,
.icon-button {
  width: 42px;
  height: 42px;
}

.mobile-menu {
  display: none;
  width: var(--container);
  margin: 0 auto;
  padding: 10px 0 16px;
  border-top: 1px solid var(--line);
}

.mobile-menu.is-open {
  display: grid;
  gap: 12px;
}

.category-strip {
  border-top: 1px solid rgba(255, 214, 232, 0.08);
}

.category-strip__inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
}

.category-strip a {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.page-section {
  padding: 42px 0;
}

.page-section--soft {
  background: rgba(255, 255, 255, 0.03);
  border-block: 1px solid rgba(255, 214, 232, 0.08);
}

.hero-commerce {
  padding: 34px 0 42px;
}

.hero-commerce__grid,
.product-detail,
.cart-layout,
.checkout-layout,
.admin-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

.hero-copy,
.hero-product,
.product-card,
.category-tile,
.summary-card,
.checkout-panel,
.cart-item,
.copy-page,
.success-card,
.admin-panel,
.auth-card,
.metric-card,
.pickup-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-copy,
.checkout-panel,
.summary-card,
.copy-page,
.success-card,
.admin-panel,
.auth-card,
.metric-card {
  padding: 18px;
}

.eyebrow {
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.03;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 12vw, 5.1rem);
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 8vw, 3.1rem);
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 214, 232, 0.32);
}

.button--primary {
  border-color: transparent;
  color: #16070f;
  background: linear-gradient(135deg, #f8d6e4, #e33397);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.06);
}

.button--block {
  width: 100%;
}

.trust-row {
  flex-wrap: wrap;
  margin-top: 18px;
}

.tag-row {
  flex-wrap: wrap;
}

.trust-row span,
.tag-row span,
.tag-row label {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-products {
  display: grid;
  gap: 12px;
}

.hero-product {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
}

.hero-product--large {
  grid-template-columns: 1fr;
}

.hero-product strong {
  display: block;
  margin-bottom: 4px;
}

.hero-product span {
  color: var(--muted);
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading--split {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-grid,
.category-grid,
.metrics-grid,
.form-grid {
  display: grid;
  gap: 14px;
}

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

.product-card {
  overflow: hidden;
}

.product-card__body {
  padding: 12px;
}

.product-card__meta {
  justify-content: space-between;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.84rem;
}

.product-card__meta strong,
.price-row strong {
  color: var(--foreground);
}

.product-card__title {
  display: block;
  margin: 10px 0 6px;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.product-card p {
  display: none;
}

.product-visual {
  aspect-ratio: 4 / 5;
  background: var(--surface-strong);
  overflow: hidden;
}

.product-visual a,
.product-visual img,
.product-art-fallback {
  width: 100%;
  height: 100%;
}

.product-visual a {
  position: relative;
  display: block;
}

.product-visual img {
  object-fit: cover;
}

.product-visual__image {
  position: absolute;
  inset: 0;
  transition: opacity 420ms ease, transform 650ms ease;
}

.product-visual__image--primary {
  opacity: 1;
}

.product-visual__image--secondary {
  opacity: 0;
}

.product-art-fallback {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  background: linear-gradient(135deg, #ff8a66 0%, #ffc06c 48%, #40212d 100%);
}

.product-art-fallback--sage { background: linear-gradient(135deg, #d5f2d7 0%, #8cc0a4 40%, #1f3738 100%); }
.product-art-fallback--berry { background: linear-gradient(135deg, #ffd0dc 0%, #d36390 45%, #341c2d 100%); }
.product-art-fallback--onyx { background: linear-gradient(135deg, #dfe7f0 0%, #7f8997 42%, #131519 100%); }
.product-art-fallback--sand { background: linear-gradient(135deg, #f0e2cd 0%, #cfa478 45%, #493024 100%); }
.product-art-fallback--energy { background: linear-gradient(135deg, #ffd968 0%, #ff8d64 44%, #832f42 100%); }
.product-art-fallback--cloud { background: linear-gradient(135deg, #f6f8fb 0%, #c7d0db 45%, #4f5666 100%); }

.product-art-fallback span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-art-fallback strong {
  font-size: 1.35rem;
  line-height: 1.04;
}

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

.category-tile {
  min-height: 150px;
  padding: 16px;
  border-color: var(--line);
  border-left: 4px solid var(--tile-accent);
  background:
    linear-gradient(135deg, rgba(227, 51, 151, 0.1), rgba(255, 255, 255, 0.03)),
    var(--surface);
}

.category-tile span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.category-tile strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.2rem;
}

.filter-bar {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 10px;
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: var(--foreground);
  padding: 10px 12px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  accent-color: var(--accent);
}

option {
  color: #180d14;
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.product-gallery {
  display: grid;
  gap: 12px;
}

.product-zoom {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.product-zoom > img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  transition: transform 180ms ease-out;
  transform-origin: center;
  will-change: transform;
}

.product-zoom.is-zooming > img {
  transform: scale(1.85);
}

@media (hover: hover) and (pointer: fine) {
  .product-zoom[data-zoom] {
    cursor: zoom-in;
  }

  .product-visual--has-secondary:hover .product-visual__image--primary {
    opacity: 0;
    transform: scale(1.015);
  }

  .product-visual--has-secondary:hover .product-visual__image--secondary {
    opacity: 1;
    transform: scale(1.025);
  }
}

.thumb-row {
  overflow-x: auto;
}

.thumb-row button {
  flex: 0 0 74px;
  height: 92px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  opacity: 0.7;
}

.thumb-row button.is-active {
  border-color: var(--accent-strong);
  opacity: 1;
}

.thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.price-row strong {
  font-size: 2rem;
}

.price-row span {
  color: var(--muted);
  text-decoration: line-through;
}

.info-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 4px;
  margin: 18px 0;
  padding: 12px 0;
  border-block: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.6;
}

.info-panel strong {
  color: var(--foreground);
}

.purchase-box {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.cart-layout,
.checkout-layout {
  align-items: start;
}

.cart-list {
  display: grid;
  gap: 12px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
}

.cart-item img {
  width: 92px;
  height: 112px;
  border-radius: var(--radius);
  object-fit: cover;
}

.cart-item span {
  color: var(--muted);
}

.cart-actions {
  margin-top: 10px;
}

.cart-actions input {
  max-width: 82px;
}

.summary-card {
  display: grid;
  gap: 12px;
}

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

.summary-lines > div,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}

.summary-total--final {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--foreground);
  font-size: 1.15rem;
}

.checkout-page {
  padding-top: 34px;
}

.checkout-page__heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.checkout-page__heading h1 {
  margin: 7px 0 10px;
  font-size: clamp(2.1rem, 7vw, 4.2rem);
}

.checkout-page__heading p {
  max-width: 650px;
  margin-bottom: 0;
}

.checkout-panel {
  display: grid;
  gap: 16px;
}

.checkout-panel--main {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.checkout-step {
  display: grid;
  gap: 18px;
  padding: 22px 18px;
  border-bottom: 1px solid var(--line);
}

.checkout-step--last {
  border-bottom: 0;
}

.checkout-step__heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checkout-step__heading h2 {
  margin-bottom: 5px;
  font-size: 1.35rem;
}

.checkout-step__heading p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.checkout-step__number {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 114, 184, 0.38);
  border-radius: 50%;
  color: var(--foreground);
  background: rgba(227, 51, 151, 0.16);
  font-weight: 900;
}

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

.form-grid label > span,
.cep-row label > span,
.checkout-step > label > span {
  color: var(--foreground);
  font-size: 0.84rem;
  font-weight: 800;
}

.form-grid label small,
.checkout-step label small {
  color: var(--muted);
  font-weight: 500;
}

.choice-grid {
  display: grid;
  gap: 10px;
}

.choice-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.choice-card:hover {
  border-color: rgba(255, 214, 232, 0.32);
  transform: translateY(-1px);
}

.choice-card:focus-within {
  outline: 2px solid rgba(255, 114, 184, 0.42);
  outline-offset: 2px;
}

.choice-card.is-selected {
  border-color: rgba(255, 114, 184, 0.68);
  background: linear-gradient(135deg, rgba(227, 51, 151, 0.16), rgba(255, 255, 255, 0.045));
}

.choice-card > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card__marker {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 214, 232, 0.38);
  border-radius: 50%;
  background: rgba(8, 3, 7, 0.28);
}

.choice-card input:checked + .choice-card__marker {
  border-color: var(--accent-strong);
}

.choice-card input:checked + .choice-card__marker::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--accent-strong);
}

.choice-card__content {
  display: grid;
  gap: 3px;
}

.choice-card__content strong {
  color: var(--foreground);
}

.choice-card__content small,
.choice-card__price {
  color: var(--muted);
  font-size: 0.78rem;
}

.choice-card__price {
  color: var(--ok);
  font-weight: 900;
}

.delivery-fields {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 5, 8, 0.22);
}

.delivery-fields[hidden] {
  display: none;
}

.cep-row {
  display: grid;
  gap: 10px;
}

.cep-row .button {
  align-self: end;
}

.address-status {
  margin: -2px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.address-status.is-success {
  color: var(--ok);
}

.address-status.is-error {
  color: var(--danger);
}

.address-grid {
  padding-top: 3px;
}

.radio-panel {
  align-items: stretch;
  flex-direction: column;
}

.radio-panel label,
.shipping-options label {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.shipping-options {
  display: grid;
  gap: 10px;
}

.shipping-options label {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  cursor: pointer;
}

.shipping-options label.is-selected {
  border-color: rgba(255, 114, 184, 0.68);
  background: rgba(227, 51, 151, 0.12);
}

.shipping-options label input {
  grid-row: 1 / 3;
  align-self: center;
}

.shipping-options label strong {
  color: var(--foreground);
}

.shipping-options label span {
  color: var(--muted);
  font-size: 0.82rem;
}

.pickup-box {
  padding: 12px;
}

.checkout-pickup {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: none;
}

.checkout-pickup[hidden] {
  display: none;
}

.checkout-pickup__icon {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #0d2917;
  background: var(--ok);
  font-weight: 900;
}

.checkout-pickup p {
  margin: 5px 0 3px;
  line-height: 1.5;
}

.checkout-pickup a {
  color: var(--accent-strong);
  font-size: 0.85rem;
  font-weight: 800;
}

.checkout-submit {
  display: grid;
  gap: 14px;
  padding-top: 2px;
}

.checkout-submit > div {
  display: grid;
  gap: 3px;
}

.checkout-submit span {
  color: var(--muted);
  font-size: 0.82rem;
}

.checkout-submit__button {
  min-height: 52px;
}

.checkout-summary {
  gap: 18px;
}

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

.checkout-summary__heading h2 {
  margin: 5px 0 0;
  font-size: 1.55rem;
}

.checkout-summary__count {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.75rem;
}

.checkout-summary__items {
  display: grid;
  gap: 12px;
}

.checkout-summary__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.checkout-summary__item img,
.checkout-summary__image-placeholder {
  width: 58px;
  height: 70px;
  border-radius: 6px;
}

.checkout-summary__item img {
  object-fit: cover;
}

.checkout-summary__image-placeholder {
  background: var(--surface-strong);
}

.checkout-summary__item > div {
  display: grid;
  gap: 4px;
}

.checkout-summary__item > div strong {
  font-size: 0.88rem;
  line-height: 1.3;
}

.checkout-summary__item span {
  color: var(--muted);
  font-size: 0.75rem;
}

.checkout-summary__item > strong {
  font-size: 0.85rem;
}

.checkout-summary__totals {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.checkout-summary__security {
  margin: 0;
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(132, 180, 138, 0.1);
  color: #bfe0c3;
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
}

.empty-state {
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.success-card {
  max-width: 760px;
}

.site-footer {
  padding: 44px 0 54px;
  border-top: 1px solid var(--line);
}

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

.footer-grid section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-grid h3 {
  margin-bottom: 4px;
}

.footer-address {
  color: var(--muted);
  line-height: 1.7;
}

.footer-address:hover {
  color: var(--foreground);
}

.footer-logo {
  width: min(260px, 72vw);
}

.text-link {
  color: var(--accent-strong);
  font-weight: 900;
}

.notice {
  margin-bottom: 14px;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.notice-success {
  color: #092815;
  background: var(--ok);
}

.notice-error {
  color: #2d0704;
  background: var(--danger);
}

.auth-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.auth-card {
  width: min(460px, 100%);
  display: grid;
  gap: 14px;
}

.auth-card img {
  width: min(260px, 78vw);
}

.admin-body {
  background: #130d11;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
}

.admin-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(31, 19, 26, 0.94);
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.admin-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.admin-sidebar nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.admin-sidebar nav a,
.admin-user a {
  flex: 0 0 auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
}

.admin-user {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-main {
  width: min(1280px, calc(100% - 24px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.admin-title {
  margin-bottom: 18px;
}

.metrics-grid {
  grid-template-columns: 1fr;
  margin-bottom: 18px;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
}

.admin-form {
  display: grid;
  gap: 12px;
}

.admin-form--compact {
  min-width: 220px;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

td span {
  color: var(--muted);
}

.inline-form {
  display: inline;
}

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

@media (min-width: 720px) {
  .desktop-nav {
    display: flex;
  }

  .brand-logo {
    width: clamp(149px, 15.6vw, 187px);
    max-height: 58px;
  }

  .category-strip__inner {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .menu-toggle {
    display: none;
  }

  .hero-commerce__grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }

  .hero-copy,
  .checkout-panel,
  .summary-card,
  .copy-page,
  .success-card,
  .admin-panel,
  .auth-card,
  .metric-card {
    padding: 24px;
  }

  .checkout-panel--main {
    padding: 0;
  }

  .checkout-step {
    padding: 28px;
  }

  .choice-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cep-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cep-row .button {
    min-width: 210px;
  }

  .checkout-submit {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .checkout-submit__button {
    min-width: 220px;
  }

  .hero-products {
    grid-template-columns: 1fr 1fr;
  }

  .hero-product--large {
    grid-row: span 2;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card p {
    display: block;
  }

  .product-detail {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

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

  .radio-panel {
    flex-direction: row;
  }

  .cart-layout,
  .checkout-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  }

  .summary-card {
    position: sticky;
    top: 118px;
  }

  .footer-grid {
    grid-template-columns: 1.35fr repeat(3, 1fr);
  }

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

  .admin-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (min-width: 1040px) {
  .admin-shell {
    grid-template-columns: 280px 1fr;
  }

  .admin-sidebar {
    min-height: 100vh;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    position: sticky;
    top: 0;
  }

  .admin-sidebar nav {
    display: grid;
    overflow: visible;
  }

  .admin-main {
    width: min(1280px, calc(100% - 48px));
    padding-top: 32px;
  }

}

@media (max-width: 719px) {
  .footer-logo {
    align-self: center;
  }

  .product-card__meta {
    flex-direction: column;
    gap: 4px;
  }

  .product-card .tag-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .product-card .tag-row span {
    width: 100%;
    min-width: 0;
    padding: 6px 7px;
    font-size: 0.72rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 430px) {
  .cart-item {
    grid-template-columns: 76px 1fr;
  }

  .cart-item form:last-child {
    grid-column: 2;
  }

  .cart-item img {
    width: 76px;
    height: 94px;
  }

  .product-grid {
    gap: 10px;
  }

  .product-card__body {
    padding: 10px;
  }
}
