/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
/*	Import components
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 1.6rem);
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-bottom: 8rem;
}
@media (min-width: 450px) {
  .products {
    margin-bottom: 10rem;
  }
}
@media (min-width: 850px) {
  .products {
    margin-bottom: 16rem;
  }
}
.products .product {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 1.6rem);
  margin: 0.8rem;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .product h3 {
  margin-bottom: 2.7rem;
  font-family: "Rubik-medium", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.222;
  color: black;
}
.products .product .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D42028;
  font-family: "Rubik-medium", sans-serif;
  font-weight: 500;
}
.products .product .more span {
  text-decoration: underline;
}
.products .product .more svg {
  padding-right: 0.5rem;
  -webkit-transition: padding 0.15s ease;
  transition: padding 0.15s ease;
}
.products .product:hover {
  border-color: #D42028;
}
.products .product:hover .more svg {
  padding-left: 0.5rem;
  padding-right: 0;
}
@media (min-width: 450px) {
  .products .product {
    width: calc(50% - 1.6rem);
  }
}
@media (min-width: 850px) {
  .products .product {
    width: calc(25% - 1.6rem);
  }
}

#produkty {
  padding-top: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 450px) {
  #produkty {
    padding-top: 4rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 850px) {
  #produkty {
    padding-top: 4rem;
    margin-bottom: 13rem;
  }
}

/*	Category description
======================================================================== */
.category-description {
  margin-bottom: 5rem;
}
@media (min-width: 450px) {
  .category-description {
    margin-bottom: 10rem;
  }
}
@media (min-width: 850px) {
  .category-description {
    margin-bottom: 13rem;
  }
}

/* #region FLEXIBLE CONTENT ======================================================================= */
.flexible ul {
  list-style-type: circle;
  margin-left: 1.2rem;
}
.flexible ul li::marker {
  content: "- ";
  font-size: 1em;
}
.flexible p {
  margin-bottom: 2.8rem;
  line-height: 1.75;
}

/*	Centered section
======================================================================== */
.centered-text {
  max-width: 81.6rem;
  margin: 0 auto 6rem;
}
@media (min-width: 450px) {
  .centered-text {
    margin-bottom: 8rem;
  }
}
@media (min-width: 850px) {
  .centered-text {
    margin-bottom: 16rem;
  }
}
.centered-text__title {
  max-width: 42rem;
  margin: 0 auto 2.4rem;
}

/*	Doublecolumn
======================================================================== */
.doublecolumn {
  margin-top: 4rem;
}
@media (min-width: 450px) {
  .doublecolumn {
    margin-top: 6rem;
  }
}
@media (min-width: 850px) {
  .doublecolumn {
    margin-top: 8rem;
  }
}

/* #endregion */
/*# sourceMappingURL=tax-product_category.css.map */
