 /* Product specific styling */

.d-header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e9edee;
}
