.naturalibre-site-shipping-header {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0;
  border-bottom: 3px solid #d9ad49;
  background: #174d32;
  color: #fff;
  box-shadow: 0 4px 12px rgba(17, 54, 35, 0.12);
}

.home .entry-content > .naturalibre-site-shipping-header {
  width: 100vw !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: calc(50% - 50vw) !important;
}

.naturalibre-site-shipping-header .same-day-shipping-banner {
  box-sizing: border-box;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 9px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  animation: none;
}

.naturalibre-site-shipping-header
  .same-day-shipping-banner.shortcode-banner::before {
  content: none;
}

.naturalibre-site-shipping-header .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.naturalibre-site-shipping-header .banner-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(217, 173, 73, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #f1c85d;
  font-size: 0;
}

.naturalibre-site-shipping-header .banner-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.8%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M3 6h11v10H3z%27/%3E%3Cpath d=%27M14 10h3l4 4v2h-7z%27/%3E%3Ccircle cx=%277%27 cy=%2718%27 r=%272%27/%3E%3Ccircle cx=%2717%27 cy=%2718%27 r=%272%27/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.8%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M3 6h11v10H3z%27/%3E%3Cpath d=%27M14 10h3l4 4v2h-7z%27/%3E%3Ccircle cx=%277%27 cy=%2718%27 r=%272%27/%3E%3Ccircle cx=%2717%27 cy=%2718%27 r=%272%27/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.naturalibre-site-shipping-header .banner-text-content {
  display: flex;
  flex: 0 1 auto;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.naturalibre-site-shipping-header .banner-main-text {
  margin: 0;
  color: #fff;
  font-size: max(16px, 1.066667rem);
  font-weight: 750;
  line-height: 1.35;
}

.naturalibre-site-shipping-header .countdown-text {
  color: #eef7f0;
  font-size: max(14px, 0.933333rem);
  font-weight: 650;
  line-height: 1.35;
  opacity: 0.9;
}

.naturalibre-site-shipping-header .countdown-text::before {
  content: "•";
  margin-right: 10px;
  color: #f1c85d;
}

@media (max-width: 768px) {
  .naturalibre-site-shipping-header .same-day-shipping-banner {
    padding: 9px 14px;
  }

  .naturalibre-site-shipping-header .banner-content {
    justify-content: center;
    gap: 9px;
  }

  .naturalibre-site-shipping-header .banner-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .naturalibre-site-shipping-header .banner-text-content {
    display: block;
  }

  .naturalibre-site-shipping-header .banner-main-text {
    font-size: 15px;
  }

  .naturalibre-site-shipping-header .countdown-text {
    font-size: 13px;
  }

  .naturalibre-site-shipping-header .countdown-text::before {
    content: none;
  }
}
