/*
 Theme Name: Divi Kimplast Child
 Template: Divi
 Version: 1.1.1
 Text Domain: divi-kimplast-child
*/

/* Kimplast Back-to-Top override */
body .et_pb_scroll_top.kim-backtop,
body .et_pb_scroll_top.kim-backtop.et-visible {
  right: clamp(12px, 2vw, 28px) !important;
  bottom: clamp(14px, 2.2vw, 28px) !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  background: linear-gradient(160deg, #27b0ee 0%, #0d78cf 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(13, 120, 207, 0.28) !important;
  text-decoration: none !important;
  text-align: center !important;
  line-height: 50px !important;
  font-size: 26px !important;
  z-index: 99999 !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease !important;
}

body .et_pb_scroll_top.kim-backtop::before {
  line-height: 50px !important;
}

body .et_pb_scroll_top.kim-backtop.et-visible:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(13, 120, 207, 0.34) !important;
  background: linear-gradient(160deg, #1ca8e9 0%, #0b6fc1 100%) !important;
}

body .et_pb_scroll_top.kim-backtop.et-visible:active {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  body .et_pb_scroll_top.kim-backtop,
  body .et_pb_scroll_top.kim-backtop.et-visible {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    line-height: 44px !important;
    font-size: 22px !important;
  }

  body .et_pb_scroll_top.kim-backtop::before {
    line-height: 44px !important;
  }
}