/* common border radius */
/* disable text selection */
.section.section--product-top {
  padding-top: 13rem;
}
@media screen and (max-width: 1000px) {
  .section.section--product-top {
    padding-top: 6rem;
  }
}
.section.section--product-top .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section.section--product-top .container .left-col {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 630px) {
  .section.section--product-top .container .left-col {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
  }
}
.section.section--product-top .container .left-col .buttons {
  display: none;
}
@media screen and (max-width: 630px) {
  .section.section--product-top .container .left-col .buttons {
    display: block;
    text-align: center;
    margin-top: 2.4rem;
  }
}
.section.section--product-top .container .right-col {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 11.2rem;
}
@media screen and (max-width: 1000px) {
  .section.section--product-top .container .right-col {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 700px) {
  .section.section--product-top .container .right-col {
    padding-left: 3.2rem;
  }
}
@media screen and (max-width: 630px) {
  .section.section--product-top .container .right-col {
    flex: 0 0 100%;
    width: 100%;
    order: 1;
    padding-left: 0;
    text-align: center;
    padding-bottom: 2.4rem;
  }
  .section.section--product-top .container .right-col .product-points {
    text-align: left;
  }
}
.section.section--product-top .container .right-col > .text, .section.section--product-top .container .right-col .product-points {
  max-width: 32rem;
  margin: 1.6rem 0;
}
@media screen and (max-width: 630px) {
  .section.section--product-top .container .right-col > .text, .section.section--product-top .container .right-col .product-points {
    margin-left: auto;
    margin-right: auto;
    padding: 1.6rem 0;
  }
}
.section.section--product-top .container .right-col p {
  color: var(--gray400);
}
.section.section--product-top .container .right-col .buttons {
  margin-top: 3.2rem;
}
@media screen and (max-width: 630px) {
  .section.section--product-top .container .right-col .buttons {
    display: none;
  }
}

.gallery-big-wrapper {
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #cecccd;
  aspect-ratio: 464/316;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
@media screen and (max-width: 630px) {
  .gallery-big-wrapper {
    max-width: 47rem;
    margin: 0 auto;
  }
}
.gallery-big-wrapper .inner {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-big {
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.gallery-big .slick-track {
  display: flex !important;
}
.gallery-big .slick-slide {
  width: 100%;
  height: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-small {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .gallery-small {
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 630px) {
  .gallery-small {
    max-width: 47rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-small .gallery-image {
  border-radius: 0.8rem;
  overflow: hidden;
  background: #cecccd;
  aspect-ratio: 464/316;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.gallery-small .gallery-image:hover {
  cursor: pointer;
}

.section.section--product-info h2 {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #C1C7CD;
  margin-bottom: 1.6rem;
  max-width: 56rem;
}
.section.section--product-info .text {
  max-width: 56rem;
}
.section.section--product-info .text.text-with-padding {
  padding-top: 1.6rem;
}
.section.section--product-info .text .product-text-row {
  padding: 1.6rem 0 0.8rem 0;
  border-bottom: 1px solid #C1C7CD;
}
.section.section--product-info .text p {
  color: var(--gray400);
}
.section.section--product-info .link.red {
  margin-top: 3.2rem;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .section.section--product-info .link.red {
    margin-top: 1.6rem;
  }
}/*# sourceMappingURL=single-produkty.css.map */