
/* MJ Reclame — sprzedażowa podstrona odzieży, kolory zgodne z tabelą Wymiary i kolory */
.sales-apparel{margin-top:48px}
.sales-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:stretch;padding:clamp(26px,4vw,46px);border-radius:34px;border:1px solid rgba(71,223,0,.24);background:radial-gradient(circle at 16% 16%,rgba(71,223,0,.22),transparent 34%),linear-gradient(135deg,rgba(11,17,15,.96),rgba(5,9,8,.92));box-shadow:0 28px 88px rgba(0,0,0,.34)}
.sales-kicker{margin:0 0 8px;color:#47df00;font-size:.8rem;font-weight:950;text-transform:uppercase;letter-spacing:.13em}
.sales-hero h2{margin:0 0 14px;font-family:Oswald,Arial,sans-serif;text-transform:uppercase;font-size:clamp(2.2rem,5vw,4.7rem);line-height:.96;color:#fff}
.sales-hero p{max-width:900px;color:#dce6df;line-height:1.62;margin:0}
.sales-how{border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.055);padding:22px}
.sales-how h3{margin:0 0 10px;color:#fff;font-family:Oswald,Arial,sans-serif;text-transform:uppercase;font-size:1.7rem}
.sales-how ol{margin:0;padding-left:20px;color:#dce6df;line-height:1.55}

.apparel-info-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;margin:26px 0}
.palette-panel,.sizes-panel{border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),rgba(8,13,11,.82);box-shadow:0 24px 74px rgba(0,0,0,.25);padding:22px}
.panel-head h3{margin:0 0 10px;font-family:Oswald,Arial,sans-serif;text-transform:uppercase;color:#fff;font-size:2rem}
.panel-head p:not(.sales-kicker){color:#dce6df;line-height:1.55;margin:0 0 16px}
.palette-grid{display:flex;flex-wrap:wrap;gap:9px;max-height:330px;overflow:auto;padding:2px 4px 6px 2px}
.palette-color,.product-color{display:inline-flex;align-items:center;gap:7px;min-height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.055);color:#fff;padding:4px 9px 4px 5px;font-weight:950;font-size:.78rem;cursor:pointer}
.palette-color .color-dot,.product-color .color-dot{width:22px;height:22px;border-radius:999px;background:var(--swatch);border:2px solid rgba(255,255,255,.38);box-shadow:inset 0 0 0 2px rgba(0,0,0,.22)}
.palette-color .color-code,.product-color .color-code{line-height:1}
.palette-color:hover,.product-color:hover,.product-color.is-selected{background:#47df00;color:#061006;border-color:#47df00}
.product-color.is-selected .color-dot{border-color:rgba(0,0,0,.55)}
.size-tabs{display:grid;gap:10px}
.size-table-box{border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.04);padding:0;overflow:hidden}
.size-table-box summary{cursor:pointer;color:#fff;font-weight:950;padding:13px 15px;background:rgba(255,255,255,.055)}
.table-scroll{overflow:auto}
.size-table{width:100%;min-width:620px;border-collapse:collapse;color:#e5eee8;font-size:.9rem}
.size-table th,.size-table td{border-top:1px solid rgba(255,255,255,.10);padding:9px 10px;text-align:center}
.size-table th:first-child{text-align:left;color:#47df00}
.size-note{margin:10px 0 0;color:#c8d4ce;font-size:.9rem}

.sales-toolbar{display:grid;grid-template-columns:1fr 360px;gap:18px;align-items:end;margin:28px 0 20px}
.sales-toolbar span{display:block;margin-bottom:10px;color:#aebbb5;font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;font-weight:950}
.sales-filters{display:flex;flex-wrap:wrap;gap:9px}
.sales-filter{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.05);color:#fff;padding:10px 14px;font-weight:900;cursor:pointer}
.sales-filter:hover,.sales-filter.is-active{background:#47df00;border-color:#47df00;color:#061006}
.sales-search{width:100%;height:52px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.055);color:#fff;padding:0 18px;outline:none}
.sales-search:focus{border-color:rgba(71,223,0,.58);box-shadow:0 0 0 4px rgba(71,223,0,.10)}
.sales-count{margin:8px 0 0;color:#cbd7d1;text-align:right;font-weight:850}
.sales-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.sales-product{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:30px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),rgba(8,13,11,.82);box-shadow:0 24px 74px rgba(0,0,0,.32);transition:.2s ease}
.sales-product[hidden]{display:none}
.sales-product:hover{transform:translateY(-4px);border-color:rgba(71,223,0,.42);box-shadow:0 34px 96px rgba(0,0,0,.42),0 0 34px rgba(71,223,0,.10)}
.sales-photo-wrap{position:relative;background:#f3f5f4;min-height:330px;display:flex;align-items:center;justify-content:center}
.sales-photo-button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}
.sales-photo{display:block;width:100%;height:330px;object-fit:contain;padding:24px;mix-blend-mode:multiply}
.sales-photo.is-selected{outline:5px solid rgba(71,223,0,.55);outline-offset:-8px}
.sales-code{position:absolute;left:16px;top:16px;border-radius:999px;background:#47df00;color:#061006;font-weight:950;padding:8px 12px;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.sales-badge{position:absolute;right:16px;top:16px;border-radius:999px;background:#07100b;color:#fff;border:1px solid rgba(71,223,0,.38);font-weight:900;padding:8px 12px}
.sales-body{padding:18px;display:flex;flex-direction:column;gap:13px;flex:1}
.sales-type{margin:0;color:#47df00;font-weight:900}
.sales-body h3{margin:0;color:#fff;font-size:1.25rem;line-height:1.18}
.sales-fast{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.sales-fast div{border:1px solid rgba(255,255,255,.10);border-radius:15px;padding:10px;background:rgba(255,255,255,.04)}
.sales-fast b,.sales-label{display:block;color:#98a69f;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.09em;margin-bottom:6px}
.sales-label em{font-style:normal;color:#47df00;font-weight:950;margin-left:6px}
.sales-fast span{color:#fff;font-weight:850}
.sales-sizes{display:flex;flex-wrap:wrap;gap:7px}
.product-size{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;min-width:38px;padding:7px 9px;font-size:.78rem;font-weight:900;cursor:pointer}
.product-size.is-selected{background:#47df00;color:#061006;border-color:#47df00}
.sales-colors{display:flex;flex-wrap:wrap;gap:8px}
.sales-qty{width:112px;height:42px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;padding:0 14px;font-weight:900}
.sales-limit{border:1px solid rgba(71,223,0,.25);border-radius:16px;padding:11px;background:rgba(71,223,0,.07);color:#dce6df}
.sales-limit b{display:block;color:#47df00;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.sales-limit span{font-size:.9rem;line-height:1.42}
.selected-summary{margin:0;border:1px dashed rgba(71,223,0,.35);border-radius:14px;padding:10px 12px;color:#dce6df;background:rgba(71,223,0,.055);font-weight:800;font-size:.9rem}
.sales-details{border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:11px;background:rgba(255,255,255,.035);color:#dce6df}
.sales-details summary{cursor:pointer;color:#fff;font-weight:900}
.sales-details p{margin:9px 0 0;color:#dce6df;line-height:1.48;font-size:.92rem}
.sales-order-btn{margin-top:auto;display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;background:#47df00;color:#061006;text-decoration:none;font-weight:950}
.sales-empty{display:none;margin-top:18px;padding:24px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);color:#dce6df}
.sales-empty.is-visible{display:block}
@media(max-width:1220px){.sales-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-hero,.sales-toolbar,.apparel-info-grid{grid-template-columns:1fr}}
@media(max-width:760px){.sales-grid{grid-template-columns:1fr}.sales-photo,.sales-photo-wrap{height:290px;min-height:290px}.sales-fast{grid-template-columns:1fr}.sales-count{text-align:left}.sales-hero{padding:24px}.sales-how,.palette-panel,.sizes-panel{padding:18px}.size-table{min-width:560px}}


/* Korekta czytelności kolorów z oficjalnej tabeli */
.palette-color .color-dot,
.product-color .color-dot {
  background: var(--swatch);
  background-clip: padding-box;
}

.palette-color[data-color-code="20"] .color-dot,
.product-color[data-color-code="20"] .color-dot,
.palette-color[data-color-code="24"] .color-dot,
.product-color[data-color-code="24"] .color-dot,
.palette-color[data-color-code="97"] .color-dot,
.product-color[data-color-code="97"] .color-dot,
.palette-color[data-color-code="98"] .color-dot,
.product-color[data-color-code="98"] .color-dot {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.32), 0 8px 16px rgba(0,0,0,.18);
}


/* Zmiana zdjęcia produktu po wyborze koloru */
.sales-photo.is-loading-color { opacity:.72; filter:saturate(.85); transition:opacity .18s ease, filter .18s ease; }
.sales-photo.has-photo-fallback { opacity:.95; }


/* Podmiana zdjęć po wyborze koloru */
.sales-photo.is-loading-color {
  opacity: .74;
  filter: saturate(.85);
  transition: opacity .18s ease, filter .18s ease;
}

.sales-photo.has-photo-fallback {
  opacity: .95;
}

.photo-status {
  display: none;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(7,16,11,.88);
  color: #fff;
  font-weight: 850;
  font-size: .82rem;
  text-align: center;
  border: 1px solid rgba(71,223,0,.35);
}

.photo-status.is-visible {
  display: block;
}


/* v34 — produkty w prawej kolumnie, lewe menu Usługi/Wydawnictwo wraca na miejsce */
.product-section-head {
  margin-bottom: 22px;
}

.product-section-head h2 {
  margin: 0 0 12px;
  font-family: Bebas Neue, Anton, Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: .95;
  letter-spacing: .03em;
  color: #fff;
}

.product-section-head .story-lead {
  max-width: 820px;
}

.sales-apparel {
  margin-bottom: 34px;
}

/* produkty są teraz wewnątrz .copy-card, czyli po prawej stronie lewego menu */
.copy-card .sales-toolbar {
  margin: 22px 0 18px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: rgba(8,13,11,.58);
  grid-template-columns: 1fr minmax(240px, 330px);
}

.copy-card .sales-filters {
  gap: 7px;
}

.copy-card .sales-filter {
  padding: 8px 11px;
  font-size: .86rem;
}

.copy-card .sales-search {
  height: 46px;
  font-size: .92rem;
}

.copy-card .sales-count {
  font-size: .88rem;
}

.copy-card .sales-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 100%;
  overflow: visible;
}

.copy-card .sales-product {
  border-radius: 22px;
  box-shadow: 0 18px 52px rgba(0,0,0,.26);
}

.copy-card .sales-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 64px rgba(0,0,0,.34), 0 0 24px rgba(71,223,0,.08);
}

.copy-card .sales-photo-wrap {
  min-height: 220px;
}

.copy-card .sales-photo {
  height: 220px;
  padding: 15px;
}

.copy-card .sales-code,
.copy-card .sales-badge {
  top: 10px;
  padding: 6px 9px;
  font-size: .76rem;
}

.copy-card .sales-code {
  left: 10px;
}

.copy-card .sales-badge {
  right: 10px;
}

.copy-card .sales-body {
  padding: 13px;
  gap: 9px;
}

.copy-card .sales-body h3 {
  font-size: 1.02rem;
}

.copy-card .sales-type {
  font-size: .84rem;
}

.copy-card .sales-fast {
  gap: 7px;
}

.copy-card .sales-fast div {
  padding: 8px;
  border-radius: 12px;
}

.copy-card .sales-fast b,
.copy-card .sales-label {
  font-size: .65rem;
  margin-bottom: 5px;
}

.copy-card .sales-fast span {
  font-size: .8rem;
}

.copy-card .sales-sizes,
.copy-card .sales-colors {
  gap: 6px;
}

.copy-card .product-size {
  min-width: 32px;
  padding: 6px 8px;
  font-size: .71rem;
}

.copy-card .product-color {
  min-height: 28px;
  padding: 3px 7px 3px 4px;
  gap: 5px;
  font-size: .71rem;
}

.copy-card .product-color .color-dot {
  width: 19px;
  height: 19px;
}

.copy-card .sales-qty {
  height: 38px;
  width: 96px;
  font-size: .86rem;
}

.copy-card .selected-summary {
  padding: 8px 10px;
  font-size: .81rem;
}

.copy-card .sales-limit {
  padding: 9px;
}

.copy-card .sales-limit b {
  font-size: .68rem;
}

.copy-card .sales-limit span {
  font-size: .82rem;
}

.copy-card .sales-details {
  padding: 9px;
}

.copy-card .sales-details summary {
  font-size: .86rem;
}

.copy-card .sales-details p {
  font-size: .82rem;
}

.copy-card .sales-order-btn {
  min-height: 42px;
  font-size: .88rem;
}

@media (max-width: 1160px) {
  .copy-card .sales-toolbar {
    grid-template-columns: 1fr;
  }

  .copy-card .sales-grid {
    grid-template-columns: 1fr;
  }

  .copy-card .sales-photo,
  .copy-card .sales-photo-wrap {
    height: 250px;
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  .copy-card .sales-toolbar {
    padding: 14px;
  }
}


/* v35 — zbiorcze zapytanie ofertowe dla odzieży DTF */
.dtf-inquiry-box {
  margin: 20px 0 18px;
  padding: 18px;
  border: 1px solid rgba(71,223,0,.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(71,223,0,.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.028)),
    rgba(7,12,10,.82);
  box-shadow: 0 20px 60px rgba(0,0,0,.26);
}

.dtf-inquiry-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) 120px;
  gap: 16px;
  align-items: start;
}

.dtf-inquiry-head h3 {
  margin: 0 0 8px;
  font-family: Bebas Neue, Anton, Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
  font-size: clamp(1.8rem, 2.5vw, 2.55rem);
  line-height: .96;
}

.dtf-inquiry-head p {
  margin: 0;
  color: #dce6df;
  line-height: 1.52;
}

.dtf-inquiry-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  border-radius: 20px;
  background: rgba(71,223,0,.10);
  border: 1px solid rgba(71,223,0,.30);
  color: #fff;
}

.dtf-inquiry-summary span {
  font-size: 2.3rem;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 950;
  line-height: 1;
  color: #47df00;
}

.dtf-inquiry-summary small {
  margin-top: 4px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .68rem;
  color: #dce6df;
}

.dtf-empty {
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px dashed rgba(255,255,255,.18);
  color: #cfdad5;
  background: rgba(255,255,255,.04);
  line-height: 1.45;
}

.dtf-table-wrap {
  margin-top: 14px;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
}

.dtf-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  color: #e8f1ec;
  font-size: .9rem;
}

.dtf-table th,
.dtf-table td {
  padding: 10px 9px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  text-align: left;
  vertical-align: middle;
}

.dtf-table th {
  color: #47df00;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  background: rgba(255,255,255,.045);
}

.dtf-table td:nth-child(2),
.dtf-table td:nth-child(3),
.dtf-table td:nth-child(4) {
  white-space: nowrap;
}

.dtf-item-product {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dtf-item-product b {
  color: #fff;
}

.dtf-item-product small {
  color: #aebbb5;
  font-weight: 800;
}

.dtf-item-color {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 900;
}

.dtf-remove {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 7px 10px;
  cursor: pointer;
  font-weight: 900;
}

.dtf-remove:hover,
.dtf-clear:hover {
  background: rgba(255,255,255,.14);
}

.dtf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.dtf-clear {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 11px 14px;
  cursor: pointer;
  font-weight: 950;
}

.dtf-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  background: #47df00;
  color: #061006;
  text-decoration: none;
  padding: 0 18px;
  font-weight: 950;
}

.dtf-send.is-disabled {
  pointer-events: none;
  opacity: .55;
  filter: grayscale(.3);
}

.dtf-note {
  margin: 13px 0 0;
  color: #dce6df;
  line-height: 1.48;
  font-size: .92rem;
}

.dtf-note strong {
  color: #47df00;
}

.single-inquiry-link {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  margin-top: 8px;
  color: #dce6df;
  font-size: .82rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-inquiry-link:hover {
  color: #47df00;
}

@media (max-width: 760px) {
  .dtf-inquiry-head {
    grid-template-columns: 1fr;
  }

  .dtf-inquiry-summary {
    min-height: 72px;
    align-items: flex-start;
    padding-left: 18px;
  }

  .dtf-table {
    min-width: 560px;
  }

  .dtf-actions {
    align-items: stretch;
  }

  .dtf-clear,
  .dtf-send {
    width: 100%;
  }
}


.dtf-upload-note {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(71,223,0,.28);
  background: rgba(71,223,0,.08);
  color: #dce6df;
  line-height: 1.5;
}
.dtf-upload-note strong {
  color: #47df00;
}


/* v38 — status wysyłki formularza Netlify */
.form-submit-status {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(71,223,0,.25);
  background: rgba(71,223,0,.08);
  color: #dce6df;
  line-height: 1.45;
  font-weight: 800;
}

form[aria-busy="true"] {
  opacity: .92;
}


/* v39 — czytelniejszy błąd formularza */
.form-submit-status.is-error {
  border-color: rgba(255,90,90,.42);
  background: rgba(255,90,90,.09);
  color: #fff0f0;
}
