/*
Theme Name: Muthwerk Clean
Theme URI: https://muthwerk.de
Author: Muthwerk Operations
Description: E-Commerce Consulting Theme - Premium Custom Build
Version: 3.9.71
*/
/* Full styles embedded inline in header.php for performance */



/* Official Muthwerk Secondary Button */
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #40B8D6;
  background: #ffffff;
  border: 2px solid #40B8D6;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(64, 184, 214, 0.08);
  cursor: pointer;
}
.btn-secondary:hover {
  background: #F0FDFE;
  color: #2BA0BE;
  border-color: #2BA0BE;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 184, 214, 0.18);
}
/* Hide all dividers globally */
.bfc-divider { display: none !important; border: none !important; }
