:root {
  --bg: #000000;
  --surface: #0f0f0f;
  --surface-soft: #171717;
  --surface-muted: #101010;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.74);
  --text-muted: rgba(255, 255, 255, 0.56);
  --max-width: 1300px;
  --radius-sm: 2px;
  --radius-md: 10px;
  --radius-lg: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text-soft);
  font-family: 'Assistant', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

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

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

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

.shell {
  width: min(var(--max-width), calc(100vw - 32px));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.card-surface {
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.announcement-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.announcement-bar__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text-muted);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-bar__inner a {
  color: var(--text);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-bar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.brand img {
  width: 138px;
  max-width: 100%;
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 26px;
  flex-wrap: wrap;
}

.main-nav a,
.cart-link {
  color: var(--text-muted);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav .is-active,
.cart-link:hover {
  color: var(--text);
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cart-badge {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  background: var(--text);
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 999px;
}

.flash-stack {
  display: grid;
  gap: 10px;
  padding-top: 18px;
}

.flash {
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text-soft);
}

.flash-success,
.flash-error {
  border-color: rgba(255, 255, 255, 0.24);
}

.home-banner {
  position: relative;
  min-height: calc(100vh - 118px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #020202;
}

.home-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.38)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.14));
}

.home-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.home-banner__overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 28px 24px;
}

.home-banner__overlay--cta {
  width: 100%;
  min-height: calc(100vh - 118px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 24px 68px;
}

.eyebrow {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.home-banner__overlay h1,
.page-heading h1,
.product-details h1,
.section-head h2,
.editorial-strip h3,
.empty-state h1,
.empty-state h2,
.success-panel h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(4.6rem, 10vw, 9.6rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.home-banner__overlay p:last-of-type,
.page-heading p,
.lead,
.editorial-strip p,
.empty-state p,
.product-card__body p,
.footer-grid p,
.summary-product small,
.success-panel p {
  color: var(--text-soft);
}

.home-banner__overlay p:last-of-type {
  max-width: 560px;
  margin: 22px auto 0;
  font-size: 2rem;
}

.home-banner__cta,
.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--text);
  border-radius: var(--radius-sm);
  transition: opacity 180ms ease, transform 180ms ease;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
}

.home-banner__cta {
  margin-top: 36px;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.button {
  background: var(--text);
  color: #000000;
}

.button-secondary {
  background: transparent;
  color: var(--text);
}

.home-banner__cta:hover,
.button:hover,
.button-secondary:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.page-stack,
.product-layout,
.cart-layout,
.checkout-layout {
  padding-top: 38px;
  padding-bottom: 52px;
}

.section-head {
  margin-top: 48px;
  margin-bottom: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section-head--tight {
  margin-top: 30px;
}

.section-head h2 {
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.text-link {
  color: var(--text);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link:hover {
  opacity: 0.82;
}

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

.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
}

.product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 0.78 / 1;
  overflow: hidden;
  background: #111111;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.03);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.76);
  color: var(--text);
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card__body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.product-card__meta,
.price-stack small,
.price-block small,
.footer-list a,
.summary-line span,
.cart-item__content p,
.order-card p,
.metric-note,
.field label,
.table-head span,
.section-kicker span,
.summary-note {
  color: var(--text-muted);
}

.product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card__body h3 {
  margin: 0;
  color: var(--text);
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 700;
}

.product-card__body h3 a:hover {
  opacity: 0.82;
}

.product-card__body p {
  margin: 0;
  font-size: 1.5rem;
}

.product-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.price-stack strong,
.price-block strong,
.summary-line strong,
.summary-product strong {
  color: var(--text);
  font-size: 2rem;
  font-weight: 700;
}

.price-stack small,
.price-block small {
  display: block;
  margin-top: 4px;
  font-size: 1.3rem;
  text-decoration: line-through;
}

.editorial-strip {
  margin-top: 32px;
  margin-bottom: 18px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.editorial-strip h3 {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  max-width: 500px;
}

.page-heading {
  display: grid;
  gap: 10px;
  padding: 8px 0 24px;
}

.page-heading h1 {
  font-size: clamp(3.8rem, 8vw, 7.8rem);
}

.filters-card,
.buy-box,
.details-card,
.summary-card,
.cart-table,
.checkout-form,
.admin-login,
.admin-toolbar,
.order-card,
.order-box,
.empty-state,
.success-panel {
  background: var(--surface);
  border: 1px solid var(--line);
}

.filters-card {
  display: flex;
  align-items: end;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px;
}

.field,
.checkout-form,
.summary-card,
.buy-box,
.details-card,
.admin-login form,
.order-box {
  display: grid;
  gap: 10px;
}

.field input,
.field textarea,
.field select,
.cart-item__controls input,
.status-form select {
  width: 100%;
  padding: 14px 16px;
  background: #050505;
  color: var(--text);
  border: 1px solid var(--line-strong);
  border-radius: 0;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.empty-state {
  padding: 54px 24px;
  text-align: center;
}

.empty-state p {
  max-width: 520px;
  margin: 14px auto 24px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  gap: 22px;
}

.product-media,
.product-details {
  background: var(--surface);
  border: 1px solid var(--line);
}

.product-media {
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-details {
  padding: 24px;
}

.product-details h2,
.summary-card h2,
.admin-login h2,
.order-box h3,
.site-footer h3,
.site-footer h4,
.order-card__head h2,
.success-panel h1 {
  margin: 0;
  color: var(--text);
}

.lead {
  margin: 0;
  font-size: 1.7rem;
}

.price-block {
  display: flex;
  align-items: end;
  gap: 16px;
}

.size-grid {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.size-grid legend {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
}

.size-option {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line-strong);
  background: #080808;
  cursor: pointer;
}

.size-option input {
  display: none;
}

.size-option:has(input:checked) {
  border-color: var(--text);
  box-shadow: inset 0 0 0 1px var(--text);
}

.size-option.is-disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.inline-fields {
  display: flex;
  align-items: end;
  gap: 14px;
  flex-wrap: wrap;
}

.quantity-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  background: #080808;
}

.quantity-box button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.quantity-box input {
  width: 66px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: center;
}

.detail-list,
.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li,
.footer-list li {
  padding: 4px 0;
}

.detail-list li::before {
  content: '\2022';
  display: inline-block;
  margin-right: 10px;
  color: var(--text);
}

.footer-list a:hover {
  color: var(--text);
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
}

.cart-table,
.checkout-form,
.summary-card,
.admin-login,
.admin-toolbar,
.order-card {
  padding: 20px;
}

.cart-table {
  display: grid;
  gap: 18px;
}

.table-head,
.cart-actions,
.hero-actions,
.summary-line,
.summary-product,
.admin-toolbar,
.order-card__head,
.order-columns,
.status-form,
.section-kicker {
  display: flex;
  gap: 14px;
}

.table-head,
.cart-actions,
.section-kicker,
.summary-line,
.summary-product,
.admin-toolbar,
.order-card__head {
  justify-content: space-between;
  align-items: center;
}

.table-head {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.table-head span,
.section-kicker span,
.metric-tile span,
.status-badge,
.summary-note {
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.table-head span:last-child {
  text-align: right;
}

.cart-item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.cart-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-item img {
  width: 100%;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
}

.cart-item__content {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.cart-item__content h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 2.3rem;
  line-height: 1.06;
}

.cart-item__content h2 a:hover {
  opacity: 0.82;
}

.cart-item__controls {
  display: flex;
  align-items: end;
  gap: 14px;
  flex-wrap: wrap;
}

.cart-item__controls label {
  min-width: 130px;
  display: grid;
  gap: 8px;
}

.cart-item__controls strong {
  color: var(--text);
  font-size: 1.9rem;
}

.cart-actions,
.hero-actions {
  flex-wrap: wrap;
}

.cart-actions {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.summary-card {
  align-self: start;
}

.summary-line--total {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.summary-product {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.summary-product span {
  color: var(--text-soft);
}

.summary-product strong {
  font-size: 1.5rem;
}

.summary-note {
  margin: 6px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  line-height: 1.7;
}

.danger-link {
  border: 0;
  background: transparent;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0;
}

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

.section-kicker {
  padding-bottom: 12px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--line);
}

.admin-metrics {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.metric-tile {
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
}

.metric-tile span {
  color: var(--text-muted);
}

.metric-tile strong {
  color: var(--text);
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 1;
}

.admin-toolbar div {
  display: grid;
  gap: 4px;
}

.admin-toolbar strong {
  color: var(--text);
  font-size: 2.4rem;
}

.admin-toolbar span {
  color: var(--text-muted);
}

.order-card__head {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.order-card__status {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}

.orders-stack {
  display: grid;
  gap: 18px;
}

.status-form {
  align-items: center;
  flex-wrap: wrap;
}

.status-form select {
  min-width: 180px;
}

.status-badge {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.status-badge--new {
  background: #ffffff;
  color: #000000;
}

.status-badge--confirmed {
  border-color: rgba(215, 192, 155, 0.55);
  background: rgba(215, 192, 155, 0.12);
  color: #f2dec0;
}

.status-badge--shipped {
  border-color: rgba(158, 197, 211, 0.5);
  background: rgba(158, 197, 211, 0.12);
  color: #d0ebf4;
}

.status-badge--delivered {
  border-color: rgba(184, 210, 176, 0.5);
  background: rgba(184, 210, 176, 0.12);
  color: #d8edd1;
}

.status-badge--cancelled {
  border-color: rgba(199, 143, 143, 0.5);
  background: rgba(199, 143, 143, 0.12);
  color: #f0c9c9;
}

.order-columns {
  align-items: start;
}

.order-columns > * {
  flex: 1 1 0;
}

.order-box {
  padding: 18px;
}

.success-panel {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 28px;
  text-align: center;
}

.success-panel h1 {
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.96;
}

.success-panel p {
  max-width: 560px;
  margin: 14px auto 0;
}

.notification-stack {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.notification-pill {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #080808;
  color: var(--text-soft);
  font-size: 1.4rem;
}

.notification-pill--sent {
  border-color: rgba(184, 210, 176, 0.42);
  color: #d8edd1;
}

.notification-pill--pending {
  border-color: rgba(215, 192, 155, 0.36);
  color: #f2dec0;
}

.notification-pill--whatsapp {
  border-color: rgba(163, 225, 190, 0.36);
  color: #d7f5e3;
}

.hero-actions {
  justify-content: center;
  margin-top: 28px;
}

.whatsapp-note {
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 1.4rem;
}

.site-footer {
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #000000;
}

.footer-grid {
  padding: 32px 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.footer-panel {
  padding: 42px 0 58px;
  display: grid;
  gap: 34px;
  text-align: center;
}

.footer-links-block,
.footer-newsletter,
.footer-social {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.footer-quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
  flex-wrap: wrap;
}

.footer-quick-links a,
.footer-newsletter p {
  color: var(--text-soft);
}

.footer-quick-links a {
  font-size: 1.6rem;
  transition: color 180ms ease, opacity 180ms ease;
}

.footer-quick-links a:hover {
  color: var(--text);
  opacity: 1;
}

.footer-newsletter h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(3rem, 4vw, 4.6rem);
  line-height: 1.06;
}

.footer-newsletter p {
  max-width: 620px;
  margin: 0;
}

.footer-signup {
  width: min(100%, 520px);
  display: flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  background: #050505;
}

.footer-signup input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: var(--text);
  outline: none;
}

.footer-signup input::placeholder {
  color: var(--text-muted);
}

.footer-signup button {
  width: 68px;
  min-height: 58px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.footer-signup button svg {
  width: 22px;
  height: 22px;
}

.footer-signup button svg path {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.social-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #050505;
  color: var(--text);
  transition: transform 220ms ease, border-color 220ms ease, opacity 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.social-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  transition: transform 220ms ease;
}

.social-icon:hover {
  transform: translateY(-3px) scale(1.06);
  border-color: rgba(255, 255, 255, 0.34);
  background-color: #0b0b0b;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.social-icon:hover svg {
  transform: scale(1.08);
}

.social-icon.is-disabled {
  opacity: 0.92;
  cursor: default;
}

code {
  padding: 2px 6px;
  background: #0b0b0b;
  border: 1px solid var(--line);
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-layout,
  .cart-layout,
  .checkout-layout,
  .editorial-strip,
  .footer-grid,
  .admin-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .header-bar {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .main-nav {
    order: 3;
    width: 100%;
    gap: 16px;
  }

  .home-banner__overlay h1,
  .page-heading h1,
  .product-details h1,
  .success-panel h1 {
    font-size: clamp(3.6rem, 12vw, 6rem);
  }

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

  .brand img {
    width: 122px;
  }

  .size-grid,
  .field-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cart-item,
  .cart-item__content,
  .cart-item__controls,
  .cart-actions,
  .section-head,
  .filters-card,
  .order-card__head,
  .status-form,
  .order-columns,
  .section-kicker {
    display: grid;
  }

  .table-head {
    display: none;
  }

  .order-card__status {
    align-items: start;
    justify-items: start;
  }

  .home-banner img {
    object-fit: cover;
    object-position: 62% 12%;
  }
}

@media (max-width: 560px) {
  .announcement-bar__inner,
  .header-bar,
  .main-nav {
    text-align: center;
  }

  .announcement-bar__inner,
  .header-bar,
  .cart-link,
  .main-nav {
    justify-content: center;
  }

  .product-grid,
  .size-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .home-banner {
    min-height: 72vh;
  }

  .footer-signup {
    width: 100%;
  }

  .footer-quick-links {
    gap: 16px 20px;
  }
}
