/* 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: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 850px) {
  #produkty {
    padding-top: 8rem;
  }
}
@media (min-width: 850px) {
  #produkty .products {
    margin-bottom: 12rem;
  }
}

/* #region ABOUT ======================================================================= */
.about__inner {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.about__title {
  color: #D42028;
}

/* #endregion */
/*# sourceMappingURL=homepage.css.map */
