/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/catalog.scss ***!
  \********************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.category__card {
  position: relative;
  display: block;
}
.category__card:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2748%27 height=%2748%27 viewBox=%270 0 48 48%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_183_111%29%27%3E%3Cpath d=%27M7.02916 7.02943C3.6727 10.3859 1.38692 14.6623 0.460878 19.3178C-0.465167 23.9734 0.0101119 28.799 1.82662 33.1844C3.64312 37.5698 6.71926 41.3181 10.666 43.9553C14.6128 46.5924 19.253 48 23.9997 48C28.7465 48 33.3866 46.5924 37.3334 43.9553C41.2802 41.3181 44.3563 37.5698 46.1728 33.1844C47.9893 28.799 48.4646 23.9734 47.5386 19.3178C46.6125 14.6623 44.3267 10.3859 40.9703 7.02943C36.4632 2.54029 30.361 0.0198139 23.9997 0.0198119C17.6384 0.0198132 11.5362 2.54029 7.02916 7.02943ZM39.6126 39.6129C36.5247 42.7008 32.5904 44.8038 28.3073 45.6557C24.0242 46.5077 19.5847 46.0704 15.5501 44.3992C11.5155 42.7281 8.06705 39.898 5.64087 36.267C3.21469 32.6359 1.91972 28.367 1.91972 24C1.91972 19.633 3.21469 15.364 5.64087 11.733C8.06705 8.10197 11.5155 5.27192 15.5501 3.60074C19.5847 1.92955 24.0242 1.4923 28.3073 2.34426C32.5904 3.19622 36.5247 5.29913 39.6126 8.38708C43.7476 12.531 46.0698 18.146 46.0698 24C46.0698 29.854 43.7476 35.469 39.6126 39.6129ZM30.7879 16.2614C30.9133 16.2595 31.0377 16.2827 31.1539 16.3298C31.2701 16.3769 31.3756 16.4468 31.4643 16.5355C31.5529 16.6241 31.6228 16.7296 31.6699 16.8458C31.717 16.962 31.7402 17.0864 31.7383 17.2118L31.7553 28.7348C31.7548 28.8589 31.7289 28.9817 31.6793 29.0955C31.6297 29.2093 31.5574 29.3118 31.4668 29.3966C31.3805 29.4913 31.2758 29.5672 31.159 29.6197C31.0423 29.6723 30.916 29.7003 30.7879 29.7021C30.5346 29.6921 30.2943 29.5869 30.1151 29.4077C29.9358 29.2284 29.8307 28.9881 29.8206 28.7348V19.5367L17.8903 31.467C17.7103 31.6471 17.4661 31.7482 17.2115 31.7482C16.9569 31.7482 16.7127 31.6471 16.5327 31.467C16.3526 31.287 16.2515 31.0428 16.2515 30.7882C16.2515 30.5336 16.3526 30.2894 16.5327 30.1094L28.463 18.1791L19.2649 18.1791C19.0084 18.1791 18.7623 18.0772 18.5809 17.8958C18.3995 17.7144 18.2976 17.4683 18.2976 17.2118C18.2976 16.9552 18.3995 16.7092 18.5809 16.5278C18.7623 16.3464 19.0084 16.2444 19.2649 16.2444L30.7879 16.2614Z%27 fill=%27white%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_183_111%27%3E%3Crect width=%2748%27 height=%2748%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.category__card:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.category__card .overlay {
  border-radius: 10px;
}
.category__card--img {
  border-radius: 10px;
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__card--title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: white;
}
