body {
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}

.row .col {
  padding-left: 30px;
  padding-right: 30px;
}

h1 {
  font-size: 3.375rem;
}

h2 {
  font-size: 2.625rem;
  font-weight: 400;
}

h2 i {
  font-weight: 600;
}

h3 {
  font-size: 2.125rem;
}

h4 {
  font-size: 1.375rem;
}

p {
  font-size: 1.125rem;
}

ul {
  font-size: 1.1875rem;
  padding: 0 0 0 35px;
}

ul li {
  padding-bottom: 35px;
}

ul li::before {
  color: #80c343;
  content: "•";
  display: inline-block;
  font-weight: 700;
  margin-left: -35px;
  width: 35px;
}

p.bigger {
  font-size: 1.375rem;
}

@media (max-width: 64em) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1rem;
  }

  ul {
    font-size: 1rem;
  }

  .margin-top-mobile {
    margin-top: 70px;
  }
}

.semibold {
  font-weight: 600;
}

.section-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 40em) and (max-width: 64em) {
  .section-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 64em) and (max-width: 90em) {
  .section-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.hero {
  position: relative;
  background-color: #f5f5f5;
}

.hero .hero__image {
  width: 100%;
  padding: 0;
}

.hero .hero__image .image {
  width: 100%;
  height: auto;
}

.main-points {
  background-color: #f5f5f5;
  padding-top: 80px;
}

@media (max-width: 64em) {
  .main-points {
    padding-top: 50px;
  }
}

.main-points .main-points__item {
  margin-bottom: 75px;
  padding-right: 50px;
  padding-left: 50px;
}

.main-points .main-points__item p {
  text-align: center;
}

.main-points .main-points__item p.bold {
  margin: 0 0 18px 0;
  line-height: normal;
}

.products {
  padding-top: 100px;
  padding-bottom: 80px;
}

.main-label {
  padding-bottom: 100px;
}

@media (max-width: 64em) {
  .main-label {
    padding-bottom: 70px;
  }
}

.products .products__category {
  display: inline-flex;
  max-width: 415px;
  margin-top: 65px;
  margin-bottom: 40px;
}

.products .products__item {
  margin-bottom: 1rem;
  padding-left: 8px;
  padding-right: 8px;
}

.products .products__row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

@media (min-width: 90em) {
  .products .products__row {
    justify-content: center;
  }
}

.products .products__item .item__wrapper {
  border: 1px solid #eee;
  background-color: #fff;
  will-change: background-color, border-color;
  transition: background-color 0.5s, border-color 0.5s;
  cursor: pointer;
  height: 100%;
}

.product-description .product-description__spec .spec__title {
  margin-top: 0;
}

.product-description .product-description__spec .spec__content {
  padding-top: 20px;
}

.product-description .product-description__partners {
  padding-bottom: 100px;
}

.product-description hr {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 50px;
  margin-top: 50px;
}

.product-description .product-description__partners .partners__col {
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 33%;
}

.products .products__item .item__wrapper:hover {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}

.products .products__item .item__photo {
  position: relative;
}

.products .products__item .item__photo .item__image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.products .products__item .item__photo .item__price {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 1.875rem;
  font-weight: 400;
  color: #6b6b6b;
}

@media (max-width: 39em) {
  .products .products__item .item__photo .item__price {
    font-size: 1.375rem;
    bottom: 5px;
  }
}

.products .products__item .item__photo .item__price .color {
  color: #80c343;
}

.products .products__item .item__content {
  padding: 0 15px 15px 15px;
  text-align: center;
}

.products .products__item .item__content p {
  text-align: center;
}

@media (min-width: 40em) {
  .products .products__item .item__content {
    padding: 0 30px 30px 30px;
  }
}

@media (min-width: 90em) {
  .products .products__item .item__content {
    padding: 0 35px 35px 35px;
  }
}

.products .products__item .item__spec {
  color: #8f8f8f;
  margin-bottom: 5px;
}

@media (max-width: 90em) {
  .products .products__item .item__spec {
    font-size: 16px;
  }
}

@media (max-width: 39em) {
  .products .products__item .item__spec {
    font-size: 14px;
  }
}

.products .products__item .item__title {
  margin-top: 0;
}

@media (max-width: 39em) {
  .products .products__item .item__title {
    font-size: 18px;
  }
}

.products .products__item .item__text {
  font-size: 1.25rem;
  margin-bottom: 0;
}

@media (max-width: 90em) {
  .products .products__item .item__text {
    font-size: 1.125rem;
  }
}

@media (max-width: 39em) {
  .products .products__item .item__text {
    font-size: 1rem;
  }
}

.product-description {
  position: relative;
  background-color: #f5f5f5;
}

.product-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 100px;
}

.product-description .product-description__heading {
  position: relative;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.product-description .product-description__image {
  width: 100%;
  height: 320px;
}

.product-description__white {
  background-color: white;
}

.product-description .spec__tab {
  width: 100%;
  padding: 0 25px 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 16px 0;
  border-radius: 10px;
}

.product-description .spec__tab.spec__tab--only-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 32px;
}

@media (max-width: 64em) {
  .product-description .spec__tab.spec__tab--only-icons {
    justify-content: center;
  }
}

.product-description .spec__tab .line-vertical {
  display: none;
}

@media (min-width: 64em) { 
  .product-description .spec__tab .line-vertical {
    display: block;
    width: 1px;
    height: 60px;
    background-color: #eee;
  }
}

.product-description .spec__tab .spec__icon {
  height: 90px;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-description .spec__tab .spec__icon.spec__icon--small {
  width: auto;
  height: auto;
  max-width: 87px;
  max-height: 87px;
}

@media (max-width: 64em) {
  .product-description .spec__tab .spec__icon.spec__icon--small {
    padding: 15px;
    border-right: 1px solid #eee;
  }

  .product-description .spec__tab .spec__icon.spec__icon--small:last-child {
    border-right: 0;
  }
}

.product-description .spec__tab .spec__icon img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
}

.product-description .spec__tab .spec__desc p {
  border-left: 1px solid #eee;
  padding-left: 65px;
  font-weight: 600;
}

@media (min-width: 64em) {
  .product-description .product-description__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }

  .product-description .product-description__image::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(
      -90deg,
      rgba(245, 245, 245, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
  }
}

.product-description .product-description__image--right {
  left: auto;
  right: 0;
}

.product-description .product-description__image--right::after {
  right: auto;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.product-description .product-description__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-description .product-description__heading-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 350px;
}

@media (max-width: 40em) {
  .product-description .product-description__heading-content {
    padding-right: 45px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 90em) {
  .product-description .product-description__heading-content {
    height: 520px;
  }
}

.product-description .product-description__spec {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 40em) {
  .product-description .product-description__spec {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}

.product-description .product-description__spec .row {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.product-description .product-description__spec .spec__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

.product-description .product-description__spec .spec__title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (min-width: 64em) {
  .product-description .product-description__partners .partners__col {
    max-width: 165px;
  }
}

@media (min-width: 90em) {
  .product-description .product-description__partners .partners__col {
    max-width: 250px;
  }
}

.product-description .product-description__partners .partners__row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product-description .product-description__partners .partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-description
  .product-description__partners
  .partners__item.with-border {
  border: 1px solid #eee;
}

.product-description .partners__item-small {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 0 !important;
}

.product-description .partners__item-small img {
  padding: 0;
  max-width: 100%;
  width: auto;
  max-height: 30px;
}

.product-description .shops__row {
  width: calc(100% + 30px);
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.product-description .shops__row.shops__row--2col {
  max-width: 100%;
  margin: 0 auto;
}

.product-description .shops__col {
  position: relative;
  margin: 15px;
  flex: 0 1 calc(12.5% - 30px); /* <-- adjusting for margin */
  background-color: #fff;
  z-index: 0;
}

@media (max-width: 40em) {
  .product-description .shops__col {
    flex: 0 1 calc(50% - 30px);
  }
}

.product-description .shops__col::after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #eee;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.product-description .product-description__partners .partners__image {
  max-width: 100%;
  max-height: 100%;
}

.notes {
  padding-top: 65px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}

.notes-empty {
  padding-bottom: 0;
}

.banner-image-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.banner-image-wrapper {
  padding: 40px;
}

.notes hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 70px;
}

.notes p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.social-media {
  background-color: white;
  padding: 95px 0;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 40em) {
  .social-media {
    padding: 40px 0;
  }
}

.social-media .social-media__items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.social-media .social-media__items a {
  margin-left: 3px;
  margin-right: 3px;
}

@media (max-width: 90em) {
  .section-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 75em) {
  .product-information {
    justify-content: center;
    flex-direction: column;
    padding-bottom: 60px;
  }
}

@media (max-width: 64em) {
  .product-description .spec__tab .spec__icon {
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .product-description .spec__tab .spec__icon.margin-right-m {
    margin-right: 10px;
  }

  .banner-stars {
    padding: 10px;
  }

  .product-description .product-description__spec .spec__content-1 {
    border-right: none;
    padding-right: 0;
  }

  .product-description .product-description__spec .spec__content-2 {
    padding-left: 0;
  }

  .product-description .spec__tab .spec__desc p {
    padding-left: 20px;
    font-size: 1rem;
  }

  .product-description .shops__row {
    width: 100%;
  }
}

@media (max-width: 40em) {
  .products .products__item .item__title {
    font-size: 20px;
  }

  .product-description .product-description__spec .spec__title {
    margin-top: 0;
  }

  .product-description .product-description__spec .spec__content {
    border-right: none;
    padding: 0 10px;
  }

  .product-description .spec__tab {
    padding-left: 10px;
  }
}

.no-padding {
  padding: 0 !important;
}

.btn-00 {
  height: 46px;
}

.btn-00 sup {
  text-transform: none !important;
}

.d-none {
  display: none !important;
}

.section-title {
  background-color: #80C343;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 34px;
}

@media (max-width: 64em) {
  .section-title {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.image-text {
  background-color: #f5f5f5;
  padding: 135px 0;
}

@media (max-width: 64em) {
  .image-text {
    padding: 40px 0;
  }
}

.image-text-columns {
  padding: 100px 0;
  background-color: #000;
}

.image-text-columns.image-text-columns--light {
  background-color: #f5f5f5;
}

.image-text-columns.image-text-columns--bg-white {
  background-color: #fff;
}

@media (max-width: 64em) {
  .image-text-columns {
    padding: 40px 0;
  }
}

.image-text-columns .image-text-columns__content {
  color: #fff;
}

.image-text-columns.image-text-columns--light .image-text-columns__content,
.image-text-columns.image-text-columns--light .image-text-columns__content a {
  color: #000;
}

@media (min-width: 64em) {
  .image-text-columns .image-text-columns__content.image-text-columns__content--padding {
    padding-top: 80px;
  }

  .image-text-columns.image-text-columns--light .image-text-columns__content.image-text-columns__content--padding {
    padding-top: 30px;
  }

  .image-text-columns.image-text-columns--light .image-text-columns__content.image-text-columns__content--padding-big {
    padding-top: 90px;
  }
}

.table {
  padding: 170px 0;
  background-color: #f5f5f5;
  border: 0;
}

.table .table__img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 64em) {
  .table {
    padding: 60px 0;
  }
}

.table .table__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.table .table__row .table__col1 {
  flex: 0 0 auto;
  width: 17%;
}

@media (max-width: 64em) {
  .table .table__row .table__col1 {
    margin-top: -20px;
  }
}

.table .table__row .table__col2 {
  flex: 0 0 auto;
  width: 80%;
}

.table svg {
  width: 100%;
}

.table .table__row .table__col2-3 {
  flex: 0 0 auto;
  width: 66.6667%;
  margin-left: 33.3333%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.table .table__row .table__col2-3 > div {
  width: 50%;
}

.table .table__row .table__col2-3 > div img {
  max-height: 60px;
  width: auto;
}

.table .table__row .table__col12 {
  flex: 0 0 auto;
  width: 100%;
}

.margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}
