  :root {
    --amazon-banner-height: 34px;
  }

  .amazon-top-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--amazon-banner-height);
    background: #ff69b4;
    color: #ffffff;
    text-align: center;
    line-height: var(--amazon-banner-height);
    font-size: 16px;
    font-weight: 600;
    z-index: 99999;
    box-sizing: border-box;
    text-decoration: none;
  }

  .amazon-top-banner:hover {
    text-decoration: underline;
  }

  nav.panel.top {
    top: var(--amazon-banner-height) !important;
  }