.pzs-rabat-wrapper {
  margin-top: 2rem;
}

.pzs-rabat-box {
  background: linear-gradient(135deg, #ffffff 0%, #ffeaf3 100%);
  border-radius: 18px;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.pzs-rabat-header {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
}

.pzs-rabat-badge {
  font-size: 3rem;
  font-weight: 900;
  color: transparent;
  background-image: linear-gradient(135deg, #ff3c83, #ff6ba3);
  -webkit-background-clip: text;
  background-clip: text;
}

.pzs-rabat-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

.pzs-rabat-subtitle {
  font-size: 1.2rem;
  color: #555555;
  margin: 0;
}

.pzs-rabat-note {
  font-size: 1.2rem;
  color: #777777;
  margin: 0.15rem 0 0;
}

.pzs-rabat-locked {
font-size: 1.2rem;
    font-weight: 700;
    color: #ff3f85;
}

.pzs-rabat-wrapper-note {
  margin-top: 0.5rem;
  font-size: 1.0rem;
  color: #777777;
  width: 100%;
}

.pzs-rabat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.9rem;
}

.pzs-rabat-product {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
  transform: translateY(0);
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, filter 0.18s ease-out, opacity 0.18s ease-out;
}

.pzs-rabat-product img {
  display: block;
  width: 100%;
  height: auto;
}

.pzs-rabat-product::after {
  content: "Dodaj w promocji";
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
}

.pzs-rabat-product:hover,
.pzs-rabat-product:focus-visible {
  outline: none;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.pzs-rabat-product--selected {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 18px 40px rgba(255, 60, 131, 0.55);
}

.pzs-rabat-product--selected::after {
  content: "Wybrano";
  background: linear-gradient(135deg, #ff3c83, #ff6ba3);
}

.pzs-rabat-product--dimmed {
  opacity: 0.45;
  filter: grayscale(0.3);
  box-shadow: none;
}

.pzs-rabat-product--locked::after {
  content: '';
}

.pzs-rabat-box--locked .pzs-rabat-product,
.pzs-rabat-product--locked {
  cursor: default;
}

.pzs-rabat-box--locked .pzs-rabat-product:hover,
.pzs-rabat-box--locked .pzs-rabat-product:focus-visible {
  transform: translateY(0);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

.pzs-rabat-box--locked .pzs-rabat-grid {
  position: relative;
}

.pzs-rabat-box--locked .pzs-rabat-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  backdrop-filter: blur(2px) saturate(0.7);
  border-radius: 15px;
}

.pzs-rabat-grid-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  z-index: 3;
  pointer-events: none;
  color: #ffffff;
  font-size: 1.2rem;
}

.pzs-rabat-grid-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.pzs-rabat-grid-overlay-icon {
  font-size: 2.6rem;
}

/* Warianty layoutu */

.pzs-rabat-layout-1 .pzs-rabat-box {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
}

.pzs-rabat-layout-1 .pzs-rabat-grid {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.pzs-rabat-layout-2 .pzs-rabat-box {
  max-width: 960px;
  margin: 0 auto 1.5rem;
  padding: 1.4rem 1.6rem 1.2rem;
  border-radius: 14px;
}

.pzs-rabat-layout-2 .pzs-rabat-header {
  margin-bottom: 0.9rem;
}

.pzs-rabat-layout-2 .pzs-rabat-grid {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.pzs-rabat-layout-3 .pzs-rabat-box {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  background: #ffffff;
  border-radius: 18px;
  padding: 1.5rem 1.5rem 1.25rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.pzs-rabat-layout-3 .pzs-rabat-header {
  flex: 0 0 40%;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  margin: -0.4rem -0.4rem 1rem;
}

.pzs-rabat-layout-3 .pzs-rabat-grid {
  flex: 1;
  margin-top: 0.2rem;
}

@media (max-width: 640px) {
  .pzs-rabat-box {
    padding: 1.2rem 1.1rem 1.1rem;
  }

  .pzs-rabat-title {
    font-size: 1rem;
  }

  .pzs-rabat-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }

  .pzs-rabat-layout-3 .pzs-rabat-box {
    flex-direction: column;
  }

  .pzs-rabat-layout-3 .pzs-rabat-header {
    margin: -0.2rem -0.2rem 0.8rem;
  }
}
