/* Web Update V49: flat Cavan cards and rotation-only add action. */
body.cavan-branch-site .quick-product,
body.cavan-branch-site .quick-product:hover {
  box-shadow: none !important;
  transform: none !important;
}

body.cavan-branch-site .quick-product .add-cart,
body.cavan-branch-site .quick-product .add-cart:active {
  box-shadow: none !important;
  transform: rotate(0deg) !important;
  transition: color .2s ease, transform .42s linear !important;
}

body.cavan-branch-site .quick-product .add-cart:hover {
  animation: none !important;
  box-shadow: none !important;
  font-size: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  transform: rotate(360deg) !important;
  width: 38px !important;
}

@media (max-width:650px) {
  body.cavan-branch-site .quick-product .add-cart:hover {
    font-size: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    width: 34px !important;
  }
}
