.header-wrapper {
  display: block !important;
  background-color: transparent !important;
  transition: all 0.5s ease-in-out; }

.header.page-width {
  border-bottom: 1px solid #000;
  transition: all 0.5s ease-in-out; }

.shopify-section-header-sticky .header-wrapper {
  display: block !important;
  background-color: #fff !important; }
.shopify-section-header-sticky .header.page-width {
  border-bottom: 1px solid #fff; }
