.product-card-block {
  border: 1px solid #C9C9C9;
  position: relative;
  margin: 30px 10px 0 10px;
  transition: all .5s ease; }
  @media only screen and (max-width: 767px) {
    .product-card-block {
      margin-top: 80px; } }
  .product-card-block h6 {
    color: #00ADEF;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: -0.33px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }
  .product-card-block h3 {
    color: #211E1F;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .product-card-block .lorawan-certified, .product-card-block .tag-featured {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .product-card-block .tag-featured {
    top: 3px;
    right: 3px;
    left: auto; }
  .product-card-block.not-certified .image-wrap {
    background: #C9C9C9; }
  .product-card-block.not-certified .lorawan-certified {
    top: -1px; }
  .product-card-block .image-wrap,
  .product-card-block .image-hover,
  .product-card-block .product-image {
    height: 225px; }
  .product-card-block .product-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%; }
  .product-card-block .image-wrap {
    overflow: hidden; }
    .product-card-block .image-wrap .image-hover {
      opacity: 0;
      transition: all .5s ease;
      position: absolute;
      top: 0;
      width: 100%;
      background-color: #00ADEF; }
      .product-card-block .image-wrap .image-hover img {
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
  .product-card-block:hover {
    border: 1px solid #00ADEF; }
    .product-card-block:hover .image-hover {
      opacity: .5; }
    .product-card-block:hover a {
      text-decoration: none; }
  .product-card-block .text-wrap {
    padding: 10px;
    background: #fff; }
