/* Printed blinds type page styles */
.printed_blinds_type {
  position: relative;
  color: inherit;
}
.printed_blinds_type.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f89520;
  bottom: -13px;
}
.printed_blinds_type_block:hover .printed_blinds_img {
  transform: scale3d(1.2, 1.2, 1);
}
.printed_blinds_type_block::before {
  content: "";
  background: linear-gradient(0deg, #00000078, transparent);
  position: absolute;
  width: 100%;
  height: 100%;
}
.printed_blinds_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}

.img_overlay_text {
  position: absolute;
  bottom: 2%;
}
