.produto {
    min-height: 530px;
    width: 100%;
    margin-top: 35px;
    background: #fff;
    float: left;
    margin-left: 0;
    overflow: hidden;
    border: 0px solid #ebebeb;
    border-radius: 10px 10px 0 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
    padding: 7px;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
}

.produto:hover {
  background: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
}

.foto {
    width: 100%;
    height: 308px;
    object-fit: cover;
    background: #f7f7f7;
    margin-bottom: 5px;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
}

.box1 {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}

.t_produto {
  font-weight: 600;
  text-align: left;
  display: block;
  height: 30px;
  color: #1a1a1a;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  overflow: hidden;
}

.t_produto a {
  text-decoration: none !important;
}

.t_valor {
  position: absolute;
  display: block;
  float: left;
  left: 0;
  padding: 7px 0;
  font-weight: 300;
  margin-top: -10px;
  color: #666;
  font-family: "Alfa Slab One", cursive;
}

.detalhes {
  padding: 15px;
  width: 100%;
  min-height: 60px;
  background-color: transparent;
  margin-top: 5px;
  position: relative;
  display: block;
  flex: 1;
}

.t_cidade {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  padding: 0;
  margin-top: 5px;
  display: block;
  position: relative;
  color: #b8860b;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 14px;
  text-decoration: none !important;
}

.t_parcela {
  position: absolute;
  display: block;
  float: left;
  left: 0;
  padding: 7px 0;
  font-weight: 500;
  margin-top: 25px;
  color: #292e39;
  font-family: "Open Sans";
}

.t_variacao {
  font-family: "Open Sans";
  text-align: left;
  padding: 0;
  margin-top: 5px;
  display: block;
  position: relative;
  color: #333;
  line-height: 15px;
  text-decoration: none !important;
}

.btn_favorito {
  width: 45%;
  flex: 0 0 50%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  background: #f2f2f2;
}

.box1 a {
  width: 50%;
  flex: 0 0 50%;
  display: block;
}

.btn_comprar_produto {
  width: 95%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #292e39;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.btn_comprar_produto:hover {
  background: #1a1a1a;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .foto {
    width: 100%;
    height: 230px;
    object-fit: contain;
    background: #f7f7f7;
    margin-bottom: 2px;
    border-radius: 10px 10px 0 0 !important;
  }

  .produto {
    min-height: 460px !important;
    width: 95%;
    margin-top: 15px;
    margin-left: 0;
    border: 0px solid #ebebeb;
    border-radius: 8px;
    padding-bottom: 42px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .produto:hover {
    border: 0px solid #ddd;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  }

  .t_produto {
    height: auto;
    max-height: 40px;
    font-size: 11px;
    padding: 4px 8px 0;
  }

  .t_cidade {
    padding: 0 8px;
    font-size: 9px;
    line-height: 12px;
  }

  .detalhes {
    padding: 6px 8px 4px;
    height: auto;
  }

  .t_valor {
    position: static;
    font-size: 14px;
    font-weight: 500;
    scroll-margin-top: 30px;
    padding: 10px 0px;
    color: #292e39;
  }

  .t_parcela {
    position: absolute;
    display: block;
    float: left;
    left: 0;
    font-size: 9px;
    padding: 4px 8px 0;
    font-weight: 500;
    margin-top: 25px;
    color: #292e39;
    font-family: "Open Sans";
    margin-top: 35px !important;
  }

  .btn {
    font-size: 11px !important;
  }

  .box1,
  .btn_favorito,
  .btn_comprar_produto {
    height: 32px;
  }

  .box1 {
    width: 95%;
    bottom: 0;
    left: 0;
  }

  .btn_comprar_produto {
    font-size: 10px;
    width: 85%;
  }
}
