.luxify_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

nav {
  padding: 5px;
}

.checkout_btn {
  background-color: white;
  border: 1px solid #f5a623;
  color: #f5a623;
  display: none;
}

.add_to_cart_btn {
  background-color: #f5a623;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.add_to_cart_btn:hover {
  background-color: #f5a623;
  color: white;
  transform: scale(1.05);
}
