/* Tutaj jest miejsce na Twoje style */
.disclaimer {
  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: 800px;
  margin: 0 auto;
  margin-bottom: 32px;
  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;
}


.category {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 86px;
  overflow: hidden;
  padding-bottom: 64px;
}

.category:nth-child(even) {
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .category {
    padding: 100px 0;
  }
}

/* padding fix */
@media (max-width: 768px) {
  .category .container-md {
    padding: 0;
  }
}

.category__banner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 0 0 32px 32px;
  color: #fff;
  border: 1px solid #5f1ef9;
}

@media (min-width: 768px) {
  .category__banner {
    flex-direction: row;
    align-items: center;
    border-radius: 32px;
  }
}

.category__banner h2 {
  font-size: 2.4rem;
  color: #000;

}

/* @media (min-width: 576px) {
  .category__banner h2 {
    margin-bottom: 32px;
  }
} */

.category__banner-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 40%;
  /* padding: 64px 16px 48px 16px; */
  text-align: center;
}

@media (min-width: 576px) {
  .category__banner-copy {
    text-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .category__banner-copy {
    padding: 0 64px;
  }
}

.category__banner-image {
  position: relative;
  height: 100%;
  min-height: 240px;
  flex-basis: 60%;
  border-radius: 32px;
  overflow: hidden;
}

.category__banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.baner__category-row {
  display: flex;
  justify-content: center;
}

.baner__category {
  display: flex;
  min-height: 170px;
  border-radius: 32px;
  align-items: center;
  text-align: center;
  border: 1px solid #5f1ef9;
  margin-bottom: 60px;
}

.sluchawki {
  background-image: url(../../img/main/słuchawki.jpg);
  background-size: auto;
  background-position: right;
}

.telewizory {
  background-image: url(../../img/main/tv.jpg);
  background-size: auto;
  background-position: right;
}

.smartfony {
  background-image: url(../../img/main/smartfony.jpg);
  background-size: auto;
  background-position: right;
}

.baner__category-copy {
  padding-left: 40px;
  color: #fff;
}

@media (max-width:992px) {
  .sluchawki {
    background-image: url(../../img/main/słuchawki.jpg);
    background-size: cover;
    background-position: center;
  }

  .telewizory {
    background-image: url(../../img/main/tv.jpg);
    background-size: auto;
    background-position: center;
  }

  .smartfony {
    background-image: url(../../img/main/smartfony.jpg);
    background-size: auto;
    background-position: center;
  }

}

@media (max-width:500px) {

  .baner__category {
    display: flex;
    min-height: 170px;
    border-radius: 32px;
    align-items: center;
    text-align: center;
    justify-content: right;
    border: 1px solid #5f1ef9;
    margin-bottom: 60px;
  }

  .baner__category-copy {
    padding-right: 20px;
    color: #000;
  }

  .sluchawki {
    background-image: url(../../img/main/słuchawki.jpg);
    background-size: auto;
    background-position: right;
  }

  .telewizory {
    background-image: url(../../img/main/tv.jpg);
    background-size: auto;
    background-position: right;
  }

  .smartfony {
    background-image: url(../../img/main/tv.jpg);
    background-size: auto;
    background-position: right;
  }
}
