body.page-products #maincontent .message {
  margin-top: 5px;
}
.landing-index-index .notifications-blocks-container .store-contact-info,
.landing-index-index .notifications-blocks-container .store-holiday-schedule {
  flex: 1 0 50%;
  max-width: 65%;
}
.landing-index-index .inventory-listing-container {
  text-align: center;
  /* Center the button horizontally */
  margin: 20px 0;
  /* Add some spacing */
}
.landing-index-index .inventory-listing-container .inventory-link-button {
  display: inline-block;
  background-color: #3498db;
  /* Adjust to your site's primary color */
  color: white;
  /* Text color */
  text-decoration: none;
  /* Remove underline */
  padding: 12px 20px;
  /* Add padding for the button look */
  font-size: 16px;
  /* Adjust text size */
  font-weight: bold;
  /* Make text bold */
  border-radius: 24px;
  /* Rounded corners */
  transition: background-color 0.3s ease;
  /* Smooth transition for hover effects */
}
.landing-index-index .inventory-listing-container .inventory-link-button:hover {
  background-color: #2874a6;
  /* Darken the button on hover */
}
