#leer-free-shipping-top {
  position: relative;
  z-index: 45;
  width: 100%;
  padding: 10px 16px;
  background: linear-gradient(90deg, #de3f78, #ec5c91);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 2px 8px rgba(196, 42, 99, .16);
}

#leer-free-shipping-product {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
  padding: 13px 15px;
  border: 1px solid #ef9dbb;
  border-radius: 10px;
  background: #fff4f8;
  color: #a91f51;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

#leer-free-shipping-product .leer-shipping-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #ffe1ec;
  font-size: 18px;
}

#leer-free-shipping-progress {
  margin: 0 0 20px;
  padding: 17px 18px 14px;
  border: 1px solid #f0b1c8;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7fa, #fff);
  color: #a91f51;
  box-shadow: 0 7px 20px rgba(196, 42, 99, .08);
}

#leer-free-shipping-progress .leer-shipping-message {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

#leer-free-shipping-progress .leer-shipping-track {
  position: relative;
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #f0dce4;
}

#leer-free-shipping-progress .leer-shipping-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #da3773, #ee6599);
  transition: width .55s ease, background .3s ease;
}

#leer-free-shipping-progress .leer-shipping-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #8d6a78;
  font-size: 11px;
  font-weight: 600;
}

#leer-free-shipping-progress.is-complete {
  border-color: #86d7ae;
  background: linear-gradient(135deg, #effdf6, #fff);
  color: #147a4b;
}

#leer-free-shipping-progress.is-complete .leer-shipping-fill {
  background: linear-gradient(90deg, #20a767, #38c980);
}

main .container > section.s-block--fixed-banner:has(img[src*="placehold.co"]) {
  display: none !important;
}

@media (max-width: 640px) {
  #leer-free-shipping-top {
    padding: 9px 12px;
    font-size: 12px;
  }

  #leer-free-shipping-product {
    padding: 11px 12px;
    font-size: 12px;
  }

  #leer-free-shipping-progress {
    margin-bottom: 15px;
    padding: 14px;
  }

  #leer-free-shipping-progress .leer-shipping-message {
    font-size: 13px;
  }
}