:root {
  --ink: #10271e;
  --ink-soft: #26392f;
  --forest: #183b2e;
  --leaf: #7fb547;
  --amber: #3f7f1e;
  --brick: #a71e22;
  --paper: #fbfaf4;
  --paper-deep: #ede5d4;
  --surface: #ffffff;
  --line: #ddd4c1;
  --muted: #687068;
  --shadow: 0 18px 50px rgba(16, 39, 30, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body.no-scroll {
  overflow: hidden;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px 40px;
  background: rgba(251, 250, 244, 0.94);
  border-bottom: 1px solid rgba(16, 39, 30, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  font-weight: 900;
}

.brand-logo {
  width: 202px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav a {
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  border-color: var(--amber);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.language-control {
  display: grid;
  gap: 2px;
  min-width: 82px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.language-control select {
  min-height: 38px;
  padding: 7px 28px 7px 10px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.button,
.ghost-button,
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
}

.button {
  gap: 8px;
  padding: 12px 18px;
  color: #fffdf8;
  background: var(--forest);
  border: 1px solid var(--forest);
  box-shadow: 0 12px 24px rgba(24, 59, 46, 0.2);
}

.button:hover,
.ghost-button:hover,
.chip:hover {
  transform: translateY(-1px);
}

.button-light {
  color: var(--ink);
  background: rgba(251, 250, 244, 0.94);
  border-color: rgba(251, 250, 244, 0.82);
  box-shadow: none;
}

.button-small {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 0.92rem;
}

.button-full {
  width: 100%;
}

.bordered {
  border-color: var(--line);
}

.ghost-button {
  min-height: 42px;
  padding: 10px 13px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.order-phone {
  display: grid;
  gap: 1px;
  min-width: 190px;
  padding: 8px 14px;
  color: #fffaf0;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 8px;
  text-align: left;
}

.order-phone span {
  color: #b5d77e;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-phone strong {
  font-size: 0.98rem;
  line-height: 1.15;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  min-height: 86vh;
  overflow: hidden;
  background: var(--ink);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/biobrig-loose.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 39, 30, 0.9), rgba(16, 39, 30, 0.57) 48%, rgba(16, 39, 30, 0.24)),
    rgba(16, 39, 30, 0.12);
}

.hero-imprint {
  position: absolute;
  z-index: 1;
  right: clamp(36px, 12vw, 190px);
  top: clamp(210px, 38vh, 360px);
  color: rgba(255, 255, 255, 0.13);
  font-size: clamp(2.8rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  mix-blend-mode: soft-light;
  opacity: 0.9;
  text-shadow:
    0 -2px 2px rgba(0, 0, 0, 0.72),
    0 2px 2px rgba(255, 255, 255, 0.16);
  transform: rotate(-8deg) skewX(-4deg);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  align-self: end;
  margin: 0 auto;
  padding: 116px 0 72px;
  color: #fffaf0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 4.6rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin: 48px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-points div {
  min-height: 92px;
  padding: 18px;
  background: rgba(17, 23, 19, 0.82);
  color: #fffaf0;
}

.hero-points dt {
  color: var(--amber);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.hero-points dd {
  margin-top: 8px;
  margin-left: 0;
  color: rgba(255, 250, 240, 0.76);
}

.section,
.quick-order,
.production-band,
.lead-section {
  padding: 78px 0;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.quick-order {
  background: var(--ink);
  color: #fffaf0;
}

.quick-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr 0.9fr;
  gap: 16px;
  align-items: end;
}

.quick-grid h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.quick-grid label {
  color: rgba(255, 250, 240, 0.82);
}

.quick-total {
  display: grid;
  gap: 4px;
  min-height: 80px;
  padding: 14px 16px;
  background: #223027;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.quick-total span,
.quick-total a {
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.quick-total strong {
  color: var(--amber);
  font-size: 1.5rem;
  line-height: 1;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.heading-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 26px;
}

.heading-row > div {
  max-width: 760px;
}

.section-heading h2,
.calc-layout h2,
.production-layout h2,
.lead-layout h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.calc-layout p,
.production-layout p,
.lead-layout p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.catalog-tools,
.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.chip {
  min-height: 38px;
  padding: 8px 14px;
  color: var(--ink-soft);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: none;
}

.chip.active {
  color: #fffaf0;
  background: var(--ink);
  border-color: var(--ink);
}

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

.product-card,
.buyer-grid article,
.article-card,
.contract-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 23, 19, 0.08);
}

.product-image {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #d8d1c3;
}

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

.product-body {
  display: grid;
  gap: 13px;
  padding: 18px;
}

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

.tag {
  padding: 5px 8px;
  color: var(--forest);
  background: #eef1e9;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 900;
}

.product-card h3 {
  min-height: 58px;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.18;
}

.product-card p {
  min-height: 72px;
  margin: 0;
  color: var(--muted);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price strong {
  font-size: 1.55rem;
}

.spec-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ece6dc;
}

.spec-list span:last-child {
  font-weight: 900;
  text-align: right;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.calc-section {
  background: var(--paper-deep);
}

.calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr) minmax(300px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.equivalent-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.equivalent-row div {
  min-height: 82px;
  padding: 14px;
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.equivalent-row strong,
.equivalent-row span {
  display: block;
}

.equivalent-row strong {
  color: var(--brick);
  font-size: 1.35rem;
}

.equivalent-row span {
  color: var(--muted);
  font-weight: 800;
}

.calculator,
.lead-form,
.payment-form,
.admin-panel,
.article-editor {
  display: grid;
  gap: 14px;
}

.calculator,
.payment-form {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(47, 92, 65, 0.12);
}

.calc-result,
.payment-summary {
  padding: 22px;
  color: #fffaf0;
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.calc-result {
  position: sticky;
  top: 96px;
}

.result-label {
  margin: 0;
  color: var(--amber);
  font-weight: 900;
  text-transform: uppercase;
}

.calc-result > strong,
.payment-summary strong {
  display: block;
  margin-top: 8px;
  color: var(--amber);
  font-size: 2.8rem;
  line-height: 1;
}

.calc-result > span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 250, 240, 0.72);
}

.calc-result dl {
  display: grid;
  gap: 1px;
  margin: 22px 0;
  background: rgba(255, 255, 255, 0.15);
}

.calc-result dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  background: var(--ink);
}

.calc-result dt,
.calc-result dd {
  margin: 0;
}

.calc-result dd {
  color: var(--amber);
  font-weight: 900;
  text-align: right;
}

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

.dealers-section {
  background: #fffaf1;
}

.dealer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.map-panel {
  min-height: 420px;
  overflow: hidden;
  background: #dfe5d6;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 23, 19, 0.08);
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.dealer-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 23, 19, 0.08);
}

.dealer-card > span {
  color: var(--brick);
  font-weight: 900;
  text-transform: uppercase;
}

.dealer-card h3,
.dealer-card p,
.dealer-card dl {
  margin: 0;
}

.dealer-card p {
  color: var(--muted);
}

.dealer-card dl {
  display: grid;
  gap: 1px;
  background: #ece6dc;
}

.dealer-card dl div {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  background: var(--surface);
}

.dealer-card dt,
.dealer-card dd {
  margin: 0;
}

.dealer-card dt {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dealer-card dd {
  font-weight: 900;
}

.dealer-cta-section {
  color: #fffaf0;
  background: var(--ink);
}

.dealer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr) auto;
  gap: 22px;
  align-items: center;
}

.dealer-cta p {
  color: rgba(255, 250, 240, 0.74);
}

.dealer-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.dealer-benefits div {
  min-height: 116px;
  padding: 16px;
  background: #223027;
}

.dealer-benefits strong,
.dealer-benefits span {
  display: block;
}

.dealer-benefits strong {
  color: var(--amber);
  font-size: 1.25rem;
}

.dealer-benefits span {
  margin-top: 8px;
  color: rgba(255, 250, 240, 0.72);
}

.buyer-grid article {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 22px;
}

.buyer-grid span {
  color: var(--brick);
  font-weight: 900;
}

.buyer-grid h3,
.article-card h3,
.contract-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.buyer-grid p,
.article-card p,
.contract-card p {
  margin: 0;
  color: var(--muted);
}

.buyer-grid a,
.article-card a {
  align-self: end;
  color: var(--forest);
  font-weight: 900;
}

.production-band {
  background: #dfe5d6;
}

.production-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
}

.production-layout img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  background: var(--forest);
  border-radius: 50%;
  content: "";
}

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

.delivery-timeline div {
  min-height: 190px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.delivery-timeline span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  place-items: center;
  color: #fffaf0;
  background: var(--forest);
  border-radius: 50%;
  font-weight: 900;
}

.delivery-timeline h3,
.delivery-timeline p {
  margin: 0;
}

.delivery-timeline p {
  margin-top: 8px;
  color: var(--muted);
}

.contract-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.contract-card .button {
  align-self: end;
}

.payment-section {
  background: var(--paper-deep);
}

.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.payment-summary p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
}

.payment-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.payment-status {
  margin-top: 14px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.95rem;
}

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

.article-card {
  display: grid;
  gap: 14px;
  min-height: 230px;
  padding: 20px;
}

.article-card span {
  color: var(--brick);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-section {
  color: #fffaf0;
  background: var(--ink);
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 34px;
  align-items: start;
}

.lead-layout p {
  color: rgba(255, 250, 240, 0.74);
}

.lead-form {
  padding: 22px;
  background: #223027;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.lead-form label {
  color: rgba(255, 250, 240, 0.84);
}

.form-note {
  margin: 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.92rem;
}

.site-footer {
  padding: 40px 0;
  color: #fffaf0;
  background: #0d110f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 28px;
}

.footer-grid p,
.footer-grid a {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 250, 240, 0.72);
}

.footer-grid h3 {
  margin: 0 0 8px;
}

.footer-brand {
  margin-bottom: 10px;
}

.brand-logo-reverse {
  width: 210px;
}

.admin-dialog {
  width: min(1040px, calc(100% - 24px));
  max-height: calc(100vh - 30px);
  padding: 0;
  color: var(--ink);
  background: var(--surface);
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-dialog::backdrop {
  background: rgba(17, 23, 19, 0.72);
}

.admin-panel {
  padding: 22px;
}

.admin-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-head h2 {
  margin: 0;
  font-size: 1.8rem;
}

.admin-section {
  display: none;
}

.admin-section.active {
  display: grid;
  gap: 16px;
}

.admin-add-product {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  background: #f7f4ee;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-add-product label:nth-child(4) {
  grid-column: span 2;
}

.admin-product-list,
.admin-articles,
.admin-leads {
  display: grid;
  gap: 10px;
}

.admin-row,
.lead-row {
  display: grid;
  grid-template-columns: 1.1fr 0.5fr 0.7fr 1fr;
  gap: 10px;
  padding: 12px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-description {
  grid-column: 1 / -1;
}

.lead-row {
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
}

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

.empty-state {
  margin: 0;
  padding: 18px;
  color: var(--muted);
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 24px;
  }

  .nav,
  .header-actions {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero h1 {
    font-size: 3.4rem;
  }

  .hero-points,
  .quick-grid,
  .calc-layout,
  .payment-layout,
  .lead-layout,
  .production-layout,
  .dealer-layout,
  .dealer-cta {
    grid-template-columns: 1fr 1fr;
  }

  .quick-grid > div:first-child,
  .calc-layout > div:first-child {
    grid-column: 1 / -1;
  }

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

  .buyer-grid,
  .delivery-timeline,
  .contract-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
  }

  .brand-logo {
    width: 160px;
  }

  .nav {
    gap: 12px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background: rgba(17, 23, 19, 0.72);
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    padding: 82px 0 52px;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-points {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .hero-points div {
    min-height: 76px;
    padding: 14px;
  }

  .section,
  .quick-order,
  .production-band,
  .lead-section {
    padding: 56px 0;
  }

  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .heading-row,
  .quick-grid,
  .calc-layout,
  .payment-layout,
  .lead-layout,
  .production-layout,
  .dealer-layout,
  .dealer-cta,
  .dealer-benefits,
  .product-grid,
  .buyer-grid,
  .delivery-timeline,
  .contract-grid,
  .article-grid,
  .footer-grid,
  .admin-add-product,
  .admin-row,
  .lead-row {
    grid-template-columns: 1fr;
  }

  .heading-row {
    align-items: start;
  }

  .section-heading h2,
  .calc-layout h2,
  .production-layout h2,
  .lead-layout h2 {
    font-size: 2rem;
  }

  .product-card h3,
  .product-card p {
    min-height: 0;
  }

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

  .calc-result {
    position: static;
  }

  .admin-add-product label:nth-child(4) {
    grid-column: auto;
  }
}
