.banner {
  background: black;
  text-align: center;
  padding: 20px;
  color: white;
  line-height: 1;
  font-size: 0;
  position: relative;
}

.banner .text {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 0 60px;
}

.banner .close-icon {
  background: transparent;
  border: 0;
  color: inherit;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 17px;
  right: 60px;
  font-size: 24px;
  cursor: pointer;
}

.banner .close-icon:focus {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media only screen and ( max-width: 640px ) {
  .banner { padding: 16px 52px 16px 16px; }
  .banner .text { display: block; line-height: 1.35; padding: 0; }
  .banner .close-icon { right: 16px; top: 50%; transform: translateY(-50%); }
  body.storefront-banner-visible .banner { padding: 16px 108px 16px 16px; }
  body.storefront-banner-visible .banner .close-icon {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    right: 8px;
    top: 8px;
    transform: none;
    width: 44px;
  }
  body.storefront-banner-visible .cart-icon-container { right: 60px; }
  html.storefront-banner-dismissed body.storefront-banner-visible .cart-icon-container { right: 20px; }
}
