.mpe-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #fff;
  border-top: 1px solid #e5e0da;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  font-family: inherit;
  color: #333;
}

.mpe-cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.mpe-cookie-banner__text {
  flex: 1 1 380px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.mpe-cookie-banner__text a {
  color: inherit;
  text-decoration: underline;
}

.mpe-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-shrink: 0;
}

.mpe-cookie-btn {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.mpe-cookie-btn--dark {
  background: #1c1a18;
  color: #fff;
}

.mpe-cookie-btn--outline {
  background: transparent;
  border-color: #ccc;
  color: #1c1a18;
}

.mpe-cookie-btn--text {
  background: transparent;
  color: #666;
  text-decoration: underline;
}

.mpe-cookie-panel {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 20px;
  border-top: 1px solid #eee;
}

.mpe-cookie-panel__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #f2f2f2;
}

.mpe-cookie-panel__row p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #777;
}

.mpe-cookie-panel__row input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.mpe-cookie-panel__actions {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .mpe-cookie-banner__inner { flex-direction: column; align-items: stretch; }
  .mpe-cookie-banner__actions { flex-direction: column; }
  .mpe-cookie-btn { width: 100%; text-align: center; }
}

/* Wizualne oddzielenie klastrów produktów na stronie oferty 2 za 1 - bez pokazywania nazwy grupy */
.mpe-2za1-cluster {
  margin-bottom: 2.5rem;
  padding: 1.25rem;
  background: #faf6f1;
  border-radius: 12px;
}
.mpe-2za1-cluster__caption {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #a94442;
  margin: 0 0 1rem;
}

/* Rozciągnięcie zawartości strony oferty 2 za 1 na pełną szerokość ekranu,
   niezależnie od ograniczenia szerokości narzuconego przez szablon strony motywu. */
.mpe-2za1-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-inline: clamp(16px, 4vw, 48px);
  box-sizing: border-box;
}
