/* CannaGrow 0.14.25 – ruhiger, dichter Nahfokus bei der manuellen Ernte */

.harvest-plant{
  transition:
    transform .72s cubic-bezier(.16,1,.3,1),
    opacity .20s ease!important;
  backface-visibility:hidden;
  transform-style:preserve-3d;
}

.harvest-bud,
.harvest-bud img,
.harvest-bud-hit,
.harvest-scissors{
  backface-visibility:hidden;
}

.harvest-bud.is-target{
  filter:drop-shadow(0 0 24px rgba(101,240,148,.38))!important;
}

.harvest-bud.is-target img{
  transform:scale(1.06);
  transition:transform .24s ease,filter .24s ease;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.24)) brightness(1.05)!important;
}

.harvest-bud.cutting{
  animation-duration:.27s!important;
}

@media(max-width:600px){
  .harvest-plant{
    transition-duration:.62s,.20s!important;
  }
}
