/* Tutaj jest miejsce na Twoje style */
.disclaimer {
  text-align: center;
  font-size: 14px;
  max-width: 860px;
  margin: 0 auto;
}

.footer {
  position: relative;
  margin-bottom: 48px;
}

.footer img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 32px;
}

.gfx {
  position: absolute;
  opacity: 0.6;
  z-index: -1;
}

.gfx--1 {
  margin-top: 86px;
  top: 60vh;
  left: -264px;
}

.gfx--2 {
  right: -164px;
  margin-top: 186px;
}

.gfx--prod {
  opacity: 0.2;
  width: 100%;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.2s linear;
  border-radius: 16px;
}

.packshot {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  cursor: pointer;
  padding: 6px;
}

.input-wrapper label {
  pointer-events: all;
}

.input-wrapper input {
  width: 16px;
  height: 16px;
}

.cta-link {
  color: #0067c7;
}

.cta-link:hover {
  color: #0067c7;
  text-decoration: underline;
}
