/* ================================================================== */
/* BEORGANIC - ZELENÉ TLAČIDLO "Objaviť viac obľúbených produktov"  */
/* ================================================================== */

.bo-super-btn-wrap {
  text-align: center !important;
  margin-top: 30px !important;
}

.bo-super-btn-wrap a {
  display: inline-block !important;
  background-color: #738671 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
  font-family: Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(115, 134, 113, 0.3) !important;
}

.bo-super-btn-wrap a:hover {
  background-color: #5f6e5d !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(115, 134, 113, 0.4) !important;
  color: #ffffff !important;
}
