:root {
  /* --blue: #004E7D;
  --red: #D41E3D; */
  --overlay: rgba(0, 0, 0, 0.5);
  --yellow: #FFD400; 
}

.quick-ship-banner {
  width: 100%;
  max-width: 1368px;
  display: flex;
  justify-content: center;
  font-family: "Kanit",  Arial, Helvetica, sans-serif;
  margin: auto;
}

/* Sets .quick-ship-banner size to 1028 */
.prime-banner-1028 {
  max-width: 1028px;
}

.banner-inner {
  width: 100%;
  max-width: 1368px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

/* LEFT / RED PANEL */
.banner-left {
  background: #d41e3d;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 12px;
  border-top: .5rem solid var(--yellow);
}

.banner-icon {
  max-width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-icon img {
  width: 100%;
}

.banner-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25rem;
}

.banner-title sup {
  font-size: 9px;
  margin-left: 2px;
}

.banner-subtitle {
  font-size: 12px;
  opacity: 0.95;
  font-weight: 300;
}

/* RIGHT / IMAGE BACKGROUND SECTION */
.banner-content {
  background-image: url("https://static.globalindustrial.com/site42/htmlsection/consumables/images/restock-background-img-ppe-2026.webp");
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  gap: 16px;
}

/* CENTER TEXT */
.banner-center {
  font-size: 12px;
  font-weight: 400;
  color: #f0f1f2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

/* DIVIDER LINE*/
.banner-divider {
  display: none;
}

/* CTA */
.banner-right {
  display: flex;
}

.banner-cta {
  width: 100%;
  text-align: center;
  padding: 10px 1rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.banner-cta:hover {
  background: #ffffff;
  color: #2b2f33;
}


@media (min-width: 678px) {
  .banner-content {
    flex-direction: row;
    align-items: top;
  }

  .banner-center {
    flex: 1;
    font-size: 14px;
  }

  .banner-right {
    justify-content: flex-end;
  }

  .banner-cta {
    width: auto;
    padding: 10px 3rem;
  }

  .banner-divider {
    display: block;
    width: 1px;
    height: 100%;
    max-height: 74px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 16px;
  }
}

@media (min-width: 876px) {
  .banner-inner {
    flex-direction: row;
    align-items: stretch;
    min-height: 98px;
  }

  .banner-left {
    padding: 0 16px;
     border-right: .5rem solid var(--yellow);
     border-top: unset
  }

  .banner-content {
    flex: 1;
    flex-direction: row;
    align-items: center;
    padding: 0 32px;
  }

  .banner-center#restock-text, #quick-ship-text {
    font-size: 16px;
  }

  #quick-ship-title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1192px) {
  .prime-banner-1028 .banner-left>.banner-icon {
    display: none;
  }

  .prime-banner-1028 .banner-center#restock-text {
    font-size: 14px;
  }

  .prime-banner-1028 .banner-cta {
    padding: 10px 1em;
  }
}
