#products-block {
  margin-bottom: 100px;
}
#products-block .block__title {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}
#products-block .block__subtitle {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#products-block .products__holder {
  overflow: hidden;
}
#products-block ul.products {
  align-items: stretch;
}
#products-block ul.products li {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(64, 34, 24, 0.1);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  position: relative;
  height: auto;
  margin-bottom: 0;
}
#products-block ul.products li .tags__holder {
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  z-index: 3;
}
#products-block ul.products li .tags__holder .tag {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px 5px 10px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  background-color: #9b2d30;
  width: fit-content;
}
#products-block ul.products li .tags__holder .tag.sale {
  background-color: #9b2d30;
}
#products-block ul.products li .tags__holder .tag.newest {
  background-color: #9b782d;
}
#products-block ul.products li .tags__holder .tag.hit {
  background-color: #2b2a29;
}
#products-block ul.products li a .image__holder {
  display: flex;
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 20px;
}
#products-block ul.products li a .hover {
  display: flex;
  position: relative;
  width: 100%;
}
#products-block ul.products li a .hover span {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: left;
  transition: opacity .3s ease-in;
}
#products-block ul.products li a .hover span svg {
  vertical-align: middle;
}
#products-block ul.products li a .hover:before {
  content: '';
  position: absolute;
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  background-color: rgba(155, 45, 48, 0.9);
  border-radius: 5px;
  transition: opacity .3s ease-in;
}
#products-block ul.products li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  aspect-ratio: initial;
}
#products-block ul.products li a h2.woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
#products-block ul.products li a .order__unit {
  text-transform: lowercase;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
#products-block ul.products li a .price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  margin: 10px 0 10px 0;
}
#products-block ul.products li a .price bdi {
  font-size: 18px;
  line-height: 26px;
  color: #9b2d30;
  font-weight: 700;
}
#products-block ul.products li a .price ins {
  text-decoration: none;
}
#products-block ul.products li a .price del bdi {
  font-size: 18px;
  line-height: 26px;
  color: #9b782d;
  font-weight: 400;
}
#products-block ul.products li .btns__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  column-gap: 15px;
  margin-top: auto;
}
#products-block ul.products li .btns__holder a.product_type_simple,
#products-block ul.products li .btns__holder a.add_to_cart_button {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9b2d30;
  border-radius: 5px;
  border: 2px solid #9b2d30;
  transition: all .3s ease-in;
  max-width: 145px;
  width: 100%;
}
#products-block ul.products li .btns__holder a.product_type_simple:hover,
#products-block ul.products li .btns__holder a.add_to_cart_button:hover {
  color: #9b2d30;
  background-color: #fff;
}
#products-block ul.products li .btns__holder a.added_to_cart {
  display: none;
}
#products-block ul.products li .btns__holder button.favorites {
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#products-block ul.products li .btns__holder button.favorites svg path {
  transition: fill .3s ease-in;
  fill: #9b2d30;
}
#products-block ul.products li .btns__holder button.favorites:hover svg {
  fill: #9b782d;
}
#products-block ul.products li .btns__holder button.favorites:hover svg path {
  fill: #9b782d;
}
#products-block ul.products li:hover h2.woocommerce-loop-product__title {
  color: #9b2d30;
}
#products-block ul.products li:hover .hover:before,
#products-block ul.products li:hover .hover span {
  opacity: 1;
}
#products-block .nav__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
#products-block .nav__holder .products-button-prev,
#products-block .nav__holder .products-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: initial;
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: background-color .3s ease-in;
  cursor: pointer;
}
#products-block .nav__holder .products-button-prev svg path,
#products-block .nav__holder .products-button-next svg path {
  transition: fill .3s ease-in;
}
#products-block .nav__holder .products-button-prev:hover,
#products-block .nav__holder .products-button-next:hover {
  background-color: #9b2d30;
}
#products-block .nav__holder .products-button-prev:hover svg path,
#products-block .nav__holder .products-button-next:hover svg path {
  fill: #fff;
}
#products-block .nav__holder .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}
#products-block .nav__holder .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #9b2d30;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
}
#products-block .nav__holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9b2d30;
}
#products-block a.btn {
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
}
#products-block ul.products li .btns__holder .quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
#products-block ul.products li .btns__holder .quantity input[type=number] {
  background-color: transparent;
  outline: none;
  border: none;
  width: 30px;
  font-weight: 700;
  color: #9b782d;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#products-block ul.products li .btns__holder .quantity button {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #9b782d;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  color: #9b782d;
  font-weight: 400;
  cursor: pointer;
  transition: all .3s ease-in;
}
#products-block ul.products li .btns__holder .quantity button:hover {
	background-color: #9b782d;
	color: #fff;
}
#products-block ul.products li .order__holder .amount {
  display: none;
}
#products-block ul.products li .order__holder button {
	margin-top: 10px;
	display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: #9b2d30;
	border: 2px solid #9b2d30;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease-in;
}
#products-block ul.products li .order__holder button:hover {
	color: #9b2d30;
	background-color: #fff;
}
@media (max-width: 425px) {
	#products-block ul.products li .btns__holder .quantity {
		column-gap: 5px;
	}
	#products-block ul.products li .order__holder button {
		font-size: 14px;
		padding: 5px;
	}
}
@media (max-width: 1025px) {
  #products-block .block__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 769px) {
  #products-block .block__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 498px) {
  #products-block {
    margin-bottom: 60px;
  }
  #products-block .block__title {
    font-size: 20px;
    line-height: 25px;
  }
  #products-block ul.products li .tags__holder .tag {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px 2px 5px;
  }
  #products-block ul.products li a h2.woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 18px;
  }
  #products-block ul.products li a .order__unit {
    font-size: 13px;
    line-height: 16px;
  }
  #products-block ul.products li .btns__holder {
    column-gap: 5px;
  }
  #products-block ul.products li .btns__holder a.product_type_simple,
  #products-block ul.products li .btns__holder a.add_to_cart_button {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  #products-block ul.products li a .image__holder {
    height: 100px;
  }
  #products-block ul.products li a .hover span {
    font-size: 12px;
    line-height: 14px;
    bottom: 10px;
    left: 10px;
  }
  #products-block ul.products li a .price del bdi {
    font-size: 12px;
    line-height: 14px;
  }
  #products-block ul.products li a .price bdi {
    font-size: 12px;
    line-height: 14px;
  }
  #products-block ul.products li .btns__holder a.product_type_simple,
  #products-block ul.products li .btns__holder a.add_to_cart_button {
    height: 30px;
    font-size: 12px;
  }
  #products-block ul.products li .btns__holder button.favorites svg {
    width: 20px;
    height: 20px;
  }
}

/*# sourceMappingURL=block.css.map */
