/* Lavender - unified overrides */

body { background: #fdfcff !important; }
a { color: #6b5bd6 !important; }
a:hover { color: #5647c2 !important; }

/* Top bar */
#top{
  background: #f3f1ff !important;
  border-bottom: 1px solid #d6d1ff !important;
}
#top .btn-link, #top-links li, #top-links a{
  color: #334155 !important;
  text-shadow: none !important;
}
#top .btn-link:hover, #top-links a:hover{ color: #1f2937 !important; }

/* Main menu */
#menu, #menu.navbar, #menu .navbar-collapse{
  background: #e7e3ff !important;
  background-image: none !important;
  border-color: #d6d1ff !important;
}
#menu .nav > li > a{
  color: #1f2937 !important;
  text-shadow: none !important;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a{
  background: #d7d0ff !important;
}

/* Dropdown hover */
.dropdown-menu li > a:hover{
  color: #1f2937 !important;
  background: #d7d0ff !important;
  background-image: none !important;
}

/* Buttons */
.btn-primary{
  color: #1f2937 !important;
  background: #c9c2ff !important;
  background-image: none !important;
  border-color: #b7aeff !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background: #b7aeff !important;
  border-color: #a59aff !important;
}

.btn-default{
  color: #334155 !important;
  background: #f3f1ff !important;
  background-image: none !important;
  border-color: #d6d1ff !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.btn-default:hover, .btn-default:focus{
  background: #ebe8ff !important;
  border-color: #c9c2ff !important;
}

/* Inputs focus */
.form-control:focus{
  border-color: #b7aeff !important;
  box-shadow: 0 0 0 3px rgba(183,174,255,.25) !important;
}

/* Product boxes + button group */
.product-thumb{ border-color: #d6d1ff !important; }
.product-thumb .button-group{
  background: #f3f1ff !important;
  border-top-color: #d6d1ff !important;
}
.product-thumb .button-group button{
  background: #f3f1ff !important;
  color: #334155 !important;
}
.product-thumb .button-group button:hover{
  background: #ebe8ff !important;
  color: #1f2937 !important;
}

/* Breadcrumb */
.breadcrumb{
  border-color: #d6d1ff !important;
  background: #fdfcff !important;
}

/* Footer */
footer{
  background: #f2f0ff !important;
  border-top-color: #d6d1ff !important;
  color: #334155 !important;
}
footer a{ color: #6b5bd6 !important; }
footer a:hover{ color: #5647c2 !important; }
footer h5{ color: #1f2937 !important; }

/* Fix: danger buttons text must stay white (override global link color) */
.btn-danger,
a.btn-danger,
.btn-danger:hover,
a.btn-danger:hover,
.btn-danger:focus,
a.btn-danger:focus,
.btn-danger:active,
a.btn-danger:active{
  color: #ffffff !important;
  text-shadow: none !important;
}
