@font-face {
  font-family: "Gaelic TF";
  src: url("assets/TFGaelic.otf") format("opentype"), local("Gaelic TF");
  font-display: swap;
}

:root {
  --navy: #182340;
  --yellow: #f9d12d;
  --white: #ffffff;
  --ink: #151515;
  --muted: #55585f;
  --line: #cfd2d8;
  --soft: #f3f3f4;
  --panel: #ffffff;
  --radius: 8px;
  --title: "Gaelic TF", Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
  --content-max: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  background: var(--soft);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-family: var(--body);
  font-size: 14px;
  margin: 0;
  min-height: 100vh;
}

body.modal-open {
  overflow: hidden;
}

body.landing-active {
  background: var(--navy);
}

body.landing-active .site-header,
body.landing-active .site-footer {
  display: none;
}

body.landing-active main {
  flex: 1 0 auto;
}

body.landing-active .page-shell {
  max-width: none;
  padding: 0;
  width: 100%;
}

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

.site-header {
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
}

.brand-strip {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 84px;
  padding: 0 54px;
}

.brand-lockup {
  align-items: center;
  display: flex;
  gap: 18px;
}

.brand-home {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand-logo {
  display: block;
  object-fit: contain;
}

.macron-logo {
  height: 54px;
  width: 44px;
}

.alba-logo {
  height: 58px;
  width: 58px;
}

.logo-white {
  filter: brightness(0) invert(1);
}

.divider {
  background: rgba(255, 255, 255, 0.35);
  height: 52px;
  width: 1px;
}

.basket-link {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 44px;
}

.admin-icon-link {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.admin-icon {
  background: transparent;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

.admin-icon::before {
  background: var(--white);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 9px;
  position: absolute;
  top: 3px;
  width: 12px;
}

.admin-icon::after {
  background: var(--white);
  border-radius: 10px 10px 3px 3px;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  top: 18px;
  width: 22px;
}

.basket-link,
.basket-link span {
  color: var(--white);
}

.basket-count {
  align-items: center;
  background: var(--yellow);
  border: 1px solid var(--navy);
  border-radius: 999px;
  color: var(--ink) !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: 1px;
  top: 1px;
}

.bag-icon {
  background: transparent;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

.bag-icon::before {
  background: var(--white);
  border-radius: 3px;
  content: "";
  height: 19px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 18px;
}

.bag-icon::after {
  border: 2px solid var(--white);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 3px;
  width: 7px;
}

.site-footer {
  background: var(--navy);
  color: var(--white);
  flex: 0 0 auto;
  margin-top: auto;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: space-between;
  min-height: 140px;
  padding: 26px 54px;
  width: 100%;
}

.footer-crest {
  display: block;
  height: 84px;
  object-fit: contain;
  width: 84px;
}

.footer-sponsor {
  display: block;
  height: 66px;
  object-fit: contain;
  width: 132px;
}

.page-shell {
  margin: 0 auto;
  max-width: var(--content-max);
  padding: 34px 32px 56px;
}

.landing-view {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.landing-hero {
  align-items: center;
  background-color: var(--navy);
  background-image: linear-gradient(rgba(24, 35, 64, 0.48), rgba(24, 35, 64, 0.72)), url("assets/landing-page-image.png");
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 52px 24px;
  text-align: center;
  width: 100%;
}

.landing-crest {
  display: block;
  height: clamp(132px, 18vw, 220px);
  margin-bottom: 32px;
  object-fit: contain;
  width: clamp(132px, 18vw, 220px);
}

.landing-tags {
  font-family: var(--title);
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.landing-tags span {
  color: var(--yellow);
  padding: 0 14px;
}

.enter-link {
  background: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-family: var(--title);
  font-size: clamp(24px, 3.2vw, 46px);
  line-height: 1;
  margin-top: 34px;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.enter-link:hover {
  color: var(--yellow);
}

.breadcrumb {
  font-size: 16px;
  margin: 0 0 22px;
}

.product-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.92fr);
}

.gallery,
.product-panel,
.order-summary,
.customer-form {
  background: var(--panel);
  border-radius: var(--radius);
}

.gallery {
  min-width: 0;
}

.image-stage {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  padding: 38px;
}

.image-stage img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.thumb-row {
  display: flex;
  gap: 10px;
  padding: 10px 0 0;
}

.thumb {
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  height: 112px;
  padding: 4px;
  width: 126px;
}

.thumb.active {
  border-color: var(--yellow);
}

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

.product-panel {
  align-self: start;
  padding: 32px 30px;
}

.eyebrow {
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 12px;
}

.title-row {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

h1,
h2,
.club-name {
  font-family: var(--title);
}

h1 {
  font-size: 34px;
  line-height: 1.08;
  margin: 0;
}

.club-name {
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  margin: 7px 0 0;
  text-transform: uppercase;
}

.sku {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
}

.price-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 22px 0 28px;
}

.price-grid div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}

.price-grid span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.price-grid strong {
  font-size: 18px;
}

label {
  display: grid;
  font-weight: 700;
  gap: 9px;
  margin-bottom: 20px;
}

.label-text {
  display: inline-flex;
  gap: 3px;
}

.required-marker {
  color: #b31212;
  font-weight: 900;
}

.field-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.field-heading label {
  margin: 0;
}

.size-guide-btn {
  background: transparent;
  border: 0;
  border-bottom: 2px solid currentColor;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  padding: 0 0 2px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid #aeb2ba;
  border-radius: var(--radius);
  color: var(--ink);
  min-height: 38px;
  padding: 12px;
  width: 100%;
}

.item-form > select {
  margin-bottom: 14px;
}

textarea {
  line-height: 1.45;
  resize: vertical;
}

.optional-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 0 0 22px;
  padding: 14px;
}

.optional-box p {
  color: var(--muted);
  line-height: 1.45;
  margin: 8px 0 0 28px;
}

.inline-message {
  background: #fff7d1;
  border-left: 4px solid var(--yellow);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 800;
  margin: 12px 0 0 28px;
  padding: 10px 12px;
}

.checkbox-row {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}

.checkbox-row input {
  accent-color: var(--navy);
  min-height: auto;
  width: 18px;
}

.custom-fields {
  border-left: 4px solid var(--yellow);
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding-left: 16px;
}

.custom-fields label {
  margin: 0;
}

.custom-fields input {
  font-family: var(--title);
  font-size: 22px;
  min-height: 54px;
  text-transform: uppercase;
}

.quantity-row {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: 74px 88px 1fr;
}

.quantity-row .qty-label {
  align-self: center;
  display: block;
  margin: 0;
}

.quantity-row input {
  min-width: 0;
}

.quantity-row .primary-btn {
  min-width: 220px;
}

.post-add-choice {
  background: #f7f8fb;
  border: 1px solid var(--line);
  border-left: 4px solid var(--yellow);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
}

.post-add-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.4fr;
}

.compact-btn {
  min-height: 44px;
}

.primary-btn,
.submit-btn {
  align-items: center;
  background: var(--yellow);
  border: 1px solid #0d0d0d;
  border-radius: var(--radius);
  color: #080808;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}

.primary-btn::after,
.submit-btn::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 10px;
  margin-left: 20px;
  transform: rotate(45deg);
  width: 10px;
}

.submit-btn.is-submitting::after {
  display: none;
}

.submit-spinner {
  border: 3px solid rgba(8, 8, 8, 0.2);
  border-top-color: #080808;
  border-radius: 50%;
  display: none;
  height: 20px;
  margin-left: 14px;
  width: 20px;
}

.submit-btn.is-submitting .submit-spinner {
  animation: spin 0.75s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.details-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
}

.order-summary,
.customer-form {
  padding: 24px 28px;
}

.section-heading {
  align-items: center;
  border-bottom: 1px solid #e4e5e8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

h2 {
  font-size: 24px;
  margin: 0;
}

.section-heading span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.order-items {
  display: grid;
  gap: 10px;
}

.order-line {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  padding: 14px;
}

.order-line strong {
  display: block;
  margin-bottom: 5px;
}

.order-line span {
  color: var(--muted);
  display: block;
  line-height: 1.45;
}

.remove-line {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  height: 34px;
  width: 34px;
}

.total-row {
  align-items: center;
  border-top: 1px solid #e4e5e8;
  display: flex;
  font-size: 17px;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 18px;
}

.subtle-total {
  color: var(--muted);
  font-size: 15px;
  margin-top: 10px;
  padding-top: 10px;
}

.grand-total {
  color: var(--navy);
  font-size: 19px;
  font-weight: 800;
  margin-top: 10px;
  padding-top: 10px;
}

.shipping-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  margin: 12px 0 0;
}

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

.checkout-fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}

.checkout-fieldset legend {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

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

.checkout-grid label {
  margin: 0;
}

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

.billing-toggle {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 20px;
  padding: 14px;
}

.invoice-confirmation {
  align-items: flex-start;
  background: #fffdf0;
  border: 1px solid #ead27a;
  border-radius: var(--radius);
  margin: 2px 0 12px;
  padding: 14px;
}

.privacy-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 18px;
}

.notice {
  background: #f7f8fb;
  border-left: 4px solid var(--navy);
  border-radius: var(--radius);
  display: grid;
  gap: 6px;
  line-height: 1.45;
  margin: 4px 0 22px;
  padding: 14px 16px;
}

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

.submit-btn {
  width: 100%;
}

.basket-heading {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-bottom: 24px;
}

.basket-heading h1 {
  margin: 0;
}

.text-btn {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  min-height: 44px;
  padding: 0 16px;
}

.confirmation-backdrop {
  align-items: center;
  background: rgba(8, 12, 22, 0.62);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 30;
}

.confirmation {
  background: var(--navy);
  border-radius: var(--radius);
  color: var(--white);
  max-width: 520px;
  padding: 28px;
  text-align: center;
  width: 100%;
}

.confirmation strong {
  display: block;
  font-family: var(--title);
  font-size: 32px;
  line-height: 1;
}

.modal-backdrop {
  align-items: center;
  background: rgba(8, 12, 22, 0.62);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 20;
}

.modal-panel {
  background: var(--white);
  border-radius: var(--radius);
  max-height: min(820px, calc(100vh - 48px));
  max-width: 1120px;
  overflow: auto;
  padding: 28px;
  width: 100%;
}

.modal-heading {
  align-items: center;
  border-bottom: 1px solid #e4e5e8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.icon-button {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  height: 38px;
  width: 38px;
}

.size-guide-layout {
  display: grid;
  align-items: start;
  gap: 24px;
  grid-template-columns: 320px minmax(0, 1fr);
}

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

th,
td {
  border-bottom: 1px solid #e4e5e8;
  padding: 12px 10px;
  text-align: left;
}

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

.size-table-wrap {
  min-width: 0;
  overflow: auto;
}

.size-table {
  min-width: 980px;
}

.size-table .fit-heading th {
  background: var(--navy);
  border-bottom: 0;
  color: var(--yellow);
  font-family: var(--title);
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1;
  padding: 20px 28px 18px;
  text-align: left;
  text-transform: none;
}

.size-table thead tr:not(.fit-heading) th {
  color: #55585f;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
  vertical-align: bottom;
}

.size-table thead small {
  color: #55585f;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 2px;
  text-transform: uppercase;
}

.size-table .adult-heading th {
  border-top: 22px solid var(--white);
}

.size-table[data-preferred-unit="cm"] tr > :nth-child(3),
.size-table[data-preferred-unit="cm"] tr > :nth-child(5),
.size-table[data-preferred-unit="in"] tr > :nth-child(2),
.size-table[data-preferred-unit="in"] tr > :nth-child(4) {
  display: none;
}

.size-table tbody th {
  color: var(--navy);
  font-size: 18px;
  text-transform: uppercase;
}

.size-table td {
  color: #2f465c;
  font-weight: 800;
  white-space: nowrap;
}

.size-table small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.table-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 12px;
}

.measurement-card {
  background: linear-gradient(180deg, #fffdf0 0%, #f7f8fb 62%);
  border: 2px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(24, 35, 64, 0.12);
  padding: 22px;
  position: sticky;
  top: 0;
}

.measurement-card h3 {
  font-family: var(--title);
  font-size: 32px;
  margin: 0 0 10px;
}

.measurement-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 16px;
}

.helper-callout {
  background: var(--navy);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  padding: 7px 11px;
  text-transform: uppercase;
}

.unit-toggle {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  padding: 4px;
}

.unit-toggle button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 900;
  min-height: 38px;
}

.unit-toggle button.active {
  background: var(--navy);
  color: var(--white);
}

.measurement-inputs {
  display: grid;
  gap: 14px;
}

.measurement-inputs label {
  margin: 0;
}

.input-with-unit {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
}

.height-imperial-field {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.input-with-unit input {
  border-radius: var(--radius) 0 0 var(--radius);
}

.input-with-unit span {
  background: var(--white);
  border: 1px solid #aeb2ba;
  border-left: 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--muted);
  font-weight: 800;
  min-height: 44px;
  padding: 12px;
}

.recommendation {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  color: var(--muted);
  line-height: 1.45;
  margin: 16px 0 12px;
  min-height: 74px;
  padding: 14px;
}

.recommendation strong {
  color: var(--navy);
  display: block;
  font-family: var(--title);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.use-size-btn {
  background: var(--yellow);
  border-color: var(--ink);
  width: 100%;
}

.confirmation p {
  color: #e6ebf8;
  line-height: 1.45;
  margin: 6px 0 0;
}

.confirmation button {
  background: var(--yellow);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  margin-top: 18px;
  min-height: 46px;
  padding: 0 28px;
}

.confirmation-page {
  display: grid;
  min-height: calc(100vh - 314px);
  place-items: center;
}

.confirmation-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(24, 35, 64, 0.12);
  max-width: 900px;
  padding: 44px;
  width: 100%;
}

.confirmation-card h1 {
  margin-bottom: 12px;
}

.confirmation-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 26px;
  max-width: 720px;
}

.confirmation-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 26px;
}

.confirmation-grid div,
.confirmation-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.confirmation-grid span {
  color: var(--muted);
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.confirmation-grid strong {
  font-size: 22px;
}

.confirmation-summary {
  margin-bottom: 16px;
}

.confirmation-summary h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.confirmation-summary p {
  margin: 0;
}

.confirmation-line {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 12px 0;
}

.confirmation-line:first-child {
  border-top: 0;
  padding-top: 0;
}

.confirmation-line:last-child {
  padding-bottom: 0;
}

[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .brand-strip {
    padding: 18px 22px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .product-layout,
  .details-layout {
    grid-template-columns: 1fr;
  }

  .product-panel {
    align-self: stretch;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 22px 12px 36px;
  }

  .brand-strip {
    min-height: 72px;
  }

  .macron-logo {
    height: 46px;
    width: 38px;
  }

  .alba-logo {
    height: 50px;
    width: 50px;
  }

  .divider {
    height: 44px;
  }

  .footer-inner {
    padding: 24px 22px;
  }

  .breadcrumb {
    font-size: 14px;
  }

  .image-stage {
    padding: 18px;
  }

  .landing-view,
  .confirmation-page {
    min-height: calc(100vh - 272px);
  }

  .landing-hero {
    min-height: 480px;
    padding: 42px 18px;
  }

  .landing-tags {
    display: grid;
    gap: 6px;
  }

  .landing-tags span {
    display: none;
  }

  .confirmation-card {
    padding: 28px 18px;
  }

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

  .confirmation-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .thumb {
    height: 92px;
    width: 100px;
  }

  .product-panel,
  .order-summary,
  .customer-form {
    padding: 22px 18px;
  }

  .title-row,
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  h1 {
    font-size: 28px;
  }

  .price-grid,
  .form-grid,
  .checkout-grid,
  .quantity-row {
    grid-template-columns: 1fr;
  }

  .quantity-row .primary-btn {
    min-width: 0;
  }

  .post-add-actions {
    grid-template-columns: 1fr;
  }

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

  .size-guide-layout {
    grid-template-columns: 1fr;
  }
}
