.section-products {
  overflow: hidden;
}

.rounded-category {
  border-radius: 0px 48px !important;
}

.rounded-category img {
  position: absolute;
  bottom: 0;
}

.rounded-category .card-body.product-card-body {

  display: flex;
  justify-content: center;
  color: transparent;
  padding: 49px 40px;
}

.rounded-category .card-body.product-card-body img:last-child {
  border-radius: 0px 48px !important;
  width: 100%;
  max-width: none;
  top: 0px;
  object-fit: cover;
  height: 100%;
  z-index: -1;

}

.rounded-category a {
  display: inline-block;
  width: 100%;
}

.rounded-category a:hover{
  color:transparent;
}

.rounded-category h5 {
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  line-height: 175%;
}

.rounded-category span {
  font-size: 20px;
}

.products-title {
  margin-bottom: 37px;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color:#000;
}

.slider__products {
  margin-left: -15px;
}

.slider__products .slick-list {
  overflow: visible;
}


.products-category-block-wrapper .slider__item {
  padding: 0 8px;
}

.products-category-block-wrapper .product-card {

  max-width: 350px;
  /* min-height: 422px;
  max-height: 422px; */
  border: none;
  border-radius: 0;
  height: 478px;
  border: 1px solid #DDDDDD;
}

.card-body.product-card-body {
  padding: 32px 40px;
}

.product-card-body .product-card-category,
.product-card-body .product-card-brand {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
}

.product-card-body .product-card-brand {
  margin-top: 19px;
  margin-bottom: 8px;
}

.product-card-body .product-card-category {
  margin-bottom: 32px;

}

.product-card-body .product-card-name {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-card-body .product-card-description {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 24.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}

.product-card-body .product-card-link {
  font-size: 16px;
  color: #3C7C00;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
  position: absolute;
  bottom: 40px;
}

.product-card-body .product-card-link span {
  font-size: 14px;
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.container-products h2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  color: #222222;
  margin-bottom: 24px;
}

.container-products p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 48px;
}

.container-products .carousel-products-nutrition-arrows .slick-next:before {
  content: "\f1df";
}

.container-products .carousel-products-nutrition-arrows .slick-prev:before {
  content: "\f1e6";
}

.container-products .carousel-products-nutrition-arrows .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.container-products .carousel-products-nutrition-arrows .slick-next,
.container-products .carousel-products-nutrition-arrows .slick-prev {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-top: 56px;
  background-color: transparent;
  border: 1px solid #3C7C00;
  color: #3C7C00;
  cursor: pointer;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.container-products .carousel-products-nutrition-arrows .slick-next:focus,
.container-products .carousel-products-nutrition-arrows .slick-prev:focus,
.container-products .carousel-products-fertilizing-arrows .slick-next:focus,
.container-products .carousel-products-fertilizing-arrows .slick-prev:focus,
.container-products .carousel-products-culture-protection-arrows .slick-next:focus,
.container-products .carousel-products-culture-protection-arrows .slick-prev:focus,
.container-products .carousel-products-seeds-arrows .slick-next:focus,
.container-products .carousel-products-seeds-arrows .slick-prev:focus {
  box-shadow: inset 0 0 0 2px #3C7C00;
}

.container-products .carousel-products-nutrition-arrows {
  text-align: end;
  display: block ruby;
  white-space: nowrap;
}

.container-products .carousel-products-nutrition-arrows .slick-prev {
  margin-right: 16px;
}

.container-products .carousel-products-fertilizing-arrows .slick-next:before {
  content: "\f1df";
}

.container-products .carousel-products-fertilizing-arrows .slick-prev:before {
  content: "\f1e6";
}

.container-products .carousel-products-fertilizing-arrows .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.container-products .carousel-products-fertilizing-arrows .slick-next,
.container-products .carousel-products-fertilizing-arrows .slick-prev {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-top: 56px;
  background-color: transparent;
  border: 1px solid #3C7C00;
  color: #3C7C00;
  cursor: pointer;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.container-products .carousel-products-fertilizing-arrows {
  text-align: end;
  display: block ruby;
  white-space: nowrap;
}

.container-products .carousel-products-fertilizing-arrows .slick-prev {
  margin-right: 16px;
}

.container-products .carousel-products-culture-protection-arrows .slick-next:before {
  content: "\f1df";
}

.container-products .carousel-products-culture-protection-arrows .slick-prev:before {
  content: "\f1e6";
}

.container-products .carousel-products-culture-protection-arrows .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.container-products .carousel-products-culture-protection-arrows .slick-next,
.container-products .carousel-products-culture-protection-arrows .slick-prev {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-top: 56px;
  background-color: transparent;
  border: 1px solid #3C7C00;
  color: #3C7C00;
  cursor: pointer;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.container-products .carousel-products-culture-protection-arrows {
  text-align: end;
  display: block ruby;
  white-space: nowrap;
}

.container-products .carousel-products-culture-protection-arrows .slick-prev {
  margin-right: 16px;
}

.container-products .carousel-products-seeds-arrows .slick-next:before {
  content: "\f1df";
}

.container-products .carousel-products-seeds-arrows .slick-prev:before {
  content: "\f1e6";
}

.container-products .carousel-products-seeds-arrows .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.container-products .carousel-products-seeds-arrows .slick-next,
.container-products .carousel-products-seeds-arrows .slick-prev {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-top: 56px;
  background-color: transparent;
  border: 1px solid #3C7C00;
  color: #3C7C00;
  cursor: pointer;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.container-products .carousel-products-seeds-arrows {
  text-align: end;
  display: block ruby;
  white-space: nowrap;
}

.container-products .carousel-products-seeds-arrows .slick-prev {
  margin-right: 16px;
}

@media (max-width: 916px) {
  .container-products h2 {
    font-size: 24px!important;
  }
}

@media (max-width: 540px) {

  .container-products .carousel-products-nutrition-arrows {
    display: none;
  }

  .container-products .carousel-products-fertilizing-arrows {
    display: none;
  }

  .container-products .carousel-products-culture-protection-arrows {
    display: none;
  }

  .container-products .carousel-products-seeds-arrows {
    display: none;
  }

  .container-products h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .container-products p {
    margin-bottom: 32px;
  }

  .rounded-category span {
    font-size: 14px;
  }

  .rounded-category img {
    position: absolute;
    max-width: 241px;
  }

}

@media (max-width: 280px) {
  .card-body.product-card-body {
    padding: 32px 16px;
  }
  .product-card-body .product-card-name {
    font-size: 14px;
  }
  .product-card-body .product-card-description {
    font-size: 12px;
  }
  .product-card-body .product-card-link span,
  .product-card-body .product-card-link {
    font-size: 14px;
  }
}
