.products-cat-block {
  padding-top: 40px;
}
.products-cat-block .products__show-all {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  gap: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--primary);
}
.products-cat-block .products__show-all__title {
  color: var(--background);
  z-index: 1;
}
.products-cat-block .btn-shop {
  width: 100%;
  z-index: 1;
}
.products-cat-block .products__show-all__img-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: fit-content;
  opacity: 0.15;
  pointer-events: none;
}
.products-cat-block .products__show-all__img-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1220px) {
  .products-cat-block .products__show-all {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .products-cat-block {
    padding-top: 20px;
  }
}
