/**
* Theme Name: Goldsmith Child
* Description: This is a child theme of Goldsmith.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: goldsmith
* Version: 1.3.6
*/

/* Top Bar Styles */
.custom-top-bar {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  /* No positioning styles – this ensures it stays in the normal document flow */
}

.top-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.top-bar-inner span {
  display: inline-block;
}

/* Optional: Adjust header margins if the header is fixed or styled in a way that could cause overlap */
.site-header {
  margin-top: 0; /* Adjust as needed */
}
.product-list-timer {
    display: none !important;
}

